compute_vertical_inflow: Determine if precipitation is rain or snow and simulate the...

View source: R/hydrobudget-simulation.R

compute_vertical_inflowR 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).


rechaRge documentation built on May 29, 2024, 2:51 a.m.