Skip to content

Commit c56d20c

Browse files
Azadeh GholoubiAzadeh Gholoubi
Azadeh Gholoubi
authored and
Azadeh Gholoubi
committed
[End- to End Test code sprint] Add SEVIRI METEOSAT-8 and METEOSAT-11 (#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
1 parent 7532561 commit c56d20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parm/ioda/bufr2ioda/bufr2ioda_sevcsr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"dump_directory" : "{{ DMPDIR }}",
77
"ioda_directory" : "{{ COM_OBS }}",
88
"subsets" : [ ],
9-
"data_description" : "NC005030 NESDIS SATWIND, GOES IR(LW); NC005031 NESDIS SATWIND, GOES WV-IMG/DL; NC005032 NESDIS SATWIND, GOES VIS; NC005034 NESDIS SATWIND, GOES WV-IMG/CT; NC005039 NESDIS SATWIND, GOES IR(SW)",
9+
"data_description" : "NC021043 SEVIRI, Meteosat-11; NC021043 SEVIRI, Meteosat-08",
1010
"data_provider" : "U.S. NOAA/NESDIS",
1111
"sensor_info" : { "sensor_name": "SEVIRI", "sensor_full_name": "Spinning Enhanced Visible Infra-Red Imager", "sensor_id": 617 },
1212
"satellite_info" : [
1313
{ "satellite_name": "m11", "satellite_full_name": "Meteosat-11", "satellite_id": 70, "launch time": "20150715" },
14-
{ "satellite_name": "m08", "satellite_full_name": "Meteosat-11", "satellite_id": 55, "launch time": "20020828" } ]
14+
{ "satellite_name": "m08", "satellite_full_name": "Meteosat-08", "satellite_id": 55, "launch time": "20020828" } ]
1515
}

0 commit comments

Comments
 (0)