COURSES

-> About this Resource
Scope *______
Map *____

-> Preliminary Courses
Contents & Objectives *__________________
Map *____
-> Botany
Contents & Objectives *__________________
Map *____
-> Axis Typology Patterns
Typology basis *___________
Pictograms *_________
Sexuality & development *___________________
Growth *______
Branching rhythms *______________
Branching delays *_____________
Branching positional *________________
Branching arrangement *__________________
Axis orientation *_____________
Architectural models *________________
-> Architectural Unit
About Arc. Models *______________
Models limitations *______________
Architectural Units *______________
Reiteration *_________
Sequence of development *___________________
Morphogenetic gradients *___________________
Physiological age *_____________
-> An Example
Wild Cherry (young) *_______________
Wild Cherry (adult) *______________
Wild Cherry (mature) *________________
Quiz *____
Case study Quiz *_____________
Supplementary resources *____________________

-> Eco-Physiology
Contents & Objectives *__________________
Map *____
-> Growth Factors
Factors affecting Growth *___________________
Endogenous Processes *_________________
Environmental Factors *_________________
Thermal Time *___________
-> Light interaction
P.A.R. *_____
Light absorption *_____________
Photosynthesis *___________
Respiration *_________
Maintenance respiration *__________________
L.U.E. Model *__________
Density effect *___________
Density effect on crop *__________________
-> Biomass
Biomass Pool *__________
Biomass Partitioning *_______________
Crop models *__________
A Crop model example *__________________
Quiz *____
Supplementary resources *___________________

-> Applied Mathematics
Contents & Objectives *__________________
Map *____
-> Probabilities
Section contents *____________
Discrete Random Variable *___________________
Expected value, Variance *___________________
Properties *________
-> Useful Laws
Bernoulli Trials *___________
Binomial Law *__________
Geometric Law *____________
Negative Binomial Law *_________________
-> Dynamic systems
Section contents *_____________
Useful functions *____________
Beta density *__________
Exercises *________
Negative Exponential *________________
Systems functions *______________
Discrete dynamic systems *___________________
Parameter Identification *__________________
Parameter estimation *________________
Supplementary Resources *____________________


-> GreenLab courses
GreenLab presentation *__________________
-> Overview
Presentation & Objectives *____________________
Map *____
Growth and components *___________________
Plant architecture *_______________
Biomass production *________________
Modelling - FSPM *______________
GreenLab principles *________________
Applications *__________
Supplementary resources *_____________________
-> Principles
Presentation & Objectives *____________________
Map *____
-> About modelling
Scientific disciplines *________________
Organs: tree components *___________________
Factors affecting growth *___________________
Model-simulation workflow *____________________
GreenLab inherits from *__________________
GreenLab positioning *_________________
The growth cycle *______________
Inside the growth cycle *___________________
Implementations *______________
Supplementary resources *____________________
-> Development
Presentation & Objectives *____________________
Map *____
Modelling Scheme *______________
Tree traversal modes *________________
-> Stochastic modelling
Principles *_______
-> Development
Growth Rhythm *____________
Damped growth *____________
Viability *______
Rhythmic axis *___________
Branching *________
Stochastic automaton *_________________
-> Organogenesis equations
Principles *_______
Organ cohorts *___________
Organ numbering *_____________
Substructure factorization *____________________
Stochastic case *____________
-> Structure construction
Construction modes *_______________
Construction basis *______________
Axis of development *________________
Stochastic reconstruction *___________________
Implicit construction *________________
Explicit construction *________________
3D construction *____________
Supplementary resources *____________________
-> Production-Expansion
Presentation & Objectives *____________________
Map *____
-> EcoPhysiology reminders
Relevant concepts *______________
Temperature *__________
Light interception *______________
Photosynthesis *___________
Biomass common pool *_________________
Density *______
-> Principals
Growth cycle *__________
Refining PbMs *___________
Organ cohorts *___________
GreenLab vs PbM & FSPM *___________________
-> GreenLab's equations
Summary *_______
Production equation *_______________
Plant demand *__________
Organ dimensions *______________
A dynamic system view *__________________
Equation terms *____________
Full Model *________
Model behaviour *______________
Supplementary resources *____________________
-> Applications
Presentation & Objectives *____________________
Map *____
-> Measurements
Agronomic traits *_____________
Mesurable/hidden param. *___________________
Fitting procedure *______________
-> Fitting structure
Principles *_______
-> Development
Simple development *_______________
Damped growth *____________
Rhythmic growth *_____________
Rhythmic growth samples *___________________
Mortality *_______
Branching *________
-> Crown analysis
Analysis principles *______________
Equations *________
Example / Exercise *_______________
-> Case study
Plant Architecture *______________
Development simulation *__________________
Introducing Biomass *_______________
Biomass partitioning *_______________
Equilibrium state *_____________
Supplementary resources *____________________

-> Tools (software)
Presentation & Objectives *_____________________
Map *____
Fitting, Stats *___________
Simulation *_________
Online tools *__________

Preliminary Course.

Plant and crop Models

Structural Models (1)



Structural Plant Models also called Geometrical Plant Models are designed to simulate the structure of plants. They have to cope with two major difficulties: firstly the potential complexity in single plants related to the structural complexity resulting from branching; secondly, the complexity related to the variability found in plants.

Since the early ages of computer sciences, this challenging topic has led to many developments.
To overcome both complexities, computer generated plants may use procedural approaches (automata, particle systems, fractals, combinatorics,etc.) and/or rule based approaches (grammars). In both cases, computational plant structures are generated with a constructive process related, or usually not, to real plant growth.

Note that numerous computational plant approaches avoid structure computation, using for instance images or so called impostors; they therefore do not deliver 3D structures as output, but simple images or textures.

An interesting review of all these approaches can be found in the book Digital Design of Nature (Deussen and Lintermann 2005).

AMAP approach


The AMAP computational approach is the first procedural construction inspired from botany. It applies mortality, dormancy and branching on the terminal bud of the basic botanical element, the internode. The structure is then built using an algorithm following the bud development cycles:

    begin
       for   each growth cycle   do
             test bud viability  
             test bud dormancy  
             if   the bud is alive and not resting   then
                 build an internode  
                 store the new axillary buds (if any)  
                 if   the internode is the first of a new branch   then
                      compute the internode orientation  
                 end
                 compute the internode length and the new bud position  
             end
       end
    end
The algorithm is then recursively called for each new bud generated.

Bibliography

Oliver Deussen, Bernd Lintermann 2005. Digital Design of Nature: Computer Generated Plants and Organics. Editor: Springer may 2005. 307 p. ISBN:978-3540405917

Definition

SPM (Structural Plant Model)
Modelling. (abrev.) Stands for "Structural Plant Model", or "Geometrical Plant Model". Qualifies a mathematical or computational model that expresses the plant architecture (the structure) dynamics thru the development. Such a model offers usually a 3D output.