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

alltype0

parent 8437f9ec
No related branches found
No related tags found
No related merge requests found
......@@ -105,13 +105,13 @@ module sfx_surface
integer, public, parameter :: ice_z0m_id = z0m_ch !< ice surface
integer, public, parameter :: ocean_z0t_id = z0t_kl_land !< ocean surface
integer, public, parameter :: land_z0t_id = z0t_zi !< land surface
integer, public, parameter :: lake_z0t_id = z0t_zi !< lake surface
integer, public, parameter :: snow_z0t_id = z0t_zi !< snow covered surface
integer, public, parameter :: forest_z0t_id = z0t_zi !< forest csurface
integer, public, parameter :: usersf_z0t_id = z0t_kl_land !< user surface
integer, public, parameter :: ice_z0t_id = z0t_kl_land !< user surface
integer, public, parameter :: ocean_z0t_id = z0t_kl_water !< ocean surface
integer, public, parameter :: land_z0t_id = z0t_kl_land !< land surface
integer, public, parameter :: lake_z0t_id = z0t_kl_land !< lake surface
integer, public, parameter :: snow_z0t_id = z0t_kl_land !< snow covered surface
integer, public, parameter :: forest_z0t_id = z0t_kl_land !< forest csurface
integer, public, parameter :: usersf_z0t_id = z0t_kl_water !< user surface
integer, public, parameter :: ice_z0t_id = z0t_kl_water !< user surface
! --------------------------------------------------------------------------------
real, parameter, private :: kappa = 0.40 !< von Karman constant [n/d]
......
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