Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PlanetIQ gnssro data from x0049 #279

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gmi_gpm:

gps:
filter_test:
passedBenchmark: 469594
passedBenchmark: 509141

iasi_metop-b:
filter_test:
Expand Down
Loading