MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
TrackData.f90 File Reference

Go to the source code of this file.

Data Types

type  trackmodule::trackfiletype
 Output file containing all or some particle pathlines. More...
 
type  trackmodule::trackfilecontroltype
 Manages particle track (i.e. pathline) files. More...
 

Modules

module  trackmodule
 

Functions/Subroutines

subroutine trackmodule::init_track_file (this, iun, csv, iprp)
 Initialize a new track file. More...
 
subroutine trackmodule::expand (this, increment)
 Expand the trackfile array, internal use only. More...
 
subroutine, private trackmodule::save_record (iun, particle, kper, kstp, reason, csv)
 Save record to binary or CSV file, internal use only. More...
 
subroutine trackmodule::save (this, particle, kper, kstp, reason, level)
 Save the particle's state to track output file(s). More...
 
subroutine trackmodule::set_track_events (this, release, transit, timestep, terminate, weaksink, usertime)
 Configure particle events to track. More...
 

Variables

character(len= *), parameter, public trackmodule::trackheader = 'kper,kstp,imdl,iprp,irpt,ilay,icell,izone,istatus,ireason,trelease,t,x,y,z,name'
 
character(len= *), parameter, public trackmodule::trackdtypes = '<i4,<i4,<i4,<i4,<i4,<i4,<i4,<i4,<i4,<i4,<f8,<f8,<f8,<f8,<f8,|S40'