Anna Jaruga
Anna Jaruga
### Description This parameterization computes the number of aerosol particles to be turned into cloud droplets. Implemented during SURF by @Montu12345 and @imdula. We are still working on docs and...
# Description This is just a draft, still needs work. Opening the PR just to see how it renders. I have - [ ] Written and run all necessary tests...
Here is a mwe of the problem that me and @dennisYatunin saw: ``` using ClimaCore const FT = Float64 z_domain = ClimaCore.Domains.IntervalDomain( ClimaCore.Geometry.ZPoint(FT(0)), ClimaCore.Geometry.ZPoint(FT(1)); boundary_tags = (:bottom, :top), ) z_mesh...
# The Climate Modeling Alliance ## Software Design Issue 📜 ### Purpose Demonstrate a stable multiyear aquaplanet simulation with 1-moment microphysics and cloud diagnostics. ### People and Personnel - Lead:...
Outflow boundary conditions (adiabatically extrapolate buoyancy, solve for q_precip at the surface?)
Hi. I have updated the example code to the latest CM.jl version. The example runs, but the convergence of the calibration is not as good as it used to be....
I just noticed that our toml file with parameter values does not have info on the units. In the old version of the code we had that information in the...