-
Notifications
You must be signed in to change notification settings - Fork 15
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
All variables in variables.ini should be given a vert_type #1454
Comments
Sounds reasonable to me. But keep it changeable. |
Please state what you need the |
What is the Also when just plotting model data, do we need a "native way", model data does generally have units included it the netcdf attributes? |
From pyaerocom 13.01.25: The Surface is the lowest layer to the ground (lowest of a 3D field), whereas the Column is the integral (sum) of the entire vertical column. The vert_type is per variable, so if a model handled it in a different way, then one would need to specify that in their config. Jan is happy to discuss with you @Ovewh. As a side note, I'm still not sure if this is worth going forward with at this point. Heiko raises well the main concern of when it doesn't make sense. |
Work around from AeroTools 14.01.25: Variables which are not |
Will do work around instead |
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: