Write files in etc directories as python files - #539
Open
Naomi Parsons (NParsonsMO) wants to merge 13 commits into
Open
Write files in etc directories as python files#539Naomi Parsons (NParsonsMO) wants to merge 13 commits into
etc directories as python files#539Naomi Parsons (NParsonsMO) wants to merge 13 commits into
Conversation
| for stream in config: | ||
| for stream in stream_dict: | ||
| # For substreams we only want the first part | ||
| stream = stream.split("/")[0] |
Collaborator
Author
There was a problem hiding this comment.
This is new but needed for variables that Hannah was wanting to retrieve (those with substreams).
There's a new unit test.
Otherwise trying to make this change separately around these other changes seemed tricky to time.
| "inm": [ | ||
| "SImon/siconc", | ||
| ], | ||
| "onm/grid-T": [ |
Collaborator
Author
There was a problem hiding this comment.
This is the new variable that has a substream (see comment on other file).
Naomi Parsons (NParsonsMO)
marked this pull request as ready for review
July 21, 2026 08:27
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.
Closes #538
PR creation checklist for the developer
<issue_number>above ☝️ has been replaced with the issue number.mainhas been selected as the base branch.<issue_number>_<short_description_of_feature>.good first issuelabel) have been added to the PR.Climate Model Evaluation Workflow (CMEW)project has been added to the PR.Definition of Done for the developer
docdirectory, including the Quick Start section; select one of the following):Copyright and IPR:
PR creation checklist for the reviewer
<issue_number>above ☝️ has been replaced with the issue number.mainhas been selected as the base branch.<issue_number>_<short_description_of_feature>.good first issuelabel) have been added to the PR.Climate Model Evaluation Workflow (CMEW)project has been added to the PR.Definition of Done for the reviewer
docdirectory, including the Quick Start section; select one of the following):Important
#<pull_request_number>: <pull_request_title>when writing the merge commit message for the pull request, so the pull request number is immediately visible on GitHub, regardless of the length of the pull request title.