-
Notifications
You must be signed in to change notification settings - Fork 140
Adding a script to create smoothed ERA5 topography files #288
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
Conversation
…made it isca-friendly
|
This looks great to me @daw538 - thanks so much for re-writing this and getting it in. I don't have any particular comments, other than that I'm happy for it to go in the master whenever you're ready. |
Added README.md with information on topography source files and usage.
…lso provides a cleaner interface (though same output) as old script
sit23
left a comment
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.
I've made one tiny comment on the readme. But it looks great! I'm happy for it to be merged with that tiny tweak.
|
Thanks @sit23 for the comment. I've edited the README as suggested. |


Some of the test cases in Isca make use of a smoothed/filtered topography file constructed from the global topography ERA-Interim datasets. The original script used to create such files was never included into Isca's main repo and relies on methods that are either outdated (e.g. written in python2) or not broadly comparable across a range of hardware. The script provided in this PR provides a more updated but equivalent method for constructing files with a range of resolutions for Isca's different use cases.