poster sesimbra sesimbra poster
play

Poster Sesimbra Sesimbra Poster Using CAPSIS to simulate the - PowerPoint PPT Presentation

Poster Sesimbra Sesimbra Poster Using CAPSIS to simulate the dynamics of tropical rain forests: developing new modelling tools for ecologists and forest managers CIRAD-Fort G. Cornu 6/2002 Selva Selva Portage du simulateur


  1. Poster Sesimbra Sesimbra Poster Using CAPSIS to simulate the dynamics of tropical rain forests: developing new modelling tools for ecologists and forest managers CIRAD-Forêt – G. Cornu – 6/2002

  2. Selva Selva • Portage du simulateur Selva de SmallTalk vers Java et Capsis • Pas uniquement portage mais refonte et abstraction pour faciliter le développement de points spécifiques • L’objectif est d’avoir une boîte à outils de modélisation tropicale et que quelqu’un uniquement intéressé par la régénération CIRAD-Forêt – G. Cornu – 6/2002 de l’Angélique puisse se construire un modèle gris à partir des briques de base pour simuler la forêt autour

  3. SELVA en bref bref SELVA en • Selva is a distance-dependent tree model, designed for studying the • Selva is a distance-dependent tree model, designed for studying the natural tropical rainforest of French Guiana (Gourlet-Fleury, 1999), natural tropical rainforest of French Guiana (Gourlet-Fleury, 1999), running on plots of several hectares. running on plots of several hectares. • The three fundamental processes of forest dynamics are described : • The three fundamental processes of forest dynamics are described : - growth (Gourlet-Fleury & Houllier, 2000), 15 species groups - growth (Gourlet-Fleury & Houllier, 2000), 15 species groups - mortality (standing dead and two types of windthrow), - mortality (standing dead and two types of windthrow), - recruitment (depends on local basal area). - recruitment (depends on local basal area). ? • For particular species, the whole regeneration cycle • For particular species, the whole regeneration cycle CIRAD-Forêt – G. Cornu – 6/2002 from seed dispersal to ingrowth is modelled from seed dispersal to ingrowth is modelled y x

  4. Garder le le meilleur meilleur Garder Taking the best of two worlds Taking the best of two worlds Generic tools and Capsis Capsis common framework Add model Add model Selva Selva genericity genericity CIRAD-Forêt – G. Cornu – 6/2002 Working model Old Selva Old Selva for tropical forests

  5. Approche Approche • Model genericity is achieved thanks to a modular structure. A model • Model genericity is achieved thanks to a modular structure. A model is defined as a sequence of sub-models that are “played” one after the is defined as a sequence of sub-models that are “played” one after the other in a step. For example: other in a step. For example: SimpleMortality/SimpleGrowth/ComplexIngrowth SimpleMortality/SimpleGrowth/ComplexIngrowth • Configuration is done through a script that defines the structure of the • Configuration is done through a script that defines the structure of the custom model and feeds in initial data. It tells the “meta-model” what custom model and feeds in initial data. It tells the “meta-model” what sub-models to use and their parameterization. sub-models to use and their parameterization. • So as to avoid the clutter of basic objects such as trees and species • So as to avoid the clutter of basic objects such as trees and species CIRAD-Forêt – G. Cornu – 6/2002 with a lot of static properties, properties are dynamically defined at with a lot of static properties, properties are dynamically defined at runtime by sub-models, so only useful properties are available. runtime by sub-models, so only useful properties are available.

  6. Assembler des briques briques Assembler des Assembling bricks to build a tailor-made model Assembling bricks to build a tailor-made model Other sub models … Other sub models … Ingrowth sub models Ingrowth sub models Growth sub models Growth sub models Mortality sub models Mortality sub models Trivial Mortality Trivial Mortality (%) (%) Tailor-Made Tailor-Made Simple Mortality Simple Mortality Model Model (G, age) (G, age) Complex mortality Complex mortality (G, age, windfalls …) (G, age, windfalls …) CIRAD-Forêt – G. Cornu – 6/2002 Other … Other …

  7. Des propriétés extensibles propriétés extensibles Des An extensible set of properties An extensible set of properties Properties are dynamically added to trees (as well as stands and species) to store extra data needed by sub models. For example a growth model may want to know what trees are within a radius of 30 m to compute a competition index. Simple A single value property with optional initial value Property value is computed on demand and is kept for subsequent use Calculated (Total stand basal area) History The last n values of this property are kept Handle a list of neighbours that obey a neighbourhood rule Neighbourhood (Competition index) CIRAD-Forêt – G. Cornu – 6/2002 Gaps Handle a list of shaped gaps and manage their life cycle Others …

  8. Selva - - Synoptique Synoptique Selva � Initialisation Modèle Modèle du modèle Script Script Modèle � Initialisation des données Sous-modèles Données Données Stand CIRAD-Forêt – G. Cornu – 6/2002 � Création des propriétés Arbre Espèce

  9. Cycle des arbres arbres Cycle des Add tree Trees Step process Remove tree Update CIRAD-Forêt – G. Cornu – 6/2002 • Stands are not duplicated from one step to another • Instead we use a delta driven approach

  10. Mécanique Mécanique Model flow chart Model flow chart Step Initialization Apply Update Model, sub models sub models sub models on data and data and data CIRAD-Forêt – G. Cornu – 6/2002

  11. Exemple de script Exemple de script #import "selva.test" //! chargement du peuplement #log_level 10 stand = SelvaStand { #log_file "paracou.log" trees = SelvaInventoryReader { filename = "data/test.inv" description = "Petit essai de simulation" } } //! Choix des sous-modeles subModels = ( do describe submodels.SimpleDeathSubModel { killer = killers.StandingDeadKiller { do simulate(5) timed a=4.96 b=3.42 //! Impression des resultats } do print }, submodels.GrowthSubModel { grower = DummyGrower { increment = 1 } }, DummyIngrowthSubModel ) //! Definition des especes species = ( SelvaSpecies { name = "Angelique" inventoryCodes = ( 103 ) grower = growers.Gourlet13Grower { CIRAD-Forêt – G. Cornu – 6/2002 a=1 b=2 c=1 d=0.5 m=0.3 K=1 residualCorrelation=0.5 residualMean=0.1 residualDispersion=0.1 neighbourhoodStrategy=neighbourhoods.BigTreesWithinRadius { radius=30 minDbh=20 } } } )

  12. Projets : : actuels actuels et et futurs futurs Projets • Olivier Flores: Natural regeneration processes • Olivier Flores: Natural regeneration processes • Sébastien Jésel: Regeneration of Dicorynia guianensis • Sébastien Jésel: Regeneration of Dicorynia guianensis (Caesalpinaceae) (Caesalpinaceae) • Stéphane Traissac: Spatial dynamics of Vouacapoua • Stéphane Traissac: Spatial dynamics of Vouacapoua americana (Caesalpinaceae) americana (Caesalpinaceae) • Matthieu Lourmas: Genetic diversity of Entandrophragma • Matthieu Lourmas: Genetic diversity of Entandrophragma cylindricum (Meliaceae) cylindricum (Meliaceae) CIRAD-Forêt – G. Cornu – 6/2002

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend