Skip to content

Commit

Permalink
Update restart procedure (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Bryngelson <[email protected]>
  • Loading branch information
haochey and sbryngelson authored Mar 15, 2024
1 parent c1274db commit d026708
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/documentation/case.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ The value of `dt` needs to be sufficiently small such that the Courant-Friedrich

- `t_step_start` and `t_step_end` define the time steps at which simulation starts and ends, respectively.
`t_step_save` is the time step interval for data output during simulation.
To newly start simulation, set `t_step_start`=0.
To restart simulation from $k$-th time step, set `t_step_start`=k.
To newly start the simulation, set `t_step_start = 0`.
To restart simulation from $k$-th time step, set `t_step_start = k`, do not run `pre_process`, and run `simulation` directly (`./mfc.sh run [...] -t simulation`).
Ensure the data for the $k$-th time step is stored in the `restart_data/` directory within the case repository.

### 3. Patches

Expand Down

0 comments on commit d026708

Please sign in to comment.