Skip to content

Commit

Permalink
Add another pressure check for northward wind, add options to set obs…
Browse files Browse the repository at this point in the history
…ervation height
  • Loading branch information
spanNOAA committed Dec 3, 2024
1 parent fc72022 commit 8a7053f
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,26 @@
options:
variable: windEastward
inflation factor: 4.0
SetSfcWndObsHeight: true
AddObsHeightToStationElevation: true
AssumedSfcWndObsHeight: 10

- filter: Perform Action
filter variables:
- name: windNorthward
where:
- variable: ObsType/windNorthward
is_in: 287
action:
name: inflate error
inflation variable:
name: ObsFunction/ObsErrorFactorPressureCheck
options:
variable: windNorthward
inflation factor: 4.0
SetSfcWndObsHeight: true
AddObsHeightToStationElevation: true
AssumedSfcWndObsHeight: 10

# Gross Error Check
- filter: Background Check
Expand Down

0 comments on commit 8a7053f

Please sign in to comment.