Release/public v2 gaea update#830
Merged
natalie-perlin merged 19 commits intoSep 28, 2022
Merged
Conversation
Added new (Lmod/8.7.12) initialization wrapper script to the ENV_INIT_SCRIPTS_FPS variable; added the PROJ_LIB and PATH variables referring to a PROJ package location in the updated miniconda3/4.12.0 and the regional_workflow environment that contain the PROJ package
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/.
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
Updates to the MetPlus verification script; not yet officially supported in the release of public-v2. These changes and test of the MetPlus script were done by @EdwardSnyder-NOAA
A bug found by @EdwardSnyder-NOAA; a separate PR to be created into the develop branch
Specify a new location of the miniconda3/4.12.0 with the regional_workflow environment containing all the necessary packages, and the rocoto/1.3.3 module installed on Gaea under EPIC role account: /lustre/f2/dev/wpo/role.epic/contrib/
36 tasks
37 tasks
EdwardSnyder-NOAA
requested changes
Sep 22, 2022
Collaborator
EdwardSnyder-NOAA
left a comment
There was a problem hiding this comment.
The get_extrn_lbcs.local file under gaea (modulefiles/tasks/get_extrn_lbcs.local) needs to removed. It should go under: modulefiles/tasks/gaea/get_extrn_lbcs.local, which you have already.
panll
approved these changes
Sep 23, 2022
Collaborator
panll
left a comment
There was a problem hiding this comment.
I tested it on Hera, and it works fine.
A redundant module; it is placed under ./regional_workflow/modulefiles/tasks/gaea/ instead.
natalie-perlin
commented
Sep 27, 2022
Collaborator
Author
natalie-perlin
left a comment
There was a problem hiding this comment.
Removed a redundant module placed under ./regional_workflow/modulefiles/tasks/
Collaborator
Author
|
@EdwardSnyder-NOAA - the repo has been updated, a redundant file has been removed! |
EdwardSnyder-NOAA
approved these changes
Sep 27, 2022
Updated following recent tests of Met verification, as in ufs-srweather-app repository PR-353: ufs-community/ufs-srweather-app#353
Updated Met Installation locations on Gaea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update is for backward compatibility with the SRW release/public-v2 branch of the SRW App,
https://github.com/ufs-community/ufs-srweather-app.git.
Changes are made to reflect updates in Lmod/8.7.12, miniconda3, and the hpc-stack on Gaea NOAA HPC system, installed under epic.role account in /lustre/f2/dev/wpo/role.epic/contrib/ space, and maintained by EPIC.
** FILES CHANGED
The following scripts have been changed under the ./regional_workflow/ base directory:
./ush/machine/gaea.sh
./ush/load_modules_run_task.sh (contribution of @EdwardSnyder-NOAA )
./modulefiles/module-setup.sh.inc
./modulefiles/module-setup.csh.inc
./modulefiles/tasks/gaea/make_grid.local, get_extrn_ics.local, get_extrn_lbcs.local, make_orog.local, make_sfc_climo.local, make_ics.local, make_lbcs.local, run_fcst.local, run_post.local (contribution of @EdwardSnyder-NOAA )
** TESTING PERFORMED
The updated repository has been tested on Gaea as a part of the SRW release/public-v2 branch,
by specifying the url for the regional_workflow in the Externals.cfg as following:
Additional files in the SRW release/public-v2 branch were modified to sync the updated Lmod/8.7.12, miniconda3/4.12.0 and the hpc-stack initialization, under the main SRW directory, such as ./ufs-srweather-app/:
./etc/lmod-setup.sh , lmod-setup.csh
./modulefiles/build_gaea_intel
./modulefiles/wflow_gaea
These updates of the SRW release/public-v2 branch are being prepared as a separate PR into the
https://github.com/ufs-community/ufs-srweather-app.git, to correspond the current changes to the regional_workflow repo, release/public-v2 branch.
The SRW has been build, and a test case grid_RRFS_CONUScompact_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16 from the comprehensive test suite has been run using the rocoto and crontab table. The following stages have been successfully completed:
make_grid
make_orog
make_sfc_climo
get_extrn_ics
get_extrn_lbcs
make_ics
make_lbcs
run_fcst
run_post_f001 - run_post_f006.