weather_daily Derived Type

type, public :: weather_daily


Inherited by

type~~weather_daily~~InheritedByGraph type~weather_daily weather_daily type~weather_station weather_station type~weather_station->type~weather_daily weat

Components

Type Visibility Attributes Name Initial
real, public :: precip
real, public :: precip_next = 0.

mm |precip generated for next day

real, public :: tmax
real, public :: tmin
real, public :: tave
real, public :: solrad
real, public :: solradmx
real, public :: rhum
real, public :: dewpt
real, public :: windsp
real, public :: pet
real, public :: wndir
real, public :: phubase0

deg C |cumulative base 0 heat units

real, public :: ppet

mm/mm |climatic moisture index - cumulative p/pet

real, public :: daylength

hr |day length

real, public :: precip_half_hr

frac |fraction of total rainfall on day that occurs |during 0.5h highest intensity rainfall

character(len=3), public :: precip_prior_day = "dry"

|"dry" or "wet"

real, public, dimension(:), allocatable :: ts

mm |subdaily precip - current day

real, public, dimension(:), allocatable :: ts_next

mm |subdaily precip - next day