-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix JRA55do runoff remapping bug #113
Conversation
this will need to be cherry-picked into all other configs |
I guess we need the same change to https://github.com/COSIMA/om3-scripts/blob/main/data_stream_xml_generation/generate_xml_datm.py ? |
Ah yes, good point! @ezhilsabareesh8 do you have a spare moment to do that? |
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.
Thanks, @aekiss! This looks good to me, and it's running without any issues. I can change the data_stream_xml_generation files to reflect these changes.
Sorry to be a pain in the arse, but I don't think we want to get in the habit of making changes without updating the manifest. I understand they can make cherry-picking difficult, but they're an important part of the provenance. |
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.
Also, it would be best to regenerate the datm.streams.xml
and drof.streams.xml
using the new generate_xml_*.py
in om3-scripts
so that they have the correct provenance metadata
Agreed @dougiesquire, I'd forgotten these files were script-generated so we should re-generate them (and while we're at it, fix COSIMA/om3-scripts#27 and COSIMA/om3-scripts#29). Re. manifests, I think we should have one commit containing only the manifest changes, and another containing everything else. That way we can just cherry-pick the 2nd commit. |
Sorry, I was rushing and I merged COSIMA/om3-scripts#28 before seeing your new
Sounds good to me |
@aekiss, |
Thanks @dougiesquire, I'm happy for somebody else to do that if you're waiting on it - I'm busy in a workshop tomorrow so might struggle to get to it. |
562afea
to
65dfbb4
Compare
thanks Dougie |
Closing - PR replaced by #123 |
closes COSIMA/access-om3#208