Skip to content

Commit

Permalink
Add missing export for rCDUMP in stage_ic (#2009)
Browse files Browse the repository at this point in the history
rCDUMP is needed by the exscript but was never exported by the jjob.
  • Loading branch information
WalterKolczynski-NOAA committed Oct 31, 2023
1 parent 872068c commit 67c050c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/JGLOBAL_STAGE_IC
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "stage_ic" -c "base stage_ic"
# shellcheck disable=SC2153
rCDUMP=${CDUMP}
[[ ${CDUMP} = "gfs" ]] && export rCDUMP="gdas"
export rCDUMP

# Execute the Script
"${HOMEgfs}/scripts/exglobal_stage_ic.sh"
Expand Down

0 comments on commit 67c050c

Please sign in to comment.