From 58bc1e790cc94ff9a9a7b14e79ea8f47654059a7 Mon Sep 17 00:00:00 2001 From: Christopher Harrop <35781497+christopherwharrop-noaa@users.noreply.github.com> Date: Tue, 16 Jun 2020 08:07:36 -0600 Subject: [PATCH] Feature/update fv3gfs tag (#7) * Issue #1: update parm/config/config.base.emc.dyn to be consistent with GFS v16 real-time parallel config.base * Adapting wavepostsbs for running on Hera * Issue #1 - Hotfix to update anaconda module contrib path on Hera * modified: checkout.sh to check out upp_gfsv16_relaese.v1.0.9 output cloud ceiling height and instant total cloud fraction. output instant cloud fraction at low/mid/high cloud layer. correct grib2 names of time averaged cloud fraction fraction at low/mid/high cloud layer from "TCDC" into "LCDC, MCDC, HCDC". output radar reflectivity at 1/4 km above ground and model layer 1/2. output mixed layer CAPE/CIN. Remove simulated GOES-12 brightness temperature from gfs product. Add the bug fix of initializing DBZI from Ruiyu. * Update exwave_post_sbs.sh Removing obsolete nm variable entries * Issue #1 - update Externals.cfg to match updates to checkout.sh * modified: scripts/run_gfsmos_master.sh.dell to set default verification type o short. modified: sorc/checkout.sh updated to model tag GFS.v16.0.6 to fix contrib issue on HERA * Issue #1 - sync Externals.cfg with checkout.sh update for FV3 GFSv16.0.6 tag Co-authored-by: russ.treadon Co-authored-by: henrique.alves Co-authored-by: Kate.Friedman Co-authored-by: fanglin.yang Co-authored-by: Jose-Henrique Alves <47567389+ajhenrique@users.noreply.github.com> --- Externals.cfg | 2 +- scripts/run_gfsmos_master.sh.dell | 2 +- sorc/checkout.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 792ca6dac1..243c3ad943 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,7 +1,7 @@ # External sub-modules of global-workflow [FV3GFS] -tag = GFS.v16.0.5 +tag = GFS.v16.0.6 local_path = sorc/fv3gfs.fd repo_url = https://github.com/ufs-community/ufs-weather-model.git protocol = git diff --git a/scripts/run_gfsmos_master.sh.dell b/scripts/run_gfsmos_master.sh.dell index b1ed325a78..96cbc0183c 100755 --- a/scripts/run_gfsmos_master.sh.dell +++ b/scripts/run_gfsmos_master.sh.dell @@ -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 diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 2ece921bfd..ba4e1751b4 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -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