-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* modification for build.ver/run.ver in global-workflow * modification for build.ver/run.ver in global-workflow * LMOD conversion Co-authored-by: Helin Wei <[email protected]> Co-authored-by: Helin Wei <[email protected]>
- Loading branch information
1 parent
9f12a1f
commit d614452
Showing
18 changed files
with
235 additions
and
130 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
help([[ | ||
Load environment to run GLDAS on WCOSS2 | ||
]]) | ||
|
||
envvar_ver=os.getenv("envvar_ver") or "1.0" | ||
PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" | ||
craype_ver=os.getenv("craype_ver") or "2.7.8" | ||
intel_ver=os.getenv("intel_ver") or "19.1.3.304" | ||
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9" | ||
load(pathJoin("envvar", envvar_ver)) | ||
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) | ||
load(pathJoin("craype", craype_ver)) | ||
load(pathJoin("intel", intel_ver)) | ||
load(pathJoin("cray-mpich", cray_mpich_ver)) | ||
|
||
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" | ||
nemsio_ver=os.getenv("nemsio_ver") or "2.5.2" | ||
bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
sp_ver=os.getenv("sp_ver") or "2.3.3" | ||
load(pathJoin("w3nco", w3nco_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
load(pathJoin("sp", sp_ver)) | ||
|
||
hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" | ||
netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" | ||
esmf_ver=os.getenv("esmf_ver") or "8.0.1" | ||
|
||
load(pathJoin("hdf5", hdf5_ver)) | ||
load(pathJoin("netcdf", netcdf_ver)) | ||
load(pathJoin("esmf", esmf_ver)) | ||
|
||
whatis("Description: GLDAS run environment") |
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
help([[ | ||
Load environment to run GLDAS on WCOSS2 | ||
]]) | ||
|
||
envvar_ver=os.getenv("envvar_ver") or "1.0" | ||
PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" | ||
craype_ver=os.getenv("craype_ver") or "2.7.8" | ||
intel_ver=os.getenv("intel_ver") or "19.1.3.304" | ||
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9" | ||
load(pathJoin("envvar", envvar_ver)) | ||
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) | ||
load(pathJoin("craype", craype_ver)) | ||
load(pathJoin("intel", intel_ver)) | ||
load(pathJoin("cray-mpich", cray_mpich_ver)) | ||
|
||
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" | ||
nemsio_ver=os.getenv("nemsio_ver") or "2.5.2" | ||
bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
sp_ver=os.getenv("sp_ver") or "2.3.3" | ||
load(pathJoin("w3nco", w3nco_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
load(pathJoin("sp", sp_ver)) | ||
|
||
hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" | ||
netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" | ||
esmf_ver=os.getenv("esmf_ver") or "8.0.1" | ||
|
||
load(pathJoin("hdf5", hdf5_ver)) | ||
load(pathJoin("netcdf", netcdf_ver)) | ||
load(pathJoin("esmf", esmf_ver)) | ||
|
||
whatis("Description: GLDAS run environment") |
This file was deleted.
Oops, something went wrong.
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,21 @@ | ||
help([[ | ||
Load environment to run GLDAS on WCOSS2 | ||
]]) | ||
|
||
envvar_ver=os.getenv("envvar_ver") or "1.0" | ||
PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" | ||
craype_ver=os.getenv("craype_ver") or "2.7.8" | ||
intel_ver=os.getenv("intel_ver") or "19.1.3.304" | ||
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9" | ||
load(pathJoin("envvar", envvar_ver)) | ||
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) | ||
load(pathJoin("craype", craype_ver)) | ||
load(pathJoin("intel", intel_ver)) | ||
load(pathJoin("cray-mpich", cray_mpich_ver)) | ||
|
||
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" | ||
bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
load(pathJoin("w3nco", w3nco_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
|
||
whatis("Description: GLDAS run environment") |
This file was deleted.
Oops, something went wrong.
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,29 @@ | ||
help([[ | ||
Load environment to run GLDAS on WCOSS2 | ||
]]) | ||
|
||
envvar_ver=os.getenv("envvar_ver") or "1.0" | ||
PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" | ||
craype_ver=os.getenv("craype_ver") or "2.7.8" | ||
intel_ver=os.getenv("intel_ver") or "19.1.3.304" | ||
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9" | ||
load(pathJoin("envvar", envvar_ver)) | ||
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) | ||
load(pathJoin("craype", craype_ver)) | ||
load(pathJoin("intel", intel_ver)) | ||
load(pathJoin("cray-mpich", cray_mpich_ver)) | ||
|
||
w3emc_ver=os.getenv("w3emc_ver") or "2.7.3" | ||
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" | ||
nemsio_ver=os.getenv("nemsio_ver") or "2.5.2" | ||
bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
sp_ver=os.getenv("sp_ver") or "2.3.3" | ||
ip_ver=os.getenv("ip_ver") or "3.3.3" | ||
load(pathJoin("w3emc", w3emc_ver)) | ||
load(pathJoin("w3nco", w3nco_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
load(pathJoin("sp", sp_ver)) | ||
load(pathJoin("ip", ip_ver)) | ||
|
||
whatis("Description: GLDAS run environment") |
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
help([[ | ||
Load environment to run GLDAS on WCOSS2 | ||
]]) | ||
|
||
envvar_ver=os.getenv("envvar_ver") or "1.0" | ||
PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" | ||
craype_ver=os.getenv("craype_ver") or "2.7.8" | ||
intel_ver=os.getenv("intel_ver") or "19.1.3.304" | ||
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9" | ||
load(pathJoin("envvar", envvar_ver)) | ||
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) | ||
load(pathJoin("craype", craype_ver)) | ||
load(pathJoin("intel", intel_ver)) | ||
load(pathJoin("cray-mpich", cray_mpich_ver)) | ||
|
||
w3emc_ver=os.getenv("w3emc_ver") or "2.7.3" | ||
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" | ||
nemsio_ver=os.getenv("nemsio_ver") or "2.5.2" | ||
bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
load(pathJoin("w3emc", w3emc_ver)) | ||
load(pathJoin("w3nco", w3nco_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
|
||
whatis("Description: GLDAS run environment") |
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
help([[ | ||
Load environment to run GLDAS on WCOSS2 | ||
]]) | ||
|
||
envvar_ver=os.getenv("envvar_ver") or "1.0" | ||
PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" | ||
craype_ver=os.getenv("craype_ver") or "2.7.8" | ||
intel_ver=os.getenv("intel_ver") or "19.1.3.304" | ||
cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9" | ||
load(pathJoin("envvar", envvar_ver)) | ||
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) | ||
load(pathJoin("craype", craype_ver)) | ||
load(pathJoin("intel", intel_ver)) | ||
load(pathJoin("cray-mpich", cray_mpich_ver)) | ||
|
||
w3emc_ver=os.getenv("w3emc_ver") or "2.7.3" | ||
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" | ||
nemsio_ver=os.getenv("nemsio_ver") or "2.5.2" | ||
bacio_ver=os.getenv("bacio_ver") or "2.4.1" | ||
load(pathJoin("w3emc", w3emc_ver)) | ||
load(pathJoin("w3nco", w3nco_ver)) | ||
load(pathJoin("nemsio", nemsio_ver)) | ||
load(pathJoin("bacio", bacio_ver)) | ||
|
||
whatis("Description: GLDAS 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
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
Oops, something went wrong.