Add Aerosol and Cloud Chemistry Options#842
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #842 +/- ##
==========================================
+ Coverage 74.15% 74.83% +0.68%
==========================================
Files 127 135 +8
Lines 10089 10536 +447
==========================================
+ Hits 7481 7885 +404
- Misses 2608 2651 +43
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:
|
build binder on most recent commit
|
@mattldawson how easy is it to update the liquid water content throughout a simulation? |
Cloud liquid water content, in MICM/MIAM, would typically just be a condensed-species named water or H2O or something. It's just like any other solver variable, it will be adjusted based on processes that form or remove it. It could also be an algebraic variable that's calculated from a constraint. But, there's nothing special about it - it's just another condensed-phase species. |
This PR adds MIAM to the MUSICA library, and makes its components available via the Python API.
Three new tutorial chapters are included (DAE solvers, MIAM components, CAM cloud chemsitry)
This is in draft as dependency PRs are finalized and merged.