Conversation
|
A few questions/notes: 1. "It seems like the scripts are expecting the corresponding yamls to live in the same directory they are being executed from? I may be misunderstanding something, but i added this process to CloneSpoc to accomodate:"
run/20231010T000000Z/geos_atmosphere/ 2. "The output ioda files seem to be combined with all satId's in one file, not sure how significant this is"
|
There was a problem hiding this comment.
Are these obs builder python scripts placeholders?
There was a problem hiding this comment.
Sort of? I tried to point to what was in the spoc scripts folder, mostly based on the name. I assume not all of them will line up correctly
|
Notes from meeting with @jemccurr:
|
|
@cohen-seth @jemccurr Changed this to copy scripts and yamls to a location in the cycle directory, should be better for making modifications that way. For development purposes I'd suggest forking this branch, then opening PR's with this as the base when you want to submit changes |
Description
#773
I've been experimenting a bit with using the spoc scripts in the bufr-to-ioda conversion to see if I could get it work. I believe it mostly works, but it is a somewhat crude implementation, so it will probably require some fine-tuning from people more familiar with obs handling
This PR adds the
CloneSpoctask, which can grab a branch set byspoc_taginexperiment.yaml, or point to an existingspoc_source_directory.Bufr2Iodathen uses the scripts to run the conversion.A few questions/notes:
It seems like the scripts are expecting the corresponding yamls to live in the same directory they are being executed from? I may be misunderstanding something, but i added this process to CloneSpoc to accomodate:
swell/src/swell/tasks/clone_spoc.py
Lines 66 to 71 in eca7d5c
The output ioda files seem to be combined with all satId's in one file, not sure how significant this is
There are some obs types that have separate yamls under the bufr2netcdf.x schema, that don't have individual python scripts (I think this is noted in Incorporating SPOC into swell convert_bufr suite #773)