Skip to content
Snippets Groups Projects
Commit 3f46aaf0 authored by Victoria Suiazova's avatar Victoria Suiazova
Browse files

ow z0m for ICE, ot for LAND, mix for SNOW, zi for FOREST, kl_land for ICE - V5
parent 92c54c29
Branches
No related tags found
No related merge requests found
...@@ -99,19 +99,19 @@ module sfx_surface ...@@ -99,19 +99,19 @@ module sfx_surface
integer, public, parameter :: ocean_z0m_id = z0m_ch !< ocean surface integer, public, parameter :: ocean_z0m_id = z0m_ch !< ocean surface
integer, public, parameter :: land_z0m_id = z0m_map_id !< land surface integer, public, parameter :: land_z0m_id = z0m_map_id !< land surface
integer, public, parameter :: lake_z0m_id = z0m_map_id !< lake surface integer, public, parameter :: lake_z0m_id = z0m_map_id !< lake surface
integer, public, parameter :: snow_z0m_id = z0m_ow !< snow covered surface integer, public, parameter :: snow_z0m_id = z0m_map !< snow covered surface
integer, public, parameter :: forest_z0m_id = z0m_map_id !< forest csurface integer, public, parameter :: forest_z0m_id = z0m_map_id !< forest csurface
integer, public, parameter :: usersf_z0m_id = z0m_ch !< user surface integer, public, parameter :: usersf_z0m_id = z0m_ch !< user surface
integer, public, parameter :: ice_z0m_id = z0m_ow !< ice surface integer, public, parameter :: ice_z0m_id = z0m_ow !< ice surface
integer, public, parameter :: ocean_z0t_id = z0t_kl_water !< ocean surface integer, public, parameter :: ocean_z0t_id = z0t_kl_water !< ocean surface
integer, public, parameter :: land_z0t_id = z0t_mix !< land surface integer, public, parameter :: land_z0t_id = z0t_ot !< land surface
integer, public, parameter :: lake_z0t_id = z0t_kl_water !< lake surface integer, public, parameter :: lake_z0t_id = z0t_kl_water !< lake surface
integer, public, parameter :: snow_z0t_id = z0t_ot !< snow covered surface integer, public, parameter :: snow_z0t_id = z0t_mix !< snow covered surface
integer, public, parameter :: forest_z0t_id = z0t_mix !< forest csurface integer, public, parameter :: forest_z0t_id = z0t_zi !< forest csurface
integer, public, parameter :: usersf_z0t_id = z0t_kl_water !< user surface integer, public, parameter :: usersf_z0t_id = z0t_kl_water !< user surface
integer, public, parameter :: ice_z0t_id = z0t_ot !< user surface integer, public, parameter :: ice_z0t_id = z0t_kl_land !< user surface
! -------------------------------------------------------------------------------- ! --------------------------------------------------------------------------------
real, parameter, private :: kappa = 0.40 !< von Karman constant [n/d] 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.
Please register or to comment