MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
particletracksmodule::particletrackeventselectiontype Type Reference

Selection of particle events. More...

Collaboration diagram for particletracksmodule::particletrackeventselectiontype:
Collaboration graph

Public Attributes

logical(lgp) release
 track release events More...
 
logical(lgp) featexit
 track grid feature exits More...
 
logical(lgp) timestep
 track timestep ends More...
 
logical(lgp) terminate
 track termination events More...
 
logical(lgp) weaksink
 track weak sink exit events More...
 
logical(lgp) usertime
 track user-selected times More...
 
logical(lgp) subfexit
 track subfeature exits More...
 

Detailed Description

Definition at line 63 of file ParticleTracks.f90.

Member Data Documentation

◆ featexit

logical(lgp) particletracksmodule::particletrackeventselectiontype::featexit

Definition at line 65 of file ParticleTracks.f90.

65  logical(LGP) :: featexit !< track grid feature exits

◆ release

logical(lgp) particletracksmodule::particletrackeventselectiontype::release

Definition at line 64 of file ParticleTracks.f90.

64  logical(LGP) :: release !< track release events

◆ subfexit

logical(lgp) particletracksmodule::particletrackeventselectiontype::subfexit

Definition at line 70 of file ParticleTracks.f90.

70  logical(LGP) :: subfexit !< track subfeature exits

◆ terminate

logical(lgp) particletracksmodule::particletrackeventselectiontype::terminate

Definition at line 67 of file ParticleTracks.f90.

67  logical(LGP) :: terminate !< track termination events

◆ timestep

logical(lgp) particletracksmodule::particletrackeventselectiontype::timestep

Definition at line 66 of file ParticleTracks.f90.

66  logical(LGP) :: timestep !< track timestep ends

◆ usertime

logical(lgp) particletracksmodule::particletrackeventselectiontype::usertime

Definition at line 69 of file ParticleTracks.f90.

69  logical(LGP) :: usertime !< track user-selected times

◆ weaksink

logical(lgp) particletracksmodule::particletrackeventselectiontype::weaksink

Definition at line 68 of file ParticleTracks.f90.

68  logical(LGP) :: weaksink !< track weak sink exit events

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