convert_bufr update: bufr-query bufr2netcdf.x #741
Open
cohen-seth wants to merge 2 commits intodevelopfrom
Open
convert_bufr update: bufr-query bufr2netcdf.x #741cohen-seth wants to merge 2 commits intodevelopfrom
cohen-seth wants to merge 2 commits intodevelopfrom
Conversation
…emoved yamls that are not compatible with the new converter. Reworked bufr_to_ioda.py - dont need to generated, or edit, the ioda conv yaml contents with new converter.
…fr2netcdf.x. New yamls added to new directory. Working.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updating the
bufr_to_ioda.pytask from the convert_bufr suite to use the new executablebufr2netcdf.xfrombufr-query. The previous executablebufr2ioda.xis deprecated.bufr2netcdf.xandbufr2ioda.xeach have /require a specific yaml file format so a new yaml directory was added for thebufr2netcdf.xspecific yamls for three observation types: amsua (ta) , mtiasi, mhs.The key changes to
bufr_to_ioda.pywere:bufr2ioda.x [bufr file] [bufr_mapping.yaml]tobufr2netcdf.x [bufr file] [bufr_mapping.yaml] [output .nc file]convert_bufr/suite_config.pyThe suite is working for these 3 observation types; however, these yamls, amsua & mtiasi, should still only by considered placeholders at the moment.
configuration/jedi/bufr2ioda/bufr2netcdf_x/Impact
Should make the next set of changes easier if/when we integrate the use of the
bufr-queryObsBuilder