comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/DurationWaterlevel.java @ 9269:83ebeb620b5a

Station specific main value annotations in S-Info flood duration curve, corrected infrastructure flood duration calculation
author mschaefer
date Thu, 19 Jul 2018 08:07:03 +0200
parents 4e6111f87dda
children 5ce50640688c
comparison
equal deleted inserted replaced
9268:ae9dee74e43e 9269:83ebeb620b5a
32 this.floodDurDaysPerYear = floodDurDaysPerYear; 32 this.floodDurDaysPerYear = floodDurDaysPerYear;
33 } 33 }
34 34
35 public double getWaterlevel() { 35 public double getWaterlevel() {
36 return this.w; 36 return this.w;
37 }
38
39 public double getDischarge() {
40 return this.q;
37 } 41 }
38 42
39 public int getFloodDurDaysPerYear() { 43 public int getFloodDurDaysPerYear() {
40 return this.floodDurDaysPerYear; 44 return this.floodDurDaysPerYear;
41 } 45 }

http://dive4elements.wald.intevation.org