Skip to content

Commit

Permalink
Add online domain check
Browse files Browse the repository at this point in the history
  • Loading branch information
spanNOAA committed Nov 27, 2024
1 parent b968532 commit 6281b25
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
minvalue: -900
maxvalue: 900

# Online domain check
- filter: Bounds Check
filter variables:
- name: airTemperature
test variables:
- name: GeoVaLs/observable_domain_mask
minvalue: 0.0
maxvalue: 0.5

# Initial error assignment
- filter: Perform Action
filter variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
minvalue: -900
maxvalue: 900

## Online domain check
#- filter: Bounds Check
# filter variables:
# - name: specificHumidity
# test variables:
# - name: GeoVaLs/observable_domain_mask
# minvalue: 0.0
# maxvalue: 0.5
# Online domain check
- filter: Bounds Check
filter variables:
- name: specificHumidity
test variables:
- name: GeoVaLs/observable_domain_mask
minvalue: 0.0
maxvalue: 0.5

# Initial error assignment
- filter: Perform Action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
minvalue: -900
maxvalue: 900

# Online domain check
- filter: Bounds Check
filter variables:
- name: stationPressure
test variables:
- name: GeoVaLs/observable_domain_mask
minvalue: 0.0
maxvalue: 0.5

# Initial error assignment
- filter: Perform Action
filter variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@
minvalue: -900
maxvalue: 900

## Online domain check
#- filter: Bounds Check
# filter variables:
# - name: specificHumidity
# test variables:
# - name: GeoVaLs/observable_domain_mask
# minvalue: 0.0
# maxvalue: 0.5
# Online domain check
- filter: Bounds Check
filter variables:
- name: windEastward
- name: windNorthward
test variables:
- name: GeoVaLs/observable_domain_mask
minvalue: 0.0
maxvalue: 0.5

# Initial error assignment
- filter: Perform Action
Expand Down

0 comments on commit 6281b25

Please sign in to comment.