Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/feature/gfsv16b' into feature/…
Browse files Browse the repository at this point in the history
…gfsv16_wave_prdgen

Issue NOAA-EMC#94 Adding prdgen for waves
  • Loading branch information
wx21rph authored and wx21rph committed Aug 25, 2020
2 parents b0c9161 + 45ad029 commit ce3816d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protocol = git
required = True

[EMC_verif-global]
tag = verif_global_v1.9.0
tag = verif_global_v1.10.1
local_path = sorc/verif-global.fd
repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git
protocol = git
Expand Down
6 changes: 5 additions & 1 deletion jobs/rocoto/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ if [ $CDUMP = "gfs" ]; then
$NCP trak.gfso.atcfunix.$CDATE ${ARCDIR}/.
$NCP trak.gfso.atcfunix.altg.$CDATE ${ARCDIR}/.

cp -rp tracker ${ARCDIR}/tracker.$CDATE
mkdir -p ${ARCDIR}/tracker.$CDATE/$CDUMP
blist="epac natl"
for basin in $blist; do
cp -rp $basin ${ARCDIR}/tracker.$CDATE/$CDUMP
done
fi

# Archive atmospheric gaussian gfs forecast files for fit2obs
Expand Down
2 changes: 1 addition & 1 deletion parm/product/bufr_ij13km.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@
2001 1236 654 13.35 144.80
2002 1244 639 15.12 145.73
2003 1423 603 19.28 166.65
2004 1749 600 19.72 -155.07
2004 1750 601 19.72 -155.07
2005 1296 704 7.47 151.85
2006 1351 709 6.97 158.22
2007 1392 723 5.33 163.03
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_gfsmos_master.sh.dell
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
# job script.
#######################################################################
. $MODULESHOME/init/bash
module purge 2>/dev/null
#module purge 2>/dev/null
module load EnvVars/1.0.2 2>/dev/null
module load ips/18.0.1.163 2>/dev/null
module load impi/18.0.1 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [[ ! -d verif-global.fd ]] ; then
rm -f ${topdir}/checkout-verif-global.log
git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
cd verif-global.fd
git checkout verif_global_v1.9.0
git checkout verif_global_v1.10.1
cd ${topdir}
else
echo 'Skip. Directory verif-global.fd already exist.'
Expand Down
3 changes: 1 addition & 2 deletions ush/rocoto/setup_expt_fcstonly.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/uve
sr/bin/env python
#!/usr/bin/env python

###############################################################
# < next few lines under version control, D O N O T E D I T >
Expand Down

0 comments on commit ce3816d

Please sign in to comment.