|
| logical, public | utlspcainputmodule::utl_spca_multi_package = .true. |
| |
| character(len=16), dimension(*), parameter, public | utlspcainputmodule::utl_spca_subpackages = [ ' ' ] |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_readasarrays = InputParamDefinitionType ( 'UTL', 'SPCA', 'OPTIONS', 'READASARRAYS', 'READASARRAYS', 'KEYWORD', '', 'use array-based input', .true., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_print_input = InputParamDefinitionType ( 'UTL', 'SPCA', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_tas_filerecord = InputParamDefinitionType ( 'UTL', 'SPCA', 'OPTIONS', 'TAS_FILERECORD', 'TAS_FILERECORD', 'RECORD TAS6 FILEIN TAS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_tas6 = InputParamDefinitionType ( 'UTL', 'SPCA', 'OPTIONS', 'TAS6', 'TAS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_filein = InputParamDefinitionType ( 'UTL', 'SPCA', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_tas6_filename = InputParamDefinitionType ( 'UTL', 'SPCA', 'OPTIONS', 'TAS6_FILENAME', 'TAS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_concentration = InputParamDefinitionType ( 'UTL', 'SPCA', 'PERIOD', 'CONCENTRATION', 'CONCENTRATION', 'DOUBLE1D', 'NCPL', 'concentration', .false., .false., .false., .false., .false., .true. ) |
| |
| type(inputparamdefinitiontype), parameter | utlspcainputmodule::utlspca_temperature = InputParamDefinitionType ( 'UTL', 'SPCA', 'PERIOD', 'TEMPERATURE', 'TEMPERATURE', 'DOUBLE1D', 'NCPL', 'temperature', .false., .false., .false., .false., .false., .true. ) |
| |
| type(inputparamdefinitiontype), dimension(*), parameter, public | utlspcainputmodule::utl_spca_param_definitions = [ utlspca_readasarrays, utlspca_print_input, utlspca_tas_filerecord, utlspca_tas6, utlspca_filein, utlspca_tas6_filename, utlspca_concentration, utlspca_temperature ] |
| |
| type(inputparamdefinitiontype), dimension(*), parameter, public | utlspcainputmodule::utl_spca_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ] |
| |
| type(inputblockdefinitiontype), dimension(*), parameter, public | utlspcainputmodule::utl_spca_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ] |
| |