Skip to content

Commit

Permalink
docs(prt): update structure of blocks section for prp/oc (MODFLOW-USG…
Browse files Browse the repository at this point in the history
…S#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 MODFLOW-USGS#2002
* fix MODFLOW-USGS#2003
* fix MODFLOW-USGS#2004
  • Loading branch information
wpbonelli authored Aug 31, 2024
1 parent 9c38363 commit 7370981
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/mf6io/mf6ivar/dfn/prt-prp.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------

Expand All @@ -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 ---------------------

Expand Down
5 changes: 4 additions & 1 deletion doc/mf6io/prt/oc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion doc/mf6io/prt/prp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7370981

Please sign in to comment.