tutorials:radiation-model-in-crop_model5
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:radiation-model-in-crop_model5 [2025/05/27 17:24] – barley1965 | tutorials:radiation-model-in-crop_model5 [2025/10/29 21:39] (current) – barley1965 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Introducing simple linear leaf photosynthesis ====== | ====== Introducing simple linear leaf photosynthesis ====== | ||
| - | //Open the file SimplePS.gsz.// | + | //Open the file {{ : |
| We want to have some rudimentary photosynthesis. In its simplest version, the model of photosynthesis is simply a linear function of absorbed radiation. This approach is called //Radiation Use Efficiency// | We want to have some rudimentary photosynthesis. In its simplest version, the model of photosynthesis is simply a linear function of absorbed radiation. This approach is called //Radiation Use Efficiency// | ||
| Line 21: | Line 21: | ||
| </ | </ | ||
| - | The new parameter, as, of Leaf needs to be initiated when the Leaf is first invoked, we have chose 1 to indicate that a new Leaf starts with a little reserve of assimilates: | + | The new parameter, |
| <code java> | <code java> | ||
| Bud(r, p, o), (r < 10 && p == 0 && o < 3) ==> RV(-0.1) Internode(0.1, | Bud(r, p, o), (r < 10 && p == 0 && o < 3) ==> RV(-0.1) Internode(0.1, | ||
| [RL(BRANCH_ANGLE) Bud(r, PHYLLOCHRON, | [RL(BRANCH_ANGLE) Bud(r, PHYLLOCHRON, | ||
| - | RH(GOLDEN_ANGLE) RV(-0.1) Internode(0.1, | + | RH(GOLDEN_ANGLE) RV(-0.1) Internode(0.1, |
| </ | </ | ||
tutorials/radiation-model-in-crop_model5.1748359482.txt.gz · Last modified: 2025/05/27 17:24 by barley1965
