From fc72022951d7d7805c7d0db775b7587679ddd91f 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 217d0e2e..d955cb39 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 b11878ff..7e84fcf1 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 5eaeeda4..6fc46f27 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 2d1601b2..601260b8 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