ClimaAtmos.jl
ClimaAtmos.jl copied to clipboard
ClimaAtmos.jl is a library for building atmospheric circulation models that is designed from the outset to leverage data assimilation and machine learning tools. We welcome contributions!
Removes more precomputed quantities. Towards closing https://github.com/CliMA/ClimaAtmos.jl/issues/3860
I'm not getting much traction on #3833, so I'll open one more PR along these lines. This PR uses `columnwise!` to set `Yₜ` to zero. I've tried to cleanup /...
It would be useful with more complete API docs for `ClimaAtmos.jl`. We have a very small subset currently available ([link](https://clima.github.io/ClimaAtmos.jl/dev/api/)). As an aside, we don't have any explicitly exported symbols,...
@coderabbitai ignore This PR starts using `columnwise!`, for the initial assignment of `Yₜ = 0`. It looks like this needs a working version of https://github.com/CliMA/ClimaCore.jl/pull/2343 to work, since I'm seeing...
PR #3820 adds a diagnostic for CAPE that integrates positive buoyancy between the surface and 20km. Typically, this value is determined by integrating the buoyancy between the LFC and the...
The parameter interface in SurfaceFluxes.jl and ClimaAtmos.jl currently supports specifying a single Universal function type (currently defaults to Businger in CA.jl)(https://github.com/CliMA/ClimaAtmos.jl/blob/4a4486b2353bfa48c7150f66b88c212e4e88b24e/src/parameters/create_parameters.jl#L39). There are use cases which require simultaneously accessing parameters...
PR #3758 adds support for single-column PROSPCT driven by time-varying reanalysis forcing. Eventually we would like to also support the following two features: # Steady Forcing Driven by Reanalysis for...