tankPerformance {foreSIGHT} | R Documentation |
A function to calculate difference performance from simulated tank behaviour
Description
A function to calculate difference performance from simulated tank behaviour
Usage
tankPerformance(data=NULL,
roofArea=50,
nPeople=1,
tankVol=3000,
firstFlush=1,
write.file=TRUE,
fnam="tankperformance.csv")
Arguments
data |
A dataframe of observed climate data in the form Year Month Day P Temp. |
roofArea |
roof area in m2 |
nPeople |
number of people using water |
tankVol |
tank volume in L |
firstFlush |
first flush depth over roof in mm |
write.file |
logical. write output tank timeseries to file T/F? |
fnam |
string indicating name of file |
[Package foreSIGHT version 1.2.0 Index]