Skip to content

Commit 82a412c

Browse files
skfoggemorway-usgs
authored andcommitted
latex documentation (#17)
1 parent 52bfe2d commit 82a412c

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed

doc/Common/gwe-sfeobs.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
SFE & ext-inflow & rno or boundname & -- & Energy inflow into a reach or group of reaches calculated as the external inflow rate multiplied by the inflow temperature. \\
1616
SFE & ext-outflow & rno or boundname & -- & External outflow from a reach or group of reaches to an external boundary. If boundname is not specified for ID, then the external outflow from a specific reach is observed. In this case, ID is the reach rno. \\
1717
SFE & strmbd-cond & rno or boundname & -- & Amount of heat conductively exchanged with the streambed material. \\
18-
SFE & shf & rno or boundname & -- & Amount of sensible heat exchanged with the atmosphere.
18+
SFE & shf & rno or boundname & -- & Amount of sensible heat exchanged with the atmosphere. \\
19+
SFE & swr & rno or boundname & -- & Amount of shortwave radiation on stream reach.

doc/mf6io/gwe/gwe.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ \subsection{Unsaturated-Zone Energy Transport (UZE) Package}
143143
\subsection{Sensible Heat Flux (SHF) Package}
144144
\input{gwe/shf}
145145

146+
\newpage
147+
\subsection{Shortwave Radiation (SWR) Package}
148+
\input{gwe/swr}
149+
146150
\newpage
147151
\subsection{Flow Model Interface (FMI) Package}
148152
\input{gwe/fmi}

doc/mf6io/gwe/swr.tex

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Input to the Shortwave Radiation (SWR) Package is read from the file that is specified in the SWR6 record of the OPTIONS block in the SFE package.
2+
3+
\vspace{5mm}
4+
\subsubsection{Structure of Blocks}
5+
\vspace{5mm}
6+
7+
\noindent \textit{FOR EACH SIMULATION}
8+
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/utl-swr-options.dat}
9+
\vspace{5mm}
10+
\noindent \textit{FOR ANY STRESS PERIOD}
11+
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/utl-swr-period.dat}
12+
13+
\vspace{5mm}
14+
\subsubsection{Explanation of Variables}
15+
\begin{description}
16+
\input{./mf6ivar/tex/utl-swr-desc.tex}
17+
\end{description}
18+
19+
\vspace{5mm}
20+
\subsubsection{Example Input File}
21+
\lstinputlisting[style=inputfile]{./mf6ivar/examples/utl-swr-example.dat}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
BEGIN OPTIONS
2+
PRINT_INPUT
3+
END OPTIONS
4+
5+
BEGIN PERIOD 1
6+
1 SOLR 800.0
7+
1 SHD 0.1
8+
1 SWREFL 0.03
9+
2 SOLR 800.0
10+
2 SHD 0.25
11+
2 SWREFL 0.03
12+
END PERIOD 1

0 commit comments

Comments
 (0)