-
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
1339 add pm ratios to EMEP reader; add example config for them #1378
1339 add pm ratios to EMEP reader; add example config for them #1378
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1378 +/- ##
============================================
+ Coverage 78.50% 78.53% +0.03%
============================================
Files 136 137 +1
Lines 20860 20899 +39
============================================
+ Hits 16377 16414 +37
- Misses 4483 4485 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Change Summary
This PR adds two more calculated variables to the EMEP reader:
ratpm10pm25
andratpm25pm10
.In addition, the aeroval config has been added which is available through
pyaerocom.aeroval.config.pmratios.base_config.get_CFG()
Related issue number
fix #1339
Checklist