From 0f3aef670f6bbe3c969d648a3500837f63cc443a Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Thu, 12 Sep 2024 14:46:09 -0400 Subject: [PATCH] update Gaea default data location --- doc/UsersGuide/BuildingRunningTesting/Quickstart.rst | 4 ++-- doc/UsersGuide/BuildingRunningTesting/RunSRW.rst | 4 ++-- doc/conf.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/UsersGuide/BuildingRunningTesting/Quickstart.rst b/doc/UsersGuide/BuildingRunningTesting/Quickstart.rst index 36ea8eb7fb..3e58d6117f 100644 --- a/doc/UsersGuide/BuildingRunningTesting/Quickstart.rst +++ b/doc/UsersGuide/BuildingRunningTesting/Quickstart.rst @@ -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 `. Parameters and valid values are listed in :numref:`Section %s `. diff --git a/doc/UsersGuide/BuildingRunningTesting/RunSRW.rst b/doc/UsersGuide/BuildingRunningTesting/RunSRW.rst index d7fd7407a8..05ae853fd3 100644 --- a/doc/UsersGuide/BuildingRunningTesting/RunSRW.rst +++ b/doc/UsersGuide/BuildingRunningTesting/RunSRW.rst @@ -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 diff --git a/doc/conf.py b/doc/conf.py index 528ec83e27..0d440a733b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 \ No newline at end of file +#autoyaml_safe_loader = False \ No newline at end of file