Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update modules for jet #2

Merged
merged 2 commits into from
Sep 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions modulefiles/post/v8.0.0-jet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module-whatis "post"
set ver v8.0.0

# Loading Intel Compiler Suite
module load intel/15.0.3.187
#module load intel/15.0.3.187
module load intel/18.0.5.274
module load impi

module use /contrib/modulefiles
Expand All @@ -37,15 +38,19 @@ module load sp/v2.0.2
module load w3emc/v2.2.0
module load w3nco/v2.0.6
module load crtm/v2.2.3
module load netcdf/3.6.3
#module load netcdf/3.6.3
module load netcdf/4.6.1

setenv NCEPLIBS /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib

module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/modulefiles
module load g2tmpl-intel/1.5.0

module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/wrf.post.lib/modulefiles
module load wrf-io-v1.1.1
#module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/wrf.post.lib/modulefiles
#module load wrf-io-v1.1.1
#
setenv WRFIO_LIB /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/wrf.post.lib/v1.1.1/lib/wrf_io/libwrfio_nf.a


set dlib /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib/g2/v3.1.0/
set bname "G2"
Expand All @@ -60,8 +65,8 @@ setenv ${bname}_VER v3.1.0

#setenv WRFPATH /mnt/lfs3/projects/hfv3gfs/nwprod/wrf_shared.v1.1.0/
setenv myFC mpiifort
setenv OPENMP "-openmp"
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -openmp -fpp"
setenv OPENMP "-qopenmp"
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -qopenmp -fpp"
#
#setenv myFCFLAGS "-O0 -convert big_endian -fp-model source -openmp -g -check all -ftrapuv -fp-stack-check -fstack-protector -heap-arrays -recursive -traceback"

Expand Down
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/makefile_module
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CPPFLAGS = -DLINUX
FREE = -FR

NETCDF_INC = -I$(NETCDF)/include
NETCDF_LDFLAGS = -L$(NETCDF)/lib -lnetcdf
NETCDF_LDFLAGS = -L$(NETCDF)/lib -lnetcdff -lnetcdf

CFLAGS = -DLINUX -Dfunder -DFortranByte=char -DFortranInt=int -DFortranLlong='long long'

Expand Down