forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- create module_base modulefile for WCOSS2 - remaining modules to find are commented out: pm5, util_shared, HPSS, and cdo Refs: NOAA-EMC#399
- Loading branch information
1 parent
4a36ef8
commit 19a0fb3
Showing
1 changed file
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#%Module###################################################################### | ||
## | ||
|
||
module load envvar/1.0 | ||
module load PrgEnv-intel/8.1.0 | ||
module load craype/2.7.8 | ||
module load intel/19.1.3.304 | ||
module load cray-mpich/8.1.7 | ||
module load cray-pals | ||
|
||
#module load HPSS/5.0.2.5 | ||
module load prod_util/2.0.8 | ||
module load prod_envir/2.0.4 | ||
module load grib_util/1.2.2 | ||
|
||
module load nco/4.7.9 | ||
module load cfp/2.0.4 | ||
setenv USE_CFP YES | ||
#module load pm5 | ||
|
||
module load hdf5/1.10.6 | ||
module load netcdf/4.7.4 | ||
module load esmf/8.1.0 | ||
|
||
module load gempak/7.14.0 | ||
module load g2tmpl/1.9.1 | ||
#module load util_shared/1.3.0 | ||
|
||
# Load for WAFS | ||
module load bufr_dump/2.0.0 | ||
|
||
# Load python | ||
module load cray-python/3.8.5.1 | ||
|
||
# Load crtm | ||
module load crtm/2.3.0 | ||
|
||
# Load for waveprep | ||
#module load cdo/1.9.8 | ||
|
||
# UPP | ||
module use /u/Wen.Meng/noscrub/ncep_post/LIBS/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.4 | ||
module load upp/8.0.11 |