From 7370981e6b302c601853d77526458da7059f9467 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sat, 31 Aug 2024 12:46:36 -0400 Subject: [PATCH] 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 --- doc/mf6io/mf6ivar/dfn/prt-prp.dfn | 4 ++-- doc/mf6io/prt/oc.tex | 5 ++++- doc/mf6io/prt/prp.tex | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn index 6add33e691c..55041548471 100644 --- a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn +++ b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn @@ -190,7 +190,7 @@ type double precision reader urword optional true longname release time frequency -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. +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. # --------------------- prt prp dimensions --------------------- @@ -208,7 +208,7 @@ type integer reader urword optional false longname number of particle release times -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. +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. # --------------------- prt prp packagedata --------------------- diff --git a/doc/mf6io/prt/oc.tex b/doc/mf6io/prt/oc.tex index 746e0ae5920..4991f17bbb9 100644 --- a/doc/mf6io/prt/oc.tex +++ b/doc/mf6io/prt/oc.tex @@ -4,7 +4,8 @@ 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. -\subsection{Tracking Events} +\vspace{5mm} +\subsubsection{Tracking Events} 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. @@ -18,6 +19,8 @@ \subsubsection{Structure of Blocks} \noindent \textit{FOR EACH SIMULATION} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-dimensions.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-tracktimes.dat} \vspace{5mm} \noindent \textit{FOR ANY STRESS PERIOD} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-oc-period.dat} diff --git a/doc/mf6io/prt/prp.tex b/doc/mf6io/prt/prp.tex index 3488e179276..473e1c930b7 100644 --- a/doc/mf6io/prt/prp.tex +++ b/doc/mf6io/prt/prp.tex @@ -6,7 +6,7 @@ \subsubsection{Structure of Blocks} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-options.dat} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-dimensions.dat} -%%\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-griddata.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-releasetimes.dat} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-packagedata.dat} \vspace{5mm} \noindent \textit{FOR ANY STRESS PERIOD}