Skip to content

Commit

Permalink
Add GPS RO converter (#712)
Browse files Browse the repository at this point in the history
This adds the GPS-RO bufr data converter (using the python api) to the
GDASApp.

The two files added are:
    ~/ush/ioda/bufr2ioda/bufr2ioda_gpsro_bufr_combined.py
    ~/parm/ioda/bufr2ioda/bufr2ioda_gpsro_bufr_combined.json

This is validated in [T20 issue #68
](NOAA-EMC/JEDI-T2O#86)

---------

Co-authored-by: Nicholas Esposito <[email protected]>
Co-authored-by: Nicholas Esposito <[email protected]>
Co-authored-by: Nicholas Esposito <[email protected]>
Co-authored-by: Nicholas Esposito <[email protected]>
Co-authored-by: Cory Martin <[email protected]>
  • Loading branch information
6 people authored Nov 14, 2023
1 parent 03fb9d5 commit 16dbd25
Show file tree
Hide file tree
Showing 2 changed files with 596 additions and 0 deletions.
11 changes: 11 additions & 0 deletions parm/ioda/bufr2ioda/bufr2ioda_gpsro_bufr_combined.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"data_format" : "bufr_d",
"data_type" : "gpsro",
"cycle_type" : "{{ RUN }}",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "NC003010" ],
"data_description" : "MSG TYPE 003-010 NESDIS GPS-RO: MetOp-A GRAS, MetOp-B GRAS, MetOp-C GRAS, TerraSAR-X IGOR, TanDEM-X IGOR, PAZ IGOR, CICERO-1 OP1 CION, COSMIC-2 E1-E6 Tri-G",
"data_provider" : "U.S. NOAA",
}
Loading

0 comments on commit 16dbd25

Please sign in to comment.