Skip to content

Commit

Permalink
Adding AHI and SEVIRI satwnd thinning, enrolling AHI-H9, SEVIRI-M9, S…
Browse files Browse the repository at this point in the history
…EVIRI-M10 (NOAA-EMC#1263)

This PR enrolls AHI-Himawari9, SEVIRI-METEOSAT9, and SEVIRI-METEOSAT10
satwnd types into JEDI, and establishes thinning for AHI and SEVIRI
satwnd observations in their corresponding *.yaml.j2 files. This is the
NOAA-EMC/GDASApp portion of the work, which enrolls the updated AHI and
SEVIRI satwnd types in the bufr2ioda JSON files.

This is dependent on NOAA-EMC/jcb-gdas#25, which
has the corresponding yaml.j2 files for AHI and SEVIRI satwnd
observations and the thinning filters.

Thinning tests to define the filter settings can be found in
NOAA-EMC#1143

---------

Co-authored-by: Brett Hoover <[email protected]>
Co-authored-by: Cory Martin <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent faa95ef commit 1357564
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_ahi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC005044", "NC005045", "NC005046" ],
"data_description" : "NC005044 JMA SATWIND, AHI HIM8 IR(LW)/VIS/WV-CT/WV-CS; NC005045 JMA SATWIND, HIMAWARI-8 IR(LW)/VIS/WV-CT/WV-CS; NC005046 JMA SATWIND, HIMAWARI-8 IR(LW)/VIS/WV-CT/WV-CS",
"data_description" : "NC005044 JMA SATWIND, AHI HIMAWARI IR(LW)/VIS/WV-CT/WV-CS; NC005045 JMA SATWIND, AHI HIMAWARI IR(LW)/VIS/WV-CT/WV-CS; NC005046 JMA SATWIND, AHI HIMAWARI IR(LW)/VIS/WV-CT/WV-CS",
"data_provider" : "JMA",
"sensor_info" : { "sensor_name": "AHI", "sensor_full_name": "Advanced Himawari Imager", "sensor_id": 999 },
"satellite_info" : [
{ "satellite_name": "H8", "satellite_full_name": "Himawari-8", "satellite_id": 173, "launch time": "YYYYMMDD" },
]
{ "satellite_name": "H9", "satellite_full_name": "Himawari-9", "satellite_id": 174, "launch time": "YYYYMMDD" },
]
}
2 changes: 2 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_seviri.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"sensor_info" : { "sensor_name": "SEVIRI", "sensor_full_name": "Spinning Enhanced Visible and InfraRed Imager", "sensor_id": 999 },
"satellite_info" : [
{ "satellite_name": "M8", "satellite_full_name": "METEOSAT-8", "satellite_id": 55, "launch time": "YYYYMMDD" },
{ "satellite_name": "M9", "satellite_full_name": "METEOSAT-9", "satellite_id": 56, "launch time": "YYYYMMDD" },
{ "satellite_name": "M10", "satellite_full_name": "METEOSAT-10", "satellite_id": 57, "launch time": "YYYYMMDD" },
{ "satellite_name": "M11", "satellite_full_name": "METEOSAT-11", "satellite_id": 70, "launch time": "YYYYMMDD" },
]
}

0 comments on commit 1357564

Please sign in to comment.