Skip to content
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

Specify short name of vertical grid coordinate in yaml file, instead of hardwiring them in parse_geometry_spec #3184

Open
pchakraborty opened this issue Nov 15, 2024 · 0 comments

Comments

@pchakraborty
Copy link
Collaborator

These cannot be hardwired here. At least not in the long term. How about requiring them in the yaml file when you try to specify the vertical grid that way:

vertical_grid:
    coordinate:
        dimension: pressure
        stagger: edge
        field: PLE
    coordinate:
        dimension: height
        stagger: center
        field: ZL
...

Originally posted by @tclune in #3182 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant