-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing GSI observing system records for active and available channels #273
Accessing GSI observing system records for active and available channels #273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for adding this very important functionality @asewnath. I just have a few minor comments about code readability. The overall functionality looks great.
The only other comment I would make is in having these three files: sat_db_utils
, instr_state_machine
and observing_system_records
. Do we still need all three? What is the difference between what's in the files? It's not very easy to tell by the names of the files.
src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/amsua_n19.yaml
Outdated
Show resolved
Hide resolved
The |
Thanks for the explanation. I think some renaming and clean up of any unused code should be sufficient. |
…hub.com/GEOS-ESM/swell into feature/use_satbd_for_channel_selection
Description
Initial PR making changes required to update yaml use flags during cylc workflow run. PR does the following:
use_flag
fieldCloneGeosAna
andGenerateObservingSystemRecords
ObservingSystemRecords
to handle parsing active and available channel tables from GSIrender_interface_observation
function to call newget_active_channels
function.observing_system_record_path
forrender_interface_observation
orjedi_dictionary_iterator
functionChanges that still need to be made: (can be in this PR or another one)
use_flag
field to have active channel jinja templating