-
Notifications
You must be signed in to change notification settings - Fork 210
Build updates for WCOSS2 #1002
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
Merged
Merged
Build updates for WCOSS2 #1002
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5041005
Move transfer files into new transfer folder
KateFriedman-NOAA d133ad8
Updated transfer list files from WCOSS2 ops
KateFriedman-NOAA a6b63d9
Add GFSv16.1 and GFSv16.2 release notes
KateFriedman-NOAA 5b54d52
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA c7d20de
WCOSS2 updates to gempak ush scripts
KateFriedman-NOAA 2179e44
Removing older release notes
KateFriedman-NOAA b9bc730
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 032767a
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 1a1a1e3
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 829459d
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 2c24858
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 9ce7ee6
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 20d37e2
Add WCOSS2 to module-setup.sh.inc
KateFriedman-NOAA 9c6a638
Add WCOSS2 to link_workflow.sh
KateFriedman-NOAA 012ee4b
Add WCOSS2 and module reset to machine-setup.sh
KateFriedman-NOAA 361ed89
Add WCOSS2 to load_fv3gfs_modules.sh
KateFriedman-NOAA 6fe0457
Create LUA module_base for WCOSS2
KateFriedman-NOAA fd02351
Create LUA modulefile for WW3 on WCOSS2
KateFriedman-NOAA cbeb5f7
Create LUA modulefile for workflow_utils on WCOSS2
KateFriedman-NOAA 2b20ea5
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 83254fd
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA 73fca8c
Add WCOSS2 to module-setup.csh.inc
KateFriedman-NOAA a2c9f8f
Change WCOSS2 FIX_DIR to noscrub space
KateFriedman-NOAA 1e15d22
Change WCOSS2 machine detection path
KateFriedman-NOAA 8ce585e
Merge branch 'develop' into feature/dev-wcoss2
KateFriedman-NOAA ccd154b
Revert module reset changes for R&D
KateFriedman-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| help([[ | ||
| Load environment to run GFS on WCOSS2 | ||
| ]]) | ||
|
|
||
| load(pathJoin("PrgEnv-intel", "8.1.0")) | ||
| load(pathJoin("craype", "2.7.10")) | ||
| load(pathJoin("intel", "19.1.3.304")) | ||
| load(pathJoin("cray-mpich", "8.1.9")) | ||
| load(pathJoin("cray-pals", "1.0.17")) | ||
| load(pathJoin("esmf", "8.0.1")) | ||
| load(pathJoin("cfp", "2.0.4")) | ||
| setenv("USE_CFP","YES") | ||
|
|
||
| load(pathJoin("python", "3.8.6")) | ||
| load(pathJoin("prod_envir", "2.0.4")) | ||
| load(pathJoin("gempak", "7.14.1")) | ||
| load(pathJoin("perl", "5.32.0")) | ||
| load(pathJoin("libjpeg", "9c")) | ||
|
|
||
| load(pathJoin("cdo", "1.9.8")) | ||
|
|
||
| load(pathJoin("hdf5", "1.10.6")) | ||
| load(pathJoin("netcdf", "4.7.4")) | ||
|
|
||
| load(pathJoin("udunits", "2.2.28")) | ||
| load(pathJoin("gsl", "2.7")) | ||
| load(pathJoin("nco", "4.7.9")) | ||
| load(pathJoin("prod_util", "2.0.9")) | ||
| load(pathJoin("grib_util", "1.2.3")) | ||
| load(pathJoin("bufr_dump", "1.0.0")) | ||
| load(pathJoin("util_shared", "1.4.0")) | ||
| load(pathJoin("crtm", "2.3.0")) | ||
| load(pathJoin("g2tmpl", "1.9.1")) | ||
| load(pathJoin("wgrib2", "2.0.7")) | ||
|
|
||
| prepend_path("MODULEPATH", pathJoin("/lfs/h2/emc/global/save/emc.global/git/prepobs/v1.0.1/modulefiles")) | ||
| load(pathJoin("prepobs", "1.0.1")) | ||
|
|
||
| whatis("Description: GFS run environment") |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| help([[ | ||
|
aerorahul marked this conversation as resolved.
|
||
| Build environment for WW3 on WCOSS2 | ||
| ]]) | ||
|
|
||
| load(pathJoin("PrgEnv-intel", "8.1.0")) | ||
| load(pathJoin("craype", "2.7.10")) | ||
| load(pathJoin("intel", "19.1.3.304")) | ||
| load(pathJoin("cray-mpich", "8.1.9")) | ||
|
|
||
| load(pathJoin("cmake", "3.20.2")) | ||
|
|
||
| load(pathJoin("jasper", "2.0.25")) | ||
| load(pathJoin("zlib", "1.2.11")) | ||
| load(pathJoin("libpng", "1.6.37")) | ||
|
|
||
| load(pathJoin("bacio", "2.4.1")) | ||
| load(pathJoin("g2", "3.4.5")) | ||
|
|
||
| load(pathJoin("hdf5", "1.10.6")) | ||
| load(pathJoin("netcdf", "4.7.4")) | ||
|
|
||
| load(pathJoin("w3nco", "2.4.1")) | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| help([[ | ||
| Build environment for workflow utilities on WCOSS2 | ||
| ]]) | ||
|
|
||
| load(pathJoin("PrgEnv-intel", "8.1.0")) | ||
| load(pathJoin("craype", "2.7.10")) | ||
| load(pathJoin("intel", "19.1.3.304")) | ||
| load(pathJoin("cray-mpich", "8.1.9")) | ||
|
|
||
| load(pathJoin("cmake", "3.20.2")) | ||
|
|
||
| load(pathJoin("jasper", "2.0.25")) | ||
| load(pathJoin("zlib", "1.2.11")) | ||
| load(pathJoin("libpng", "1.6.37")) | ||
|
|
||
| load(pathJoin("hdf5", "1.10.6")) | ||
| load(pathJoin("netcdf", "4.7.4")) | ||
|
|
||
| load(pathJoin("bacio", "2.4.1")) | ||
| load(pathJoin("g2", "3.4.5")) | ||
| load(pathJoin("ip", "3.3.3")) | ||
| load(pathJoin("nemsio", "2.5.2")) | ||
| load(pathJoin("sp", "2.3.3")) | ||
| load(pathJoin("w3emc", "2.9.2")) | ||
| load(pathJoin("w3nco", "2.4.1")) | ||
| load(pathJoin("nemsiogfs", "2.5.3")) | ||
| load(pathJoin("ncio", "1.0.0")) | ||
| load(pathJoin("landsfcutil", "2.4.1")) | ||
| load(pathJoin("sigio", "2.3.2")) | ||
| load(pathJoin("bufr", "11.5.0")) | ||
|
|
||
| load(pathJoin("wgrib2", "2.0.8")) |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.