Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate input output #629

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Separate input output #629

wants to merge 2 commits into from

Commits on Sep 24, 2024

  1. Separate input and output

    Separating the inputs from the outputs. This should enable us to have
    more 'predictable' runs, in that running with the same inputs and the
    same config/namelists should lead to the same results.
    We can save time because we do not need to wait during backuping the
    restart files (this is the main motivation in DestinE project).
    Still this is done so that the old default behaviour is not changed.
    Sebastian Beyer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    754a6b4 View commit details
    Browse the repository at this point in the history
  2. separate RestartInPath and RestartOutPath

    Sebastian Beyer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9abad7d View commit details
    Browse the repository at this point in the history