From 6281b2531400e9ee98389189fadec7fd9a6e737d Mon Sep 17 00:00:00 2001 From: Sijie Pan Date: Wed, 27 Nov 2024 01:22:48 -0600 Subject: [PATCH] Add online domain check --- .../adpsfc_airTemperature_187.yaml | 9 +++++++++ .../adpsfc_specificHumidity_187.yaml | 16 ++++++++-------- .../adpsfc_stationPressure_187.yaml | 9 +++++++++ .../obtype_config/adpsfc_winds_287.yaml | 17 +++++++++-------- 4 files changed, 35 insertions(+), 16 deletions(-) diff --git a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_airTemperature_187.yaml b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_airTemperature_187.yaml index 217d0e2..d955cb3 100644 --- a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_airTemperature_187.yaml +++ b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_airTemperature_187.yaml @@ -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: diff --git a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_specificHumidity_187.yaml b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_specificHumidity_187.yaml index b11878f..7e84fcf 100644 --- a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_specificHumidity_187.yaml +++ b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_specificHumidity_187.yaml @@ -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 diff --git a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_stationPressure_187.yaml b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_stationPressure_187.yaml index 5eaeeda..6fc46f2 100644 --- a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_stationPressure_187.yaml +++ b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_stationPressure_187.yaml @@ -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: diff --git a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_winds_287.yaml b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_winds_287.yaml index 2d1601b..601260b 100644 --- a/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_winds_287.yaml +++ b/rrfs-test/validated_yamls/templates/obtype_config/adpsfc_winds_287.yaml @@ -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