Skip to content

Commit

Permalink
Add default value
Browse files Browse the repository at this point in the history
 On branch feature/add_NMEM_EFCS
 Changes to be committed:
	modified:   jobs/JGDAS_ENKF_FCST

Refs: #1117
  • Loading branch information
XianwuXue-NOAA committed Nov 22, 2022
1 parent 4fdc915 commit 5c0ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_FCST
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export FHMAX=$FHMAX_ENKF

# Get ENSBEG/ENSEND from ENSGRP and NMEM_EFCSGRP
if [[ $CDUMP == "gfs" ]]; then
export NMEM_EFCSGRP=$NMEM_EFCSGRP_GFS
export NMEM_EFCSGRP=${NMEM_EFCSGRP_GFS:-${NMEM_EFCSGRP}}
fi
export ENSEND=$((NMEM_EFCSGRP * 10#${ENSGRP}))
export ENSBEG=$((ENSEND - NMEM_EFCSGRP + 1))
Expand Down

0 comments on commit 5c0ab0b

Please sign in to comment.