You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
17: Add CLIMA micro r=trontrytel a=trontrytel
This PR adds CLIMA 1-moment micro. See issue pressel#16
Additional comments
- The Clima 1M microphysics is added as a non-default option.
- The Clima 1M microphysics uses a temperature-dependent latent heat of fusion and a phase partition dependent latent heat of vaporization L=L(lambda). (This is consistent with TC.jl.)
- For most cases the Seifert-Beheng liquid-only microphysics or the saturation-adjustment only schemes are kept as the defaults. The Seifert-Beheng microphysics implementation uses the temperature-dependent latent heats of fusion and vaporization.
- This PR also changes the values of specific heats for all microphysics schemes to match those used in CLIMAParameters
- This PR also fixes a minor bug in saturation adjustment routine where the returned phase partitioning was not updated to the last iteration.
- This PR also adds cloud ice to output diagnostics such as cloud cover or fraction.
Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The inner loops of TimeStepping.pyx should be moved to C. At the same time we should eliminate looping over ghost points.
The text was updated successfully, but these errors were encountered: