From 98172c1ff1b34ba768f584c09f0b6230475c2e40 Mon Sep 17 00:00:00 2001 From: gmao-jjin3 Date: Mon, 4 Dec 2023 19:49:51 -0500 Subject: [PATCH 1/2] Add PlanetIQ gnssro data from x0049 at 12hr, 07 Aug 2023. --- .../jedi/interfaces/geos_atmosphere/observations/gps.yaml | 6 +++--- .../interfaces/geos_atmosphere/observations/ufo_tests.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml b/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml index 5984b443..998c894a 100644 --- a/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml +++ b/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml @@ -29,7 +29,7 @@ obs filters: where: - variable: name: MetaData/satelliteIdentifier - is_in: 41,265,266,267,268,421,440,724,725,726,727,728,729 + is_in: 41,265,266,421,440,724,725,726,727,728,729 #--- - filter: Perform Action filter variables: @@ -84,7 +84,7 @@ obs filters: where: - variable: name: MetaData/satelliteIdentifier - is_in: 269 + is_in: 267,268,269 - variable: name: MetaData/satelliteConstellationRO is_in: 401 @@ -99,7 +99,7 @@ obs filters: where: - variable: name: MetaData/satelliteIdentifier - is_in: 269 + is_in: 267,268,269 - variable: name: MetaData/satelliteConstellationRO is_in: 402-999 diff --git a/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/ufo_tests.yaml b/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/ufo_tests.yaml index f2bd709c..61c7b706 100644 --- a/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/ufo_tests.yaml +++ b/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/ufo_tests.yaml @@ -78,7 +78,7 @@ gmi_gpm: gps: filter_test: - passedBenchmark: 469594 + passedBenchmark: 509141 iasi_metop-b: filter_test: From 473fcc28d912dac3a74f6c0719ff99c42ece95db Mon Sep 17 00:00:00 2001 From: gmao-jjin3 Date: Tue, 9 Jan 2024 23:59:38 -0500 Subject: [PATCH 2/2] Inflate observational errors in PlanetiQ (types 267 & 268) data. --- .../jedi/interfaces/geos_atmosphere/observations/gps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml b/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml index 998c894a..4c08d507 100644 --- a/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml +++ b/src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/gps.yaml @@ -154,7 +154,7 @@ obs filters: inflation factor: 2.0 where: - variable: MetaData/satelliteIdentifier - is_in: 269 + is_in: 267,268,269 # Gross check -- need to do obserror = min(cerrormax,max(cerrormin,obserr) # assign JediAdjustObsError/bendingAngle <--- ObsErrorData before changing its Min and Max