-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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_nameattribute 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
Labels
No labels