diff --git a/reference_manual/tab_en/basichydrographs.tex b/reference_manual/tab_en/basichydrographs.tex new file mode 100644 index 0000000..a8f3483 --- /dev/null +++ b/reference_manual/tab_en/basichydrographs.tex @@ -0,0 +1,46 @@ +\begin{table}[t] + + + \centering + \caption{Hydrograph variable description of surface runoff} +\label{tab:hydrographs} +% \begin{tabular}{p{4cm}lp{2cm}p{5cm}} +\begin{tabular}{llp{0.5\textwidth}} + \hline \hline + Column name & Units & Description \\ + \hline +% \hline +% Buňka s plošným odtokem: &&\\ + time[s] & $s$ & Time from the beginning of simulation \\ + deltaTime[s] & $s$ & Current time step length \\ + rainfall[m] & $m$ & Rainfall depth in the current time step \\ +% sheetWaterLevel[m] & $m^3$ & Level of sheet flow \\ +% sheetFlow[m3/s] & $m^3s^{-1}$ & Sheet flow rate \\ +% sheetVolRunoff[m3] & $m^3$ & Runoff volume of sheet flow \\ +% sheetVolRest[m3] & $m^3$ & Remaining volume after sheet flow \\ +% infiltration[m] & $m$ & Infiltration depth in the current time step \\ +% surfaceRetention[m] & $m$ & Height of retained water on surface in the current time step \\ +% callState & - & Flow type in the cell (see section~\ref{sec:statpopis}) \\ +% inflowVol[m3] & $m^3$ & Total inflow volume into the cell \\ + totalWaterLevel[m]$^*$ & $m$ & Total water level \\ +% \hline +% For concentrated runoff &&\\ \hline +% rillWaterLevel[m] & $m$ & Water level in the cell with concentrated runoff* \\ +% rillWidth[m] & $m$ & Width of the channel formed by concentrated runoff\\ +% rillFlow[m3/s] & $m^3s^{-1}$ & Flow rate in the channel of concentrated runoff \\ +% rillVolRunoff[m3] & $m^3$ & Volume of concentrated runoff in the channel \\ +% rillVolRest[m3] & $m^3$ & Remaining volume after concentrated runoff in the channel \\ + surfaceFlow[m3/s] & $m^3s{-1}$ & Total flow (sheet + rill) \\ + surfaceVolRunoff[m3] & $m$ & Total runoff volume (sheet + rill) \\ +% rillInflowVol[m3] & $m$ & @@@ Do we need this? It is the inflow volume portion going into the channel, I added it once when I was looking for some error...\\ +% ratio & $m$ & Number of time step reductions in channels @@@(Is this for us?)\\ +% sheetCourantCrit & $m$ & Courant criterion for sheet flow @@@(Is this for us?)\\ +% rillCourantCrit & $m$ & Courant criterion for concentrated runoff @@@(Is this for us?) \\ +% nIter & $m$ & Number of iterations in calculations of each computational step @@@(I would leave this, it can indicate if something is happening too quickly, which could mean an error in the input data, for example putting 600 mm of rainfall instead of 60 mm) \\ + \hline + \hline + \multicolumn{3}{p{\textwidth}}{*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} + \end{tabular} + \end{table} + + diff --git a/reference_manual/tab_en/streamhydrographs.tex b/reference_manual/tab_en/streamhydrographs.tex new file mode 100644 index 0000000..ec5c5a6 --- /dev/null +++ b/reference_manual/tab_en/streamhydrographs.tex @@ -0,0 +1,21 @@ + +\begin{table}[t] + \centering + \caption{Hydrograph variable description of sections of the hydrographic network} +\label{tab:vystupytokdat} +\begin{tabular}{llp{0.5\textwidth}} + \hline \hline + Column Name & Unit & Description \\ + \hline + time[s] & $s$ & Time from the beginning of simulation \\ + deltaTime[s] & $s$ & Current time step length \\ + 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 \\ +% 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 + \end{tabular} +\end{table} + diff --git a/reference_manual/text_en/output.tex b/reference_manual/text_en/output.tex index 80fd308..0e2f39d 100644 --- a/reference_manual/text_en/output.tex +++ b/reference_manual/text_en/output.tex @@ -1,5 +1,7 @@ \subsection{Basic data} \subsection{Hydrograph data} + \input{tab_en/basichydrographs} + \input{tab_en/streamhydrographs} \subsection{Control} \subsection{Temporary data} \subsection{Advanced settings - under development}