Skip to content

Commit

Permalink
Port gfs_bufr & tocsbufr to acorn
Browse files Browse the repository at this point in the history
Issue is there is no SIGIO_LIB4 & SIGIO_INC4 in module sigio/2.3.2
	I use SIGIO_INC and SIGIO_LIB to assign values to them

 On branch release/gefs_v12_github_port2acorn
	new file:   modulefiles/gfs_bufr.acorn

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Jun 15, 2021
1 parent 3bda226 commit 13d4540
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modulefiles/gfs_bufr.acorn
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#%Module#####################################################
## bufrsnd
#############################################################

# Loading pe environment
module load intel/19.1.3.304 PrgEnv-intel
module load intel/19.1.3.304/cray-mpich/8.1.2

# Loding nceplibs modules
module load nemsio/2.5.2
module load bacio/2.4.1
module load w3emc/2.7.3
module load w3nco/2.4.1
module load bufr/11.4.0
module load sigio/2.3.2

#module use -a /gpfs/dell1/nco/ops/nwprod/modulefiles/
#module load gempak/7.3.1
export SIGIO_INC4=$SIGIO_INC
export SIGIO_LIB4=$SIGIO_LIB

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

0 comments on commit 13d4540

Please sign in to comment.