MODFLOW 6  version 6.8.0.dev0
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...
 
logical(lgp) dropped
 track water table drops More...
 

Detailed Description

Definition at line 55 of file ParticleTracks.f90.

Member Data Documentation

◆ dropped

logical(lgp) particletracksmodule::particletrackeventselectiontype::dropped

Definition at line 63 of file ParticleTracks.f90.

63  logical(LGP) :: dropped !< track water table drops

◆ featexit

logical(lgp) particletracksmodule::particletrackeventselectiontype::featexit

Definition at line 57 of file ParticleTracks.f90.

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

◆ release

logical(lgp) particletracksmodule::particletrackeventselectiontype::release

Definition at line 56 of file ParticleTracks.f90.

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

◆ subfexit

logical(lgp) particletracksmodule::particletrackeventselectiontype::subfexit

Definition at line 62 of file ParticleTracks.f90.

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

◆ 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: