A data set containing weather data measured in Viikki, Helsinki, Finland. Values for all variables are means of 12 readings at 5 seconds intervals. Sun angles were computed with R package 'photobiology'.

weather_wk_25_2019.tb

Format

A tibble with 21 columns and 10080 rows.

Details

The variables are as follows:

  • time (yyyy-mm-dd hh:mm:ss)

  • PAR_umol (umol m-2 s-1)

  • PAR_diff_fr (/1)

  • global_watt (W m-2)

  • day_of_year

  • month_of_year

  • month_name

  • calendar_year

  • solar_time (h)

  • sun_elevation (degrees above horizon)

  • sun_azimuth (degrees)

  • was_sunny (T/F)

  • wind_speed (m s-1)

  • wind_direction (degrees)

  • air_temperature_C (C)

  • air_RH (

  • air_DP (C)

  • air_pressure

  • red_umol (umol m-2 s-1)

  • far_red_umol (umol m-2 s-1)

  • red_far_red (ratio)

References

P. J. Aphalo, unpublished data.

Examples

names(weather_wk_25_2019.tb)
#>  [1] "time"           "PAR_umol"       "PAR_diff_fr"    "global_watt"   
#>  [5] "day_of_year"    "month_of_year"  "month_name"     "calendar_year" 
#>  [9] "solar_time"     "sun_elevation"  "sun_azimuth"    "was_sunny"     
#> [13] "wind_speed"     "wind_direction" "air_temp_C"     "air_RH"        
#> [17] "air_DP"         "air_pressure"   "red_umol"       "far_red_umol"  
#> [21] "red_far_red"   
weather_wk_25_2019.tb
#> # A tibble: 10,080 × 21
#>    time                PAR_umol PAR_diff_fr global_watt day_of_year
#>    <dttm>                 <dbl>       <dbl>       <dbl>       <dbl>
#>  1 2019-06-11 00:00:00  0.0224           NA       -5.52         162
#>  2 2019-06-11 00:01:00  0.0134           NA       -5.84         162
#>  3 2019-06-11 00:02:00  0.00954          NA       -5.94         162
#>  4 2019-06-11 00:03:00 -0.00186          NA       -5.79         162
#>  5 2019-06-11 00:04:00  0.00491          NA       -5.48         162
#>  6 2019-06-11 00:05:00 -0.0110           NA       -5.36         162
#>  7 2019-06-11 00:06:00 -0.00683          NA       -5.63         162
#>  8 2019-06-11 00:07:00 -0.0213           NA       -5.97         162
#>  9 2019-06-11 00:08:00 -0.0224           NA       -6.17         162
#> 10 2019-06-11 00:09:00 -0.0141           NA       -6.16         162
#> # ℹ 10,070 more rows
#> # ℹ 16 more variables: month_of_year <dbl>, month_name <fct>,
#> #   calendar_year <dbl>, solar_time <dbl>, sun_elevation <dbl>,
#> #   sun_azimuth <dbl>, was_sunny <lgl>, wind_speed <dbl>, wind_direction <dbl>,
#> #   air_temp_C <dbl>, air_RH <dbl>, air_DP <dbl>, air_pressure <dbl>,
#> #   red_umol <dbl>, far_red_umol <dbl>, red_far_red <dbl>