public void SetStormWaterModelFlow(int runoffID, int numberOfComputerPoints, ref double[] overlandToSewerFlow)
 {
     MohidLandEngineDLLAccess.SetStormWaterModelFlow(ref runoffID, ref numberOfComputerPoints, overlandToSewerFlow);
 }