HYPE
All Classes Namespaces Files Functions Variables Pages
List of all members
worldvar::outputtype Type Reference

Public Data Type Components

integer fileformat
 
integer period
 
integer decimal
 
integer signfig
 
integer nvar
 
integer narea
 
logical useperiodname
 
character(len=6) gcgroupname = ''
 
integer, dimension(:), allocatable fileunit
 
type(outputvariabletype), dimension(:), allocatable variable
 
integer, dimension(:), allocatable areaindex
 
type(outputdatatypeaccdata
 

Detailed Description

Type for information about wanted output

Data Type Components Description

◆ accdata

type(outputdatatype) worldvar::outputtype::accdata

Accumulated output data.

◆ areaindex

integer, dimension(:), allocatable worldvar::outputtype::areaindex

index of subbasin or outregion to output

◆ decimal

integer worldvar::outputtype::decimal

number of decimals of output

◆ fileformat

integer worldvar::outputtype::fileformat

code for file format; 4=region output, 5=classoutput(lik timeoutput)

◆ fileunit

integer, dimension(:), allocatable worldvar::outputtype::fileunit

file units

◆ gcgroupname

character(len=6) worldvar::outputtype::gcgroupname = ''

name of (info defined) classgroup for this output

◆ narea

integer worldvar::outputtype::narea

number of output areas (basin and region files (so far)) (narea=-1 means all)

◆ nvar

integer worldvar::outputtype::nvar

number of variables

◆ period

integer worldvar::outputtype::period

time period to calculate average or sum

◆ signfig

integer worldvar::outputtype::signfig

number of significant figures of output

◆ useperiodname

logical worldvar::outputtype::useperiodname

flag for using mean period suffix in file name

◆ variable

type(outputvariabletype), dimension(:), allocatable worldvar::outputtype::variable

variables of output


The documentation for this type was generated from the following files: