Skip to contents

Aggregate Atmospheric Data to Monthly Values

Usage

create_monthly_atm(atm = prepare_atmosphere_data())

Arguments

atm

atm as retrieved by prepare_atmosphere_data

Value

tibble with yearly atmospheric data values

Examples

create_monthly_atm()
#> # A tibble: 84 × 5
#>    date_end   rain_mm irrigation_groundwater_mm irrigation_clearwater_mm
#>    <date>       <dbl>                     <dbl>                    <dbl>
#>  1 2017-01-31    42.4                     0                          0  
#>  2 2017-02-28    31.7                     0                         27.7
#>  3 2017-03-31    46.6                     0                         31.3
#>  4 2017-04-30    24.4                     0                         30.0
#>  5 2017-05-31    98.1                     0.237                     32.7
#>  6 2017-06-30   114.                      6.64                      44.6
#>  7 2017-07-31   138.                      0.381                     43.8
#>  8 2017-08-31    90.4                     0                         41.2
#>  9 2017-09-30    52.7                     0                         37.2
#> 10 2017-10-31    46.1                     0                         35.8
#> # ℹ 74 more rows
#> # ℹ 1 more variable: potential_evaporation_mm <dbl>