channel_floodplain_water_balance Derived Type

type, public :: channel_floodplain_water_balance


Components

Type Visibility Attributes Name Initial
real, public :: inflo = 0.

m3 | inflow

real, public :: outflo = 0.

m3 | outflow

real, public :: tl = 0.

m3 | transmission losses

real, public :: ev = 0.

m3 | evaporation

real, public :: ch_stor_init = 0.

m3 | channel storage at start of time step

real, public :: ch_stor = 0.

m3 | channel storage at end of time step

real, public :: fp_stor_init = 0.

m3 | flood plain storage at start of time step (all flood plain storage above wetland emergency volume)

real, public :: fp_stor = 0.

m3 | flood plain storage at end of time step

real, public :: tot_stor_init = 0.

m3 | total channel + wetland storage at start of time step

real, public :: tot_stor = 0.

m3 | total channel + wetland storage at end of time step

real, public :: wet_stor_init = 0.

m3 | wetland flood plain storage at start of time step

real, public :: wet_stor = 0.

m3 | wetland flood plain storage at end of time step