MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
derived type for storing input definition for a file More...
Private Attributes | |
character(len=lencomponentname) | pkgtype |
character(len=lencomponentname) | component_type |
character(len=lencomponentname) | subcomponent_type |
character(len=lencomponentname) | component_name |
character(len=lencomponentname) | subcomponent_name |
character(len=lenmempath) | mempath |
character(len=lenmempath) | component_mempath |
type(inputblockdefinitiontype), dimension(:), pointer | block_dfns |
type(inputparamdefinitiontype), dimension(:), pointer | aggregate_dfns |
type(inputparamdefinitiontype), dimension(:), pointer | param_dfns |
This derived type contains the information needed to read a specific modflow input file, including block definitions, aggregate definitions (structarrays), and individual parameter definitions.
Definition at line 34 of file ModflowInput.f90.
|
private |
Definition at line 43 of file ModflowInput.f90.
|
private |
Definition at line 42 of file ModflowInput.f90.
|
private |
Definition at line 41 of file ModflowInput.f90.
|
private |
Definition at line 38 of file ModflowInput.f90.
|
private |
Definition at line 36 of file ModflowInput.f90.
|
private |
Definition at line 40 of file ModflowInput.f90.
|
private |
Definition at line 44 of file ModflowInput.f90.
|
private |
Definition at line 35 of file ModflowInput.f90.
|
private |
Definition at line 39 of file ModflowInput.f90.
|
private |
Definition at line 37 of file ModflowInput.f90.