Skip to content

Commit

Permalink
issue #15 Porting bufrsnd to Hera and remove height adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangPingLou-NOAA committed Jan 31, 2020
1 parent a0ac43a commit 0799ecd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sorc/build_gfs_bufrsnd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
########! /usr/bin/env bash
#!/bin/sh
set -eux

Expand All @@ -21,12 +20,17 @@ if [ $USE_PREINST_LIBS = true ]; then
export myFCFLAGS="-O3 -convert big_endian -traceback -g -fp-model source -qopenmp"
export myCPP=/lib/cpp
export myCPPFLAGS="-P"
export target=$target

# Check final exec folder exists
if [ ! -d "../exec" ]; then
mkdir ../exec
fi

if [ -f gfs_bufr.fd/getncdimlen ]; then
cp gfs_bufr.fd/getncdimlen ../exec
fi
echo "compiling ...."
# Compile codes under /sorc
compile1='gfs_bufr tocsbufr'

Expand Down

0 comments on commit 0799ecd

Please sign in to comment.