Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Apr 19 17:37:21 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Apr 19 17:43:39 2011 +0000 @@ -1,3 +1,16 @@ +2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: + add a method interpolateW() method which takes an array of + q values and returns an equal sized array of w values. + This is essentially the "Wasserstand/Wasserspiegellagen" calculation + of desktop FLYS. + + If you want to do a calculation with given w values you have + to convert the w values with DischargeTables.getQForW() first. + + !!! This code needs heavy testing !!! + 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: