Skip to content

New method update_until_and_get_variables #152

@BSchilperoort

Description

@BSchilperoort

Communication with grpc4bmi is quite slow. Often much slower than updating a locally running model. In many workflows this makes users not want to use containerized models (especially for 1D models).

We could speed up their workflows with a new grpc4bmi method update_until_and_get_variables, which:

  • Takes a time to update until, and the names of variables the user wants to store
  • The grpc server will update the model, and store the variables
  • Once the target time is reached, the grpc server will transfer the collected data to the user

As there is a loop running inside the container, this will greatly improve performance.

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