climateModifyingFactors: Climate modifying factors

View source: R/climate_index.R

climateModifyingFactorsR Documentation

Climate modifying factors

Description

The climate modifying factors is a designed to return the percentage deduction for early spring moisture, excess fall moisture, and early fall frost. Max deduction for each modifying factor is limited to 10

Usage

climateModifyingFactors(
  ratingTableArrayESM,
  ratingTableArrayEFM,
  ppeSpring,
  ppeFall
)

Arguments

ratingTableArrayESM

Rating table lower and upper bounds for deduction for ESM.

ratingTableArrayEFM

Rating table lower and upper bounds for deduction for EFM.

ppeSpring

Precipitation minus potential evapotranspiration for spring

ppeFall

Precipitation minus potential evapotranspiration for fall

Value

Climate modifying factors


mitmon/SRS documentation built on Jan. 12, 2023, 12:15 a.m.