basicClimateRating: Basic climate rating

View source: R/climate_index.R

basicClimateRatingR Documentation

Basic climate rating

Description

The basic climate rating is a designed to return the point deduction for the moisture component and temperature factors. The max deduction is taken for between the moisture factor and the temperature factor.

Usage

basicClimateRating(
  ratingTableArrayMC,
  ratingTableArrayTF,
  ppe,
  temperatureFactor,
  type
)

Arguments

ratingTableArrayMC

Rating table lower and upper bounds for deduction for the moisture component.

ratingTableArrayTF

Rating table lower and upper bounds for deduction for temperature factors.

ppe

Precipitation minus potential evapotranspiration

temperatureFactor

Input effective growing degree days or crop heat units for the study site.

type

If the crop uses effective growing degree days (EGDD) use EGDD else if the crop uses crop heat units (CHU) use CHU.

Value

Deduction points for the basic climate rating.


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