Skip to content

Commit

Permalink
Merge branch 'develop' into feature/rename_atm
Browse files Browse the repository at this point in the history
* develop:
  Update atmosphere-lgetkf satwnd yamls (#13)
  • Loading branch information
danholdaway committed May 28, 2024
2 parents b523128 + 77f9e12 commit c2d63fc
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 c2d63fc

Please sign in to comment.