Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up OM_config.
  • Loading branch information
EdwardSafford-NOAA committed Aug 22, 2024
1 parent 3e959b7 commit 1cc8bb2
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions parm/OM_config
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ case ${MACHINE_ID} in
queue=""
project=""
account="da-cpu"
aprun_py="python"
module load obs-monitor/hera
# aprun_py="python"
;;

wcoss2)
Expand All @@ -36,8 +35,6 @@ case ${MACHINE_ID} in
queue="dev"
project="GDAS-DEV"
account="GFS-DEV"
module load obs-monitor/wcoss2
aprun_py=`which python`
;;

orion)
Expand All @@ -50,8 +47,7 @@ case ${MACHINE_ID} in
queue=""
project=""
account="da-cpu"
aprun_py="python"
module load obs-monitor/orion
# aprun_py="python"
;;

hercules)
Expand All @@ -64,16 +60,17 @@ case ${MACHINE_ID} in
queue=""
project=""
account="da-cpu"
aprun_py="python"
module load obs-monitor/hercules
# aprun_py="python"
;;
esac

module load obs-monitor/${MACHINE_ID}
export APRUN_PY=`which python`

export ACCOUNT=${ACCOUNT:-$account}
export PROJECT=${PROJECT:-$project}
export JOB_QUEUE=${JOB_QUEUE:-$queue}

export OM_LOGS="${ptmp}/logs/OM_logs"
export DATAROOT=${DATAROOT:-${stmp}}
export COMOUT=${COMOUT:-${ptmp}}
export APRUN_PY=${APRUN_PY:-${aprun_py}}

0 comments on commit 1cc8bb2

Please sign in to comment.