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

alltype8

parent 41b5e811
No related branches found
No related tags found
No related merge requests found
...@@ -96,20 +96,20 @@ module sfx_surface ...@@ -96,20 +96,20 @@ module sfx_surface
character(len = 16), parameter :: z0t_tag_user = 'zt_user' character(len = 16), parameter :: z0t_tag_user = 'zt_user'
integer, public, parameter :: ocean_z0m_id = z0m_ch !< ocean surface integer, public, parameter :: ocean_z0m_id = z0m_fe !< 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_fe !< lake surface integer, public, parameter :: lake_z0m_id = z0m_fe !< lake surface
integer, public, parameter :: snow_z0m_id = z0m_ow !< snow covered surface integer, public, parameter :: snow_z0m_id = z0m_and !< 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_map_id !< ice surface integer, public, parameter :: ice_z0m_id = z0m_map_id !< ice surface
integer, public, parameter :: ocean_z0t_id = z0t_kl_water !< ocean surface integer, public, parameter :: ocean_z0t_id = z0t_ca !< ocean surface
integer, public, parameter :: land_z0t_id = z0t_zi !< land surface integer, public, parameter :: land_z0t_id = z0t_ot !< land surface
integer, public, parameter :: lake_z0t_id = z0t_cz !< lake surface integer, public, parameter :: lake_z0t_id = z0t_ot !< lake surface
integer, public, parameter :: snow_z0t_id = z0t_cz !< snow covered 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 :: forest_z0t_id = z0t_ot !< 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_ca !< user surface integer, public, parameter :: ice_z0t_id = z0t_ca !< user surface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment