Skip to content

Commit d026708

Browse files
haocheysbryngelson
andauthored
Update restart procedure (#374)
Co-authored-by: Spencer Bryngelson <[email protected]>
1 parent c1274db commit d026708

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/documentation/case.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ The value of `dt` needs to be sufficiently small such that the Courant-Friedrich
148148

149149
- `t_step_start` and `t_step_end` define the time steps at which simulation starts and ends, respectively.
150150
`t_step_save` is the time step interval for data output during simulation.
151-
To newly start simulation, set `t_step_start`=0.
152-
To restart simulation from $k$-th time step, set `t_step_start`=k.
151+
To newly start the simulation, set `t_step_start = 0`.
152+
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`).
153+
Ensure the data for the $k$-th time step is stored in the `restart_data/` directory within the case repository.
153154

154155
### 3. Patches
155156

0 commit comments

Comments
 (0)