Skip to content

Commit

Permalink
Fix rendering docs to PDF (#737)
Browse files Browse the repository at this point in the history
Fix $\TeX$ and figure issues for rendering docs to PDF.

The docs are now modified so that all figures are included with HTML
syntax in a way that figure numbers and references are preserved.
However, I could only make this work in a way that hardcodes the figure
numbers, both in the captions and the references.

---------

Co-authored-by: Martijn Visser <[email protected]>
  • Loading branch information
SouthEndMusic and visr authored Nov 6, 2023
1 parent 325af65 commit 6bd31ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/couple/modflow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,10 @@ groundwater response to Ribasim.
From Ribasim's perspective, the groundwater head is constant given a timestep,
so that:

$$
\begin{align}
p = -C \\
q = -C\phi
\end{align}
$$

When the head falls below the drainage elevation, the coefficients are 0.

Expand All @@ -249,22 +247,18 @@ When the head falls below the drainage elevation, the coefficients are 0.
From Ribasim's perspective, infiltration is never limited when the head falls below
the bottom:

$$
\begin{align}
p = -C \\
q = -Cb
\end{align}
$$

Otherwise, infiltration and drainage occur with the same equation as for the
drainage package:

$$
\begin{align}
p = -C \\
q = -C\phi
\end{align}
$$


# Assigning MODFLOW water levels
Expand All @@ -273,12 +267,10 @@ Principally, MODFLOW deals with water levels; Ribasim deals with water volumes.
The translation from a water volume to a water level for a single boundary
condition is straightforward:

$$
\begin{align}
\Delta d = \frac{\Delta V}{A} \\
h = b + d
\end{align}
$$

Where $d$ is water depth, $V$ is volume, $A$ is area, $h$ is water level, and
$b$ is the bed elevation.
Expand Down

0 comments on commit 6bd31ba

Please sign in to comment.