Skip to content

Commit

Permalink
modified: checkout.sh to check out model tag GFS.v16.0.3
Browse files Browse the repository at this point in the history
            In Sfc_diff.f, a bug was introduced when the surface layer scheme was
            updated last time to reduce 2-m temperature cold biases.   The bug only
            has impact over sea-ice points, where momentum and thermal roughness
            are nevertheless very small.
  • Loading branch information
yangfanglin committed Apr 29, 2020
1 parent af63464 commit 20baab7
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 @@ -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.2
git checkout GFS.v16.0.3
git submodule update --init --recursive
cd ${topdir}
else
Expand Down

0 comments on commit 20baab7

Please sign in to comment.