MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
listsmodule Module Reference

Functions/Subroutines

subroutine, public lists_da ()
 

Variables

type(listtype), public basemodellist
 
type(listtype), public basesolutionlist
 
type(listtype), public solutiongrouplist
 
type(listtype), public baseexchangelist
 
type(listtype), public baseconnectionlist
 

Function/Subroutine Documentation

◆ lists_da()

subroutine, public listsmodule::lists_da

Definition at line 33 of file mf6lists.f90.

34  !
35  call basemodellist%Clear()
36  call basesolutionlist%Clear()
37  call solutiongrouplist%Clear()
38  call baseexchangelist%Clear()
39  call baseconnectionlist%Clear()
Here is the caller graph for this function:

Variable Documentation

◆ baseconnectionlist

type(listtype), public listsmodule::baseconnectionlist

Definition at line 28 of file mf6lists.f90.

28  type(ListType) :: baseconnectionlist

◆ baseexchangelist

type(listtype), public listsmodule::baseexchangelist

Definition at line 25 of file mf6lists.f90.

25  type(ListType) :: baseexchangelist

◆ basemodellist

type(listtype), public listsmodule::basemodellist

Definition at line 16 of file mf6lists.f90.

16  type(ListType) :: basemodellist

◆ basesolutionlist

type(listtype), public listsmodule::basesolutionlist

Definition at line 19 of file mf6lists.f90.

19  type(ListType) :: basesolutionlist

◆ solutiongrouplist

type(listtype), public listsmodule::solutiongrouplist

Definition at line 22 of file mf6lists.f90.

22  type(ListType) :: solutiongrouplist