mirror of https://gitlab.com/pamhyr/pamhyr2
Friction: Add strickler unit.
parent
cb41520a20
commit
a5648851f2
|
|
@ -42,7 +42,7 @@ class PlotStricklers(PamhyrPlot):
|
|||
)
|
||||
|
||||
self.label_x = self._trad["kp"]
|
||||
self.label_y = self._trad["stricklers"]
|
||||
self.label_y = self._trad["strickler_plot"]
|
||||
|
||||
self.line_kp_elevation = [None, None]
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ class FrictionsTranslate(MainTranslate):
|
|||
super(FrictionsTranslate, self).__init__()
|
||||
|
||||
self._dict["kp"] = self._dict["unit_kp"]
|
||||
self._dict["strickler_plot"] = _translate(
|
||||
"Frictions", "Strickler ($m^{1/3}/s$)"
|
||||
)
|
||||
self._dict["stricklers"] = _translate(
|
||||
"Frictions", "Stricklers"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue