Skip to content

Commit

Permalink
Add -x for COMOUT_ATMOS_ANALYSIS declare
Browse files Browse the repository at this point in the history
Refs NOAA-EMC#2475

Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
1 parent da0e39c commit 0ee847f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jobs/JGLOBAL_STAGE_IC
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ for MEMDIR in "${MEMDIR_ARRAY[@]}"; do

# Declare COMs
if [[ "${MODE}" = "cycled" && "${RUN}" = "gdas" ]]; then
YMD=${current_cycle:0:8} HH=${current_cycle:8:2} declare_from_tmpl COMOUT_ATMOS_ANALYSIS:COM_ATMOS_ANALYSIS_TMPL
export COMOUT_ATMOS_ANALYSIS
YMD=${current_cycle:0:8} HH=${current_cycle:8:2} declare_from_tmpl -x COMOUT_ATMOS_ANALYSIS:COM_ATMOS_ANALYSIS_TMPL
fi

if [[ ${EXP_WARM_START:-".false."} = ".true." ]]; then
Expand Down

0 comments on commit 0ee847f

Please sign in to comment.