Software features
The input data file for flood inflow calculation is in txt format (blank lines are not allowed at the beginning or end of the file). The file format is as follows:
The storage water level curve file has a description in the first line and data starting in the second line. There are two data in each row of data: water level H (m), storage capacity V (100 million m3), separated by commas.
example
Water level H (m), storage capacity V (100 million m3)
495,1.58
496,1.66
497,1.74
The incoming flood information file is also a txt file. The first line is a description, and the second line starts with data (note that the corresponding storage capacity unit of the reservoir water level is 10^8 m^3).
There are three data in each row of data, which are time, reservoir water level (m) and inflow flow (m3/s). The data are separated by commas.
The time format is yyyy-mm-dd hh-mm-ss
example
Time T (m), reservoir water level V (m), outflow flow (m3/s)
2007-07-29 00-00-00,524.75,0
2007-07-29 06-00-00,524.84,90
2007-07-29 07-00-00,524.88,90
2007-07-29 08-00-00,524.89,90
it works
it works
it works