Skip to content

Commit

Permalink
Always use GEFS post flatfile for GEFS
Browse files Browse the repository at this point in the history
The GEFS flatfile overrides shouldn't be gated by inline post as they
should be used when running offline post as well.
  • Loading branch information
WalterKolczynski-NOAA committed Aug 8, 2023
1 parent 89455a4 commit df1abca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions parm/config/gefs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,9 @@ export OUTPUT_GRID="gaussian_grid"
export WRITE_DOPOST=".true." # WRITE_DOPOST=true, use inline POST
export WRITE_NSFLIP=".true."

if [[ ${WRITE_DOPOST} == ".true." ]]; then
# Override normal post flat files for GEFS
export FLTFILEGFS="${PARMgfs}/post/postxconfig-NT-GEFS.txt"
export FLTFILEGFSF00="${PARMgfs}/post/postxconfig-NT-GEFS-F00.txt"
fi
# Override normal post flat files for GEFS
export FLTFILEGFS="${PARMgfs}/post/postxconfig-NT-GEFS.txt"
export FLTFILEGFSF00="${PARMgfs}/post/postxconfig-NT-GEFS-F00.txt"

# Microphysics Options: 99-ZhaoCarr, 8-Thompson; 6-WSM6, 10-MG, 11-GFDL
export imp_physics=@IMP_PHYSICS@
Expand Down

0 comments on commit df1abca

Please sign in to comment.