Skip to content

Commit

Permalink
modified: scripts/run_gfsmos_master.sh.dell to set default verificati…
Browse files Browse the repository at this point in the history
…on type o short.

modified:   sorc/checkout.sh  updated to model tag GFS.v16.0.6 to fix contrib issue on HERA
  • Loading branch information
yangfanglin committed Jun 16, 2020
1 parent d878269 commit 7078bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_gfsmos_master.sh.dell
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export prevday=`$NDATE -24 ${PDY}00 | cut -c1-8`
##fi

# ERIC ENGLE 05/30/2018 - PATCH FOR FV3GFS WINTER 17/18 PARALLEL
export range=both
export range=short

#if [ $cyc -eq 00 -o $cyc -eq 12 ]; then
# if [ $cyc -eq 00 ]; then
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ ! -d fv3gfs.fd ]] ; then
rm -f ${topdir}/checkout-fv3gfs.log
git clone https://github.com/ufs-community/ufs-weather-model fv3gfs.fd >> ${topdir}/checkout-fv3gfs.log 2>&1
cd fv3gfs.fd
git checkout GFS.v16.0.5
git checkout GFS.v16.0.6
git submodule update --init --recursive
cd ${topdir}
else
Expand Down

0 comments on commit 7078bb5

Please sign in to comment.