User Tools

Site Tools


tutorials:radiation-model-in-crop_model5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:radiation-model-in-crop_model5 [2025/05/27 17:24] barley1965tutorials:radiation-model-in-crop_model5 [2025/05/27 18:00] (current) barley1965
Line 1: Line 1:
 ====== Introducing simple linear leaf photosynthesis ====== ====== Introducing simple linear leaf photosynthesis ======
    
-//Open the file SimplePS.gsz.//+//Open the file {{ :tutorials:simpleps.gsz |simpleps.gsz}}.// 
  
 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// and works well as a rough tool for many crops. 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// and works well as a rough tool for many crops.
Line 26: Line 26:
 Bud(r, p, o), (r < 10 && p == 0 && o < 3) ==> RV(-0.1) Internode(0.1, 1) Node  Bud(r, p, o), (r < 10 && p == 0 && o < 3) ==> RV(-0.1) Internode(0.1, 1) Node 
  [RL(BRANCH_ANGLE) Bud(r, PHYLLOCHRON, o+1) ][ RL(LEAF_ANGLE) Leaf(0.1, 0.07, 0, 1, 1)]    [RL(BRANCH_ANGLE) Bud(r, PHYLLOCHRON, o+1) ][ RL(LEAF_ANGLE) Leaf(0.1, 0.07, 0, 1, 1)]  
- RH(GOLDEN_ANGLE) RV(-0.1) Internode(0.1, 1) Bud(r+1, PHYLLOCHRON, o)+ RH(GOLDEN_ANGLE) RV(-0.1) Internode(0.1, 1) Bud(r+1, PHYLLOCHRON, o);
 </code> </code>
    
tutorials/radiation-model-in-crop_model5.1748359482.txt.gz · Last modified: 2025/05/27 17:24 by barley1965