TranspCoeffByVegType: Lookup transpiration coefficients

View source: R/sw_Vegetation.R

TranspCoeffByVegTypeR Documentation

Lookup transpiration coefficients

Description

Lookup transpiration coefficients for grasses, shrubs, and trees per soil layer or per soil depth increment of 1 cm per distribution type for each simulation run and copy values to ‘datafile.soils’

Usage

TranspCoeffByVegType(
  tr_input_code,
  tr_input_coeff,
  soillayer_no,
  trco_type,
  layers_depth,
  adjustType = c("positive", "inverse", "allToLast")
)

Arguments

tr_input_code

The "desc" component of sw2_trco_table.

tr_input_coeff

The "data" component of sw2_trco_table.

soillayer_no

An integer value. The number of soil layers.

trco_type

A character string. A column name of tr_input_code.

layers_depth

An integer vector. The lower depths of soil layers cm

adjustType

A character string. The method to adjust prescribed coefficient profile onto provided depth profile layers_depth.

Details

  • first row of datafile is label for per soil layer “Layer” or per soil depth increment of 1 cm “DepthCM”

  • second row of datafile is source of data

  • the other rows contain the data for each distribution type = columns

See Also

estimate_PotNatVeg_roots() with example code


Burke-Lauenroth-Lab/rSOILWAT2 documentation built on Dec. 9, 2023, 1:46 a.m.