caneGro(WetDat, day1 = NULL, dayn = NULL, timestep = 1, lat = 40, iRhizome = 7, irtl = 1e-04, canopyControl = list(), seneControl = list(), photoControl = list(), phenoControl = list(), soilControl = list(), nitroControl = list(), canephenoControl = list(), centuryControl = list(), managementControl = list(), frostControl = list())
weach
function.canopyParms
function.
Sp
(specific leaf area) here the units are ha
Mg^{-1}
. If you have data in m^2
of leaf per
kg of dry matter (e.g. 15) then divide by 10 before
inputting this coefficient.
SpD
decrease of specific leaf area. Empirical
parameter. Default 0. example value (1.7e-3).
nlayers
(number of layers of the canopy) Maximum
50. To increase the number of layers (more than 50) the
C
source code needs to be changed slightly.
kd
(extinction coefficient for diffuse light)
between 0 and 1.
mResp
(maintenance respiration) a vector of length
2 with the first component for leaf and stem and the
second component for rhizome and root.caneSeneParms
function.
senLeaf
Thermal time at which leaf senescence will
start.
senStem
Thermal time at which stem senescence will
start.
senRoot
Thermal time at which root senescence will
start.canePhotoParms
function.
vmax
Vmax passed to the c4photo
function.
alpha
alpha parameter passed to the
c4photo
function.
kparm
kparm parameter passed to the
c4photo
function.
theta
theta parameter passed to the
c4photo
function.
beta
beta parameter passed to the
c4photo
function.
Rd
Rd parameter passed to the
c4photo
function.
UPPERTEMP
UPPERTEMP parameter passed to the
c4photo
function.
LOWERTEMP
LOWERTEMP parameter passed to the
c4photo
function.
Catm
Catm parameter passed to the
c4photo
function.
b0
b0 parameter passed to the
c4photo
function.
b1
b1 parameter passed to the
c4photo
function.canePhenoControl
here~~ha^-1
ground hr^-1
).ha^-1
ground hr^-1
).It takes weather data as input (hourly timesteps) and several parameters and it produces phenology, photosynthesis, LAI, etc.
The phenology follows the 'Corn Growth and Development' Iowa State Publication. than the description above ~~