public void GetPondedWaterColumn(int runoffID, int numberOfComputePoints, ref double[] waterColumn)
 {
     MohidLandEngineDLLAccess.GetPondedWaterColumn(ref runoffID, ref numberOfComputePoints, waterColumn);
 }