MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
ParticleReleaseSchedule.f90 File Reference

Go to the source code of this file.

Data Types

type  particlereleaseschedulemodule::particlereleasescheduletype
 Particle release scheduling utility. More...
 

Modules

module  particlereleaseschedulemodule
 Particle release scheduling.
 

Functions/Subroutines

type(particlereleasescheduletype) function, pointer, public particlereleaseschedulemodule::create_release_schedule (tolerance)
 Create a new release schedule. More...
 
subroutine particlereleaseschedulemodule::destroy (this)
 Deallocate the release schedule. More...
 
subroutine particlereleaseschedulemodule::log (this, iout)
 Write the release schedule to the given output unit. More...
 
subroutine particlereleaseschedulemodule::schedule (this, trelease)
 Add a release time to the schedule. More...
 
subroutine particlereleaseschedulemodule::advance (this, lines)
 Refresh the schedule for the current time step. More...
 
logical function particlereleaseschedulemodule::any (this)
 Check if any releases are scheduled. More...
 
integer function particlereleaseschedulemodule::count (this)
 Return the number of releases scheduled. More...