Description Usage Arguments Value
View source: R/process_totalwatsed.R
This function reads the totalwatsed file and returns a dataframe that also includes all the simulated variables in depth units
1 2 3 4 5 6 7 | process_totalwatsed(
totalwatsed_path,
init_reservoir_vol_mm,
init_Baseflow_val_mm,
Baseflow_coeff,
Aquifer_coeff
)
|
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 |
A totalwatsed dataframe along with all the simulated variables in the depth units
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.