diff --git a/docs/Tutorials/LinearShallowWater/LinearShallowWater.md b/docs/Tutorials/LinearShallowWater/LinearShallowWater.md index 5476ca01..91ba465b 100644 --- a/docs/Tutorials/LinearShallowWater/LinearShallowWater.md +++ b/docs/Tutorials/LinearShallowWater/LinearShallowWater.md @@ -91,7 +91,7 @@ The model is integrated forward in time using $3^{rd}$ order Runge-Kutta with a
## How we implement this -You can find the example file for this demo in the `examples/LinearShallowWater2D.f90` file. This file uses the `LinearShallowWater2D` module from `src/SELF_LinearShallowWater2D_t.f90`. +You can find the example file for this demo in the `examples/linear_shallow_water2d_nonormalflow.f90` file. This file uses the `LinearShallowWater2D` module from `src/SELF_LinearShallowWater2D_t.f90`. No normal flow conditions are built into the `LinearShallowWater2D` module when we assign `hbc2d_NoNormalFlow => hbc2d_NoNormalFlow_LinearShallowWater2D_t`: @@ -113,7 +113,7 @@ No normal flow conditions are built into the `LinearShallowWater2D` module when You should notice that the lines marked with `!