rs_nearby_calculation: Solar radiation data from a nearby weather station

View source: R/radiation_parameters.R

rs_nearby_calculationR Documentation

Solar radiation data from a nearby weather station

Description

The solar radiation data is calculated based in a nearby weather station.

Usage

rs_nearby_calculation(rs_reg, ra_reg, ra)

Arguments

rs_reg

A dataframe with the solar radiation at the regional location (MJ m-2 day-1).

ra_reg

A dataframe with the extraterrestrial radiation at the regional location (MJ m-2 day-1).

ra

A dataframe with the extraterrestrial radiation for daily periods (ra).

Value

A data.frame object with the Solar radiation data based on a nearby weather station

Author(s)

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

## Not run: 
rs_nearby_df <- rs_nearby_calculation(rs_reg, ra_reg, ra)

## End(Not run)

BrazilMet documentation built on April 12, 2025, 2:11 a.m.