summarise_weather: Monthly Weather

Description Usage Arguments Value

View source: R/summarise_weather.R

Description

Summarizes sub-monthly weather at a monthly timestep.

Usage

1
summarise_weather(weather, timeseries, lake)

Arguments

weather

a data frame with sub-monthly weather including including date (POSIXct), atmp (air temperature, deg C), P (precipitation, mm), RH (relative humidity, percent), Rs (solar radiation, MJ), and wind (wind speed, m/s)

timeseries

a list with dates (POSIXct) to analyze, and intervals (lubridate interval) covering the month before each analysis date.

lake

name of lake (e.g., Pleasant, Long, or Plainfield)

Value

monthly_weather, a data frame with the following columns:

date

first of the month for each monthly observation

atmp_K

mean monthly air temperature (K)

RH_pct

mean monthly relative humidity (percent)

P_mm

monthly precipitaiton (mm)

ET_mm

monthly lake evaporation (mm)


cvoter/isoH2Obudget documentation built on March 29, 2020, 11:07 a.m.