Skip to content

Commit c2d63fc

Browse files
committed
Merge branch 'develop' into feature/rename_atm
* develop: Update atmosphere-lgetkf satwnd yamls (#13)
2 parents b523128 + 77f9e12 commit c2d63fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

observations/atmosphere-lgetkf/satwnd.abi_goes-16.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
name: reject
247247

248248
# GSI read routine QC (part-2)
249-
# Reject obs with qualityInformationWithoutForecast < 90. OR > 100.
249+
# Reject obs with qiWithoutForecast < 90. OR > 100.
250250
- filter: Bounds Check
251251
filter variables:
252252
- name: windEastward
@@ -255,7 +255,7 @@
255255
- variable: MetaData/satelliteIdentifier
256256
is_in: 250-299
257257
test variables:
258-
- name: MetaData/qualityInformationWithoutForecast
258+
- name: MetaData/qiWithoutForecast
259259
minvalue: 90.
260260
maxvalue: 100.
261261
action:

observations/atmosphere-lgetkf/satwind_ahi_h8.yaml.j2 renamed to observations/atmosphere-lgetkf/satwnd.ahi_h8.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@
195195
name: reject
196196

197197
# GSI read routine QC (part-2)
198-
# Reject obs with qualityInformationWithoutForecast < 85. (also > 100., which is missing data)
198+
# Reject obs with qiWithoutForecast < 85. (also > 100., which is missing data)
199199
- filter: Bounds Check
200200
filter variables:
201201
- name: windEastward
202202
- name: windNorthward
203203
test variables:
204-
- name: MetaData/qualityInformationWithoutForecast
204+
- name: MetaData/qiWithoutForecast
205205
minvalue: 85.
206206
maxvalue: 100.
207207
action:

0 commit comments

Comments
 (0)