Skip to content

Commit

Permalink
feature/jet_nceplibs: This commit references ufs-community#34.
Browse files Browse the repository at this point in the history
Update chgres_cube build to use official nceplibs
instead of George V's copies.
  • Loading branch information
GeorgeGayno-NOAA committed Dec 11, 2019
1 parent 2a7b1f9 commit 4fd0853
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions modulefiles/chgres_cube.jet
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
## chgres build module for Jet
#############################################################

module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/modulefiles

module load intel/15.0.3.187
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 esmflocal/ESMF_8_0_0_beta_snapshot_21
module load w3nco/v2.0.6
module load sp/v2.0.2
module load bacio/v2.0.2
module load sigio/v2.1.0
module load sfcio/v1.0.0
module load nemsio/v2.2.3

module load w3nco-intel-sandybridge/2.0.6
module load sp-intel-sandybridge/2.0.2
module load bacio-intel-sandybridge/2.0.2
module load sigio-intel-sandybridge/2.0.1
module load sfcio-intel-sandybridge/1.0.0
module load nemsio-intel-sandybridge/2.2.2
module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/modulefiles
module load esmflocal/ESMF_8_0_0_beta_snapshot_21

export FCOMP=mpiifort
export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -assume byterecl"
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -x

source /apps/lmod/lmod/init/sh
module purge
module load intel/15.0.3.187
module load intel/18.0.5.274
module load impi/2018.4.274
module load szip
module load hdf5
Expand Down

0 comments on commit 4fd0853

Please sign in to comment.