process_totalwatsed: Reads and processes totalwatsed file

Description Usage Arguments Value

View source: R/process_totalwatsed.R

Description

This function reads the totalwatsed file and returns a dataframe that also includes all the simulated variables in depth units

Usage

1
2
3
4
5
6
7
process_totalwatsed(
  totalwatsed_path,
  init_reservoir_vol_mm,
  init_Baseflow_val_mm,
  Baseflow_coeff,
  Aquifer_coeff
)

Arguments

totalwatsed_path

A string pointing to the location of the totalwatsed file

init_reservoir_vol_mm

Initial reservoir volumne in mm

init_Baseflow_val_mm

Initial baseflow value mm

Baseflow_coeff

Baseflow coefficient

Aquifer_coeff

Aquifer coefficient

Value

A totalwatsed dataframe along with all the simulated variables in the depth units


devalc/WEPPRecipes documentation built on Jan. 3, 2022, 2:24 a.m.