The BioCro C++ Library
lightME.h
Go to the documentation of this file.
1struct Light_model {
6};
7
9 double cosine_zenith_angle,
10 double atmospheric_pressure,
11 double atmospheric_transmittance,
12 double atmospheric_scattering);
Light_model lightME(double cosine_zenith_angle, double atmospheric_pressure, double atmospheric_transmittance, double atmospheric_scattering)
Calculates the "light macro environment"; in other words, the amount of sunlight scattered out of the...
Definition: lightME.cpp:56
double diffuse_transmittance
Atmospheric transmittance to diffuse radiation (dimensionless)
Definition: lightME.h:3
double direct_transmittance
Atmospheric transmittance to direct radiation (dimensionless)
Definition: lightME.h:2
double direct_fraction
Fraction of direct irradiance at the Earth's surface (dimensionless)
Definition: lightME.h:4
double diffuse_fraction
Fraction of diffuse irradiance at the Earth's surface (dimensionless)
Definition: lightME.h:5