MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
observemodule::ProcessIdSub Interface Reference

@ brief Process user-provided IDstring More...

Collaboration diagram for observemodule::ProcessIdSub:
Collaboration graph

Private Member Functions

subroutine processidsub (obsrv, dis, inunitobs, iout)
 

Detailed Description

Subroutine that processes the user-provided IDstring, which identifies the grid location or model feature to be observed.

Definition at line 96 of file Observe.f90.

Member Function/Subroutine Documentation

◆ processidsub()

subroutine observemodule::ProcessIdSub::processidsub ( type(observetype), intent(inout)  obsrv,
class(disbasetype), intent(in)  dis,
integer(i4b), intent(in)  inunitobs,
integer(i4b), intent(in)  iout 
)
private
Parameters
[in,out]obsrvobservation type
[in]disdiscretization object
[in]inunitobsobservation input file unit
[in]ioutmodel list file unit

Definition at line 96 of file Observe.f90.

97  use kindmodule, only: dp, i4b
98  import :: observetype
99  import :: disbasetype
100  ! -- dummy
101  type(ObserveType), intent(inout) :: obsrv !< observation type
102  class(DisBaseType), intent(in) :: dis !< discretization object
103  integer(I4B), intent(in) :: inunitobs !< observation input file unit
104  integer(I4B), intent(in) :: iout !< model list file unit
This module defines variable data types.
Definition: kind.f90:8

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