![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Modules | |
| module | sourcecommonmodule |
| This module contains the SourceCommonModule. | |
Functions/Subroutines | |
| character(len=lenpackagename) function, public | sourcecommonmodule::package_source_type (sourcename) |
| source identifier from model namfile FNAME array More... | |
| character(len=lencomponentname) function, public | sourcecommonmodule::idm_component_type (component) |
| component from package or model type More... | |
| character(len=lencomponentname) function, public | sourcecommonmodule::idm_subcomponent_type (component, subcomponent) |
| component from package or model type More... | |
| character(len=lenpackagename) function, public | sourcecommonmodule::idm_subcomponent_name (component_type, subcomponent_type, sc_name) |
| model package subcomponent name More... | |
| character(len=lenpackagetype) function, public | sourcecommonmodule::file_ext (filename) |
| input file extension More... | |
| subroutine, public | sourcecommonmodule::get_shape_from_string (shape_string, array_shape, memoryPath) |
| subroutine, public | sourcecommonmodule::get_layered_shape (mshape, nlay, layer_shape) |
| subroutine, public | sourcecommonmodule::set_model_shape (ftype, fname, model_mempath, dis_mempath, model_shape) |
| routine for setting the model shape More... | |
| integer(i4b) function, public | sourcecommonmodule::ifind_charstr (array, str) |
| logical(lgp) function, public | sourcecommonmodule::filein_fname (filename, tagname, input_mempath, input_fname) |
| enforce and set a single input filename provided via FILEIN keyword More... | |
| subroutine, public | sourcecommonmodule::inlen_check (input_name, mf6_name, maxlen, name_type) |
| store an error for input exceeding internal name length More... | |