All variables in variables.ini should be given a vert_type #1454
Labels
enhancement ✨
New feature or request
good first issue
Good for newcomers
low-hanging-fruit-🍎
bare blåbær
Milestone
Is your feature request related to a problem? Please describe.
The
vert_type
attribute of a species is a fundamental attribute needed when creating an experiment. However, pyaerocom has no native way of representing this metadata. It is assumed that this metadata is provided in a config though theobs_vert_type
argument which is given to an instance ofObsEntry
. If no observations are provided (i.e., I just want to plot model data), then this information is not available becauseModelEntry
has no such attribute (It has no variable information and therefore no place to put it). I propose that invariables.ini
we provide each variable a defaultvert_type
which can be used in cases where the attributeobs_vert_type
is not available.Describe the solution you would like to see
A clear and concise description of what you want to happen.
Additional context
Related to wanting to show just model data.
The text was updated successfully, but these errors were encountered: