CliMA / Cloudy.jl

:cloud_with_rain: Multi-moment cloud microphysics toy model
Apache License 2.0
15 stars 3 forks source link

limit pmd params, and advance two separate modes #84

Closed sajjadazimi closed 1 year ago

sajjadazimi commented 1 year ago

1- bound dist params to physical ranges. 2- write functions to transfer moments between two separate modes. 3- add monodisperse. 4- use NonlinearSolve for solving nonlinear system of eqs. 5-making old examples run. 6-add more examples.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (f429348) 71.60% compared to head (f73800d) 97.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #84 +/- ## =========================================== + Coverage 71.60% 97.12% +25.51% =========================================== Files 4 5 +1 Lines 324 417 +93 =========================================== + Hits 232 405 +173 + Misses 92 12 -80 ``` | [Files](https://app.codecov.io/gh/CliMA/Cloudy.jl/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CliMA) | Coverage Δ | | |---|---|---| | [src/Sources/EquationTypes.jl](https://app.codecov.io/gh/CliMA/Cloudy.jl/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CliMA#diff-c3JjL1NvdXJjZXMvRXF1YXRpb25UeXBlcy5qbA==) | `100.00% <100.00%> (ø)` | | | [src/Sources/Sources.jl](https://app.codecov.io/gh/CliMA/Cloudy.jl/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CliMA#diff-c3JjL1NvdXJjZXMvU291cmNlcy5qbA==) | `98.82% <100.00%> (+1.32%)` | :arrow_up: | | [src/ParticleDistributions/ParticleDistributions.jl](https://app.codecov.io/gh/CliMA/Cloudy.jl/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CliMA#diff-c3JjL1BhcnRpY2xlRGlzdHJpYnV0aW9ucy9QYXJ0aWNsZURpc3RyaWJ1dGlvbnMuamw=) | `96.28% <98.21%> (+36.64%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sajjadazimi commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.