hydroMet_DGI-class {hydroToolkit}R Documentation

hydroMet subclass for DGI (Departamento General de Irrigación) data

Description

A suitable object for store hydro-meteorological data from DGI.

Value

A hydroMet_DGI class object.

Slots

hsnow

data.frame from read_DGI containing daily snow height [m].

swe

data.frame from read_DGI containing daily snow water equivalent [mm].

tmean

data.frame from read_DGI containing daily mean air temperature [ºC].

tmax

data.frame from read_DGI containing daily max. air temperature [ºC].

tmin

data.frame from read_DGI containing daily min. air temperature [ºC].

hr

data.frame from read_DGI containing daily mean relative humidity [%].

patm

data.frame from read_DGI containing daily mean atmospheric pressure [hPa].


[Package hydroToolkit version 0.1.0 Index]