Commit 9514c21
authored
Simulate Run-of-the-River (ROR) dams
- Introduced a conditional block that checks for ROR operation based on RULE = 0.
- For ROR dams, FLOWOUT is set equal to FLOWIN, constrained by minimum environmental flow (Qmin).
- Reservoir storage (VOL) is maintained constant.
- Power generation (ENERGYPRO) is calculated using turbine flow and effective head (REALHEAD).
- Reservoir water levels (HTK, HHO) are set to maximum operating head (HRESERMAX).
This update allows users to represent non-storage dams by setting operation strategy (RULE = 0) in the reservoir parameter file.1 parent 42c2dbe commit 9514c21
1 file changed
Lines changed: 25 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
993 | 996 | | |
994 | 997 | | |
995 | 998 | | |
| |||
1337 | 1340 | | |
1338 | 1341 | | |
1339 | 1342 | | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
1340 | 1364 | | |
1341 | 1365 | | |
1342 | 1366 | | |
| |||
1351 | 1375 | | |
1352 | 1376 | | |
1353 | 1377 | | |
1354 | | - | |
1355 | | - | |
1356 | | - | |
1357 | | - | |
1358 | | - | |
| 1378 | + | |
1359 | 1379 | | |
1360 | 1380 | | |
1361 | 1381 | | |
| |||
0 commit comments