Skip to content

Commit

Permalink
Feature/update fv3gfs tag (#7)
Browse files Browse the repository at this point in the history
* 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 <Russ.Treadon@noaa.gov>
Co-authored-by: henrique.alves <Henrique.Alves@noaa.gov>
Co-authored-by: Kate.Friedman <Kate.Friedman@noaa.gov>
Co-authored-by: fanglin.yang <fanglin.yang@noaa.gov>
Co-authored-by: Jose-Henrique Alves <47567389+ajhenrique@users.noreply.github.com>
  • Loading branch information
6 people committed Jun 16, 2020
1 parent 1b7242a commit 58bc1e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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 58bc1e7

Please sign in to comment.