Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up runObsMon.sh
  • Loading branch information
EdwardSafford-NOAA committed Aug 22, 2024
1 parent 69dc1c7 commit 50e89dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver/runObsMon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ if [[ ! -d ${logdir} ]]; then mkdir -p ${logdir}; fi
logfile="${logdir}/OM_setup.log"
if [[ -e ${logfile} ]]; then rm ${logfile}; fi

echo MACHINE_ID: $MACHINE_ID

case ${MACHINE_ID} in
hera|orion|hercules)
${SUB} --account ${ACCOUNT} --ntasks=1 --mem=400M --time=0:05:00 \
Expand Down

0 comments on commit 50e89dc

Please sign in to comment.