Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@JoostBuitink JoostBuitink released this 08 Nov 12:34
· 2 commits to main since this release

This release adds support to create water demand and allocation related data (available since Wflow.jl version 0.8.0).
For now, the new methods for demands support is limited to already gridded input datasets.
The release also includes support for the paddy land use type and additional landuse parameters (crop coefficient and root uptake).

Added

  • setup_lulcmaps_with_paddy: method to add paddy to the model. Adding paddies leads to changes in landuse and soil parameters. PR #226
  • setup_domestic_demand and setup_other_demand: methods to prepare water demands for different sectors using gridded datasets. PR #226
  • setup_irrigation: method to prepare irrigation areas and parameters. PR #226
  • setup_allocation_areas: method to prepare allocation areas for water allocation. PR #226
  • setup_allocation_surfacewaterfrac: method to prepare surface water fraction for water allocation. PR #226

Changed

  • setup_lulcmaps prepares new vegetation parameters (crop coefficient kc and h values). PR #226
  • set_grid supports several cyclic time dimensions. PR #226

Fixed

  • Error in computation of LAI values from mapping to landuse in setup_laimaps. PR #297
  • IO error for write_states in write. PR #297
  • Creating the staticgeoms folder if it does not already exist (eg when dir_input is provided). PR #297
  • Pedo-transfer function for estimation of residual water content. PR #300