reading of CMIP model data#1753
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1753 +/- ##
============================================
+ Coverage 78.36% 78.46% +0.10%
============================================
Files 176 179 +3
Lines 23414 23627 +213
============================================
+ Hits 18349 18540 +191
- Misses 5065 5087 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dulte
left a comment
There was a problem hiding this comment.
Approved with two comments/questions
| # # CHECK_PATHS = SimpleNamespace( | ||
| # # cmip_ci="modeldata/CMIP6", | ||
| # # ) | ||
| # | ||
| # CMIP_CI_DATA_PATH = DataForTests(CHECK_PATHS.emep_ci).path |
| # from pyaerocom.units.units import Unit | ||
| # from .additional_variables import ( | ||
| # add_dataarrays, | ||
| # calc_concNhno3, | ||
| # calc_concNnh3, | ||
| # calc_concNnh4, | ||
| # calc_concNno, | ||
| # calc_concNno2, | ||
| # calc_concNno3pm10, | ||
| # calc_concNno3pm25, | ||
| # calc_concno3pm10, | ||
| # calc_concno3pm25, | ||
| # calc_concso4t, | ||
| # calc_concSso2, | ||
| # calc_concsspm25, | ||
| # calc_conNtnh_emep, | ||
| # calc_conNtno3_emep, | ||
| # calc_vmrno2, | ||
| # calc_vmro3, | ||
| # calc_vmrox_from_conc, | ||
| # identity, | ||
| # subtract_dataarrays, | ||
| # update_EC_units, | ||
| # calc_ratpm10pm25, | ||
| # calc_ratpm25pm10, | ||
| # ) |
There was a problem hiding this comment.
Will this kind of aux variable calculations be implemented?
|
Just for documentation: There's several tempertures in CMIP:
For the moment it's a bit unclear to me which temperature to use for unit conversion. The same is probably true for pressure |
Change Summary
1st try to implement a CMIP model data reader
Related issue number
#1751
Checklist