compute_vertical_inflow {rechaRge} | R Documentation |
Determine if precipitation is rain or snow and simulate the snowpack (accumulation and melt) to compute the vertical inflow (vi), the liquid water available per day (rainfall + melt water).
Description
Determine if precipitation is rain or snow and simulate the snowpack (accumulation and melt) to compute the vertical inflow (vi), the liquid water available per day (rainfall + melt water).
Usage
compute_vertical_inflow(obj, climate_data)
Arguments
obj |
The HydroBudget object. |
climate_data |
The daily total precipitation (mm/d) and average daily temperature (°C). |
[Package rechaRge version 1.0.0 Index]