Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/documentation/case.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ The value of `dt` needs to be sufficiently small such that the Courant-Friedrich

`t_step_save` is the time step interval for data output during simulation.
To newly start the simulation, set `t_step_start = 0`.
To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restarting Cases](running.md#restarting-cases).
To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restarting Cases](md_running.html#restarting_cases).

##### Adaptive Time-Stepping

Expand All @@ -469,7 +469,7 @@ To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restar
- `t_stop` specifies at what time the simulation should stop

To newly start the simulation, set `n_start = 0`.
To restart simulation from $k$-th time step, see [Restarting Cases](running.md#restarting-cases).
To restart simulation from $k$-th time step, see [Restarting Cases](md_running.html#restarting_cases).).

### 7. Formatted Output

Expand Down
3 changes: 1 addition & 2 deletions docs/documentation/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ When used, `--omni` will output profiling information for all subroutines, inclu
Adding this argument will moderately slow down the simulation and run the MFC executable several times.
For this reason, it should only be used with case files with few timesteps.

<a name="restarting-cases"></a>
### Restarting Cases
### Restarting Cases {#restarting_cases}

When running a simulation, MFC generates a `./restart_data` folder in the case directory that contains `lustre_*.dat` files that can be used to restart a simulation from saved timesteps.
This allows a user to simulate some timestep $X$, then continue it to run to another timestep $Y$, where $Y > X$.
Expand Down
Loading