correction_etp_thornwaite: Correction for Thorntwaite - Potential evapotranspiration

View source: R/etp_thorntwaite.R

correction_etp_thornwaiteR 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)

BrazilMet documentation built on June 8, 2025, 11 a.m.