Skip to content

Commit c7ff0a9

Browse files
committed
couple more shf documentation files
1 parent 1d7caa9 commit c7ff0a9

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

doc/mf6io/gwe/shf.tex

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Input to the Sensible Heat Flux (SHF) Package is read from the file that is specified in the SHF6 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-shf-options.dat}
9+
\vspace{5mm}
10+
\noindent \textit{FOR ANY STRESS PERIOD}
11+
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/utl-shf-period.dat}
12+
13+
\vspace{5mm}
14+
\subsubsection{Explanation of Variables}
15+
\begin{description}
16+
\input{./mf6ivar/tex/utl-shf-desc.tex}
17+
\end{description}
18+
19+
\vspace{5mm}
20+
\subsubsection{Example Input File}
21+
\lstinputlisting[style=inputfile]{./mf6ivar/examples/utl-shf-example.dat}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
BEGIN OPTIONS
2+
PRINT_INPUT
3+
DENSITY_AIR 1.225
4+
HEAT_CAPACITY_AIR 717.0
5+
DRAG_COEFFICIENT 0.002
6+
END OPTIONS
7+
8+
BEGIN PERIOD 1
9+
1 WSPD 5.00
10+
1 TATM 12.97
11+
2 WSPD 4.99
12+
2 TATM 12.95
13+
END PERIOD 1

0 commit comments

Comments
 (0)