Table of Contents

Fuel Manager Initial Dialog

Back to the Fuel Manager home page.

This dialog permits to generate a 3D vegetation scene of the Fuel Manager throughout this user interface. Back to Quick Start Guide.

Modify the different optional parameters for scene generation (Optional) and load the input file required for Fuel item parametrization (Mandatory). Then, click on either 3D Editor > if you want to see and edit your scene in 3D, or on Finish (skip the 3D editor).

SCENE GENERATION OPTIONAL PARAMETERS

Fuel Manager loads a file containing the allometric models and parameters for a list of species and corresponding models (for height, crown base height, loads, etc.). By default, the speciesFile is located in capsis4/data/fuelmanager, but this can be modified (for example, the file speciesFileTallTimbers.txt contains a few american species). New species can be easily integrated in the FuelManager by adding the model parameters in this species file.

The seed value is used to parametrize the stochasticity of the Fuel Manager. When 0 (default value) or a another positive number is chosen, it will be used as a seed to initialize pseudo random number for the run. If the same number is used on different architecture, but on the same version of the software, a same sequence of action will produce exactly the same data. These is a useful property for run and study replicability. When a negative number is chosen, random number sequences will always be different so that runs will always produce slightly different results. This mode is useful for sensitivity analysis of the fuel manager, but also of the fire model (if one is used).

The third option permits to speed up the computation of tree locations. By default, a sophisticated hard core algorithm is used when the number of trees in each polygon is smaller than 50,000. Above this number a Gibbs distribution with minimal distance between trees is used. However, because these computations can be very long, activating the speed up option leads to a much faster computation, based on either Gibbs distribution when tree number is lower than 10,000 and simply random above.

The Fuel Manager user can optionaly store models of fuel layerSets and fuelLayers that are frequently used (general parametrization of fuel types such as grasslands (eg. West american grassland), shrubland (eg. Quercus coccifera garrigue) or understorey representative of typical fuel types) in two optional files. These models can then be loaded from either in Fuel item parameter files or the scene editor (interactively, once a polygon has been selected). These too files are located in capsis4/data/fuelmanager/fuelModels, but this can be modified

SCENE GENERATION INPUT FILES

Several file examples can be found in capsis4/data/fuelmanager/fuelParameterFiles.

FORMAT 1: FUEL PARAMETERS

We recommend to start with files basicExample.txt or basicExampleTallTimbers.txt. The first one contains a 200mX200m terrain, 3 polygons, a single Aleppo pine (Plant), a layerSet containing two layers (small Quercus coccifera bushes and some herbs), as well as a group of Pinus banksiana (Plant group) with diameters ranging between20 and 30 cm in polygon 1. The second one contains a 200mX200m terrain, 4 polygons, a few individual plants, as well as a groups of Pinus banksiana (Plant group) and three different layerSets.

Three different format are currently available.

The format definition is described below.

Terrain definition (mandatory)

namecellWidth(m)altitude(m)xMinyMinxMaxyMax
Terrain010000200200

Polygon (optional, used to define location for PlantGroups or for LayerSets)

Here below, polygon 1 is a square polygon of 50×50 m2.

PolygonIdlist of polygon summits
1{(0,0);(50,0);(50,50);(0,50)}

Plant format (optional, detailed inventory format)

Plant numberspecies x y z dbh h cbh cd liveLMC liveTMC deadTMC
1Pinus halepensis 100 100 0 50 20 10 10 100 80 10
2Pinus halepensis 150 150 0 10 5 5 10 100 80 10

With this format, bulk density corresponding to the different fuel particles and their distributions are computed accordingly with the allometric models defined in the speciesFile

Plant format (optional, detailed inventory format, with tree dimension computation)

Plant numberspecies x y z dbh liveLMC liveTMC deadTMC
1Pinus halepensis 100 100 0 50 100 80 10
2Pinus halepensis 150 150 0 10 100 80 10

This format is very similar to the previous one, but in this case, height, crown diameter and crown base height are computed accordingly with the allometric models defined in the speciesFile (as for bulk density and their distribution)

Plant group format (optional, observed plant distribution)

Stem density with a range of DBH of pinus banksiana in polygon with PolygonId=2

Plant group numberspeciespolygonIdlDBHuDBHageNliveLMCliveTMCdeadTMC
1Pinus banksiana2203005078.473.09.8

Plant group 2 format (optional, simulated plant distribution, for Aleppo pine only)

Within a polygon as a function of stand parameters.

Plant Group numberspeciespolygonIdhDom50ageNgHaET FactorGibbsliveLMCliveTMCdeadTMC
1Pinus halepensis1164080005.01008010

LayerSet (optional, collection of fuel layer within a polygon)

Eg, LayerSet 1 is attached polygon 1

LayerSet NumberpolygonIdColor(RGV)
11100,255,0

Layer definition (optional, a LayerSet should be defined if used)

LayerSet NumberspecieshcbhCdspatial GrouplMCdMClBDdBDmvrsvr
1Quercus coccifera0.750.00.702.0070.010.01.00.1500.05000.0
1Brachypodium ramosum0.250.00.200.5110.00.00.40.0500.010000.0

LayerSet definition from a predefined model (see file layerSetModels) (optional, a LayerSet should be defined if used)

WithModelLayerSetIdLayerSetModelName
WithModel4West american grassland

Succession model for layerSet (Optional)

e.g. in file data/fireparadox/fromFieldParameters/Dynamic_stand.txt

Succession model layerSet characteristics

LayerSetagefertilitylastClearingTypetreatmentEffect
1101.510.0
221.510.0

Succession model layer characteristics

layerSetshrubCShrubDshrubLiveFractionherbCherbDliveMCDeadMC
10.804.00.80.301.07010.0
20.504.00.80.301.07010.0

FORMAT 2: FUEL PARAMETERS WITH CROWN DAMAGE

This format is relatively similar to the previous one (terrain, etc.), but it can also contains some information regarding plant damage due to fire, in order to compute and visualize fire effects. An example is given in file capsis4/data/fireparadox/fuelParameterFileWithFireEffects/Mixed_stand_with_fire_effects.txt

Plant with crown damage (optional, detailed inventory)

Plant numberspeciesxyzdbhhcbhcdminBLCmaxBLCmeanBLCCSHCVSstatus
1Pinus pinea01.5015.48.32.72.5800.10.052.811

Note: the “pattern sketcher” render for tree should be selected (with the option “by fire damage”) to visualized damage with the 3D Editor is NOT AVAILABLE in the current version of the fuel manager.

FORMAT 3: FROM SCRATCH

An empty scene can be generated by giving the dimensions of the terrain. Items (Plants, Polygons, LayerSets) can be added interactively from the scene editor.