Skip to content

Commit

Permalink
Point to new NCEPLIBS location on Jet
Browse files Browse the repository at this point in the history
UFS_UTILS was pointing to Dom's NCEPLIBS on Jet.  He recently renamed the
directory.  Update the build module accordingly.

For details, see issue #196
  • Loading branch information
GeorgeGayno-NOAA authored Oct 30, 2020
1 parent bd16d3b commit 2d4fe87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modulefiles/build.jet.intel
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ setenv CC icc
setenv FC ifort
setenv CXX icpc

setenv ESMFMKFILE /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0beta01/intel-18.0.5.274/impi-2018.4.274/lib64/esmf.mk
setenv Jasper_ROOT /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0beta01/intel-18.0.5.274/impi-2018.4.274
setenv ESMFMKFILE /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0/intel-18.0.5.274/impi-2018.4.274/lib64/esmf.mk
setenv Jasper_ROOT /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0/intel-18.0.5.274/impi-2018.4.274

module use /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0beta01/intel-18.0.5.274/impi-2018.4.274/modules
module use /lfs4/HFIP/hfv3gfs/software/NCEPLIBS-ufs-v2.0.0/intel-18.0.5.274/impi-2018.4.274/modules
module load w3nco/2.4.1
module load w3emc/2.7.3
module load sp/2.3.3
Expand Down

0 comments on commit 2d4fe87

Please sign in to comment.