EffPrec: Effective Monthly Precipitation (P_eff)

View source: R/EffPrec.R

EffPrecR Documentation

Effective Monthly Precipitation (P_eff)

Description

EffPrec returns the value of effective precipitation.

Usage

EffPrec(P_tot)

Arguments

P_tot

A numeric scalar that denotes the total monthly precipitation [mm].

Details

This is a function to calculate the effective precipitation [mm]. The function formula has been developed for Iran where the mean annual precipitation is about 250 mm. It may be used for similar semi-arid areas, but it is not recommended for the areas with different climate.

Value

The function returns the value of effective monthly precipitation [mm].

Examples

EffPrec(P_tot = 450)


FAO56 documentation built on Nov. 15, 2023, 1:07 a.m.