From 3ce54a9a7cdd8933529cdbd1d229a644dc9a22d8 Mon Sep 17 00:00:00 2001 From: ChrisZYJ Date: Fri, 1 Nov 2024 16:02:18 -0700 Subject: [PATCH] fix restart link --- docs/documentation/case.md | 4 ++-- docs/documentation/running.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/documentation/case.md b/docs/documentation/case.md index 9754bdd9c5..5ca046a18f 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](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 @@ -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 diff --git a/docs/documentation/running.md b/docs/documentation/running.md index b63ad282e2..215dc98ab0 100644 --- a/docs/documentation/running.md +++ b/docs/documentation/running.md @@ -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. - -### 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$.