Skip to content

Let runner subcycle #18

@uekerman

Description

@uekerman

Currently, subcycling is disabled by always doing the full time window:

# Compute current time step size
precice_dt = participant.get_max_time_step_size()
dt = precice_dt # FMU always does the max possible dt

How to enable it: https://precice.org/couple-your-code-time-step-sizes.html

Open question: From where do we get the FMU's dt? Is there a standard way how such things are modeled within an FMU, including adaptive time stepping? Fallback: we define a fixed dt in the configuration.

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