Skip to content

Commit

Permalink
update Gaea default data location
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Sep 12, 2024
1 parent 2a1d95a commit 0f3aef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/UsersGuide/BuildingRunningTesting/Quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ For a detailed explanation of how to build and run the SRW App on any supported
CRON_RELAUNCH_INTVL_MNTS: 3
task_get_extrn_ics:
USE_USER_STAGED_EXTRN_FILES: true
EXTRN_MDL_SOURCE_BASEDIR_ICS: /lustre/f2/dev/role.epic/contrib/UFS_SRW_data/v2p2/input_model_data/FV3GFS/grib2/${yyyymmddhh}
EXTRN_MDL_SOURCE_BASEDIR_ICS: /gpfs/f5/epic/world-shared/UFS_SRW_data/develop/input_model_data/FV3GFS/grib2/${yyyymmddhh}
task_get_extrn_lbcs:
USE_USER_STAGED_EXTRN_FILES: true
EXTRN_MDL_SOURCE_BASEDIR_LBCS: /lustre/f2/dev/role.epic/contrib/UFS_SRW_data/v2p2/input_model_data/FV3GFS/grib2/${yyyymmddhh}
EXTRN_MDL_SOURCE_BASEDIR_LBCS: /gpfs/f5/epic/world-shared/UFS_SRW_data/develop/input_model_data/FV3GFS/grib2/${yyyymmddhh}
Users on a different system would update the machine, account, and data paths accordingly. Additional changes may be required based on the system and experiment. More detailed guidance is available in :numref:`Section %s <UserSpecificConfig>`. Parameters and valid values are listed in :numref:`Section %s <ConfigWorkflow>`.

Expand Down
4 changes: 2 additions & 2 deletions doc/UsersGuide/BuildingRunningTesting/RunSRW.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ The SRW App requires input files to run. These include static datasets, initial
- File location
* - Derecho
- /glade/work/epicufsrt/contrib/UFS_SRW_data/|data|/input_model_data
* - Gaea (C3/C4/C5)
- /lustre/f2/dev/role.epic/contrib/UFS_SRW_data/|data|/input_model_data/
* - Gaea
- /gpfs/f5/epic/world-shared/UFS_SRW_data/|data|/input_model_data/
* - Hera
- /scratch1/NCEPDEV/nems/role.epic/UFS_SRW_data/|data|/input_model_data/
* - Hercules
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,4 @@ def warn_undocumented_members(app, what, name, obj, options, lines):
autoyaml_doc_delimiter = "###" # Character(s) which start a documentation comment.
autoyaml_comment = "#" #Comment start character(s).
autoyaml_level = 6
autoyaml_safe_loader = False
#autoyaml_safe_loader = False

0 comments on commit 0f3aef6

Please sign in to comment.