Willem van Verseveld
Willem van Verseveld
## Issue addressed Fixes #360 ## Explanation The internal time step of the local inertial model (`stable_timestep` function) can get zero when `LoopVectorization` is applied (`@tturbo`) to the for loop...
## Issue addressed Fixes #223 and fixes #102 ## Explanation Support water demand and allocation in the `sbm` model concept. Water demand (gross and net) for the sectors industry, domestic...
### Wflow version checks - [X] I have checked that this issue has not already been reported. - [X] I have checked that this bug exists on the latest version...
### Feature type Changing existing functionality ### Improvement Description The variables that wflow can exchange through `BMI` are now based on the different model components, these can be listed under...
### Feature type Adding new functionality ### Improvement Description Binaries are available for Wflow.jl, but not yet for the Wflow ZMQ Server. This is required for coupling with OpenDA, that...
### Wflow version checks - [X] I have checked that this issue has not already been reported. - [X] I have checked that this bug exists on the latest version...
### Feature type Changing existing functionality ### Improvement Description The metadata of struct fields is generated with macros. While fancy, it is not very readable/explicit (code), and it is only...
### Feature type Removing existing functionality ### Improvement Description See Discussion https://github.com/Deltares/Wflow.jl/discussions/342. ### Implementation Description _No response_ ### Additional Context _No response_
## Issue addressed Fixes #486 ## Explanation See issue #486. Additionally, the vertical concepts `HBV` and `FLEXTopo` have been removed from the code, see also Discussion #342. ## Checklist -...
### Feature type Changing existing functionality ### Improvement Description Subdivide long struct `SBM` into different model components (e.g. snow, glacier, interception, soil) to improve code maintenance and it allows to...