MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Modules | |
module | definitionselectmodule |
This module contains the DefinitionSelectModule. | |
Functions/Subroutines | |
subroutine, public | definitionselectmodule::idt_parse_rectype (idt, cols, ncol) |
allocate and set RECARRAY, KEYSTRING or RECORD param list More... | |
character(len=linelength) function, public | definitionselectmodule::idt_datatype (idt) |
return input definition type datatype More... | |
type(inputparamdefinitiontype) function, pointer, public | definitionselectmodule::get_param_definition_type (input_definition_types, component_type, subcomponent_type, blockname, tagname, filename) |
Return parameter definition. More... | |
type(inputparamdefinitiontype) function, pointer, public | definitionselectmodule::get_aggregate_definition_type (input_definition_types, component_type, subcomponent_type, blockname) |
Return aggregate definition. More... | |
subroutine, public | definitionselectmodule::split_record_definition (input_definition_types, component_type, subcomponent_type, tagname, nwords, words) |
Return aggregate definition. More... | |