Size of an InfoWorks result CSV file in bytes
Usage
hsFileSize(nDays, bytesHeader, bytesRow, timestep, dbg = FALSE)
Arguments
- nDays
number of days
- bytesHeader
length of header line in bytes
- bytesRow
length of data row in bytes
- timestep
result timestep
in seconds
- dbg
if TRUE
, debug messages are shown
Value
Size of an InfoWorks result CSV file over nDays with a result
timestep
of timestep seconds in bytes if the header file
is bytesHeader and each data row is bytesRow bytes long.