Skip to content

Commit

Permalink
Update GSI hash to bring in updated GSI-fix, change gsi_ver to be con…
Browse files Browse the repository at this point in the history
…sistent with updated GSI-fix (NOAA-EMC#1650) (NOAA-EMC#1666)
  • Loading branch information
RussTreadon-NOAA authored Jun 6, 2023
1 parent 5c57509 commit 1eb2c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protocol = git
required = True

[GSI-EnKF]
hash = 113e307
hash = 8735959
local_path = sorc/gsi_enkf.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model"
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))

if [[ ${checkout_gsi} == "YES" ]]; then
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "113e307" "NO"; errs=$((errs + $?))
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "8735959" "NO"; errs=$((errs + $?))
fi

if [[ ${checkout_gdas} == "YES" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion versions/fix.ver
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export gdas_crtm_ver=20220805
export gdas_fv3jedi_ver=20220805
export gdas_gsibec_ver=20221031
export glwu_ver=20220805
export gsi_ver=20230112
export gsi_ver=20230601
export lut_ver=20220805
export mom6_ver=20220805
export orog_ver=20220805
Expand Down

0 comments on commit 1eb2c91

Please sign in to comment.