Skip to content

Commit 4e03e8a

Browse files
Update noaacloud data paths to come from lustre mount linked to noaa-nws-global-pds bucket (#4301)
This updates the noaacloud data paths to come from an FSx for Lustre mount provisioned with a data repository association to the S3 bucket [noaa-nws-global-pds](https://noaa-nws-global-pds.s3.amazonaws.com/index.html).
1 parent ebd2615 commit 4e03e8a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

dev/workflow/hosts/awspw.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Paths
2-
IODADIR: '/bucket/dump'
3-
DMPDIR: '/bucket/dump'
2+
IODADIR: '/lustre/dump_ur'
3+
DMPDIR: '/lustre/dump_ur'
44
BASE_GIT: '/contrib/git'
5-
BASE_DATA: '/bucket/global-workflow-shared-data'
6-
BASE_IC: '/bucket/global-workflow-shared-data/ICSDIR'
5+
BASE_DATA: '/lustre/data'
6+
BASE_IC: '/lustre/data/ICSDIR'
77
AERO_INPUTS_DIR: '/contrib/global-workflow-shared-data/data/GEFS_ExtData/20250310'
88
PACKAGEROOT: '' #TODO: This does not yet exist.
99
HOMEDIR: '/contrib/${USER}'
1010
STMP: '/lustre/${USER}/stmp/'
1111
PTMP: '/lustre/${USER}/ptmp/'
1212
NOSCRUB: '${HOMEDIR}'
13-
COMINsyn: '/bucket/syndat'
13+
COMINsyn: '/lustre/syndat'
1414
# BQS properties
1515
SCHEDULER: slurm
1616
QUEUE: batch

modulefiles/gw_run.noaacloud.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ load(pathJoin("fit2obs", (os.getenv("fit2obs_ver") or "None")))
2424

2525
load(pathJoin("imagemagick", (os.getenv("imagemagick_ver") or "None")))
2626

27-
setenv("CRTM_FIX", "/contrib/global-workflow-shared-data/fix/crtm/v2.4.0.2")
27+
setenv("CRTM_FIX", "/lustre/fix/crtm/v2.4.0.2")
2828

2929
whatis("Description: GFS run environment")

sorc/link_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ case "${machine}" in
7676
"hercules") FIX_DIR="/work2/noaa/global/role-global/fix" ;;
7777
"gaeac5") FIX_DIR="/gpfs/f5/ufs-ard/world-shared/global/glopara/data/fix" ;;
7878
"gaeac6") FIX_DIR="/gpfs/f6/drsa-precip3/world-shared/role.glopara/fix" ;;
79-
"noaacloud") FIX_DIR="/contrib/global-workflow-shared-data/fix" ;;
79+
"noaacloud") FIX_DIR="/lustre/fix" ;;
8080
*)
8181
echo "FATAL: Unknown target machine ${machine}, couldn't set FIX_DIR"
8282
exit 1

0 commit comments

Comments
 (0)