Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update for hercules|orion.
  • Loading branch information
EdwardSafford-NOAA committed Aug 27, 2024
1 parent cfe6bff commit 7149b8f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions parm/OM_config
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ case ${MACHINE_ID} in
account="GFS-DEV"
;;

orion)
orion|hercules)
export SUB="sbatch"
export SERVICE_PARTITION="service"
export CARTOPY_DATA_DIR="/work/noaa/da/esafford/noscrub/python/envs/obs-mon/share/cartopy"

ptmp="/work2/noaa/stmp/${USER}"
Expand All @@ -48,17 +49,6 @@ case ${MACHINE_ID} in
account="da-cpu"
;;

hercules)
export SUB="sbatch"
export CARTOPY_DATA_DIR="/work/noaa/da/esafford/noscrub/python/envs/obs-mon/share/cartopy"

ptmp="/work2/noaa/stmp/${USER}"
stmp="/work/noaa/stmp/${USER}"

queue=""
project=""
account="da-cpu"
;;
esac

module load obs-monitor/${MACHINE_ID}
Expand Down

0 comments on commit 7149b8f

Please sign in to comment.