Skip to content

Commit

Permalink
Adjust MEMDIR export in JGLOBAL_STAGE_IC
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jun 3, 2024
1 parent 9bcaa83 commit a4cec79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_STAGE_IC
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ err=0
for MEMDIR in "${MEMDIR_ARRAY[@]}"; do

# Export MEMDIR; need even if empty
export MEMDIR=${MEMDIR:-}
export MEMDIR

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

0 comments on commit a4cec79

Please sign in to comment.