Skip to contents

This function reads data from 'basin_wb_aa.txt' and 'basin_aqu_aa.txt' SWAT+ model output files and prepares various water balance parameters table.

Usage

wbalance_table(project_path)

Arguments

project_path

The path to the directory containing SWAT+ output files.

Value

A data frame containing water balance parameters

Examples

if (FALSE) {
df <- wbalance_table("path/to/project")
write.csv(df, "water_balance.csv", row.names = FALSE, quote = FALSE)
}