Skip to content

Commit

Permalink
Fix docs link (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ authored Nov 1, 2024
1 parent 38a20a7 commit 40d98ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit 40d98ae

Please sign in to comment.