Skip to content

Commit

Permalink
Issue #164 - stack updates for regrid_nemsio build
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jan 25, 2021
1 parent bc273e9 commit cf4a226
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions modulefiles/modulefile.regrid_nemsio.hera
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
## Module file for regrid_nemsio
#############################################################

module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles
module load netcdf/4.7.0
module load hdf5/1.10.5
module load bacio/2.0.2
module load nemsio/2.2.3
module load w3nco/2.0.6
module load sp/2.0.2
module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack
module load hpc/1.1.0
module load hpc-intel/18.0.5.274
module load hpc-impi/2018.0.4

module load netcdf/4.7.4
module load hdf5/1.10.6
module load bacio/2.4.1
module load nemsio/2.5.2
module load w3nco/2.4.1
module load sp/2.3.3

export FCMP="$FCOMP"
export NETCDF_LDFLAGS_F="-L${NETCDF}/lib -lnetcdf -lnetcdff -lnetcdf -L${HDF5}/lib -lhdf5 -lhdf5_hl -lhdf5 -lz"
export NETCDF_LDFLAGS="-L${NETCDF}/lib -lnetcdf -lnetcdff -lnetcdf -L${HDF5}/lib -lhdf5 -lhdf5_hl -lhdf5 -lz"
export NETCDF_INCLUDE=-I$NETCDF/include
#export FCMP="mpif90 -f90=ifort"
export NETCDF_LDFLAGS_F="-L${NETCDF_LIBRARIES} -lnetcdf -lnetcdff -lnetcdf -L${HDF5_LIBRARIES} -lhdf5 -lhdf5_hl -lhdf5 -lz"
export NETCDF_LDFLAGS="-L${NETCDF_LIBRARIES} -lnetcdf -lnetcdff -lnetcdf -L${HDF5_LIBRARIES} -lhdf5 -lhdf5_hl -lhdf5 -lz"
export NETCDF_INCLUDE="-I${NETCDF_INCLUDES}"

0 comments on commit cf4a226

Please sign in to comment.