Skip to content

Commit

Permalink
Merge remote-tracking branch 'gsldev/gsl_ufs_dev' into KYdev_merge_GS…
Browse files Browse the repository at this point in the history
…Ldev_Sept26

Resolve pull request conflicts.
  • Loading branch information
kayeekayee committed Sep 27, 2024
2 parents 755c011 + cacfc55 commit 419d490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export d2_bg_k2=0.04
export dz_min=6
export n_sponge=42

# PBL/turbulance schemes
# PBL/turbulence schemes
export hybedmf=".false."
if [[ "${CCPP_SUITE}" == "FV3_global_nest"* ]]; then
export satmedmf=".false."
Expand All @@ -149,7 +149,7 @@ export isatmedmf=1
if [[ "$CCPP_SUITE" == "FV3_GFS_v17_p8_ugwpv1_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_ugwpv1_c3_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_c3_mynn" ]] ; then
export satmedmf=".false."
export isatmedmf=0
export CPP
export shal_cnv=".false."
export do_mynnedmf=".true."
export do_mynnsfclay=".false."
export icloud_bl=1
Expand Down
1 change: 1 addition & 0 deletions ush/parsing_namelists_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ EOF
do_gsl_drag_tofd = ${do_gsl_drag_tofd:-".true."}
do_gwd_opt_psl = ${do_gwd_opt_psl:-".false."}
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."}
Expand Down

0 comments on commit 419d490

Please sign in to comment.