Releases: CliMA/ClimaLand.jl
Releases · CliMA/ClimaLand.jl
v0.3.3
ClimaLSM v0.3.3
Merged pull requests:
- Varying Diffuse Radiation Fraction (#303) (@Espeer5)
- Domain stretching (#310) (@kmdeck)
- Remove overloaded getindex (#314) (@charleskawczynski)
- Remove PointSpace method (#315) (@kmdeck)
- edited docs and experiments to use set_initial_aux_state (#320) (@kmdeck)
- use SafeTestsets.jl (#322) (@juliasloan25)
- Remove OrdinaryDiffEq.jl dependency (#323) (@charleskawczynski)
- Remove DiffEqCallbacks dependency (#324) (@juliasloan25)
- remove soil plant hydrology example (#329) (@kmdeck)
- make snow tests more comprehensive, fix bug (#330) (@kmdeck)
- Generalize variable domains (#334) (@kmdeck)
Closed issues:
- Change
interaction_domains
flags (#58) - Warning in test suite - use SafeTestsets.jl (#197)
- Clean up temporary files in test suite (#199)
- All simulations use set_initial_aux_state (#275)
- type piracy in getindex method (#277)
- type piracy in PointSpace (#311)
- Allow variables to exist in different parts of the domain (#318)
- use SciMLBase instead of ODE, DiffEqCallbacks (#325)
v0.3.2
ClimaLSM v0.3.2
Merged pull requests:
v0.3.1
ClimaLSM v0.3.1
Closed issues:
- BulkAlbedoTemporal - use ClimaCore space (#299)
Merged pull requests:
- BulkAlbedoTemporal - use ClimaCore space (#300) (@juliasloan25)
v0.3.0
ClimaLSM v0.3.0
Closed issues:
- Time-varying albedo (#243)
Merged pull requests:
- Read albedo from file over time (v2) (#280) (@juliasloan25)
v0.2.7
ClimaLSM v0.2.7
Closed issues:
- Allow flag to turn of lateral flow in soil (#234)
- Canopy Model Tutorial Improvements (#255)
- Remove general implicit solver functions (#268)
- Prognostic vs Prescribed soil conditions for the canopy model (#271)
- Make
datetime_to_strdate
more granular (#274) - FileReader.interpol bug (#283)
- move regridder tests to
test/shared_utilities
(#286) - DSS handling behind the scenes (#288)
Merged pull requests:
- Canopy+full soil model (#189) (@kmdeck)
- Canopy tutorials (#258) (@Espeer5)
- option to turn off lateral flow for the soil models (#261) (@kmdeck)
- Root depths parameter usage (#262) (@kmdeck)
- Area index in aux (#263) (@kmdeck)
- add FileReader module (#264) (@juliasloan25)
- Two-Stream Radiative Transfer Scheme (#265) (@Espeer5)
- Preliminary runoff model (#267) (@kmdeck)
- added source term for energy due to root extraction (#269) (@kmdeck)
- drive ozark with observed LAI(t) (#278) (@kmdeck)
- Create prescribed and prognostic soil drivers for the canopy model (#279) (@Espeer5)
- Fix
interpol
bug (#282) (@juliasloan25) - Compute Absorbed NIR in canopy radiative transfer (#284) (@Espeer5)
- move regridder test file (#287) (@juliasloan25)
- clean up name of function (#291) (@kmdeck)
- dss buffer (#292) (@kmdeck)
- change p to named tuple (#294) (@kmdeck)
v0.2.6
ClimaLSM v0.2.6
Closed issues:
- We sometimes get NaNs when running the plant hydraulics test on the cluster (#180)
- Upgrade to Julia 1.9 (#196)
- Use CTS; update dss usage (#212)
- Tempest Remap bug on cluster (#217)
- Move RK4 algorithm to ClimaTimeSteppers (#219)
- Reconcile duplicate compat entries (#223)
- Step RRE implicitly (#224)
- Add aqua tests (#225)
- Buildkite timing out in initialization (#230)
- Broken incremental precompilation (#233)
- Type pirating
zero
onNTuple
s (#235) - Fix aqua tests (#237)
- Add all shared files to the Clima Land shared box folder (#242)
Merged pull requests:
- Including new vulnerability and p to theta curves (#185) (@gagnelandmanna)
- upgrade to julia1.9 (#204) (@kmdeck)
- Making canopy rhs and update aux more efficent and fix bugs! (#206) (@kmdeck)
- Update dependencies (#210) (@valeriabarra)
- allow for different hydrology closure models (#211) (@kmdeck)
- Misc Bug fixes (#216) (@kmdeck)
- Use ClimaTimeSteppers, add implicit helper functions (#218) (@juliasloan25)
- step RRE implicitly (#227) (@juliasloan25)
- update toml (#231) (@kmdeck)
- Add some aqua tests (#236) (@charleskawczynski)
- Zero lai (#238) (@kmdeck)
- added climalsm_zero and created variable_utils.jl (#241) (@kmdeck)
- prep for soil energy hydrology canopy PR (#244) (@kmdeck)
- Ar/folderstruct (#245) (@AlexisRenchon)
- Fix aqua tests (#246) (@juliasloan25)
- use CTS.RK4 (#247) (@juliasloan25)
- reconcile compats (#248) (@juliasloan25)
- restructure with standalone and integrated folders (#254) (@AlexisRenchon)
v0.2.5
ClimaLSM v0.2.5
Closed issues:
- Tutorial for models that need an implicit stepper (#203)
Merged pull requests:
- imp, exp tendency functions instead of ode_function/rhs (#191) (@juliasloan25)
v0.2.4
ClimaLSM v0.2.4
Merged pull requests:
v0.2.3
ClimaLSM v0.2.3
Closed issues:
- get Root model to work with MVector at a point, Point Domain (#47)
- Implicit time stepping for the land model (#54)
- Update the ozark test (#108)
- Adding SPAC to the bucket model & other improvements for AMIP (#129)
- Clean up CI (#134)
- Update DSS usage for ClimaCore v0.10.25 (#144)
- Check in Manifest for experiments, and avoid using LOAD_PATH in experiments (#155)
- Richards Equation errors (#157)
- Big leaf +plant hydraulics working together (#164)
- Plant hydraulics standalone (#173)
- Plant hydraulics model cleanup (#174)
- Reduce duplicate code interpolating center to top face (#176)
- Hook up with the soil model and test at the ozark site (tutorial could be this one) (#187)
Merged pull requests:
- Update Project.toml to tag new release (#138) (@juliasloan25)
- Snow model parameterizations (#142) (@kmdeck)
- soil_energy_hydrology_biogeochemistry model (#143) (@AlexisRenchon)
- update DSS calls for ClimaCore v0.10.25 (#145) (@juliasloan25)
- Refactor climate drivers (#148) (@kmdeck)
- Added beta function (#150) (@kmdeck)
- Bigleaf (#151) (@AlexisRenchon)
- Use Ntuple for Plant Hydraulics variable types (#154) (@kmdeck)
- Compute boundary fluxes at each boundary, rather than by component (#156) (@kmdeck)
- added comparison to Bonan into buildkite (#158) (@kmdeck)
- Generalize the driver interface (#160) (@kmdeck)
- Modularize canopy model to have subcomponents; run model (#163) (@kmdeck)
- Adding Insolation to param set (#165) (@kmdeck)
- Modify drivers to include zenith angle, co2 concentration, and to use pressure over air density (#167) (@kmdeck)
- Soil climate drivers (#170) (@kmdeck)
- Plant hydraulics only runs as part of the canopy (#175) (@kmdeck)
- adds new function for creating surface field with center values (#178) (@kmdeck)
- rm ode and unpack from tests, clean test env (#179) (@kmdeck)
- Ozark experiment update (#181) (@AlexisRenchon)
v0.2.2
ClimaLSM v0.2.2
Closed issues:
Merged pull requests:
- Add soil tutorials (#119) (@kmdeck)
- Add soil CO2 parameterizations (#121) (@kmdeck, @AlexisRenchon)
- Update beta factor for evaporation (#124) (@kmdeck, @juliasloan25)
- Albedo from file (#125) (@kmdeck)
- Simpler CO2 model (#132) (@kmdeck, @AlexisRenchon)
- Update ClimaCore, SurfaceFluxes compats (#137) (@juliasloan25)