CatchmentNamBaseFlowLower Property  | 
 
            State variable holding the base flow from the lower groundwater reservoir in the latest time step.
            Type: Discharge
            Unit: [mm/hour]
            Default: 0.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double BaseFlowLower { get; set; }Public Property BaseFlowLower As Double
	Get
	Set
public:
property double BaseFlowLower {
	double get ();
	void set (double value);
}Property Value
Type: 
Double
See Also