Index: wflow-py/wflow/wflow_routing.py =================================================================== diff -u -r0fc7439329d0ea7ec14ea9360d97a18ebbcf82c0 -r3f28b3d315ef8871a89ef8575ad2594dd7410b8b --- wflow-py/wflow/wflow_routing.py (.../wflow_routing.py) (revision 0fc7439329d0ea7ec14ea9360d97a18ebbcf82c0) +++ wflow-py/wflow/wflow_routing.py (.../wflow_routing.py) (revision 3f28b3d315ef8871a89ef8575ad2594dd7410b8b) @@ -511,10 +511,17 @@ *Dynamic variables* - :var self.SurfaceRunoff: Surface runoff in the kinematic wave [m^3/s] - :var self.WaterLevel: Water level in the kinematic wave [m] (above the bottom) + :var self.SurfaceRunoff: Total Surface runoff in the kinematic wave [m^3/s] + :var self.Qbankfull: Discharge at bankfull level [m^3/s] + :var self.Qchannel: Discharge in the channel (maxed at bankfull) [m^3/s] + :var self.floodcells: All cells with an active floodplain [-] + :var self.Qfloodplain: Discharge over the floodplain [m^3/s] + :var self.WaterLevelCH: Water level in the channel [m] Cannot go above bankfull above the bottom + :var self.WaterLevelFP: Water level on the floodplain [m] above the floodplain level (bottom + bankfull) + :var self.WaterLevel: Total aater level in the kinematic wave [m] (above the bottom) + :var self.Pfp: Actual wetted perimiter of the floodplain [m] + :var self.Pch: Actual wetted perimiter of the channel [m] - *Static variables* :var self.Altitude: The altitude of each cell [m]