hydromet_station-class | R Documentation |
hydromet
subclass for store hydro-meteorological records.A suitable object for store your hydro-meteorological data.
An hydromet_station class object.
hq
water-height vs stream-discharge measurements.
hw
water level records.
qh
hourly mean river discharge.
qd
daily mean river discharge.
qm
monthly mean river discharge.
qa
annual river discharge.
wspd
wind speed.
wdir
wind direction.
evap
pan-evaporation.
anem
anemometer wind speed records (usually installed above the pan-evap tank).
patm
atmospheric pressure.
rh
relative humidity.
tair
air temperature (typically recorded at hourly time-step).
tmax
daily maximum recorded air temperature.
tmin
daily minimum recorded air temperature.
tmean
daily mean air temperature.
tsoil
soil temperature.
precip
total (snow and rain) precipitation records.
rainfall
liquid only precipitation measurements.
swe
snow water equivalent (typically recorded on snow pillows).
hsnow
snow height from ultrasonic devices.
kin
incoming short-wave radiation.
kout
outgoing short-wave radiation.
lin
incoming long-wave radiation.
lout
outgoing long-wave radiation.
unvar
reserved for non-considered variables.
## Not run:
# create an hydromet station
hm_create(class_name = "station")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.