MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwf-namidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwfnaminputmodule::gwfnamparamfoundtype
 

Modules

module  gwfnaminputmodule
 

Variables

logical, public gwfnaminputmodule::gwf_nam_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwfnaminputmodule::gwf_nam_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_list = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .false., .false., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_print_input = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_print_flows = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_save_flows = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save flows for all packages to budget file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_newtonoptions = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'NEWTONOPTIONS', 'NEWTONOPTIONS', 'RECORD NEWTON UNDER_RELAXATION', '', 'newton keyword and options', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_newton = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'NEWTON', 'NEWTON', 'KEYWORD', '', 'keyword to activate Newton-Raphson formulation', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_under_relaxation = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'UNDER_RELAXATION', 'UNDER_RELAXATION', 'KEYWORD', '', 'keyword to activate Newton-Raphson UNDER_RELAXATION option', .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_export_netcdf = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'EXPORT_NETCDF', 'EXPORT_NETCDF', 'STRING', '', 'export model output netcdf file.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_nc_filerecord = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'NC_FILERECORD', 'NC_FILERECORD', 'RECORD NETCDF FILEIN NETCDF_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_netcdf = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'NETCDF', 'NETCDF', 'KEYWORD', '', 'netcdf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_filein = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_netcdf_fname = InputParamDefinitionType ( 'GWF', 'NAM', 'OPTIONS', 'NETCDF_FILENAME', 'NETCDF_FNAME', 'STRING', '', 'netcdf input filename', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_ftype = InputParamDefinitionType ( 'GWF', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_fname = InputParamDefinitionType ( 'GWF', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_pname = InputParamDefinitionType ( 'GWF', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwfnaminputmodule::gwf_nam_param_definitions = [ gwfnam_list, gwfnam_print_input, gwfnam_print_flows, gwfnam_save_flows, gwfnam_newtonoptions, gwfnam_newton, gwfnam_under_relaxation, gwfnam_export_netcdf, gwfnam_nc_filerecord, gwfnam_netcdf, gwfnam_filein, gwfnam_netcdf_fname, gwfnam_ftype, gwfnam_fname, gwfnam_pname ]
 
type(inputparamdefinitiontype), parameter gwfnaminputmodule::gwfnam_packages = InputParamDefinitionType ( 'GWF', 'NAM', 'PACKAGES', 'PACKAGES', 'PACKAGES', 'RECARRAY FTYPE FNAME PNAME', '', 'package list', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwfnaminputmodule::gwf_nam_aggregate_definitions = [ gwfnam_packages ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwfnaminputmodule::gwf_nam_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PACKAGES', .true., .true., .false. ) ]