weather_station Derived Type

type, public :: weather_station


Inherits

type~~weather_station~~InheritsGraph type~weather_station weather_station type~weather_codes_station weather_codes_station type~weather_station->type~weather_codes_station wco type~weather_codes_station_char weather_codes_station_char type~weather_station->type~weather_codes_station_char wco_c type~weather_daily weather_daily type~weather_station->type~weather_daily weat

Components

Type Visibility Attributes Name Initial
character(len=50), public :: name = "Farmer Branch IL"
real, public :: lat = 0.
type(weather_codes_station_char), public :: wco_c
type(weather_codes_station), public :: wco
type(weather_daily), public :: weat
real, public :: precip_aa = 0.
real, public :: pet_aa = 0.
integer, public :: pcp_ts = 0
real, public, dimension(12) :: rfinc = 0
real, public, dimension(12) :: tmpinc = 0
real, public, dimension(12) :: radinc = 0
real, public, dimension(12) :: huminc = 0
real, public, dimension(:), allocatable :: tlag
real, public :: airlag_temp = 0.
integer, public :: tlag_mne = 1