Skip to content

Commit

Permalink
fix broken file path
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Oct 27, 2023
1 parent 0623061 commit 37ebe7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UsersGuide/source/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: /lustre/f2/dev/role.epic/contrib/UFS_SRW_data/v2p2/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: /lustre/f2/dev/role.epic/contrib/UFS_SRW_data/v2p2/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:`Chapter %s <ConfigWorkflow>`.

Expand Down

0 comments on commit 37ebe7a

Please sign in to comment.