Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 335:64cfbd631f29
Implemented the "Wasserstand/Wasserspiegellagen" calculation.
flys-artifacts/trunk@1733 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 19 Apr 2011 17:43:39 +0000 |
parents | b7c8df643dc4 |
children | 7f13ed751277 |
comparison
equal
deleted
inserted
replaced
334:b7c8df643dc4 | 335:64cfbd631f29 |
---|---|
1 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: | |
4 add a method interpolateW() method which takes an array of | |
5 q values and returns an equal sized array of w values. | |
6 This is essentially the "Wasserstand/Wasserspiegellagen" calculation | |
7 of desktop FLYS. | |
8 | |
9 If you want to do a calculation with given w values you have | |
10 to convert the w values with DischargeTables.getQForW() first. | |
11 | |
12 !!! This code needs heavy testing !!! | |
13 | |
1 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | 16 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: |
4 We need a getQForW() method and not getWForQ() because when | 17 We need a getQForW() method and not getWForQ() because when |
5 doing a "Wasserstand/Wasserspiegellagen" calculation with given | 18 doing a "Wasserstand/Wasserspiegellagen" calculation with given |