Skip to content

Commit

Permalink
Change dt_inner to 50 when running aerosol-aware Thompson
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Mar 28, 2024
1 parent bd2fa2f commit 1abe882
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FV3GFSwfm/rt_v17p8_ugwpv1_c3_mynn/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ case ${imp_physics} in

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" ||
"${CCPP_SUITE}" == "FV3_GFS_v17_p8_thompson" ]] ; then
#JKH keep dt_inner $DELTIM/2 (75) if running aerosol-aware Thompson
export dt_inner=$((DELTIM/2))
#JKH set dt_inner to 50 if running aerosol-aware Thompson
export dt_inner=50
export ltaerosol=".true."
export FIELD_TABLE="${HOMEgfs}/parm/ufs/fv3/field_table_thompson_aero_tke${tbp}"
else
Expand Down
6 changes: 6 additions & 0 deletions INFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
03-28-24
========
change dt_inner to 50 for aerosol aware Thompson

effective 00Z 03/29/24

03-20-24
========
update files for Rocky8 OS
Expand Down
4 changes: 2 additions & 2 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ case ${imp_physics} in

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" ||
"${CCPP_SUITE}" == "FV3_GFS_v17_p8_thompson" ]] ; then
#JKH keep dt_inner $DELTIM/2 (75) if running aerosol-aware Thompson
export dt_inner=$((DELTIM/2))
#JKH set dt_inner to 50 if running aerosol-aware Thompson
export dt_inner=50
export ltaerosol=".true."
export FIELD_TABLE="${HOMEgfs}/parm/ufs/fv3/field_table_thompson_aero_tke${tbp}"
else
Expand Down

0 comments on commit 1abe882

Please sign in to comment.