convert_flow: Convert flow from cumecs to mm/d

View source: R/convert_flow.R

convert_flowR Documentation

Convert flow from cumecs to mm/d

Description

This function converts flow time series from cumecs (m3/s) to mm/d by dividing the flow by the catchment area and converting it to mm/day.

Usage

convert_flow(flow_cumecs, catchment_area)

Arguments

flow_cumecs

This is the flow time series in cumecs (m3/s)

catchment_area

This is the catchment are in Km2.

Value

Flow time series in mm/d

Examples

## Not run: 
  convert_flow(30, 2)

## End(Not run)


rnrfa documentation built on Sept. 8, 2022, 5:07 p.m.