Go to the source code of this file.
|
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, cellexit, timestep, terminate, weaksink, usertime) |
| Configure particle events to track. More...
|
|
|
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' |
|