Skip to content

v0.1.4

Compare
Choose a tag to compare
@hboisgon hboisgon released this 22 Feb 09:30
· 423 commits to main since this release
16522e3

Changed
^^^^^^^

  • setup_riverwidth method deprecated (will be removed in future versions) in favour of setup_rivers. We suggest to remove the setup_riverwidth component from your ini files.
  • setup_rivers calculate river width and depth based on the attributes of the new river_geom_fn river geometry file. We suggest adding "river_geom_fn = rivers_lin2019_v1" to the setup_rivers component of your ini files.
  • In setup_soilmaps the interpolation of missing values (interpolate_na function) is executed on the model parameters at the model resolution, rather than on the original raw soilgrids data at higher resolution. This change will generate small differences in the parameter values, but (largely) improve memory usage.
  • Possibility to use any dataset and not just the default ones for setup_laimaps, setup_lakes, setup_glaciers. See the documentation for data requirements.

Added
^^^^^

  • Possibility to write_forcing in several files based on time frequency (fn_freq argument).
  • setup_hydrodem method for hydrological conditioned elevation used with "local-inertial" routing
  • workflow.river.river_bathymetry method to derive river width and depth estimates.
    Note that the new river width estimates are different and result in different model results.
  • moved basemaps workflows (hydrography and topography) from hydromt core. Note that hydromt_wflow v0.1.3 there should be used together with hydromt v0.4.4 (not newer!)
  • new ID columns for the outlets staticgeoms
  • new index_col attribute to setup_gauges to choose a specific column of gauges_fn as ID for wflow_gauges

Fixed
^^^^^

  • Calculation of lake_b parameter in setup_lakes.
  • Add a minimum averaged discharge to lakes to avoid division by zero when computing lake_b.
  • When writting several forcing files instead of one, their time_units should be the same to get one wflow run (time_units option in write_forcing)
  • Filter gauges that could not be snapped to river (if snap_to_river is True) in setup_gauges
  • Avoid duplicates in the toml csv column for gauges
  • Fill missing values in landslope with zeros within the basin mask
  • prevent writing a _FillValue on the time coordinate of forcing data