diff --git a/docs/documentation/case.md b/docs/documentation/case.md index 5ca046a18f..9754bdd9c5 100644 --- a/docs/documentation/case.md +++ b/docs/documentation/case.md @@ -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](md_running.html#restarting_cases). +To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restarting Cases](running.md#restarting-cases). ##### Adaptive Time-Stepping @@ -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](md_running.html#restarting_cases).). +To restart simulation from $k$-th time step, see [Restarting Cases](running.md#restarting-cases). ### 7. Formatted Output diff --git a/docs/documentation/running.md b/docs/documentation/running.md index 215dc98ab0..b63ad282e2 100644 --- a/docs/documentation/running.md +++ b/docs/documentation/running.md @@ -108,7 +108,8 @@ 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. -### 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$.