Trentino_hourly_T: Dataset of hourly temperature for Trentino, Italy

Description Usage Format Details Source References

Description

Contains the following objects:

Tn

Data frame with year,month, day and daily minimum temperature in 39 stations in Trentino, Italy. This series has been directly calculated from the hourly one (h_d_t), so it contains the daily minima and maxima of hourly measurements, not daily absolute minima and maxima.


Tx

Data frame containing year,month , day and daily maximum temperature in 39 stations in Trentino, Italy. This series has been directly calculated from the hourly one (h_d_t), so it contains the daily minima of hourly measurements.


h_d_t

Data frame containing station id, date (yyyy/mm/dd), hour (integer 0,...23), hourly temperature, and a quality flag (not used) in 39 stations in Trentino.


mo_bias

Data frame containing the monthly (lines 1-12) and annual (line 13) average bias between mean daily temperatures calculated as (Tmin + Tmax)/2 and the corresponding 24-value mean, for 39 stations in Trentino.


Th_int_list

List containing the simulated (interpolated) hourly values. The first element (Date) is a data frame of year, month, day, and hour. All other elements, each having the name of one station id, are numeric vectors of temperature.


Tm_list

List containing the daily means, calculated from the hourly interpolations. The first element (Date) is a data frame of year, month, and day. All other elements, each having the name of one station id, are numeric data frames of daily temperature.


calibration_l

List containing the "hour" calibration parameters. Each element (name: station id) reports the following parameters, for each month: time_min: mode value of the time of occurrence of minimum temperature; time_max: mode value of the time of occurrence of maximum temperature; time_suns: mode value of the time of occurrence of sunset; C_m: value of "c" (see par_calibration and the quoted reference). An unreported station id means insufficient data for calibration.


calibration_shape

List containing the "shape" calibration parameters for the night portion of the curve. The list has one data frame (name: ratio). It has in every line (one line per station id) the following: 1. the value of ratio_dtr that minimizes the mean error. 2., 3., 4. the mean error, mean absolute error, root mean square error, respectively, corresponding to this value (all in "deg C"). For details see shape_calibration.


Usage

1

Format

Data frames and lists.

Details

Dataset from Trentino, Italy, with examples of hourly temperature series, the daily series (min and max) obtained from these, and the results of the calibration and application of the interpolation algorithm: the calibration lists (parameters), the interpolated list of series, and the bias between interpolated 24-hour daily means and the means obtained by (Tmin + Tmax)/2. The user can easily use the package with his/her own data after replacing the values of such variables.

Source

Original data are provided by Provincia Autonoma di Trento, Italy (http://www.meteotrentino.it/).

This dataset is intended for research purposes only, being distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

References

Eccel, E., 2010: What we can ask to hourly temperature recording. Part II: hourly interpolation of temperatures for climatology and modelling. Italian Journal of Agrometeorology XV(2):45-50 http://www.agrometeorologia.it/documenti/Rivista2010_2/AIAM%202-2010_pag45.pdf,www.agrometeorologia.it


Interpol.T documentation built on May 2, 2019, 12:21 a.m.