HYPE
All Classes Namespaces Files Functions Variables Pages
Public Data Type Components | List of all members
modvar::sourceapptype Type Reference

Public Data Type Components

integer dtskip = 0
 
type(datetypebegindate = DateType(2000, 1, 1, 0, 0)
 
type(datetypeenddate = DateType(2000, 12, 31, 0, 0)
 
real, dimension(:,:,:,:), allocatable slcclass
 
real, dimension(:,:,:), allocatable basin
 

Detailed Description

Type for variables for accumulated load to be used for source apportionment.

Data Type Components Description

◆ basin

real, dimension(:,:,:), allocatable modvar::sourceapptype::basin

Accumulated data for yearly loads (not class dependent), prev. accdata_basinload.

◆ begindate

type(datetype) modvar::sourceapptype::begindate = DateType(2000, 1, 1, 0, 0)

Period begin, usually 1 January.

◆ dtskip

integer modvar::sourceapptype::dtskip = 0

Number of timesteps skipped in print load calculation/output.

◆ enddate

type(datetype) modvar::sourceapptype::enddate = DateType(2000, 12, 31, 0, 0)

Period end, usually 31 December.

◆ slcclass

real, dimension(:,:,:,:), allocatable modvar::sourceapptype::slcclass

Accumulated data for yearly loads (class dependent), prev. accdata_classload.


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