|
logical, public | gwt_nam_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | gwt_nam_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwtnam_list = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .false., .false., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_print_input = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_print_flows = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_save_flows = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save flows for all packages to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_ncmesh2drec = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NC_MESH2D_FILERECORD', 'NCMESH2DREC', 'RECORD NETCDF_MESH2D FILEOUT NCMESH2DFILE', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_netcdf_mesh2d = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NETCDF_MESH2D', 'NETCDF_MESH2D', 'KEYWORD', '', 'budget keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_ncstructrec = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NC_STRUCTURED_FILERECORD', 'NCSTRUCTREC', 'RECORD NETCDF_STRUCTURED FILEOUT NCSTRUCTFILE', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_netcdf_struct = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NETCDF_STRUCTURED', 'NETCDF_STRUCT', 'KEYWORD', '', 'budget keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_fileout = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_ncmesh2dfile = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NCMESH2DFILE', 'NCMESH2DFILE', 'STRING', '', 'file keyword', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_ncstructfile = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NCSTRUCTFILE', 'NCSTRUCTFILE', 'STRING', '', 'file keyword', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_nc_filerecord = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NC_FILERECORD', 'NC_FILERECORD', 'RECORD NETCDF FILEIN NETCDF_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_netcdf = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NETCDF', 'NETCDF', 'KEYWORD', '', 'netcdf keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_filein = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_netcdf_fname = InputParamDefinitionType ( 'GWT', 'NAM', 'OPTIONS', 'NETCDF_FILENAME', 'NETCDF_FNAME', 'STRING', '', 'netcdf input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_ftype = InputParamDefinitionType ( 'GWT', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_fname = InputParamDefinitionType ( 'GWT', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtnam_pname = InputParamDefinitionType ( 'GWT', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwt_nam_param_definitions = [ gwtnam_list, gwtnam_print_input, gwtnam_print_flows, gwtnam_save_flows, gwtnam_ncmesh2drec, gwtnam_netcdf_mesh2d, gwtnam_ncstructrec, gwtnam_netcdf_struct, gwtnam_fileout, gwtnam_ncmesh2dfile, gwtnam_ncstructfile, gwtnam_nc_filerecord, gwtnam_netcdf, gwtnam_filein, gwtnam_netcdf_fname, gwtnam_ftype, gwtnam_fname, gwtnam_pname ] |
|
type(inputparamdefinitiontype), parameter | gwtnam_packages = InputParamDefinitionType ( 'GWT', 'NAM', 'PACKAGES', 'PACKAGES', 'PACKAGES', 'RECARRAY FTYPE FNAME PNAME', '', 'package list', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwt_nam_aggregate_definitions = [ gwtnam_packages ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwt_nam_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PACKAGES', .true., .true., .false. ) ] |
|