MODFLOW 6  version 6.7.0.dev1
USGS Modular Hydrologic Model
trackfilemodule::trackfiletype Type Reference

Output file containing all or some particle pathlines. More...

Collaboration diagram for trackfilemodule::trackfiletype:
Collaboration graph

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...
 

Detailed Description

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:

  • imdl: originating model ID
  • iprp: originating PRP ID
  • irpt: particle release location ID
  • trelease: particle release time

Definition at line 28 of file TrackFile.f90.

Member Data Documentation

◆ csv

logical(lgp), public trackfilemodule::trackfiletype::csv = .false.

Definition at line 31 of file TrackFile.f90.

31  logical(LGP), public :: csv = .false. !< whether the file is binary or CSV

◆ iprp

integer(i4b), public trackfilemodule::trackfiletype::iprp = -1

Definition at line 32 of file TrackFile.f90.

32  integer(I4B), public :: iprp = -1 !< -1 is model-level file, 0 is exchange PRP

◆ iun

integer(i4b), public trackfilemodule::trackfiletype::iun = 0

Definition at line 30 of file TrackFile.f90.

30  integer(I4B), public :: iun = 0 !< file unit number

The documentation for this type was generated from the following file: