-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feature/variable dt #1148
Feature/variable dt #1148
Conversation
Variable time step
restart is plausible but turns out to be wrong here. Work on time step info in chkp file is on-going. |
modify the dt setting for the first time step: make the cfl to be exactly the set cfl modify the restart subroutine: take tlag and dtlag from check point file
Co-authored-by: Niclas Jansson <njansson@kth.se>
Co-authored-by: Niclas Jansson <njansson@kth.se>
Co-authored-by: Niclas Jansson <njansson@kth.se>
Co-authored-by: Niclas Jansson <njansson@kth.se>
Co-authored-by: Niclas Jansson <njansson@kth.se>
Please update case-file.md with the new options. |
Co-authored-by: Timofey Mukha <timofeymukha@users.noreply.github.com>
Co-authored-by: Timofey Mukha <timofeymukha@users.noreply.github.com>
Co-authored-by: Timofey Mukha <timofeymukha@users.noreply.github.com>
…le frequently in time stepping
Feature/variable dt
It seems you are missing an update to the .depends, which is why the tests are failing. |
Yes it's the issue. now it's fixed. |
Done |
…ep for the restart is set to satisfy the set cfl
This PR is re-issued following PR #1013. The branch in PR #1013 is too old and hence full of conflicts. This branch is built on most up-to-date develop-branch. In this branch, two things are modified:
Special acknowledge to @adperezm for setting up the architecture in PR#1013.