Skip to content

Commit

Permalink
Fix chgres_cube.hera module file
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBeck-NOAA committed Oct 25, 2019
1 parent d6bd8e3 commit c29174e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions modulefiles/chgres_cube.hera
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

module load intel/18.0.5.274
module load impi/2018.0.4
<<<<<<< HEAD
module load netcdf/4.6.1

module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles
Expand All @@ -18,12 +17,6 @@ module load sp
module load sfcio
module load sigio

#module load w3nco/v2.0.6
#module load bacio/v2.0.1
#module load sp/v2.0.2
#module load sfcio/v1.0.0
#module load sigio/v2.0.1

export FCOMP=mpiifort
#export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -assume byterecl"
# for debugging
Expand All @@ -39,22 +32,3 @@ export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bou
export WGRIB2API_LIB="/apps/wgrib2/2.0.8/intel/18.0.3.222/lib/libwgrib2_api.a"
export WGRIB2API_INC="/apps/wgrib2/2.0.8/intel/18.0.3.222/lib"
export WGRIB2_LIB="/apps/wgrib2/2.0.8/intel/18.0.3.222/lib/libwgrib2.a"
=======

module use -a $MOD_PATH
module load w3nco/2.0.6
module load nemsio/2.2.3
module load bacio/2.0.2
module load sp/2.0.2
module load sfcio/1.1.0
module load sigio/2.1.0

export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib
module use -a $NCEPLIBS/modulefiles
module load esmflocal/8_0_48b.netcdf47

export FCOMP=mpiifort
export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -assume byterecl"
# for debugging
#export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bounds -warn unused -assume byterecl"
>>>>>>> remotes/origin/develop

0 comments on commit c29174e

Please sign in to comment.