From 8437f9ec76e780ddc43f8c8b72cf169853145fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20=D0=A1?= =?UTF-8?q?=D1=83=D1=8F=D0=B7=D0=BE=D0=B2=D0=B0?= <viktoriasuazova@MacBook-Pro-Viktoria.local> Date: Fri, 31 Jan 2025 22:27:16 +0300 Subject: [PATCH] alltype4 --- srcF/sfx_surface.f90 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcF/sfx_surface.f90 b/srcF/sfx_surface.f90 index c54403c..13394c2 100644 --- a/srcF/sfx_surface.f90 +++ b/srcF/sfx_surface.f90 @@ -98,19 +98,19 @@ module sfx_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 :: lake_z0m_id = z0m_fe !< lake surface - integer, public, parameter :: snow_z0m_id = z0m_ow !< snow covered surface + integer, public, parameter :: lake_z0m_id = z0m_map_id !< lake surface + integer, public, parameter :: snow_z0m_id = z0m_map_id !< snow covered surface integer, public, parameter :: forest_z0m_id = z0m_map_id !< forest csurface - integer, public, parameter :: usersf_z0m_id = z0m_fe !< user surface - integer, public, parameter :: ice_z0m_id = z0m_ow !< ice surface + integer, public, parameter :: usersf_z0m_id = z0m_ch !< user surface + integer, public, parameter :: ice_z0m_id = z0m_ch !< ice surface - integer, public, parameter :: ocean_z0t_id = z0t_ca !< ocean surface - integer, public, parameter :: land_z0t_id = z0t_ot !< land surface - integer, public, parameter :: lake_z0t_id = z0t_ca !< lake surface - integer, public, parameter :: snow_z0t_id = z0t_kl_land !< snow covered surface - integer, public, parameter :: forest_z0t_id = z0t_cz !< forest csurface - integer, public, parameter :: usersf_z0t_id = z0t_ca !< user 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 ! -------------------------------------------------------------------------------- -- GitLab