Public Data Type Components | |
integer | dtskip = 0 |
type(datetype) | begindate = DateType(2000, 1, 1, 0, 0) |
type(datetype) | enddate = DateType(2000, 12, 31, 0, 0) |
real, dimension(:,:,:,:), allocatable | slcclass |
real, dimension(:,:,:), allocatable | basin |
Type for variables for accumulated load to be used for source apportionment.
real, dimension(:,:,:), allocatable modvar::sourceapptype::basin |
Accumulated data for yearly loads (not class dependent), prev. accdata_basinload.
type(datetype) modvar::sourceapptype::begindate = DateType(2000, 1, 1, 0, 0) |
Period begin, usually 1 January.
integer modvar::sourceapptype::dtskip = 0 |
Number of timesteps skipped in print load calculation/output.
type(datetype) modvar::sourceapptype::enddate = DateType(2000, 12, 31, 0, 0) |
Period end, usually 31 December.
real, dimension(:,:,:,:), allocatable modvar::sourceapptype::slcclass |
Accumulated data for yearly loads (class dependent), prev. accdata_classload.