Skip to content

Commit 7370981

Browse files
authored
docs(prt): update structure of blocks section for prp/oc (#2005)
The new dimensions and tracktimes/releasetimes blocks added to output control and particle release packages, respectively, were not mentioned in the mf6io guide. Also fix inconsistent descriptions of the release timing mechanism in PRP DFN. * fix #2002 * fix #2003 * fix #2004
1 parent 9c38363 commit 7370981

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

doc/mf6io/mf6ivar/dfn/prt-prp.dfn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ type double precision
190190
reader urword
191191
optional true
192192
longname release time frequency
193-
description time frequency at which to release particles. This option can be used to schedule releases at a regular interval for the duration of the simulation, starting at the simulation start time. The release schedule is the union of this option, the RELEASETIMES block, and period-block release settings.
193+
description time frequency at which to release particles. This option can be used to schedule releases at a regular interval for the duration of the simulation, starting at the simulation start time. The release schedule is the union of this option, the RELEASETIMES block, and PERIOD block RELEASESETTING selections.
194194

195195
# --------------------- prt prp dimensions ---------------------
196196

@@ -208,7 +208,7 @@ type integer
208208
reader urword
209209
optional false
210210
longname number of particle release times
211-
description is the number of particle release times specified in the RELEASETIMES block. This is not necessarily the total number of release times; release times are the union of RELEASETIMES and PERIOD block RELEASESETTING selections.
211+
description is the number of particle release times specified in the RELEASETIMES block. This is not necessarily the total number of release times; release times are the union of RELEASE\_TIME\_FREQUENCY, RELEASETIMES block, and PERIOD block RELEASESETTING selections.
212212

213213
# --------------------- prt prp packagedata ---------------------
214214

doc/mf6io/prt/oc.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
For the PRINT and SAVE options, there is no option to specify individual layers. Whenever the budget array is printed or saved, all layers are printed or saved.
66

7-
\subsection{Tracking Events}
7+
\vspace{5mm}
8+
\subsubsection{Tracking Events}
89

910
The PRT Model distinguishes a number of tracking events that can trigger writing of particle track information to binary and/or CSV output files. When a particle track record is written to an output file, the record includes an IREASON code that indicates the type of event that triggered the output. IREASON codes and their associated tracking events are enumerated in the Particle Track Output subsection of the PRT Model Input and Output section.
1011

@@ -18,6 +19,8 @@ \subsubsection{Structure of Blocks}
1819

1920
\noindent \textit{FOR EACH SIMULATION}
2021
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-options.dat}
22+
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-dimensions.dat}
23+
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-tracktimes.dat}
2124
\vspace{5mm}
2225
\noindent \textit{FOR ANY STRESS PERIOD}
2326
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-period.dat}

doc/mf6io/prt/prp.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
\subsubsection{Structure of Blocks}
77
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-options.dat}
88
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-dimensions.dat}
9-
%%\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-griddata.dat}
9+
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-releasetimes.dat}
1010
\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-packagedata.dat}
1111
\vspace{5mm}
1212
\noindent \textit{FOR ANY STRESS PERIOD}

0 commit comments

Comments
 (0)