Skip to content

Adv_RK4_2D fails with NotImplementedError from get_horizontal_velocity() #174

@PandanC

Description

@PandanC

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions