Skip to content
Snippets Groups Projects

Update parameters14.rgg

Merged Streit, Katarina requested to merge patch-1 into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -17,7 +17,7 @@ import static parameters.*;
// plant parameters
determinate[soy] = false; // TRUE = determinate, FALSE = indeterminate
plastochron[soy] = 60; // time between creation of two phytomers (dd)
phyllochron[soy] = 60; // time between apsoyrance of two leaves (dd)
phyllochron[soy] = 60; // time between appearance of two leaves (dd)
finalPhytNum[soy] = 1; // final number of main stem vegetative phytomers
nrShortInternodes[soy] = 0; // number of bottom internodes that should not elongate
@@ -39,7 +39,7 @@ import static parameters.*;
nitro[soy] = 2.5; // nitrogen content of leaves at top of canopy (g/m2 of leaf)
LMA[soy] = 5; // leaf mass per unit area (mg / cm2)
leafLife[soy] = 7; // life span of a leaf since apsoyrance (expressed as X times its growth duration (te))
leafLife[soy] = 7; // life span of a leaf since appearance (expressed as X times its growth duration (te))
lwRatio[soy] = 2; // ratio between leaf blade length and width
maxWidth[soy] = 0.5; // location on the leaf where width is maximal (fraction of length)
shapeCoeff[soy] = 0.81; // leaf shape coefficient (0 = rectangular, high value = pinched)
Loading