|
The BioCro C++ Library
|
#include <sunML.h>
Public Attributes | |
| double | canopy_direct_transmission_fraction |
| double | height [MAXLAY] |
| double | shaded_absorbed_ppfd [MAXLAY] |
| double | shaded_absorbed_shortwave [MAXLAY] |
| double | shaded_fraction [MAXLAY] |
| double | shaded_incident_nir [MAXLAY] |
| double | shaded_incident_ppfd [MAXLAY] |
| double | sunlit_absorbed_ppfd [MAXLAY] |
| double | sunlit_absorbed_shortwave [MAXLAY] |
| double | sunlit_fraction [MAXLAY] |
| double | sunlit_incident_nir [MAXLAY] |
| double | sunlit_incident_ppfd [MAXLAY] |
| double canopy_direct_transmission_fraction |
Definition at line 7 of file sunML.h.
Referenced by multilayer_canopy_properties::run(), and sunML().
| double height[MAXLAY] |
Definition at line 8 of file sunML.h.
Referenced by multilayer_canopy_properties::run(), and sunML().
| double shaded_absorbed_ppfd[MAXLAY] |
Definition at line 9 of file sunML.h.
Referenced by c3CanAC(), multilayer_canopy_properties::run(), and sunML().
| double shaded_absorbed_shortwave[MAXLAY] |
| double shaded_fraction[MAXLAY] |
| double shaded_incident_nir[MAXLAY] |
Definition at line 12 of file sunML.h.
Referenced by multilayer_canopy_properties::run(), and sunML().
| double shaded_incident_ppfd[MAXLAY] |
Definition at line 13 of file sunML.h.
Referenced by CanAC(), multilayer_canopy_properties::run(), and sunML().
| double sunlit_absorbed_ppfd[MAXLAY] |
Definition at line 14 of file sunML.h.
Referenced by c3CanAC(), multilayer_canopy_properties::run(), and sunML().
| double sunlit_absorbed_shortwave[MAXLAY] |
| double sunlit_fraction[MAXLAY] |
| double sunlit_incident_nir[MAXLAY] |
Definition at line 17 of file sunML.h.
Referenced by multilayer_canopy_properties::run(), and sunML().
| double sunlit_incident_ppfd[MAXLAY] |
Definition at line 18 of file sunML.h.
Referenced by CanAC(), multilayer_canopy_properties::run(), and sunML().