Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
v0.3.1 - 2021-05-19
Fixed
- Ignore extra dimensions in input NetCDFs if they are size 1
v0.3.0 - 2021-05-10
Changed
- New deposition process for coarse sediment in the reservoirs with a new parameter
restrapefficiency
in the sediment model. - New variables added to the
LandSediment
andRiverSediment
structs in order to save more output from the sediment model. - Added variables
volume
andinwater
toSurfaceFlow
struct, this is convenient for the coupling with the water quality model Delwaq. - River water level (
h
) and discharge (q
) forced directly into theRiverSediment
struct (instead of using theOverlandFlowSediment
struct first). - Require Julia 1.6 or later.
Added
- Modify model parameters and forcing through the TOML file (see Modify parameters).
- Run wflow_sbm (SBM + kinematic wave) in two parts (until recharge and after subsurface flow) from BMI, including the option to switch off the lateral subsurface component of wflow_sbm.
- Support more netCDF dimension and axis order variants.
Fixed
- Corrected a bug in sediment deposition in the river (case when incoming sediment load is more than the river transport capacity).
- Fixed update of
snow
andglacierstore
fields of HBV and SBM concepts by theglacier_hbv
module.
v0.2.0 - 2021-03-26
Changed
- Removed dependency of the
f
model parameter of wflow_sbm on the parameters $\theta_{s}$, $\theta_{r}$ and $M$. This approach is used in Topog_SBM, but not applicable for wflow_sbm. Thef
parameter needs to be provided as part of the NetCDF model parameter file. - Grid properties as cell length and elevation now stored as part of the
model.land.network
component and not as part of the vertical model components, as it is not used by these components.altitude
(elevation) should now be provided as part of the[input]
section of the TOML configuration file, and not as part of the[input.vertical]
section. - Removed parameter $\theta_{e}$ from SBM struct (not used in update). Parameters $\theta_{s}$ and $\theta_{r}$ included separately (instead of $\theta_{e}$) in
LateralSSF struct
, now directly linked to SBM parameters. - Improve error messages (NetCDF and cyclic flow graph).
Added
- Export of NetCDF scalar timeseries (separate NetCDF file from gridded timeseries). This also allows for importing these timeseries by Delft-FEWS (General Adapter).
Fixed
- Model parameter Manning's
n
now used during the update of thestruct SurfaceFlow
, to change the related $\alpha$ parameter of the kinematic wave for channel flow.