Skip to content

Commit

Permalink
Python converter for Msonet prepBUFR (#181)
Browse files Browse the repository at this point in the history
- This PR adds a Python converter for the Msonet prepbufr data. 

- This converter will be used to convert Msonet prepbufr data to IODA
(netCDF) format. Following steps similar to GDASApp, a Python file and a
Json, description file were created. In its current form, this converter
can be run using the ~ush/ioda/bufr2ioda/run_bufr2ioda.py script of the
GDASApp.

- The following two files are new: 
1. ~/IODA/python/bufr2ioda_msonet_prepbufr.py
2.  ~/IODA/python/bufr2ioda_msonet_prepbufr.json

- Related issue #123

---------

Co-authored-by: Praveen Singh <pkumar@hercules-login-3.hpc.msstate.edu>
Co-authored-by: Guoqing Ge <guoqing.ge@noaa.gov>
Co-authored-by: Praveen Singh <pkumar@hercules-login-2.hpc.msstate.edu>
Co-authored-by: Praveen Singh <pkumar@hercules-login-1.hpc.msstate.edu>
Co-authored-by: Samuel Degelia <samuel.degelia@noaa.gov>
  • Loading branch information
6 people authored Oct 22, 2024
1 parent 1c1a114 commit 121ee72
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rrfs-test/IODA/python/bufr2ioda_msonet_prepbufr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"data_format" : "prepbufr",
"data_type" : "MSONET",
"cycle_type" : "rap",
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
"dump_directory" : "{{ DMPDIR }}",
"ioda_directory" : "{{ COM_OBS }}",
"subsets" : [ "MSONET" ],
"data_provider" : "U.S. NOAA",
"data_description": "MESONET SURFACE REPORTS (COOPERATIVE NETWORKS)"
}
Loading

0 comments on commit 121ee72

Please sign in to comment.