Skip to content
Snippets Groups Projects
Commit 76f5612f authored by Виктория Суязова's avatar Виктория Суязова Committed by Anna Shestakova
Browse files

write defolt

parent ebfb7383
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ module sfx_z0m_all_surface
! --- define dynamic velocity in neutral conditions
u_dyn0 = Uc / c
!write(*,*) 'ch', z0_m, u_dyn0
write(*,*) 'ch', z0_m, u_dyn0
end subroutine
! --------------------------------------------------------------------------------
......@@ -204,7 +204,7 @@ subroutine get_dynamic_roughness_map(z0_m, u_dyn0, U, h, z0m_map)
z0_m=z0m_map
h0_m = h / z0_m
u_dyn0 = U * kappa / log(h0_m)
!write(*,*) 'map', z0_m, u_dyn0
write(*,*) 'map', z0_m, u_dyn0
end subroutine
! --------------------------------------------------------------------------------
......
......@@ -49,7 +49,7 @@ module sfx_z0t_all_surface
B = min(B, B_max_land)
z0_t = z0_m / exp(B)
!write(*,*) 'kl_land', z0_t, B
write(*,*) 'kl_land', z0_t, B
end subroutine
! --------------------------------------------------------------------------------
......@@ -75,7 +75,7 @@ module sfx_z0t_all_surface
B = min(B, B_max_ocean)
z0_t = z0_m / exp(B)
!write(*,*) 'kl_water', z0_t, B
write(*,*) 'kl_water', z0_t, B
end subroutine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment