Input parameter definition type.
More...
This type is used to store information for each modflow input record
Definition at line 23 of file InputDefinition.f90.
◆ blockname
| character(len=linelength) inputdefinitionmodule::inputparamdefinitiontype::blockname = '' |
|
private |
◆ component_type
| character(len=lencomponentname) inputdefinitionmodule::inputparamdefinitiontype::component_type = '' |
|
private |
Definition at line 24 of file InputDefinition.f90.
24 character(len=LENCOMPONENTNAME) :: component_type =
''
◆ datatype
| character(len=linelength) inputdefinitionmodule::inputparamdefinitiontype::datatype = '' |
|
private |
◆ developmode
| logical(lgp) inputdefinitionmodule::inputparamdefinitiontype::developmode = .false. |
|
private |
◆ in_record
| logical(lgp) inputdefinitionmodule::inputparamdefinitiontype::in_record = .false. |
|
private |
◆ layered
| logical(lgp) inputdefinitionmodule::inputparamdefinitiontype::layered = .false. |
|
private |
◆ longname
| character(len=linelength) inputdefinitionmodule::inputparamdefinitiontype::longname = '' |
|
private |
◆ mf6varname
| character(len=lenvarname) inputdefinitionmodule::inputparamdefinitiontype::mf6varname = '' |
|
private |
◆ preserve_case
| logical(lgp) inputdefinitionmodule::inputparamdefinitiontype::preserve_case = .false. |
|
private |
◆ required
| logical(lgp) inputdefinitionmodule::inputparamdefinitiontype::required = .false. |
|
private |
◆ shape
| character(len=linelength) inputdefinitionmodule::inputparamdefinitiontype::shape = '' |
|
private |
◆ subcomponent_type
| character(len=lencomponentname) inputdefinitionmodule::inputparamdefinitiontype::subcomponent_type = '' |
|
private |
Definition at line 25 of file InputDefinition.f90.
25 character(len=LENCOMPONENTNAME) :: subcomponent_type =
''
◆ tagname
| character(len=linelength) inputdefinitionmodule::inputparamdefinitiontype::tagname = '' |
|
private |
◆ timeseries
| logical(lgp) inputdefinitionmodule::inputparamdefinitiontype::timeseries = .false. |
|
private |
The documentation for this type was generated from the following file: