Skip to content

Commit

Permalink
Merge pull request #17 from XiaqiongZhou-NOAA/SFS
Browse files Browse the repository at this point in the history
Add hord_dp for non-mono runs to define hord for dp different from ot…
  • Loading branch information
NeilBarton-NOAA authored Dec 18, 2024
2 parents 6223029 + b485ef3 commit 4680ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions parm/config/gefs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ case ${imp_physics} in

export hord_mt_nh_nonmono=5
export hord_xx_nh_nonmono=5
export hord_dp_nh_nonmono=-5
export vtdm4_nh_nonmono=0.02
export nord=2
if [[ "${TYPE}" == "nh"* ]]; then
Expand All @@ -211,6 +212,7 @@ case ${imp_physics} in

export hord_mt_nh_nonmono=5
export hord_xx_nh_nonmono=5
export hord_dp_nh_nonmono=-5
export vtdm4_nh_nonmono=0.02
export nord=2
export d4_bg=0.12
Expand Down
2 changes: 2 additions & 0 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ case ${imp_physics} in

export hord_mt_nh_nonmono=5
export hord_xx_nh_nonmono=5
export hord_dp_nh_nonmono=-5
export vtdm4_nh_nonmono=0.02
export nord=2
export dddmp=0.1
Expand Down Expand Up @@ -236,6 +237,7 @@ case ${imp_physics} in

export hord_mt_nh_nonmono=5
export hord_xx_nh_nonmono=5
export hord_dp_nh_nonmono=-5
export vtdm4_nh_nonmono=0.02
export nord=2
export d4_bg=0.12
Expand Down
2 changes: 1 addition & 1 deletion ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ FV3_predet(){
if [[ "${TYPE}" == "nh" ]]; then # non-monotonic and non-hydrostatic
hord_mt=${hord_mt_nh_nonmono:-"5"}
hord_xx=${hord_xx_nh_nonmono:-"5"}
hord_dp=${hord_xx_nh_nonmono:-"-5"}
hord_dp=${hord_dp_nh_nonmono:-"-5"}
else # non-monotonic and hydrostatic
hord_mt=${hord_mt_hydro_nonmono:-"10"}
hord_xx=${hord_xx_hydro_nonmono:-"10"}
Expand Down

0 comments on commit 4680ed9

Please sign in to comment.