Skip to content

v0.6.0

Compare
Choose a tag to compare
@dalmijn dalmijn released this 07 Jun 11:29
· 11 commits to main since this release
312e2b6

Added

  • If applicable, basins geometry based on the higher resolution DEM is stored seperately under basins_highres PR #266
  • New function setup_1dmodel_connection to connect wflow to 1D river model (eg Delft3D FM 1D, HEC-RAS, etc.) PR #210
  • New setup method for the KsatHorFrac parameter setup_ksathorfarc to up-downscale existing ksathorfrac maps. PR #255
  • new function setup_pet_forcing to reproject existing pet data rather than computing from other meteo data. PR #257
  • Workflow to compute brooks corey c for the wflow layers based on soilgrids data, soilgrids_brooks_corey. PR #242
  • setup_lulcmaps for wflow_sediment: if planted forest data is available, it can be used to update the values of the USLE C parameter. PR #234
  • better support for WflowModel states with new methods: read_states, write_states and clip_states. PR #252
  • new function setup_cold_states to prepare cold states for WflowModel. PR #252
  • new utils method get_grid_from_config to get the right wflow staticmaps variable based on the TOML configuration (e.g. detects name in netcdf, value, scale and offset). Only applied now to prepare cold states (e.g. not yet in read_grid). PR #252
  • Added support for the "GLCNMO" land-use dataset, with a default parameter mapping table (similar to the existing tables). PR #272
  • Added the alpha_h1 parameter (based on land use maps). This parameter represents whether root water uptake reduction at soil water pressure head h1 occurs or not. By default, it is set to 0.0 for all "non-natural" vegetation (crops) and to 1.0 for all "natural vegetation" PR #272
  • Parameter for output filename in write_grid (fn_out). PR #278
  • New function setup_laimaps_from_lulc_mapping to set leaf area index (LAI) climatology maps per month based on landuse mapping. PR #273

Changed

  • Basins geometry (basins) is now based on the actual wflow model resolution basins, instead of based on the supplied DEM PR #266
  • setup_soilmaps: the user can now supply variable sbm soil layer thicknesses. The Brooks Corey coefficient is then computed as weighted average over the sbm layers. PR #242
  • setup_outlets: the IDs of wflow_subcatch are used to define the outlets IDs rather than [1:n]. PR #247
  • wflow forcing data type should always be float32. PR #268
  • setup_laimaps: if a landuse map if provided, setup_laimaps can also prepare landuse mapping tables for LAI. PR #273

Fixed

  • Wrong dtype for wflow_subcatch map. PR #247
  • setup_gauges: Allow snapping to river/mask for snap_uparea method. PR #248
  • Removed building a wflow model without a config file in the build notebook.
  • Deprecated np.bool and earlier error message for subbasin delination. PR #263

Deprecated

  • clip_staticmaps in favour of clip_grid
  • read_staticmaps and write_staticmaps, superseded by read_grid and write_grid
  • read_staticgeoms and write_staticgeoms, superseded by read_geoms and write_geoms

PR's

Full Changelog: v0.5.0...v0.6.0