mc_data_sensors {myClim} | R Documentation |
Sensors definition.
Description
R object of class environment with the definitions of (micro)climatic sensors.
see mc_Sensor. Similarly as in case of logger format definitions mc_DataFormat it is easy
to add new, sensor here. There is also universal sensor real
where you can store any real values.
Usage
mc_data_sensors
Format
An object of class environment
of length 28.
Details
Names of items are sensor_ids. Currently supported sensors:
count - result of
count
functionmc_agg()
coverage - result of
coverage
functionmc_agg()
Dendro_T - temperature in Tomst dendrometer (°C)
Dendro_raw - change in stem size in Tomst dendrometer (raw units)
mc_calc_tomst_dendro()
dendro_l_um - change in stem size (um)
mc_calc_tomst_dendro()
FDD - result of function
mc_calc_fdd()
GDD - result of function
mc_calc_gdd()
HOBO_RH - relative humidity in HOBO U23-001A logger (%)
HOBO_T - temperature in HOBO U23 logger (°C)
HOBO_extT - external temperature in HOBO U23-004 logger (°C)
integer - universal sensor with integer values
logical - universal sensor with logical values
VWC - volumetric water content in soil (m3/m3)
precipitation - (mm)
real - universal sensor with real values
RH - relative humidity sensor (%)
snow_bool - result of function
mc_calc_snow()
snow_fresh - fresh snow height (cm)
snow_total - total snow height (cm)
sun_shine - time of sun shine (hours)
T_C - universal temperature sensor (°C)
Thermo_T - temperature sensor in Tomst Thermologger (°C)
TMS_T1 - soil temperature sensor in Tomst TMS (°C)
TMS_T2 - surface temperature sensor in Tomst TMS (°C)
TMS_T3 - air temperature sensor in Tomst TMS (°C)
TMS_moist - soil moisture sensor in Tomst TMS (raw TMS units)
wind - wind speed (m/s)