Skip to content

Commit

Permalink
Enable alpha_fd coefficient for Beljaars TOFD in GSL drag.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 17, 2024
1 parent 62addf8 commit 494320d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ if (( gwd_opt == 2 )); then
export do_ugwp_v0_orog_only=".false."
export do_ugwp_v0_nst_only=".false."
export do_gsl_drag_ls_bl=".true."
export do_gsl_drag_ss=".false."
export do_gsl_drag_ss=".true." #KYW (Checked with Mike)
#export do_gsl_drag_ss=".false."
export do_gsl_drag_tofd=".true."
export do_gwd_opt_psl=".true."
export do_gwd_opt_psl=".false."
#export do_gwd_opt_psl=".true." #KYW (Checked with Mike)
export do_ugwp_v1_orog_only=".false."
export alpha_fd = 35.0 #KYW (Checked with Mike)
launch_level=$(echo "${LEVS}/2.35" |bc)
export launch_level
fi
Expand Down

0 comments on commit 494320d

Please sign in to comment.