Skip to content

Tags: Deltares/Wflow.jl

Tags

v1.0.0

Toggle v1.0.0's commit message
Update date v1.0 changelog

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
Update date of rc3 in changelog

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message
Update changelog

Date of v1.0.0-rc2.

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

v0.7.4

Toggle v0.7.4's commit message

v0.8.1

Toggle v0.8.1's commit message
[Diff since v0.8.0](v0.8.0...v0.8.1)

**Merged pull requests:**
- Reduce allocations in update vertical `SBM` concept (#450) (@verseve)

v0.8.0

Toggle v0.8.0's commit message
[Diff since v0.7.3](v0.7.3...v0.8.0)

**Merged pull requests:**
- Total Water Storage (#327) (@dalmijn)
- BMI `get_grid_size` function (#328) (@verseve)
- Check lake balance (#330) (@verseve)
- Don't expose scalar variables in the BMI (#332) (@verseve)
- Update sediment parameters (#337) (@JoostBuitink)
- Update publications.md (#338) (@aweerts)
- Support different vertical saturated hydraulic conductivity profiles in `SBM` (#340) (@verseve)
- Also update sediment units in struct (#341) (@JoostBuitink)
- Update publications.md (#343) (@aweerts)
- Fix docs sediment concentration parameters (#346) (@verseve)
- Update publications.md (#355) (@aweerts)
- Wflow ZMQ Server (#356) (@verseve)
- Fix `set_states` function of model type `sbm` (#358) (@verseve)
- Check if all states are covered (#359) (@JoostBuitink)
- Bump actions/checkout from 2 to 4 (#362) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#363) (@dependabot[bot])
- CompatHelper: bump compat for NCDatasets to 0.14, (keep existing compat) (#364) (@github-actions[bot])
- Add CLI tests (#366) (@Hofer-Julian)
- Add floodplain discharge to inflow reservoirs and lakes (#368) (@verseve)
- Function `save_state` (#370) (@verseve)
- Add local inertial routing scheme to `sbm_gwf` concept. (#371) (@verseve)
- Remove lower limit of zero for `sbm.runoff` (#373) (@verseve)
- Improve spelling and grammar in the introduction (#378) (@CFBaptista)
- Improve spelling and grammar in the user guide (#379) (@CFBaptista)
- `SBM` evaporation and use of fractions (#381) (@verseve)
- Improve spelling and grammar in the modeling documentation (#384) (@CFBaptista)
- Fix `BMI.update_until` (`InexactError: Int64`) (#387) (@verseve)
- Replace non-ASCII characters by ASCII characters in the names of variables, structs, functions and macros (#388) (@CFBaptista)
- Bump prefix-dev/setup-pixi from 0.5.1 to 0.5.2 (#389) (@dependabot[bot])
- Replace use of `LoopVectorization` in local inertial model `stable_timestep` function with `Polyester` (`reduction`) (#390) (@verseve)
- Bump prefix-dev/setup-pixi from 0.5.2 to 0.6.0 (#396) (@dependabot[bot])
- Fix broken doc links (#397) (@verseve)
- Water demand and allocation in `sbm` model concept (#402) (@verseve)
- Update publications.md (#412) (@verseve)
- Bump julia-actions/cache from 1 to 2 (#413) (@dependabot[bot])
- Bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 (#415) (@dependabot[bot])
- Bump prefix-dev/setup-pixi from 0.7.0 to 0.8.0 (#421) (@dependabot[bot])
- Update sediment model documentation (#422) (@CFBaptista)
- Fix required states `sbm_gwf` model type (#424) (@verseve)
- Bump prefix-dev/setup-pixi from 0.8.0 to 0.8.1 (#426) (@dependabot[bot])
- Quick boundary fix (#430) (@dalmijn)
- Remove vertical concepts `HBV` and `FLEXTopo` (#433) (@verseve)
- Cleanup metadata macros (#434) (@verseve)
- Refactor/style guide (#437) (@CFBaptista)
- Stop using local JULIAUP_DEPOT_PATH (#438) (@visr)
- Stop using local JULIAUP_DEPOT_PATH (#438) (#440) (@verseve)
- Prepare release v0.8.0 (#449) (@verseve)

**Closed issues:**
- OpenDA coupling (#93)
- improvement reduction function Feddes (#102)
- Include water demand and allocation (#223)
- Support Total Water Storage (`SBM` concept) as output variable (#281)
- Check if all states are provided when using `reinit=false` (#293)
- Support different vertical hydraulic conductivity (`kv`) profiles in `SBM` (#313)
- Lake module: with small lakes and/or dry conditions simulation fails (#329)
- BMI and request of scalar variables (#331)
- Bedconc, SSconc and Sedconc are in g/m3 and not kg/m3 (#336)
- Add local inertial routing to `sbm_gwf` concept (#344)
- Sediment Concentration Parameters in Docs (#345)
- Re-infiltration of Surface Water (#349)
- Unicode Character Usage and Consistency (#352)
- Fix `set_states` for modeltype `sbm` with local inertial model for 1D river and 2D overland flow. (#357)
- Wflow_sbm run fails with local inertial routing (virtual machine) (#360)
- Local inertial routing: floodplain discharge is not added to inflow reservoir or lake (#367)
- Function `save_state` should close state file (#369)
- Remove lower limit of zero for `sbm.runoff` (#372)
- `SBM` evaporation and fractions (open water, vegetation, soil surface) (#374)
- Improve spelling and grammar in documentation (#377)
- `BMI.update_until` can throw an `InexactError` (#386)
- Inaccessible links (#395)
- `SBM` variables `vwc_root` and `vwc_percroot` can have NaN values (#416)
- cli runner for native linux installation (#420)
- States checking for model type `sbm_gwf` is missing required river and land state `:h_av` (#423)
- Model type `sbm_gwf`: do not reset heads for `constanthead` boundary (#429)

v0.7.3

Toggle v0.7.3's commit message
[Diff since v0.7.2](v0.7.2...v0.7.3)

**Merged pull requests:**
- Cyclic times (#298) (@verseve)
- Wflow_sbm figure leakage term and `ksathorfrac` documentation (#303) (@verseve)
- CompatHelper: bump compat for NCDatasets to 0.13, (keep existing compat) (#305) (@github-actions[bot])
- BMI: bug fixes and updates (#306) (@verseve)
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#309) (@github-actions[bot])
- update Project compat entries (#311) (@visr)
- Update publications.md (#318) (@aweerts)
- Update publications.md (#320) (@aweerts)
- CompatHelper: bump compat for NCDatasets to 0.14, (keep existing compat) (#321) (@github-actions[bot])
- Modified puls (#323) (@verseve)
- Update list of contributors docs and zenodo (#324) (@verseve)
- Kvfrac leakage (#325) (@verseve)

**Closed issues:**
- Support different `cyclic_times` (#277)
- document ksathorfrac (#279)
- Add leakage term to wflow_sbm figure (#297)
- ERROR: NetCDF error: NetCDF: Invalid dimension ID or name (NetCDF error code: -46) (#301)
- BMI get_value and grid type (#304)
- `bmi.get_current_time` and `bmi.get_end_time` are broken. (#307)
- Support for `CFTime.DateTimeNoLeap` calendar (#308)

v0.7.2

Toggle v0.7.2's commit message
[Diff since v0.7.1](v0.7.1...v0.7.2)

**Merged pull requests:**
- Repo (#284) (@dalmijn)
- Move wflow_cli code from GitLab (#295) (@JoostBuitink)
- Fix rutter interception (#300) (@verseve)

**Closed issues:**
- Create Dockerfile and host image publically (#109)
- merge wflow_cli from gitlab to github (#274)
- Water balance Rutter interception model  (#299)
- Cannot run model when adding inflow q_av at lat lon pair to forcing file (#302)

v0.7.1

Toggle v0.7.1's commit message
[Diff since v0.7.0](v0.7.0...v0.7.1)

**Merged pull requests:**
- fix parameter name: khfrac to ksathorfrac (#278) (@visr)
- Fix states floodplain (#282) (@verseve)