Skip to content

Input/Output data model #4

@menzel-r

Description

@menzel-r

This tool will strongly benefit from a well defined set of conventions regarding how input/output data is discovered and formatted. Pangeo guidelines strongly encourage using xarray Dataset and DataArray objects, which are based on community established CF Conventions. The atmospheric input variables required by this tool are pressure, temperature, and gas abundances. We should define a specific set of rules that the tool will follow when attempting to access this data from an input Dataset. For example,

  • Should the tool look at the units of each variable in the dataset to determine which variables are gas abundances/mixing ratios?
  • Should these variable names be provided by the user as a dictionary or list?
  • Should we require that the input dataset provides a standard_name attribute for each variable that matches one defined in the CF table of standard names?

Once we establish these rules, the simple tests can updated to use them and provide an example to users.

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