Skip to content

Commit

Permalink
[develop] Add DOMAIN_PREGEN_BASEDIR to gaea machine file. (#522)
Browse files Browse the repository at this point in the history
Use TEST_PREGEN_BASEDIR to set DOMAIN_PREGEN_BASEDIR if provided for a
machine.
  • Loading branch information
christinaholtNOAA authored Jan 6, 2023
1 parent 3770ca5 commit d3d023b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/WE2E/run_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,11 @@ specified for this machine (MACHINE):
fi

pregen_dir="${pregen_basedir}/${PREDEF_GRID_NAME}"
expt_config_str=${expt_config_str}"
#
# Directory containing the pregenerated grid files.
#
DOMAIN_PREGEN_BASEDIR=\"${pregen_basedir}\""

fi
#
Expand Down
1 change: 1 addition & 0 deletions ush/machine/gaea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ platform:
METPLUS_PATH: /usw/met/METplus/METplus-4.1.3
MET_BIN_EXEC: bin
MET_INSTALL_DIR: /usw/met/10.1.2
DOMAIN_PREGEN_BASEDIR: /lustre/f2/pdata/ncep_shared/UFS_SRW_App/develop/FV3LAM_pregen
QUEUE_DEFAULT: normal
QUEUE_FCST: normal
QUEUE_HPSS: normal
Expand Down

0 comments on commit d3d023b

Please sign in to comment.