-
Notifications
You must be signed in to change notification settings - Fork 14
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
EBAS data reading: concoc reading problems #592
Comments
The solution is to extend the SQL statement:
The extension Unfortunately queries that are actually used are broader than in this example, so I need to dig where to use the extension of the SQL command pyaerocom code. |
The smoking gun for the extension might be in the last line of this: pyaerocom/pyaerocom/io/ebas_file_index.py Lines 193 to 197 in d42d66d
|
corrected via #595 |
Birkenes 2 data for year 2009 is wrong (far too low):
Analysis shows that the current SQL queries need to be extended:
Right now the data is taken from the first file which does not include the needed arithmetic mean. Because of
pyaerocom/pyaerocom/io/read_ebas.py
Line 278 in d42d66d
all fields containing the string 'fraction' are ignored leaving only the following data field:
Because it's the only data field, it's assumed to be correct.
to be continued...
The text was updated successfully, but these errors were encountered: