Skip to content

Commit

Permalink
Add override for COMIN_WAV_RTOFS in emc mode for waveprep job
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 2, 2020
1 parent 194f280 commit 069f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_WAVE_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
$NLN $DMPDIR/$CDUMP.${PDY}/$cyc/${WAVICEFILE} $ROTDIR/$CDUMP.${PDY}/$cyc/atmos/${WAVICEFILE}
fi
export COMIN_WAV_ICE=${COMIN_WAV_ICE:-$ROTDIR/$RUN.$PDY/$cyc/atmos}
export COMIN_WAV_RTOFS=${ROTDIR}
export COMIN_WAV_RTOFS=${COMIN_WAV_RTOFS:-$ROTDIR}
fi

# Execute the Script
Expand Down

0 comments on commit 069f266

Please sign in to comment.