From 13575646a22a4a8b6a1691029e3afd8ac964fc4c Mon Sep 17 00:00:00 2001 From: BrettHoover-NOAA <98188219+BrettHoover-NOAA@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:10:29 -0500 Subject: [PATCH] Adding AHI and SEVIRI satwnd thinning, enrolling AHI-H9, SEVIRI-M9, SEVIRI-M10 (#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 https://github.com/NOAA-EMC/jcb-gdas/pull/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 https://github.com/NOAA-EMC/GDASApp/issues/1143 --------- Co-authored-by: Brett Hoover Co-authored-by: Cory Martin --- parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_ahi.json | 5 +++-- parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_seviri.json | 2 ++ parm/jcb-gdas | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_ahi.json b/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_ahi.json index 964175368..269d45258 100644 --- a/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_ahi.json +++ b/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_ahi.json @@ -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" }, + ] } diff --git a/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_seviri.json b/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_seviri.json index 3fad3c258..6166f0b4b 100644 --- a/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_seviri.json +++ b/parm/ioda/bufr2ioda/bufr2ioda_satwnd_amv_seviri.json @@ -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" }, ] } diff --git a/parm/jcb-gdas b/parm/jcb-gdas index 50a46a046..661b51b3d 160000 --- a/parm/jcb-gdas +++ b/parm/jcb-gdas @@ -1 +1 @@ -Subproject commit 50a46a046d761da17997aa2901fa4af19fc388bf +Subproject commit 661b51b3d4eeed88f3157daeda37aca3cb3d963f