Skip to content

Commit

Permalink
feature/hera_port This commit references #1.
Browse files Browse the repository at this point in the history
Point to George V's copy of the nesmio library instead of
the 'official' version.  The nemsio utilities did not
work with the 'official' version - they return bad istat (-41)
when reading.  Either the official version was compiled wrong
or as a newer version (v2.5) it may be incompatible with the
programs.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 9, 2019
1 parent e44ff25 commit 00de954
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modulefiles/chgres_cube.hera
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module load netcdf/4.6.1

module use -a $MOD_PATH
module load w3nco/2.0.6
module load nemsio/2.2.5
###module load nemsio/2.2.5
module load bacio/2.0.2
module load sp/2.0.2
module load sfcio/1.1.0
Expand All @@ -17,6 +17,7 @@ module load sigio/2.1.0
export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib
module use -a $NCEPLIBS/modulefiles
module load esmflocal/8_0_44b
module load nemsio-intel-sandybridge/2.2.2

export FCOMP=mpiifort
export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -assume byterecl"
Expand Down
6 changes: 5 additions & 1 deletion modulefiles/fv3gfs/global_chgres.hera
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module load w3nco/2.0.6
module load w3emc/2.3.0
module load sp/2.0.2
module load bacio/2.0.2
module load nemsio/2.2.5
###module load nemsio/2.2.5
module load nemsiogfs/2.2.0
module load ip/3.0.1
module load sfcio/1.1.0
Expand All @@ -26,4 +26,8 @@ module load landsfcutil/2.1.0
export NETCDF_INCLUDE="-I${NETCDF}/include"
export NETCDF_LDFLAGS_F="-L${NETCDF}/lib -lnetcdf -lnetcdff -L${HDF5}/lib -lhdf5 -lhdf5_fortran"

export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib
module use -a $NCEPLIBS/modulefiles
module load nemsio-intel-sandybridge/2.2.2

set FCMP ifort
6 changes: 5 additions & 1 deletion modulefiles/module_nemsutil.hera
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ module load impi/2018.0.4
module use -a $MOD_PATH
module load w3nco/2.0.6
module load bacio/2.0.2
module load nemsio/2.2.5
#module load nemsio/2.2.5

export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib
module use -a $NCEPLIBS/modulefiles
module load nemsio-intel-sandybridge/2.2.2

export FCMP=ifort

0 comments on commit 00de954

Please sign in to comment.