Skip to content

Commit 86c3923

Browse files
Update GSI-Monitor hash to reflect recent assimilation changes.
New GSI-Monitor hash to 45783e3 to update two fix files. Refs NOAA-EMC#1483
1 parent 2f347f6 commit 86c3923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Externals.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protocol = git
4343
required = False
4444

4545
[GSI-Monitor]
46-
hash = 8cf16de
46+
hash = 45783e3
4747
local_path = sorc/gsi_monitor.fd
4848
repo_url = https://github.com/NOAA-EMC/GSI-monitor.git
4949
protocol = git

sorc/checkout.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fi
170170

171171
if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then
172172
checkout "gsi_utils.fd" "https://github.com/NOAA-EMC/GSI-Utils.git" "322cc7b"; errs=$((errs + $?))
173-
checkout "gsi_monitor.fd" "https://github.com/NOAA-EMC/GSI-Monitor.git" "8cf16de"; errs=$((errs + $?))
173+
checkout "gsi_monitor.fd" "https://github.com/NOAA-EMC/GSI-Monitor.git" "45783e3"; errs=$((errs + $?))
174174
checkout "gldas.fd" "https://github.com/NOAA-EMC/GLDAS.git" "fd8ba62"; errs=$((errs + $?))
175175
fi
176176

0 commit comments

Comments
 (0)