diff --git a/srcF/sfx_surface.f90 b/srcF/sfx_surface.f90 index 941ef1e12fd9cf7f4182a23a749f074334c75f00..6a04c81f8f3564914aa52ad61104d254c6810d2a 100644 --- a/srcF/sfx_surface.f90 +++ b/srcF/sfx_surface.f90 @@ -106,12 +106,12 @@ module sfx_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 :: land_z0t_id = z0t_kl_mix !< land surface integer, public, parameter :: lake_z0t_id = z0t_kl_water !< 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 :: snow_z0t_id = z0t_mix !< snow covered surface + integer, public, parameter :: forest_z0t_id = z0t_mix !< 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_mix !< user surface ! -------------------------------------------------------------------------------- real, parameter, private :: kappa = 0.40 !< von Karman constant [n/d]