Skip to content

Commit

Permalink
issue #15 Porting bufrsnd to Hera
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangPingLou-NOAA committed Jan 31, 2020
1 parent 26d52df commit 85dc2f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modulefiles/gfs_bufr.hera
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
## bufrsnd
#############################################################

# Loading Intel Compiler Suite
module load intel
module load impi
module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles
# Loading nceplibs modules
module load sigio/2.1.1
module load bacio/2.0.3
module load w3emc/2.3.1
module load w3nco/2.0.6
module load bufr/11.3.0
module load nemsio/2.2.3

export myFC=$FCOMP
module load netcdf/4.7.0
module load hdf5/1.10.5
module load intelpython/3.6.8

export myFC=$FCOMP
export myFCFLAGS="-O3 -convert big_endian -traceback -g -fp-model source -qopenmp"
export myCPP=/lib/cpp
export myCPPFLAGS="-P"

0 comments on commit 85dc2f2

Please sign in to comment.