From 07cfc3b8dfa58372f75c3630add26606d66e3447 Mon Sep 17 00:00:00 2001 From: "kayee.wong" Date: Thu, 1 Aug 2024 04:40:34 +0000 Subject: [PATCH] Added alpha_fd coefficient for Beljaars TOFD in GSL drag bug fix Update INFO --- INFO | 4 ++++ parm/config/gfs/config.fcst | 1 + sorc/ufs_model.fd | 2 +- ush/parsing_namelists_FV3.sh | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/INFO b/INFO index 78093624f6..61373fcc33 100644 --- a/INFO +++ b/INFO @@ -1,3 +1,7 @@ +07-31-24 +======== + Added alpha_fd coefficient for Beljaars TOFD in GSL drag + 04-15-24 ======== temporary fix for Rocky 8 diff --git a/parm/config/gfs/config.fcst b/parm/config/gfs/config.fcst index a4c4ee8072..8266c68c83 100644 --- a/parm/config/gfs/config.fcst +++ b/parm/config/gfs/config.fcst @@ -96,6 +96,7 @@ if (( gwd_opt == 2 )); then export do_gsl_drag_ss=".true." export do_gsl_drag_tofd=".true." export do_ugwp_v1_orog_only=".false." + export alpha_fd=35.0 launch_level=$(echo "${LEVS}/2.35" |bc) export launch_level if [[ ${do_gsl_drag_ls_bl} == ".true." ]]; then diff --git a/sorc/ufs_model.fd b/sorc/ufs_model.fd index 7088634d67..6de2d291f8 160000 --- a/sorc/ufs_model.fd +++ b/sorc/ufs_model.fd @@ -1 +1 @@ -Subproject commit 7088634d67da1650de3f3f3789a1c8db250d49be +Subproject commit 6de2d291f851286b92d7fdc4734757b5a24660b1 diff --git a/ush/parsing_namelists_FV3.sh b/ush/parsing_namelists_FV3.sh index 531afaa55a..d21ceab82b 100755 --- a/ush/parsing_namelists_FV3.sh +++ b/ush/parsing_namelists_FV3.sh @@ -314,6 +314,7 @@ EOF do_gsl_drag_ss = ${do_gsl_drag_ss:-".true."} do_gsl_drag_tofd = ${do_gsl_drag_tofd:-".true."} do_ugwp_v1_orog_only = ${do_ugwp_v1_orog_only:-".false."} + alpha_fd = ${alpha_fd:-"12.0"} min_lakeice = ${min_lakeice:-"0.15"} min_seaice = ${min_seaice:-"0.15"} use_cice_alb = ${use_cice_alb:-".false."} @@ -349,6 +350,7 @@ EOF do_gsl_drag_ss = ${do_gsl_drag_ss:-".true."} do_gsl_drag_tofd = ${do_gsl_drag_tofd:-".true."} do_ugwp_v1_orog_only = ${do_ugwp_v1_orog_only:-".false."} + alpha_fd = ${alpha_fd:-"12.0"} min_lakeice = ${min_lakeice:-"0.15"} min_seaice = ${min_seaice:-"0.15"} use_cice_alb = ${use_cice_alb:-".false."}