You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a minor concern that the newest change to run! added a little bit of indirection that inhibits interpretability. We can slightly simplify the algorithm (IMO) if we don't need to skip the first time-step here:
I think it's very unlikely that the first step needs to be skipped, since I think we decided the source of these errors was the rounding up after many operations, no? So we could try removing that part of the code and I guess time will tell if this produces issues.
That said, I also don't see a problem with skipping the first iteration. Are you reluctant because there might be issues with a first iteration skip, or is it just a matter of simplifying the loop?
I had a minor concern that the newest change to
run!
added a little bit of indirection that inhibits interpretability. We can slightly simplify the algorithm (IMO) if we don't need to skip the first time-step here:Oceananigans.jl/src/Simulations/run.jl
Line 134 in 0b6e88e
@tomchor can you advise?
The text was updated successfully, but these errors were encountered: