From 13d4540dff58f7ee2d11992c068e658a79a2e36f Mon Sep 17 00:00:00 2001 From: "Xianwu.Xue" Date: Tue, 15 Jun 2021 12:01:43 -0400 Subject: [PATCH] Port gfs_bufr & tocsbufr to acorn 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: #345 --- modulefiles/gfs_bufr.acorn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modulefiles/gfs_bufr.acorn diff --git a/modulefiles/gfs_bufr.acorn b/modulefiles/gfs_bufr.acorn new file mode 100644 index 0000000000..bd2057df66 --- /dev/null +++ b/modulefiles/gfs_bufr.acorn @@ -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" +