v0.6.0
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
- Release v0.5.0 by @dalmijn in #240
- post release commit by @hboisgon in #241
- Several basin related fixes by @hboisgon in #247
- Connect wflow to 1D model by @hboisgon in #210
- Soilgrids c by @hboisgon in #242
- Setup KsatHorFrac by @dalmijn in #255
- update wflow build notebook by @hboisgon in #258
- add setup_pet_forcing method by @hboisgon in #257
- States by @hboisgon in #252
- Snapping to river with uparea method by @hboisgon in #248
- update ldd example with updates in core by @DirkEilander in #265
- Update order in installation guide by @hboisgon in #264
- enforce float32 type for forcing by @hboisgon in #268
- Bugfix subbasin by @hboisgon in #263
- Update USLE C parameter with planted forest and orchard values by @hboisgon in #234
- Real wflow basins by @dalmijn in #266
- Add support for
alpha_h1
parameter and theGLCNMO
dataset by @JoostBuitink in #272 - Bugfix 1dconnect by @hboisgon in #269
- Link LAI and landuse classes by @hboisgon in #273
- Able to set outgoing grid name by @dalmijn in #278
- Release/v0.6.0 by @dalmijn in #279
Full Changelog: v0.5.0...v0.6.0