correction_etp_thornwaite {BrazilMet}R Documentation

Correction for Thorntwaite - Potential evapotranspiration

Description

Correction for Thorntwaite - Potential evapotranspiration

Usage

correction_etp_thornwaite(etp, date, lat)

Arguments

etp

A column of a dataframe containing Thorntwaite potential evapotranspiration (ETp) data without adjustments for sunlight hours and the number of days in the month.".

date

A column of dataframe with date (i.e: 2025-01-02).

lat

A column of dataframe with latitude in degrees.

Value

Returns a vector object with the Thorntwaite ETp corrected for sunlight hours and the number of days in the month.

Author(s)

Roberto Filgueiras.

Examples

## Not run: 
etp_cor <- correction_etp_thornwaite(etp, date, lat)

## End(Not run)

[Package BrazilMet version 0.4.0 Index]