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) cellexit
 track cell 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...
 

Detailed Description

Definition at line 55 of file ParticleTracks.f90.

Member Data Documentation

◆ cellexit

logical(lgp) particletracksmodule::particletrackeventselectiontype::cellexit

Definition at line 57 of file ParticleTracks.f90.

57  logical(LGP) :: cellexit !< track cell exits

◆ release

logical(lgp) particletracksmodule::particletrackeventselectiontype::release

Definition at line 56 of file ParticleTracks.f90.

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

◆ terminate

logical(lgp) particletracksmodule::particletrackeventselectiontype::terminate

Definition at line 59 of file ParticleTracks.f90.

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

◆ timestep

logical(lgp) particletracksmodule::particletrackeventselectiontype::timestep

Definition at line 58 of file ParticleTracks.f90.

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

◆ usertime

logical(lgp) particletracksmodule::particletrackeventselectiontype::usertime

Definition at line 61 of file ParticleTracks.f90.

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

◆ weaksink

logical(lgp) particletracksmodule::particletrackeventselectiontype::weaksink

Definition at line 60 of file ParticleTracks.f90.

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

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