Skip to content
Merged
2 changes: 1 addition & 1 deletion dev/ush/load_gw_gsi_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case "${MACHINE_ID}" in
"wcoss2")
target_module="gw_gsi.${MACHINE_ID}"
;;
"hera" | "orion" | "hercules" | "gaeac6" | "ursa")
"hera" | "orion" | "hercules" | "gaeac6" | "ursa" | "noaacloud")
target_module="gw_run.${MACHINE_ID}"
;;
*)
Expand Down
10 changes: 5 additions & 5 deletions dev/workflow/hosts/awspw.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Paths
DMPDIR: '${DATA_MOUNT:-/bucket}/dump'
DMPDIR: '/bucket/dump'
BASE_GIT: '/contrib/git'
BASE_DATA: '/bucket/global-workflow-shared-data'
BASE_IC: '/bucket/global-workflow-shared-data/ICSDIR'
AERO_INPUTS_DIR: /contrib/global-workflow-shared-data/data/GEFS_ExtData/20250310
AERO_INPUTS_DIR: '/contrib/global-workflow-shared-data/data/GEFS_ExtData/20250310'
PACKAGEROOT: '' #TODO: This does not yet exist.
HOMEDIR: '/contrib/${USER}'
STMP: '/lustre/${USER}/stmp/'
PTMP: '/lustre/${USER}/ptmp/'
NOSCRUB: '${HOMEDIR}'
COMINsyn: '' #TODO: This does not yet exist.
COMINsyn: '/bucket/syndat'
# BQS properties
SCHEDULER: slurm
QUEUE: batch
Expand All @@ -18,9 +18,9 @@ PARTITION_SERVICE: process
# HPSS properties
HPSS_PROJECT: emc-global #TODO: See `ATARDIR` below.
ARCHCOM_TO: 'local'
ATARDIR: '' # TODO: This will not yet work from AWS.
ATARDIR: '/bucket/archive/${PSLOT}' # TODO: This will not yet work from AWS.
CHGRP_RSTPROD: 'NO' #TODO: rstprod group not yet supported.
CHGRP_CMD: 'chgrp rstprod' # TODO: This is not yet supported.
CHGRP_CMD: 'echo' # TODO: This is not yet supported.
# Features
SUPPORTED_RESOLUTIONS: ['C48', 'C96', 'C192', 'C384', 'C768'] # TODO: Test and support all cubed-sphere resolutions.
DO_ARCHCOM: 'NO'
1 change: 1 addition & 0 deletions modulefiles/gw_run.noaacloud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ load(pathJoin("perl", (os.getenv("perl_ver") or "None")))
load(pathJoin("mkl", (os.getenv("mkl_ver") or "None")))

load("gw_run.common")
load(pathJoin("wgrib2", (os.getenv("wgrib2_ver") or "None"))) -- TODO: Remove once wgrib2 is loaded in gw_run.common

prepend_path("MODULEPATH", pathJoin("/contrib/git/prepobs/v" .. (os.getenv("prepobs_run_ver") or "None"), "modulefiles"))
load(pathJoin("prepobs", (os.getenv("prepobs_run_ver") or "None")))
Expand Down
1 change: 1 addition & 0 deletions versions/run.noaacloud.ver
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export cdo_ver=2.3.0
export perl_ver=5.38.0
export mkl_ver=2024.2.1
export imagemagick_ver=7.1.1-11
export ens_tracker_ver=v1.2.1.2