sw_two_stream | R Documentation |
R implementation of ED2 two-stream radiation model
sw_two_stream( czen, iota_g, pft, lai, wai, cai, orient_factor, clumping_factor, leaf_reflect, leaf_trans, wood_reflect, wood_trans, down_sky, down0_sky, wavelengths = seq(400, 2500) )
czen |
Cosine of angle of incidence ( |
iota_g |
Ground (soil + snow) albedo (nwl) |
pft |
PFT identities of each cohort, as integer (ncoh) |
lai |
Leaf area index of each cohort (ncoh) |
wai |
Wood area index of each cohort (ncoh) |
cai |
Crown area of each cohort (ncoh) |
orient_factor |
Orient factor (npft) |
clumping_factor |
Clumping factor (npft) |
leaf_reflect |
Leaf reflectance spectra (nwl * npft) |
leaf_trans |
Leaf transmittance spectra (nwl * npft) |
wood_reflect |
Wood reflectance spectra (nwl * npft) |
wood_trans |
Wood transmittance spectra (nwl * npft) |
down_sky |
Normalized diffuse solar spectrum (nwl) |
down0_sky |
Normalized direct solar spectrum (nwl) |
wavelengths |
Numeric vector of wavelengths to use, in nm (nwl). Default is 400:2500. |
Alexey Shiklomanov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.