Willem van Verseveld

Results 40 comments of Willem van Verseveld

Do you mean to specify a rainfall value for one grid cell through x, y coordinates? This is not possible in the wflow Python as well as the Julia code.

The internal time step of the local inertial model (`stable_timestep(sw::ShallowWaterRiver{T})` and `stable_timestep(sw::ShallowWaterLand{T})`) can get zero when LoopVectorization is applied (`@tturbo`) to the for loop of these functions. When reservoirs or...

I have added a small sentence to the logging docs about this: https://github.com/Deltares/Wflow.jl/commit/a41dc5317747e1ee12119116c9d99d22c95e8428. We could indeed fix this. On the other hand, since this is in most cases run from...

> It would be very helpful to be able to set the silent=True setting in the toml file. It is possible to set silent=true in the TOML file. Would that...

Thanks for your comment @visr, good point. I think an improved error message may indeed be a better option than rounding. Will convert this PR back to draft, as it...

> Perhaps it is almost exactly and integer, but not quite since it comes from floating point math. Yes, if `time` is almost equal to an allowed model timestamp this...

Would be good to include this for v1.0 as we have now more capacity to work on Wflow developments.

Thanks for this feature request. Yes, good point, it makes sense to add this info to logging.

After discussion (also with OpenDA developers) we decided to use ZeroMQ (https://zeromq.org/) instead of Thrift to run Wflow (BMI) as a server for the coupling approach.

> Work in progress in the `zmq_server` branch: https://github.com/Deltares/Wflow.jl/tree/zmq_server What is the status of this branch? Changes on the OpenDA side are in progress. When done, the work in the...