MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Output file containing all or some particle pathlines. More...
Public Attributes | |
integer(i4b) | iun = 0 |
file unit number More... | |
logical(lgp) | csv = .false. |
whether the file is binary or CSV More... | |
integer(i4b) | 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.
Definition at line 18 of file TrackData.f90.
logical(lgp) trackmodule::trackfiletype::csv = .false. |
Definition at line 20 of file TrackData.f90.
integer(i4b) trackmodule::trackfiletype::iprp = -1 |
Definition at line 21 of file TrackData.f90.
integer(i4b) trackmodule::trackfiletype::iun = 0 |
Definition at line 19 of file TrackData.f90.