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
When setting either of the following in the configuration:
iterative_method = Adv_RK4_2D or adv_iterative_method = Adv_RK4_2D
the program raises a NotImplementedError at runtime:
File "pylag/numerics.pyx", line 1031, in pylag.numerics.AdvRK42DItMethod.step
File "pylag/data_reader.pyx", line 423, in pylag.data_reader.DataReader.get_horizontal_velocity
NotImplementedError
when using the 3D method:
adv_iterative_method = Adv_RK4_3D