channel_floodplain_water_balance Derived Type

type, public :: channel_floodplain_water_balance


Components

Type Visibility Attributes Name Initial
real, public :: inflo

m3 | inflow

real, public :: outflo

m3 | outflow

real, public :: tl

m3 | transmission losses

real, public :: ev

m3 | evaporation

real, public :: ch_stor_init

m3 | channel storage at start of time step

real, public :: ch_stor

m3 | channel storage at end of time step

real, public :: fp_stor_init

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

real, public :: fp_stor

m3 | flood plain storage at end of time step

real, public :: tot_stor_init

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

real, public :: tot_stor

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

real, public :: wet_stor_init

m3 | wetland flood plain storage at start of time step

real, public :: wet_stor

m3 | wetland flood plain storage at end of time step