Skip to content

Commit

Permalink
Vlab Issue #65358
Browse files Browse the repository at this point in the history
 Update ufs_util to release/v2.0.0 which includes

    A few sea ice related issues in the NSST analysis: Issue #18 (#20)
    Updates to global_cycle:  Tf analysis for the grids with sea ice done using a salinity dependent formula (instead of using 271.2 K).   Update sfcsub.F to the latest version used by the forecast model (includes elimination of masked interpolation for substrate temperature and some updates to Fortran 90 standards).  The global_cycle.sh script was updated to reference a new global salinity dataset.
    Updates to global_chgres - Update sfcsub.F to use same version as global_cycle.

    Feature/hera port (#25)
    Update repository to run on Hera, the replacement for Theia.
    Remove all references to Theia.
  • Loading branch information
yangfanglin committed Oct 11, 2019
1 parent a2b355c commit 88cbff4
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 @@ -33,7 +33,7 @@ if [[ ! -d ufs_utils.fd ]] ; then
rm -f ${topdir}/checkout-ufs_utils.log
git clone https://github.com/NOAA-EMC/UFS_UTILS ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
cd ufs_utils.fd
git checkout develop
git checkout release/v2.0.0
cd ${topdir}
else
echo 'Skip. Directory ufs_utils.fd already exists.'
Expand Down

0 comments on commit 88cbff4

Please sign in to comment.