From 3f2d7fd6a77df416a3a64a326ab05764f640b96f Mon Sep 17 00:00:00 2001
From: Victoria Suiazova <er-riad@mail.ru>
Date: Sat, 8 Mar 2025 22:32:30 +0000
Subject: [PATCH] fix defolt(map) z0m, MIX z0t for all land - V1

---
 srcF/sfx_surface.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcF/sfx_surface.f90 b/srcF/sfx_surface.f90
index 6a04c81..56ce741 100644
--- a/srcF/sfx_surface.f90
+++ b/srcF/sfx_surface.f90
@@ -106,7 +106,7 @@ module sfx_surface
 
 
     integer, public, parameter :: ocean_z0t_id = z0t_kl_water     !< ocean surface
-    integer, public, parameter :: land_z0t_id = z0t_kl_mix        !< land surface
+    integer, public, parameter :: land_z0t_id = z0t_mix       !< 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_mix      !< forest csurface  
-- 
GitLab