recall_hydrograph_inputs Derived Type

type, public :: recall_hydrograph_inputs


Inherits

type~~recall_hydrograph_inputs~~InheritsGraph type~recall_hydrograph_inputs recall_hydrograph_inputs type~hyd_output hyd_output type~recall_hydrograph_inputs->type~hyd_output hd

Components

Type Visibility Attributes Name Initial
character(len=25), public :: name = ""
integer, public :: num = 0
integer, public :: typ = -1
character(len=25), public :: filename = ""
type(hyd_output), public, dimension (:,:), allocatable :: hd
real, public, dimension (:,:), allocatable :: hyd_flo
integer, public :: start_yr = 0

start year of point source file

integer, public :: end_yr = 0

end year of point source file