size2bl: Calculate leaf biomass given DBH

View source: R/edr-allometry.R

size2blR Documentation

Calculate leaf biomass given DBH

Description

Allometry equation is of the form Y = b1 * DBH ^ b2.

Usage

size2bl(dbh, b1, b2)

Arguments

dbh

Cohort diameter at breast height

b1

Allometry equation base

b2

Allometry equation exponent

Details

Original function in ED src is in utils/allometry.f90. See also the area_indices subroutine in the same file.

LAI is calculated as bleaf * nplant * SLA.

Value

Leaf biomass

Author(s)

Alexey Shiklomanov


ashiklom/rrtm documentation built on Aug. 10, 2022, 5:04 a.m.