-
Notifications
You must be signed in to change notification settings - Fork 44
Add fixes to near-surface uas, vas and tas metadata #330
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
zklaus
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.
Nice work! There is no need for a special add_scalar_height_coord_10 function though. See the comments in the source code.
Done! I like to make things more complicated than they are, apparently! |
This pull request fixes incomplete GFDL-CM4 metadata for variables uas, vas and tas, by adding the scalar coordinate "height".
Script shared.py has been changed accordingly, and the new file gfdl_cm4.py has been created.