From 80946080cccefb8eea72e86da0620bb72d6922ac Mon Sep 17 00:00:00 2001 From: "Streit, Katarina" <katarina.streit@wur.nl> Date: Sat, 21 Nov 2020 20:47:12 +0100 Subject: [PATCH 1/2] Update parameters14.rgg --- parameters14.rgg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parameters14.rgg b/parameters14.rgg index 696df9c..1bc3da9 100644 --- a/parameters14.rgg +++ b/parameters14.rgg @@ -17,7 +17,7 @@ import static parameters.*; // plant parameters determinate[faba] = false; // TRUE = determinate, FALSE = indeterminate plastochron[faba] = 70; // time between creation of two phytomers (dd) - phyllochron[faba] = 70; // time between apfabarance of two leaves (dd) + phyllochron[faba] = 70; // time between appearance of two leaves (dd) finalPhytNum[faba] = 20; // final number of main stem vegetative phytomers nrShortInternodes[faba] = 0; // number of bottom internodes that should not elongate @@ -39,7 +39,7 @@ import static parameters.*; nitro[faba] = 2.5; // nitrogen content of leaves at top of canopy (g/m2 of leaf) LMA[faba] = 4; // leaf mass per unit area (mg / cm2) - leafLife[faba] = 2; // life span of a leaf since apfabarance (expressed as X times its growth duration (te)) + leafLife[faba] = 2; // life span of a leaf since appearance (expressed as X times its growth duration (te)) lwRatio[faba] = 2; // ratio between leaf blade length and width maxWidth[faba] = 0.5; // location on the leaf where width is maximal (fraction of length) shapeCoeff[faba] = 1.2; // leaf shape coefficient (0 = rectangular, high value = pinched) -- GitLab From fd4d2545418aa34b203cfb03a71171603acb9a6e Mon Sep 17 00:00:00 2001 From: "Streit, Katarina" <katarina.streit@wur.nl> Date: Sat, 21 Nov 2020 21:02:48 +0100 Subject: [PATCH 2/2] Update parameters13.rgg --- parameters13.rgg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parameters13.rgg b/parameters13.rgg index 090413a..4699db5 100644 --- a/parameters13.rgg +++ b/parameters13.rgg @@ -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) -- GitLab