readwatbal: Reads the watbal.dat MAESPA output file

Description Usage Arguments Value Author(s) Examples

Description

Reads the hourly water balance output file ("watbal.dat").

Usage

1
readwatbal(filename = "watbal.dat")

Arguments

filename

Default name of the (half-)hourly water balance output file.

Value

Returns a dataframe.

Author(s)

Remko Duursma

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

# Simple as this:
mywatbalresult <- readwatbal()

# If you want to select the water balance file with a menu:
readwatbal(file.choose())


## End(Not run)

Maeswrap documentation built on May 2, 2019, 7:58 a.m.