Skip to content

Commit

Permalink
Introduce FHOUT_ENKF_GFS for gfsefcs jobs
Browse files Browse the repository at this point in the history
    and increase alltime of efcs jobs

 On branch feature/gefs_v13_822_add_atm_fcst
	modified:   parm/config/config.base.emc.dyn
	modified:   parm/config/config.resources
	modified:   scripts/exgdas_enkf_fcst.sh

Refs: NOAA-EMC#822
  • Loading branch information
XianwuXue-NOAA committed Dec 23, 2022
1 parent d0924ab commit af7dc51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ if [ $DOHYBVAR = "YES" ]; then
export FHMIN_ENKF=3
export FHMAX_ENKF=9
export FHMAX_ENKF_GFS=120
export FHOUT_ENKF_GFS=3
if [ $l4densvar = ".true." ]; then
export FHOUT=1
export FHOUT_ENKF=1
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ elif [ ${step} = "esfc" ]; then
elif [ ${step} = "efcs" ]; then

if [ ${CASE} = "C768" ]; then
export wtime_efcs="01:20:00"
export wtime_efcs="06:00:00"
else
export wtime_efcs="00:40:00"
fi
Expand Down
4 changes: 3 additions & 1 deletion scripts/exgdas_enkf_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ export LEVS=${LEVS_ENKF:-${LEVS:-64}}

# nggps_diag_nml
export FHOUT=${FHOUT_ENKF:-3}

if [[ $CDUMP == "gfs" ]]; then
export FHOUT=${FHOUT_ENKF_GFS:-${FHOUT_ENKF:${FHOUT:-3}}}
fi
# model_configure
export DELTIM=${DELTIM_ENKF:-${DELTIM:-225}}
export FHMAX=${FHMAX_ENKF:-9}
Expand Down

0 comments on commit af7dc51

Please sign in to comment.