ICatchmentNamInitialFinalConditions Method  | 
 
            Apply some final conditions and modificatins
            
            This is currently used to set initial conditions of derived values
            for hotstart, such as capillary flux, from the hotstart file, making
            such values equal to the hotstart value, even though this has no
            effect on the runoff results.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxvoid FinalConditions(
	CatchmentNam nam
)
Sub FinalConditions ( 
	nam As CatchmentNam
)
void FinalConditions(
	CatchmentNam^ nam
)
Parameters
- nam
 - Type: DHI.Mike1D.RainfallRunoffModuleCatchmentNam
Nam catchment to set conditions to. 
See Also