rescaling_monthly {RMAWGEN}R Documentation

This function adjusts the monthly mean to a daily weather dataset (e. g. spline-interpolated temperature)

Description

This function adjusts the monthly mean to a daily weather dataset (e. g. spline-interpolated temperature)

Usage

rescaling_monthly(data, val, origin = "1961-1-1")

Arguments

data

data frame of wheather variables)

val

monthly means returned by getMonthlyMean

origin

character string containing the gregorian date of the first day of data

Value

A data frame with data of data rescaled with val for each month

Note

It uses months and julian

Author(s)

Emanuele Cordano

@export

See Also

extractdays


[Package RMAWGEN version 1.3.7 Index]