Skip to content

Commit

Permalink
modified: checkout.sh to check out upp_gfsv16_relaese.v1.0.9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yangfanglin committed Jun 12, 2020
1 parent 10ce1d4 commit 22b735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
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 22b735d

Please sign in to comment.