| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-10 | 2.4 kB | |
| v1.0.0 source code.tar.gz | 2025-12-10 | 7.2 MB | |
| v1.0.0 source code.zip | 2025-12-10 | 7.3 MB | |
| Totals: 3 Items | 14.5 MB | 0 | |
Breaking changes
- Refactor TOML file, most important changes include: there is now a distinction between static, cyclic and forcing input (
[input.static],[input.cyclic]and[input.forcing]) without the need to specify the internal cyclic and forcing variables in a list (only an external name mapping is required), state variables are listed below the[state.variables]TOML section and use of more clearly defined TOML output sections. - Mapping of internal model variable and parameter names based on the CSDMS Standard Names, changing the required names in the TOML file.
- Refactor
SimpleReservoirandLakestructs by introducing aReservoirstruct that combines data and functionality of both structs. For the simple reservoir a rating curve type (4) has been added. To represent reservoirs, (natural) lakes or other water storage features that can be represented by the available functionality the common namereservoiris used, also for the standard names of associated model variables and parameters. - Replaced the variables that can exchange through
BMI(list of model components) by a list of standard names below the[API]TOML section. - Removed default values for the following (sensitive) input parameters:
khfrac,kv_0,kv,f,c,theta_s,theta_r,soilthickness,canopygapfraction,rootingdepthandpathfrac. - Removed support for one layer models, and therefore also removed the
topog_sbm_transfer__flagoption. With this removal, the default soil layer thickness is set to[100, 300, 800]. - The infiltration capacity of soil, represented by parameter
infiltcapsoil, is now determined from the actual saturated hydraulic conductivity at the soil surface using parameterskv_0andkvfrac, better linking it to soil properties. Settinginfiltcapsoildirectly by an external netCDF variable is not supported anymore. - Removed the
GroundwaterExchangecomponent that can be used to replace the kinematic wave lateral subsurface flow routing with an external groundwater model (e.g. Modflow). - Removing of
HBVandFLEXTopovertical concepts.
The full list of changes can be found in the changelog in the documentation.