tutorials:radiation-model-in-crop_model8
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_model8 [2025/05/28 01:09] – barley1965 | tutorials:radiation-model-in-crop_model8 [2025/05/28 14:03] (current) – barley1965 | ||
---|---|---|---|
Line 2: | Line 2: | ||
- | // | + | // |
- | We have now introduced | + | This model produces |
+ | The parameters you may change in the code can be found in Example1.rgg, | ||
- | const int PL_NO = 4; | + | <code java> |
+ | /* Parameters you may change: */ | ||
+ | public @Editable @Range(min=90, | ||
+ | public @Editable @Range(min=30, | ||
+ | float LEAF_ANGLE = BRANCH_ANGLE+10; | ||
+ | const float LEAF_CURVATURE = 2; //between 1 and 5 | ||
+ | const float LEAF_FOLDING = 20; //20 between 0 and 50 | ||
+ | public @Editable @Range(min=9, | ||
+ | public @Editable @Range(min=1, | ||
+ | public @Editable @Range(min=1, | ||
+ | public @Editable @Range(min=1, | ||
+ | </ | ||
+ | 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: | ||
- | 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? | + | |
+ | //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?// | ||
- | 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 (L. 76 – 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. |
- | N.B.: Do not forget | + | N.B.: After having changed values with the slider, you have to press the '' |
+ | |||
+ | Finally, note that this model is just a traing tool (toy...), and not based on any measurements of real plants! | ||
+ | |||
+ | {{tutorials: | ||
+ | {{tutorials: | ||
+ | |||
+ | |||
tutorials/radiation-model-in-crop_model8.1748387356.txt.gz · Last modified: 2025/05/28 01:09 by barley1965