Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[develop] Gaea pregenerated domain files path. #522

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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