MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
methodmodelmodule Module Reference

Data Types

type  methodmodeltype
 

Functions/Subroutines

subroutine assess (this, particle, cell_defn, tmax)
 Check particle reporting/termination status. More...
 
integer(i4b) function get_level (this)
 Get the model method's level. More...
 

Function/Subroutine Documentation

◆ assess()

subroutine methodmodelmodule::assess ( class(methodmodeltype), intent(inout)  this,
type(particletype), intent(inout), pointer  particle,
type(celldefntype), intent(inout), pointer  cell_defn,
real(dp), intent(in)  tmax 
)
private

Definition at line 20 of file MethodModel.f90.

21  ! dummy
22  class(MethodModelType), intent(inout) :: this
23  type(ParticleType), pointer, intent(inout) :: particle
24  type(CellDefnType), pointer, intent(inout) :: cell_defn
25  real(DP), intent(in) :: tmax
26  ! noop

◆ get_level()

integer(i4b) function methodmodelmodule::get_level ( class(methodmodeltype), intent(in)  this)
private

Definition at line 30 of file MethodModel.f90.

31  class(MethodModelType), intent(in) :: this
32  integer(I4B) :: level
33  level = level_model