-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable build of the global-workflow and its components on WCOSS2.
- Loading branch information
1 parent
5429096
commit 392ca6f
Showing
8 changed files
with
128 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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 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 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 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([[ | ||
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 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 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 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 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