diff --git a/INFO b/INFO index c0e24b23d0..3dfe508de1 100644 --- a/INFO +++ b/INFO @@ -1,3 +1,8 @@ +25Sep2023 + - update UFS to 22Sep2023 HFIP2023 tag of Joe's fork, 2cafec8 + * updates to MYNN routines to improve low-level clouds + effective 00Z 26 Sep 2023 + 13Sep2023 - switch back to Joe's fork * update sorc/ufs_model.fd_gsl diff --git a/sorc/checkout.sh b/sorc/checkout.sh index e713eca436..1b8d4dd374 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -158,12 +158,11 @@ errs=0 checkout "gfs_utils.fd" "https://github.com/NOAA-EMC/gfs-utils" "8965258" ; errs=$((errs + $?)) checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "72a0471" ; errs=$((errs + $?)) -## 14apr23 checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-2247060}" ; errs=$((errs + $?)) -## 12jun23 ufs -## checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-bf60924}" ; errs=$((errs + $?)) ## 26jun23 ufs ## checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-ed7fc88}" ; errs=$((errs + $?)) -## Joe's fork, 11jul23 ufs + 12jul23 Joe/Anders changes + 18aug23 Joe fixes + 28aug23 Haiqin/Joe changes + 11sep23 Haiqin changes + +## Joe's 22sep23 fork: 10jul23 ufs-community + 12jul23 Joe/Anders changes + 18aug23 Joe fixes + 28aug23 Haiqin/Joe changes + 01sep23 Haiqin changes +## + 08sep23 Haiqin changes + 22sep23 Joe changes checkout "ufs_model.fd" "https://github.com/joeolson42/ufs-weather-model" "${ufs_model_hash:-HFIP2023}" ; errs=$((errs + $?)) checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))