File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
observations/atmosphere-lgetkf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 246
246
name: reject
247
247
248
248
# GSI read routine QC (part-2)
249
- # Reject obs with qualityInformationWithoutForecast < 90. OR > 100.
249
+ # Reject obs with qiWithoutForecast < 90. OR > 100.
250
250
- filter: Bounds Check
251
251
filter variables:
252
252
- name: windEastward
255
255
- variable: MetaData/satelliteIdentifier
256
256
is_in: 250-299
257
257
test variables:
258
- - name: MetaData/qualityInformationWithoutForecast
258
+ - name: MetaData/qiWithoutForecast
259
259
minvalue: 90.
260
260
maxvalue: 100.
261
261
action:
Original file line number Diff line number Diff line change 195
195
name: reject
196
196
197
197
# 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)
199
199
- filter: Bounds Check
200
200
filter variables:
201
201
- name: windEastward
202
202
- name: windNorthward
203
203
test variables:
204
- - name: MetaData/qualityInformationWithoutForecast
204
+ - name: MetaData/qiWithoutForecast
205
205
minvalue: 85.
206
206
maxvalue: 100.
207
207
action:
You can’t perform that action at this time.
0 commit comments