From 7eb257ef97c40e468192cbdba4eb535ebe27bea5 Mon Sep 17 00:00:00 2001 From: Andrey Debolskiy <and.debol@gmail.com> Date: Mon, 30 Sep 2024 14:44:08 +0300 Subject: [PATCH] fix sfx_esm to be the same as Term and INMCM version --- srcF/sfx_esm_param.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcF/sfx_esm_param.f90 b/srcF/sfx_esm_param.f90 index 2679239..420a930 100644 --- a/srcF/sfx_esm_param.f90 +++ b/srcF/sfx_esm_param.f90 @@ -23,7 +23,7 @@ module sfx_esm_param !< stability function coeff. (unstable) [= g4 & g10 in deprecated code] real, parameter :: alpha_m = 16.0 real, parameter :: alpha_h = 16.0 - real, parameter :: alpha_h_fix = 1.2 + real, parameter :: alpha_h_fix = 16.0 !< stability function coeff. (stable) real, parameter :: beta_m = 4.7 -- GitLab