Add BUFR2IODA python API converter to prepoceanobs task#914
Conversation
AndrewEichmann-NOAA
left a comment
There was a problem hiding this comment.
Do the additions to ush/ioda - I guess the bufr2ioda converters - already exist in a different repo? I wonder if we can import them from there
|
I started the CI forgetting about the outstanding g-w build issue on Rocky 8 - gdasapp at least builds: |
|
@guillaumevernieres @CoryMartin-NOAA @ShastriPaturi The branch as is builds and completes all the global-workflow ctests (besides vrfy) on Hera while delivering populated in-situ obs files to the ROTDIR. I've changed the ctests so that this can run without the associated PR to global-workflow. |
|
Automated Global-Workflow GDASApp Testing Results: |
|
Hera GW-RT cloned g-w Here's the build log from g-w |
|
Automated Global-Workflow GDASApp Testing Results: |
* origin/develop: Use <filesystem> on a non c++17 supported machine (WCOSS ACORN) (#1026) Change generate_com to declare_from_tmpl (#1025) Commenting out more of the marine bufr 2 ioda stuff (#1018) make driver consistent with workflow driver (#1016) Update hashes now that GSI-B is working for EnVar (#1015) Add GitHub CLI to path for CI (#1014) Use _anl rather than _ges dimensions for increments in FV3 increment converter YAML (#1013) Fix inconsistent VIIRS preprocessing test (#1012) remove gdas_ prefix from executable filename in test_gdasapp_fv3jedi_fv3inc (#1010) Bugfix on Broken GHRSST Ioda Converter (#1004) Moved the marine converters to a "safe" place (#1007) restore ATM local ensemble ctest functionality (#1003) Add BUFR2IODA python API converter to prepoceanobs task (#914) Remove sst's from obs proc (#1001) JEDI increment write to cubed sphere history (#983) [End- to End Test code sprint] Add SEVIRI METEOSAT-8 and METEOSAT-11 to end-to-end testing (#766)
This PR adds BUFR2IODA python API converter to prepoceanobs task and does the following: 1. Subsampled monthly bathy, tesac and trkob in situ BUFR files are tested. 2. The subsampled files have been renamed (from <obtype>.201804.dcom_subsampled) as <cycle>.t<hh>z.<obtype>.tm00.bufr_d 3. Runs for one cycle: 2018041512. closes #892 Overlapping windows application will be added in a subsequent PR --------- Co-authored-by: Guillaume Vernieres <guillaume.vernieres@noaa.gov> Co-authored-by: AndrewEichmann-NOAA <andrew.eichmann@noaa.gov> Co-authored-by: AndrewEichmann-NOAA <58948505+AndrewEichmann-NOAA@users.noreply.github.com> Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
This PR adds BUFR2IODA python API converter to prepoceanobs task and does the following:
closes #892
Overlapping windows application will be added in a subsequent PR