-
Notifications
You must be signed in to change notification settings - Fork 54
Add ilev as a default output in all EAMxx output streams #3091
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
This commit follows the example for the geometry data for 'lev' and adds 'ilev'. The variable 'ilev' will now be a default variable in all EAMxx output similar to what is currently done with lat/lon, hyam/hybm, hyai/hybi and lev. Addresses #3022
@bartgol @AaronDonahue how about we extract the logic for this type of op such that it can be generalized (and tidied up)? Something akin to @bartgol if that seems feasible, I can probably impl ... |
Where would you add this? Inside I/O? Or as a method of the grid? Generally speaking, I think it should be feasible. It could be as simple as offering a small method in the grid class, which internally simply calls "set_geo_data"... |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce checks passingWonderful, this rule succeeded.Make sure that checks are not failing on the PR, and reviewers approved
|
This commit follows the example for the geometry data for 'lev' and adds 'ilev'. The variable 'ilev' will now be a default variable in all EAMxx output similar to what is currently done with lat/lon, hyam/hybm, hyai/hybi and lev.
Fixes #3022