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

[End-to-End Test Code Sprint] Bufr to Ioda converter for SEVIRI METEOSAT-8 and to METEOSAT-11 #765

Open
azadeh-gh opened this issue Nov 22, 2023 · 8 comments
Assignees

Comments

@azadeh-gh
Copy link
Collaborator

azadeh-gh commented Nov 22, 2023

(Issue #99)
Spinning Enhanced Visible and InfraRed Imager (SEVIRI) from METEOSAT-8 and to METEOSAT-11 GDASApp end-to-end testing.

new files include:
parm/ioda/bufr2ioda//bufr2ioda_sevcsr.json : JSON containing data format, sensor/bufr2ioda_sevcsr.json, and satellite information
ush/ioda/bufr2ioda/bufr2ioda_sevcsr.py: bufr2ioda code for extracting SEVIRI METEOSAT-8 and METEOSAT-11 from BUFR

@azadeh-gh azadeh-gh self-assigned this Nov 22, 2023
azadeh-gh pushed a commit that referenced this issue Nov 22, 2023
…765)

Spinning Enhanced Visible and InfraRed Imager (SEVIRI) from METEOSAT-8 and to METEOSAT-11 GDASApp end-to-end testing.

new files include:
parm/ioda/bufr2ioda//bufr2ioda_sevcsr.json : JSON containing data format, sensor/bufr2ioda_sevcsr.json, and satellite information
ush/ioda/bufr2ioda/bufr2ioda_sevcsr.py: bufr2ioda code for extracting SEVIRI METEOSAT-8 and METEOSAT-11 from BUFR
azadeh-gh pushed a commit that referenced this issue Nov 22, 2023
…765)

End-to-end testing for Spinning Enhanced Visible and InfraRed Imager (SEVIRI) from METEOSAT-8 and to METEOSAT-11
new files include:
parm/ioda/bufr2ioda//bufr2ioda_sevcsr.json : JSON containing data format, sensor/bufr2ioda_sevcsr.json, and satellite information
ush/ioda/bufr2ioda/bufr2ioda_sevcsr.py: bufr2ioda code for extracting SEVIRI METEOSAT-8 and METEOSAT-11 from BUFR
@azadeh-gh
Copy link
Collaborator Author

Updated SEVIRI YAMLs in the config to add two filters: 1) Gaussian Thinning 2) Bound check filter to reject obs when sensorZenithAngle is more than 65

@azadeh-gh
Copy link
Collaborator Author

azadeh-gh commented Jan 9, 2024

Evaluation plots:

BUFR to IODA SEVIRI M08 Ch5 No thinning No QC observations

1_JEDI_OmF_Seviri08_ch5_UnThinNoqC

@azadeh-gh
Copy link
Collaborator Author

azadeh-gh commented Jan 9, 2024

BUFR to IODA SEVIRI M08 Ch5 Gaussian thinning No QC observations

Data Thining

  • filter: Gaussian Thinning
    filter variables:
    • name: brightnessTemperature
      channels: 4-11
      horizontal_mesh: 145
      use_reduced_horizontal_grid: true
      distance_norm: geodesic
      priority_variable: MetaData/cloudFree
      action:
      name: reject
      2_JEDI_OmF_Seviri08_ch5_ThinNoQC

@azadeh-gh
Copy link
Collaborator Author

azadeh-gh commented Jan 9, 2024

BUFR to IODA SEVIRI M08 Ch5 Gaussian thinning and Reject when sensorZenithAngle is more than 65

  • filter: Bounds Check
    filter variables:
    • name: brightnessTemperature
      channels: 4-11
      test variables:
    • name: MetaData/sensorZenithAngle
      maxvalue: 65.
      action:
      name: reject
      JEDI_OmF_Seviri08_ch5_Thin{_Sensor

@azadeh-gh
Copy link
Collaborator Author

azadeh-gh commented Jan 9, 2024

GSI O-F No QC

UnthinGSI_OmF_Seviri08_ch5_NoQC

@azadeh-gh
Copy link
Collaborator Author

azadeh-gh commented Jan 9, 2024

JEDI Quality control for SEVIRI

JEDI_OmF_Seviri08_ch5_QC

@azadeh-gh
Copy link
Collaborator Author

GSI Quality control for SEVIRI

GSI_OmF_Seviri08_ch5_QC

@azadeh-gh
Copy link
Collaborator Author

GSI_JEDIQCdiff_Seviri08_ch5

CoryMartin-NOAA added a commit that referenced this issue Mar 27, 2024
…to end-to-end testing (#766)

(#765)

End-to-end testing for Spinning Enhanced Visible and InfraRed Imager
(**SEVIRI**) from METEOSAT-8 and to METEOSAT-11

**New files include:**
- `parm/ioda/bufr2ioda//bufr2ioda_sevcsr.json` : JSON containing data
format, sensor/bufr2ioda_sevcsr.json, and satellite information
- `ush/ioda/bufr2ioda/bufr2ioda_sevcsr.py` : bufr2ioda python code for
converting SEVIRI METEOSAT-8 and METEOSAT-11 from BUFR to IODA
- `parm/atm/obs/config/seviri_m08.yaml.j2`
- `parm/atm/obs/config/seviri_m11.yaml.j2`
- `parm/atm/obs/lists/gdas_prototype_3d.yaml.j2`

---------

Co-authored-by: RussTreadon-NOAA <russ.treadon@noaa.gov>
Co-authored-by: Emily Liu <emily.liu@noaa.gov>
Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
Co-authored-by: emilyhcliu <36091766+emilyhcliu@users.noreply.github.com>
Co-authored-by: BrettHoover-NOAA <98188219+BrettHoover-NOAA@users.noreply.github.com>
Co-authored-by: Brett Hoover <bhoover@Orion-login-1.HPC.MsState.Edu>
Co-authored-by: Xuanli Li <101414760+XuanliLi-NOAA@users.noreply.github.com>
Co-authored-by: Azadeh Gholoubi <gholoubi@Orion-login-2.HPC.MsState.Edu>
Co-authored-by: Azadeh Gholoubi <gholoubi@Orion-login-4.HPC.MsState.Edu>
Co-authored-by: RussTreadon-NOAA <26926959+RussTreadon-NOAA@users.noreply.github.com>
Co-authored-by: Azadeh Gholoubi <gholoubi@Orion-login-3.HPC.MsState.Edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant