ChangelogΒΆ
[1.0-rc.1] - 2026-06-05ΒΆ
First public pre-release.
[beta7] - 2026-05-12ΒΆ
Unified water potential sign convention to negative throughout:
soil_brooks_corey_bubbling_head,soil_brooks_corey_a, and all internalpsi_*locals now follow the water potential (β€ 0) convention.Renamed numeric-suffix local variables (
theta_33,theta_1500,psi_33,psi_1500, etc.) to semantic names (theta_fc,theta_wp,psi_fc,psi_wp,theta_sat_fc, etc.).
[beta6] - 2026-05-10ΒΆ
Added per-layer fixed parameterization and expanded runtime configuration, workflow monitoring, and site-learning diagnostics.
[beta5] - 2026-05-03ΒΆ
Refactored process physics for soil surface resistance, GPP Arrhenius kinetics, and stomatal conductance; updated associated parameter and constant definitions.
Reorganized environment-related modules (
optical_properties,pedotransfer,surface_exchange,solar_geometry) into a newmodel/environment/package.Improved neural parameterization with dropout and ELU activations; updated PFT lookup table values.
Renamed internal variables and config fields for consistency; expanded runtime diagnostics and tooling.
[beta4] - 2026-04-06ΒΆ
Refined core carbon, water, and energy process formulations across the model.
Improved integration between radiation, photosynthesis, hydraulics, hydrology, and evapotranspiration components.
Updated parameterization, runtime workflows, and example configurations.
Expanded diagnostics and test coverage for model development and evaluation.
[beta3] - 2026-03-24ΒΆ
Refined runtime configuration, builders, and workflow APIs.
Improved inference, spinup, and calibration-related workflow handling.
Updated documentation, examples, and project structure for clearer usage.
[beta2] - 2026-03-19ΒΆ
Added initial support for model training, runner-based execution, and cross-validation workflows.
Expanded parameter handling with PFT-based parameterization and improved multi-site support.
Improved internal variable organization and process structure.
[beta1] - 2026-03-06ΒΆ
Initial release.