Skip to content

Commit

Permalink
feature/gldasnoahmp:
Browse files Browse the repository at this point in the history
Add build modules for Hera (all programs except GLDAS).
  • Loading branch information
GeorgeGayno-NOAA committed Oct 17, 2019
1 parent ffc5bb0 commit 3ff6c94
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modulefiles/gdas2gldas.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#%Module#####################################################
## Build module for hera
#############################################################

module load intel/18.0.5.274
module load impi/2018.0.4

module use -a $MOD_PATH
module load w3nco/2.0.6
module load nemsio/2.2.3
module load bacio/2.0.2
module load sp/2.0.2

export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib
module use -a $NCEPLIBS/modulefiles
module load esmflocal/8_0_48b.netcdf47

export FCOMP=mpiifort
export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bounds -warn unused -assume byterecl"
19 changes: 19 additions & 0 deletions modulefiles/gldas2gdas.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#%Module#####################################################
## Build module for hera
#############################################################

module load intel/18.0.5.274
module load impi/2018.0.4

module use -a $MOD_PATH
module load w3nco/2.0.6
module load nemsio/2.2.3
module load bacio/2.0.2
module load sp/2.0.2

export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib
module use -a $NCEPLIBS/modulefiles
module load esmflocal/8_0_48b.netcdf47

export FCOMP=mpiifort
export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bounds -warn unused -assume byterecl"
12 changes: 12 additions & 0 deletions modulefiles/gldas_forcing.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#%Module#####################################################
## Build module for hera
#############################################################

module load intel/18.0.5.274

module use -a $MOD_PATH
module load w3nco/2.0.6
module load bacio/2.0.2

export FC=ifort
export FOPTS="-O0 -FR"
14 changes: 14 additions & 0 deletions modulefiles/gldas_post.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#%Module#####################################################
## Build module for hera
#############################################################

module load intel/18.0.5.274

module use -a $MOD_PATH
module load w3nco/2.0.6
module load w3emc/2.3.0
module load bacio/2.0.2
module load nemsio/2.2.3

export FC=ifort
export FOPTS='-O -FR -I$(NEMSIO_INC) -convert big_endian'
14 changes: 14 additions & 0 deletions modulefiles/gldas_rst.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#%Module#####################################################
## Build module for Hera
#############################################################

module load intel/18.0.5.274

module use -a $MOD_PATH
module load w3nco/2.0.6
module load w3emc/2.3.0
module load bacio/2.0.2
module load nemsio/2.2.3

export FC=ifort
export FOPTS='-O -FR -I$(NEMSIO_INC) -convert big_endian'

0 comments on commit 3ff6c94

Please sign in to comment.