Skip to contents

A dataset containing the wavelengths at a 1 nm interval and the corresponding spectral (energy) irradiance and spectral photon irradiance. Values simulated for 22 June 2010, near midday, at Helsinki, under partly cloudy conditions. The variables are as follows:

Usage

sun.data

Format

A data.frame object with 508 rows and 3 variables

Details

  • w.length (nm), range 293 to 800 nm.

  • s.e.irrad (W m-2 nm-1)

  • s.q.irrad (mol m-2 nm-1)

References

Lindfors, A.; Heikkilä, A.; Kaurola, J.; Koskela, T. & Lakkala, K. (2009) Reconstruction of Solar Spectral Surface UV Irradiances Using Radiative Transfer Simulations. Photochemistry and Photobiology, 85: 1233-1239

Author

Anders K. Lindfors (data)

Examples

sun.data
#> # A tibble: 508 × 3
#>    w.length  s.e.irrad s.q.irrad
#>       <dbl>      <dbl>     <dbl>
#>  1      293 0.00000261  6.39e-12
#>  2      294 0.00000614  1.51e-11
#>  3      295 0.0000218   5.37e-11
#>  4      296 0.0000678   1.68e-10
#>  5      297 0.000153    3.81e-10
#>  6      298 0.000367    9.14e-10
#>  7      299 0.000785    1.96e- 9
#>  8      300 0.00126     3.17e- 9
#>  9      301 0.00262     6.60e- 9
#> 10      302 0.00392     9.90e- 9
#> # ℹ 498 more rows