Skip to content

Commit

Permalink
Update MYNN routines to improve low-level clouds
Browse files Browse the repository at this point in the history
 * updated to 22Sep2023 HFIP2023 tag of Joe's fork, 2cafec8
 * updated INFO file to reflect change in UFS effective 00Z 26Sep2023
  • Loading branch information
jkhender committed Sep 25, 2023
1 parent 8cb3b8f commit 78cf51b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 + $?))
Expand Down

0 comments on commit 78cf51b

Please sign in to comment.