Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update OznMon_CP.sh.
  • Loading branch information
EdwardSafford-NOAA committed Mar 5, 2025
1 parent 8b8958b commit 2c7574f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Ozone_Monitor/data_xtrct/ush/OznMon_CP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,11 @@ if compgen -G "${OZN_DATA_DIR}/time/*${PDATE}*.ieee_d*" > /dev/null; then

if [[ $MY_MACHINE = "wcoss2" ]]; then
$SUB -q $JOB_QUEUE -A $ACCOUNT -o ${logfile} -e ${errfile} \
-V -l select=1:mem=5000M -l walltime=20:00 -N ${jobname} ${job}
-v "OZNMON_SUFFIX=${OZNMON_SUFFIX}, PDATE=${PDATE}, RUN=${RUN}, NCP=${NCP}, \
OZN_DATA_DIR=${OZN_DATA_DIR}, OZN_TANKDIR_STATS=${OZN_TANKDIR_STATS}, \
FIXgdas_ozn=${FIXgdas_ozn}, PDY=${PDY}, CYC=$CYC, DO_DATA_RPT=${DO_DATA_RPT}, \
OZNSTAT=${OZNSTAT}" \
-l select=1:mem=5000M -l walltime=20:00 -N ${jobname} ${job}

elif [[ $MY_MACHINE = "hera" ]]; then
$SUB --account=${ACCOUNT} --time=10 -J ${jobname} -D . \
Expand Down

0 comments on commit 2c7574f

Please sign in to comment.