Skip to content

Commit

Permalink
Update atmosphere-lgetkf satwnd yamls (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Holdaway <[email protected]>
  • Loading branch information
RussTreadon-NOAA and danholdaway authored May 24, 2024
1 parent 0f30d89 commit 77f9e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions observations/atmosphere-lgetkf/satwnd.abi_goes-16.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,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 @@ -255,7 +255,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 @@ -195,13 +195,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

0 comments on commit 77f9e12

Please sign in to comment.