CloudMicrophysics.jl
CloudMicrophysics.jl copied to clipboard
A library of cloud microphysics parameterizations
To be split into separate PRs in order to fix the ice bound first, before adding melting
## Purpose Non-equilibrium initial formulation for parcel model ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.
- We want to make a few quick changes so that the threshold solver and size distribution parameter solver are called once at each time step rather than calling them...
[Mimicking the authors of the paper, I'm referring to the [MM2015](https://doi.org/10.1175/JAS-D-14-0065.1) scheme as P3_ORIG and [the one with liquid fraction](https://doi.org/10.1175/JAS-D-18-0278.1) as P3_MOD.] ```[tasklist] ### Implementation into P3 - [x] alter...
Otherwise if we try to stick to base SI units we get overflows for Float32. See for example https://github.com/CliMA/CloudMicrophysics.jl/pull/434
See https://github.com/CliMA/CloudMicrophysics.jl/pull/468, https://github.com/CliMA/CloudMicrophysics.jl/pull/467, https://github.com/CliMA/CloudMicrophysics.jl/pull/466, https://github.com/CliMA/CloudMicrophysics.jl/pull/465
## Purpose Add UKI calibration so we can compare to the EKI results and also have some error metrics. ## To-do - what do we want to have in loss...
Within the perfect model calibration tests in the `ice_nucleation_calibration.jl` file under `test`, each test is being run with different, arbitrary tolerances. Calibration might not be working as we want it...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.4.0 to 0.12.1. Release notes Sourced from styfle/cancel-workflow-action's releases. 0.12.1 Patches Fix: bump to node20: #212 0.12.0 Changes Feat: add option only_status: #210 Chore(deps): bump actions/setup-node from...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.7 to 4.6.0. Release notes Sourced from codecov/codecov-action's releases. v4.6.0 What's Changed build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in codecov/codecov-action#1481 build(deps): bump actions/checkout from...