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 13:51] 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! 
tutorials/radiation-model-in-crop_model8.1748433105.txt.gz · Last modified: 2025/05/28 13:51 by barley1965