Skip to content

Add ability to catalog grid variables #89

@mgrover1

Description

@mgrover1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions