From 361247b26615a083af607ba3ae90ee85bd48a12c Mon Sep 17 00:00:00 2001 From: Victoria Suiazova <er-riad@mail.ru> Date: Wed, 12 Mar 2025 10:53:34 +0000 Subject: [PATCH] ow z0m for ICE, ot for all LAND, kl_land for SNOW, zi for ICE - V6 --- srcF/sfx_surface.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcF/sfx_surface.f90 b/srcF/sfx_surface.f90 index 14a7fe7..44633b1 100644 --- a/srcF/sfx_surface.f90 +++ b/srcF/sfx_surface.f90 @@ -108,10 +108,10 @@ module sfx_surface integer, public, parameter :: ocean_z0t_id = z0t_kl_water !< ocean 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 :: snow_z0t_id = z0t_mix !< snow covered surface - integer, public, parameter :: forest_z0t_id = z0t_zi !< forest csurface + integer, public, parameter :: snow_z0t_id = z0t_kl_land !< snow covered surface + integer, public, parameter :: forest_z0t_id = z0t_ot !< forest csurface integer, public, parameter :: usersf_z0t_id = z0t_kl_water !< user surface - integer, public, parameter :: ice_z0t_id = z0t_kl_land !< user surface + integer, public, parameter :: ice_z0t_id = z0t_zi !< user surface ! -------------------------------------------------------------------------------- real, parameter, private :: kappa = 0.40 !< von Karman constant [n/d] -- GitLab