MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This module contains the ModflowInputModule. More...
Data Types | |
type | modflowinputtype |
derived type for storing input definition for a file More... | |
Functions/Subroutines | |
type(modflowinputtype) function, public | getmodflowinput (pkgtype, component_type, subcomponent_type, component_name, subcomponent_name, filename) |
function to return ModflowInputType More... | |
character(len=lenpackagetype) function | update_sc_type (filetype, filename, component_type, subcomponent_type) |
character(len=lenpackagetype) function | read_as_arrays (filetype, filename, component_type, subcomponent_type) |
This module contains a helper object and function for accessing the ModflowInput, which is a description of the structure of a modflow input file.
type(modflowinputtype) function, public modflowinputmodule::getmodflowinput | ( | character(len=*), intent(in) | pkgtype, |
character(len=*), intent(in) | component_type, | ||
character(len=*), intent(in) | subcomponent_type, | ||
character(len=*), intent(in) | component_name, | ||
character(len=*), intent(in) | subcomponent_name, | ||
character(len=*), intent(in), optional | filename | ||
) |
[in] | pkgtype | package type to load, such as DIS6, DISV6, NPF6 |
[in] | component_type | component type, such as GWF or GWT |
[in] | subcomponent_type | subcomponent type, such as DIS or NPF |
[in] | component_name | component name, such as MYGWFMODEL |
[in] | subcomponent_name | subcomponent name, such as MYWELLPACKAGE |
[in] | filename | optional name of package input file |
Definition at line 51 of file ModflowInput.f90.
|
private |
Definition at line 112 of file ModflowInput.f90.
|
private |
Definition at line 93 of file ModflowInput.f90.