Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
982 changes: 0 additions & 982 deletions observations/atmosphere/satwind.yaml.j2

This file was deleted.

4 changes: 2 additions & 2 deletions observations/atmosphere/satwnd.abi_goes-16.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
name: reject

# GSI read routine QC (part-2)
# Reject obs with qualityInformationWithoutForecast < 90. OR > 100.
# Reject obs with qiWithoutForecast < 90. OR > 100.
- filter: Bounds Check
filter variables:
- name: windEastward
Expand All @@ -252,7 +252,7 @@
- variable: MetaData/satelliteIdentifier
is_in: 250-299
test variables:
- name: MetaData/qualityInformationWithoutForecast
- name: MetaData/qiWithoutForecast
minvalue: 90.
maxvalue: 100.
action:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
name: reject

# GSI read routine QC (part-2)
# Reject obs with qualityInformationWithoutForecast < 90. OR > 100.
# Reject obs with qiWithoutForecast < 90. OR > 100.
- filter: Bounds Check
filter variables:
- name: windEastward
Expand All @@ -252,7 +252,7 @@
- variable: MetaData/satelliteIdentifier
is_in: 250-299
test variables:
- name: MetaData/qualityInformationWithoutForecast
- name: MetaData/qiWithoutForecast
minvalue: 90.
maxvalue: 100.
action:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@
name: reject

# GSI read routine QC (part-2)
# Reject obs with qualityInformationWithoutForecast < 85. (also > 100., which is missing data)
# Reject obs with qiWithoutForecast < 85. (also > 100., which is missing data)
- filter: Bounds Check
filter variables:
- name: windEastward
- name: windNorthward
test variables:
- name: MetaData/qualityInformationWithoutForecast
- name: MetaData/qiWithoutForecast
minvalue: 85.
maxvalue: 100.
action:
Expand Down
Loading