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

Change Jet modulefiles after /lfs3 soft link removal and in anticipat… #48

Merged
merged 1 commit into from
Jun 8, 2020
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
14 changes: 9 additions & 5 deletions modulefiles/fv3gfs/orog.jet
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
#%Module#####################################################
## Module file for orog
#############################################################
module purge
# Loading Intel Compiler Suite
module load intel/18.0.5.274
#
module purge

module load netcdf/4.7.0
module load intel/18.0.5.274
module load impi/2018.4.274
module load szip/2.1
module load hdf5/1.10.5
module load hdf5/1.10.4
module load netcdf/4.6.1

module use /lfs4/HFIP/hfv3gfs/nwprod/NCEPLIBS/modulefiles

# Loading nceplibs modules
module load ip/v3.0.1
module load ip/v2.0.0
module load sp/v2.0.2
module load w3emc/v2.3.0
module load w3nco/v2.0.6
Expand Down
10 changes: 6 additions & 4 deletions modulefiles/modulefile.sfc_climo_gen.jet
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
## Module file for sfc_climo_gen
#############################################################

module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/modulefiles
export NCEPLIBS=/lfs4/HFIP/hfv3gfs/gwv/l0530/lib
module use $NCEPLIBS/modulefiles

module load intel/18.0.5.274
module load impi/2018.4.274
module load szip
module load hdf5
module load netcdf/4.2.1.1
module load hdf5/1.10.4
module load netcdf/4.6.1

module load esmflocal/ESMF_8_0_0_beta_snapshot_21
module use -a /lfs4/HFIP/hfv3gfs/software/modulefiles/intel-18.0.5.274/impi-2018.4.274
module load esmf/8.0.0

export FCOMP=mpiifort
export FFLAGS="-O3 -fp-model=precise -g -traceback -r8 -i4 -convert big_endian"