MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | trackfilemodule::trackfiletype |
Output file containing all or some particle pathlines. More... | |
Modules | |
module | trackfilemodule |
Functions/Subroutines | |
subroutine, public | trackfilemodule::save_record (iun, particle, kper, kstp, reason, csv) |
Save a particle track record to a binary or CSV file. More... | |
Variables | |
character(len= *), parameter, public | trackfilemodule::trackheader = 'kper,kstp,imdl,iprp,irpt,ilay,icell,izone,istatus,ireason,trelease,t,x,y,z,name' |
character(len= *), parameter, public | trackfilemodule::trackdtypes = '<i4,<i4,<i4,<i4,<i4,<i4,<i4,<i4,<i4,<i4,<f8,<f8,<f8,<f8,<f8,|S40' |