Skip to content

Commit

Permalink
Merge branch 'develop' into feature/marine-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA authored Oct 31, 2024
2 parents 9be49de + 45f22e9 commit cf92447
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 0 deletions.
1 change: 1 addition & 0 deletions parm/atm/jcb-prototype_3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ observations:
# - satwnd.viirs_npp
# - scatwind_ascat_metop-a
# - snowcvr
- abi_g16
16 changes: 16 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gsrcsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data_format" : "bufr_d",
"data_type" : "gsrcsr",
"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 cf92447

Please sign in to comment.