![]() |
MODFLOW 6
version 6.7.0.dev1
USGS Modular Hydrologic Model
|
Output file containing all or some particle pathlines. More...
Public Attributes | |
integer(i4b), public | iun = 0 |
file unit number More... | |
logical(lgp), public | csv = .false. |
whether the file is binary or CSV More... | |
integer(i4b), public | iprp = -1 |
-1 is model-level file, 0 is exchange PRP More... | |
Can be associated with a particle release point (PRP) package or with an entire model, and can be binary or comma-separated.
Each particle's pathline consists of 1+ records reported as the particle is tracked over the model domain. Records are snapshots of the particle's state (e.g. tracking status, position) at a particular moment in time.
Particles have no ID property. Particles can be uniquely identified by composite key, i.e. combination of fields:
Definition at line 28 of file TrackFile.f90.
logical(lgp), public trackfilemodule::trackfiletype::csv = .false. |
Definition at line 31 of file TrackFile.f90.
integer(i4b), public trackfilemodule::trackfiletype::iprp = -1 |
Definition at line 32 of file TrackFile.f90.
integer(i4b), public trackfilemodule::trackfiletype::iun = 0 |
Definition at line 30 of file TrackFile.f90.