Skip to content

Commit

Permalink
add tables of hydrograph descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jerabekjak committed Mar 18, 2024
1 parent b36af6b commit afb5275
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference_manual/tab_en/basichydrographs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


\centering
\caption{Hydrograph variable description of surface runoff}
\caption{Surface runoff hydrograph variable description}
\label{tab:hydrographs}
% \begin{tabular}{p{4cm}lp{2cm}p{5cm}}
\begin{tabular}{llp{0.5\textwidth}}
Expand Down
4 changes: 2 additions & 2 deletions reference_manual/tab_en/streamhydrographs.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

\begin{table}[t]
\centering
\caption{Hydrograph variable description of sections of the hydrographic network}
\caption{Stream hydrograph variable description}
\label{tab:vystupytokdat}
\begin{tabular}{llp{0.5\textwidth}}
\hline \hline
Expand All @@ -12,7 +12,7 @@
rainfall[m] & $m$ & Rainfall depth in the current time step \\
reachWaterLevel[m] & $m$ & Level of sheet flow \\
reachFlow[m3/s] & $m^3s^{-1}$ & Sheet flow rate \\
reachVolRunoff[m3] & $m^3$ & Runoff volume of sheet flow \\
cumReachVolRunoff[m3] & $m^3$ & Cumulative runoff volume in stream network reach \\
% reachVolInflow[m3] & $m^3$ & Sum of inflows from surrounding cells of the section in the current time step \\
% reachVolRest[m3] & $m^3$ & Volume in the reach after runoff \\
\hline \hline
Expand Down
2 changes: 1 addition & 1 deletion user_guide/docs/input_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ The meanings of the individual parameters are described in reference manual.
## Other input's and model settings
### Points of interest (Optional)
**Vector (point)** layer with point for detail outputs as hydrographs (describe in outpust). In this points are indicating the thopology of watercourses and/or temporal ditches technical conservation measure).
The monitored output data are continuously stored at these points. In the case of a point located outside the watercourse, surface runoff data are recorded. If the point is inserted into a watercourse, data are recorded for the relevant watercourse section.
The monitored output data are continuously stored at these points. In the case of a point located outside the watercourse, surface runoff data are recorded. If the point is inserted into a watercourse, data are recorded for the relevant watercourse section.
16 changes: 16 additions & 0 deletions user_guide/docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ XXX - outpoint, stream parts *need be hire*

*table with descrtiption of cols will be hire?*



Tab: Surface runoff hydrograph variable description

{{ read_csv('tables/basichydrographs.csv', sep=',') }}

\* *The water level for rill runoff is not the actual water level in the
channel, but rather the critical height of the water level related to the
entire computational cell area*


Tab: Stream hydrograph variable description

{{ read_csv('tables/streamhydrographs.csv', sep=';') }}


## Advanced outputs

Advanced outputs are stored in two specific folders:
Expand Down

0 comments on commit afb5275

Please sign in to comment.