Releases: CliMA/ClimaAtmos.jl
Releases · CliMA/ClimaAtmos.jl
v0.33.0
ClimaAtmos v0.33.0
Breaking changes
- Remove the options
co2_modelandprescribe_ozone. These are both fixed by
default now, and can be set to time-varying by including one or both in the
optiontime_varying_trace_gases: ["CO2", "O3].
📢 API Changes:
🚀 Features
📑 Documentation
🐛 Fixes
v0.32.0
ClimaAtmos v0.32.0
Breaking changes
- PR #4158 removes the quadrature_sgs option for computing cloud fraction. The remaining options are grid_scale and quadrature (default). The functionality of quadrature_sgs is retained via quadrature option and the turbconv_model choice. I.e. if the user is running with a turbconv_model and quadrature cloud, they will get the quadrature_sgs behavior.
New features
-
PR #4162 adds an option for
reproducible restart. It is set to false by default. This shouldn't affect restart
in the coupler as the coupler save the cache for restarting. -
PR #4021 uses ClimaCore
convenience constructors to create spaces without an AtmosConfig.
📢 API Changes:
🚀 Features
📑 Documentation
🐛 Fixes
v0.31.9
ClimaAtmos v0.31.9
📢 API Changes:
🚀 Features
📑 Documentation
- Update installation instructions with terminology section (#4076) (@jefftyoder)
🐛 Fixes
v0.31.8
v0.31.7
v0.31.6
v0.31.5
v0.31.4
ClimaAtmos v0.31.4
📢 API Changes:
🚀 Features
📑 Documentation
🐛 Fixes
- Change the boundary condition of the sedimentation of updraft (#4006)
v0.31.3
v0.31.2
ClimaAtmos v0.31.2
📢 API Changes:
🚀 Features
📑 Documentation
- Update config_no_table.md (#3942) (@jefftyoder)