Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-12 | 674 Bytes | |
v0.7.4 source code.tar.gz | 2025-02-12 | 7.1 MB | |
v0.7.4 source code.zip | 2025-02-12 | 7.2 MB | |
Totals: 3 Items | 14.3 MB | 1 |
Wflow v0.7.4
Fixed
- The internal time step of the local inertial model (stable_timestep
function) can get zero when LoopVectorization
is applied (@tturbo
) to the for loop of these functions. This issue occurred on a virtual machine, Windows 10 Enterprise, with Intel(R) Xeon(R) Gold 6144 CPU (2 processors). This has been fixed by replacing @tturbo
with reduction
of Polyester.jl
. Note: these changes are originally applied in v0.8.0 (see https://github.com/Deltares/Wflow.jl/pull/390), but are backported to v0.7.3, to ensure stability in operational applications.