Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: yuanxue2870 <[email protected]>
  • Loading branch information
CoryMartin-NOAA and yuanxue2870 authored Dec 12, 2024
1 parent 4836a93 commit d398792
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions observations/snow/adpsfc_snow.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
name: GeoVaLs/vtype
minvalue: 14.5
maxvalue: 15.5
- filter: Difference Check # elevation check
reference: MetaData/stationElevation
value: GeoVaLs/filtered_orography
threshold: 200.
- filter: BlackList
where:
- variable:
Expand Down
4 changes: 4 additions & 0 deletions observations/snow/ghcn_snow.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
name: GeoVaLs/vtype
minvalue: 14.5
maxvalue: 15.5
- filter: Difference Check # elevation check
reference: MetaData/stationElevation
value: GeoVaLs/filtered_orography
threshold: 200.
- filter: Background Check
filter variables:
- name: totalSnowDepth
Expand Down
4 changes: 4 additions & 0 deletions observations/snow/sfcsno.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
name: GeoVaLs/vtype
minvalue: 14.5
maxvalue: 15.5
- filter: Difference Check # elevation check
reference: MetaData/stationElevation
value: GeoVaLs/filtered_orography
threshold: 200.
- filter: BlackList
where:
- variable:
Expand Down
4 changes: 4 additions & 0 deletions observations/snow/snocvr_snow.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
name: GeoVaLs/vtype
minvalue: 14.5
maxvalue: 15.5
- filter: Difference Check # elevation check
reference: MetaData/stationElevation
value: GeoVaLs/filtered_orography
threshold: 200.
obs post filters:
- filter: Background Check # gross error check
filter variables:
Expand Down

0 comments on commit d398792

Please sign in to comment.