GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

NAME

r.green.biomassfor.legal - Estimates potential bioenergy depending on forest increment, forest management and forest treatment

KEYWORDS

raster, biomass

SYNOPSIS

r.green.biomassfor.legal
r.green.biomassfor.legal --help
r.green.biomassfor.legal forest=name boundaries=name [energy_tops_hf=float] [forest_column_yield=string] [forest_column_yield_surface=string] [forest_column_management=string] [forest_column_treatment=string] [output_basename=name] [energy_cormometric_vol_hf=float] [energy_tops_cop=float] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

forest=name [required]
Name of vector parcel map
Name of vector parcel map
boundaries=name [required]
Name of vector boundaries map (boolean map)
Name of vector boundaries map (boolean map)
energy_tops_hf=float
Energy for tops and branches in high forest in MWh/m3
Default: 0.49
forest_column_yield=string
Vector field of yield
Default: yield
forest_column_yield_surface=string
Vector field of stand surface (ha)
Default: yield_surface
forest_column_management=string
Vector field of forest management (1: high forest, 2:coppice)
Default: management
forest_column_treatment=string
Vector field of forest treatment (1: final felling, 2:thinning)
Default: treatment
output_basename=name
Basename for potential bioenergy (HF,CC and total)
Default: biomassfor
energy_cormometric_vol_hf=float
Energy for the whole tree in high forest (tops, branches and stem) in MWh/m3
Default: 1.97
energy_tops_cop=float
Energy for tops and branches for Coppices in MWh/m3
Default: 0.55

Table of contents

DESCRIPTION

Compute the legal biomass forestry residual potential, based on the annual/periodic forest yield.

NOTES

This module permits to evalute the maximum bio-energy from forest residual available in a particular area, on the base of the prescribed yield. The mandatory data input are a vector file with fields with values of yield, management, treatment, and forest surface. The yield value is expressed in cubic meters, the forest surface in hectares, the management is an integer value that can be 1 for high forest and 2 for coppice, the treatment is an integer field that can be 1 for final felling and 2 for thinning. The energy section contains the calorific parameters that permits to convert the biomass in energy. The output maps are expressed in Mwh.

EXAMPLE

This example shows a typical input vector file with a table composed by fields of increment, forest surface, management and treatment. This example is based on data of Maè Valley, one of the test area of the R.green project

input


yieldsurfacemanagementtreatment
35.8780011
16.4870012
24.8230021

r.green.biomassfor.legal --overwrite forest=forest@biomasfor boundaries=Boundary@biomasfor forest_column_yield=yield forest_column_yield_surface=surface forest_column_management=management forest_column_treatment=treatment energy_tops_hs=0.49 energy_cormometric_vol_hf=1.97 energy_tops_cops=0.55 output_basename=mae
output


The output map is a standardize energy map with the pixel value equal to the corresponding bioenergy stimated.

REFERENCE

Sacchelli, S., Zambelli, P., Zatelli, P., Ciolli, M., 2013. Biomasfor - an open-source holistic model for the assessment of sustainable forest bioenergy. iFor. Biogeosci. For. 6, 285-293

SEE ALSO

r.green.biomassfor.theoretical, r.green.biomassfor.technical,

AUTHORS

Francesco Geri, Pietro Zambelli, Sandro Sacchelli, Marco Ciolli

SOURCE CODE

Available at: r.green.biomassfor.legal source code (history)

Latest change: Monday Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 7.8.9dev Reference Manual