Skip to content

Commit

Permalink
Merge the clear-sky ABI gsrcsr python version bufr2ioda python file a…
Browse files Browse the repository at this point in the history
…nd jason file.

These two files are based on that from GDASApp.
  • Loading branch information
xyzemc committed Nov 25, 2024
1 parent bbfb811 commit 7d2df0d
Show file tree
Hide file tree
Showing 2 changed files with 574 additions and 0 deletions.
17 changes: 17 additions & 0 deletions rrfs-test/IODA/python/bufr2ioda_gsrcsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"data_format" : "bufr_d",
"data_type" : "gsrcsr",
"cycle_type" : "rap",
#"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : ['NC021046'],
"data_description" : "NC021046 ABI, GOES-16; NC021046 ABI, GOES-17, NC021046 ABI, GOES-18",
"data_provider" : "U.S. NOAA/NESDIS",
"sensor_info" : { "sensor_name": "ABI", "sensor_full_name": "Advanced Baseline Imager", "sensor_id": 617 },
"satellite_info" : [
{ "satellite_name": "g16", "satellite_full_name": "GOES-16", "satellite_id": 270, "launch time": "20171119" },
{ "satellite_name": "g17", "satellite_full_name": "GOES-17", "satellite_id": 271, "launch time": "20180301" },
{ "satellite_name": "g18", "satellite_full_name": "GOES-18", "satellite_id": 272, "launch time": "20220301" } ]
}
Loading

0 comments on commit 7d2df0d

Please sign in to comment.