Skip to content

v0.7.4

Compare
Choose a tag to compare
@JoostBuitink JoostBuitink released this 12 Feb 07:58
· 112 commits to master since this release

Wflow v0.7.4

Diff since v0.7.3

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 #390), but are backported to v0.7.3, to ensure stability in operational applications.