fuel_cons_forwarder_1 {care4cmodel}R Documentation

Fuel Consumption of a Forwarder per Cubic Meter Harvested Wood (Version #1)

Description

Fuel consumption per m³ harvested wood derived from the data provided by Grigolato and Cadei (2022). Includes loading, transportation, and unloading.

Usage

fuel_cons_forwarder_1(aed)

Arguments

aed

Average extraction distance to the nearest truck road

Value

Fuel consumption of a forwarder in liters diesel fuel per m³ wood to be handled

References

Grigolato S, Cadei A (2022). “Full-mechanized CTL production data in Scots pine forest in Poland.” https://researchdata.cab.unipd.it/659/.

Examples

  frd <- c(15, 30, 60, 100) # Forest road densities m/ha
  avg_extraction_distance(frd) |>
    fuel_cons_forwarder_1()


[Package care4cmodel version 1.0.1 Index]