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

Add ability to catalog grid variables #89

Open
mgrover1 opened this issue Oct 18, 2021 · 0 comments
Open

Add ability to catalog grid variables #89

mgrover1 opened this issue Oct 18, 2021 · 0 comments

Comments

@mgrover1
Copy link
Contributor

In most of our parsers, we check to see if variables are time variant, excluding variables that aren't. Many of those variables relate to the grid, which would be useful to include in the data catalogs. See this code snippet below which excludes the time-invariant variables

if time in da.dims and v not in {time, time_bounds}

We could specify these variables to be "static" or some better name... the case this would especially help with this is MOM data which stores the grid variables in separate static file, which often times has its own stream.

@andersy005 andersy005 added this to Xdev Oct 22, 2021
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