Skip to content

Commit

Permalink
Add module files for enspqpf program
Browse files Browse the repository at this point in the history
 On branch hotfix/pqpf
	new file:   modulefiles/gefs/global_enspqpf.hera
	new file:   modulefiles/gefs/global_enspqpf.jet
	new file:   modulefiles/gefs/global_enspqpf.wcoss_cray
	new file:   modulefiles/gefs/global_enspqpf.wcoss_dell_p3

Refs: #2
  • Loading branch information
XianwuXue-NOAA committed Nov 24, 2020
1 parent f7d8308 commit d188988
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 0 deletions.
31 changes: 31 additions & 0 deletions modulefiles/gefs/global_enspqpf.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#%Module#####################################################
## global_enspqpf component - Hera
#############################################################
#module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles

##
## load programming environment
## this typically includes compiler, MPI and job scheduler
##
module load intel/18.0.5.274

##
## NCEP libraries
##
module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles

module load g2/3.1.1
module load w3nco/2.0.7
module load bacio/2.0.3
module load sp/2.0.3

module load jasper/1.900.1
module load png/1.2.44
module load z/1.2.11


##
export FCMP=ifort
export LDFLAGSM=
export OMPFLAGM=

23 changes: 23 additions & 0 deletions modulefiles/gefs/global_enspqpf.jet
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#%Module#####################################################
## global_enspqpf component - Theia
#############################################################
module use /lfs3/projects/hfv3gfs/nwprod/lib/modulefiles
module use /lfs3/projects/hwrf-vd/soft/modulefiles
module load intel/15.0.3.187
module load impi/5.0.3.048

module load g2/v2.5.0
module load w3nco/v2.0.6
module load bacio/v2.0.1
module load sp/v2.0.2

module load jasper/v1.900.1
module load png/v1.2.44
module load z/v1.2.6


##
export FCMP=ifort
export LDFLAGSM=
export OMPFLAGM=

19 changes: 19 additions & 0 deletions modulefiles/gefs/global_enspqpf.wcoss_cray
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#%Module#####################################################
## global_enspqpf component - wcoss_cray
#############################################################
# Load Intel environment
module load PrgEnv-intel

module load g2-intel/3.1.0
module load w3nco-intel/2.0.6
module load bacio-intel/2.0.1

module load jasper-gnu-haswell/1.900.1
module load png-intel-haswell/1.2.49
module load zlib-intel-haswell/1.2.7

##
export FCMP=ifort
export LDFLAGSM=
export OMPFLAGM=

19 changes: 19 additions & 0 deletions modulefiles/gefs/global_enspqpf.wcoss_dell_p3
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#%Module#####################################################
## global_enspqpf component - wcoss_dell_p3
#############################################################
module load ips/${ips_ver}

module load g2/${g2_ver}
module load w3nco/${w3nco_ver}
module load bacio/${bacio_ver}
module load jasper/${jasper_ver}
module load libpng/${libpng_ver}
module load zlib/${zlib_ver}



##
export FCMP=ifort
export LDFLAGSM=
export OMPFLAGM=

0 comments on commit d188988

Please sign in to comment.