v0.7.4
Wflow v0.7.4
Fixed
- The internal time step of the local inertial model (
stable_timestep
function) can get zero whenLoopVectorization
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
withreduction
ofPolyester.jl
. Note: these changes are originally applied in v0.8.0 (see #390), but are backported to v0.7.3, to ensure stability in operational applications.