User Tools

Site Tools


tutorials:radiation-model-in-crop_model8

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_model8 [2025/05/28 10:25] barley1965tutorials:radiation-model-in-crop_model8 [2025/05/28 14:03] (current) barley1965
Line 5: Line 5:
  
 This model produces a virtual plant canopy, initially consisting of 16 plants (four rows of four plants each). When you run the model, you will get the 3D visual output and also some curves (in the chart "MODEL OUTPUT") indicating the dynamics of several yield-related state variables: light absorbed by lower and upper leaves, light absorbed by soil, number of shed leaves, number of flowers and fruits, and the assimilates produced by lower and upper leaves (where ranks 1 - 4 are lower leaves, and ranks 5 - 9 are upper leaves). At this stage you are not supposed to understand all the workings of the model, the objective of this exercice is for you to play the grower and to change a limited number of agronomic and genetic parameters (planting density, plant architecture).  This model produces a virtual plant canopy, initially consisting of 16 plants (four rows of four plants each). When you run the model, you will get the 3D visual output and also some curves (in the chart "MODEL OUTPUT") indicating the dynamics of several yield-related state variables: light absorbed by lower and upper leaves, light absorbed by soil, number of shed leaves, number of flowers and fruits, and the assimilates produced by lower and upper leaves (where ranks 1 - 4 are lower leaves, and ranks 5 - 9 are upper leaves). At this stage you are not supposed to understand all the workings of the model, the objective of this exercice is for you to play the grower and to change a limited number of agronomic and genetic parameters (planting density, plant architecture). 
-The parameters you may change in the code can be found in Example1.rgg, lines 5 - 12:+The parameters you may change in the code can be found in Example1.rgg, lines 5 - 13:
  
 <code java> <code java>
Line 17: Line 17:
 public @Editable @Range(min=1,max=5) int PL_NO = 4; //5  public @Editable @Range(min=1,max=5) int PL_NO = 4; //5 
 public @Editable @Range(min=1,max=5) int ROW_NO = 4; //4 public @Editable @Range(min=1,max=5) int ROW_NO = 4; //4
 +public @Editable @Range(min=1,max=10) int FINAL_LEAF_SIZE = 4; //4
 </code> </code>
 However, it is also possible (and much easier?) to use the sliders for this: click on the tab Meta Objects (bottom left) then you will see in the Attribute Editor window (almost) the same parameters: However, it is also possible (and much easier?) to use the sliders for this: click on the tab Meta Objects (bottom left) then you will see in the Attribute Editor window (almost) the same parameters:
  
-{{tutorials:sliders.png}}+{{:tutorials:sliders.png?400|}}
    
-Task: run the model, and see how many fruits you get in the end +//Task: run the model, and see how many fruits you get in the end 
-By changing plant density, can you increase the number of fruits? +By changing plant density, can you increase the number of fruits?// 
  
-Next, you may increase or decrease branching angle, leaf angle, final leaf size, leaf curvature, leaf folding, and phyllochron by up to 20 per cent to optimize fruit yield (L76 – 81): +Next, you may increase or decrease branching angle, leaf angle, final leaf size, leaf curvature, leaf folding, and phyllochron by up to 20 per cent to optimize fruit yield. Note that you cannot change leaf curvature and leaf folding from the slider panel, you need to modify the code and recompile. 
    
-N.B.: Do not forget to recompile after each change in the code! +N.B.: After having changed values with the slider, you have to press the ''Reset'' button for the new values to take effect, then press the ''Run Grow'' button. If you recompile the code (by saving Example1.rgg"), the default parameters (L. 5-12) will be chosen again!  
 + 
 +Finally, note that this model is just a traing tool (toy...), and not based on any measurements of real plants! 
 + 
 +{{tutorials:growmanyfruits1.png?175x175}} {{tutorials:growmanyfruits2.png?180x180}} {{tutorials:growmanyfruits3.png?180x180}} {{tutorials:growmanyfruits5.png?175x175}}  
 +{{tutorials:growmanyfruits4.png?200x200}} {{tutorials:growmanyfruits6.png}}  
 + 
 +  
  
tutorials/radiation-model-in-crop_model8.1748420751.txt.gz · Last modified: 2025/05/28 10:25 by barley1965