Skip to content

Commit

Permalink
modified: Externals.cfg and sorc/checkout.sh to check out model tag G…
Browse files Browse the repository at this point in the history
…FS.v16.0.7

   and UPP tag upp_gfsv16_release.v1.0.9.  Changes include:

1) Inline POST Issues NOAA-EMC#136 and $142
   * Update ceiling height calculation for global FV3.
   * add low,middle,high instantaneous cloud fraction
   * add radar reflectivity at model layers 1 and 2 , and radar reflectivities at 1 and 4-km height.
   * fix a bug in initializing DBZI
   * output mixed layer CAPE/CIN
   * remove simulated GOES-12 brightness temperature.
   * change the names of time averaged low/mid/high cloud fractions in grib2 files
     from "TCDC" to "LCDC/MCDC/HCDC", respectively.

2) Model Issue NOAA-EMC#152
   * update in-line post control files
   * upgrade post library to 8.0.9 for hera and wcoss_dell_p3
  • Loading branch information
yangfanglin committed Jun 23, 2020
1 parent dd76002 commit 14dd3c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.6
tag = GFS.v16.0.7
local_path = sorc/fv3gfs.fd
repo_url = https://github.com/ufs-community/ufs-weather-model.git
protocol = git
Expand All @@ -22,7 +22,7 @@ protocol = git
required = True

[EMC_post]
tag = upp_gfsv16_release.v1.0.8
tag = upp_gfsv16_release.v1.0.9
local_path = sorc/gfs_post.fd
repo_url = https://github.com/NOAA-EMC/EMC_post.git
protocol = git
Expand Down
4 changes: 2 additions & 2 deletions 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.6
git checkout GFS.v16.0.7
git submodule update --init --recursive
cd ${topdir}
else
Expand Down Expand Up @@ -55,7 +55,7 @@ if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
git checkout upp_gfsv16_release.v1.0.8
git checkout upp_gfsv16_release.v1.0.9
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand Down

0 comments on commit 14dd3c9

Please sign in to comment.