Displaying differences for changeset
 
display as  

src/java/bin/win-x86/dflow.exe

 

src/java/m/cfa/timeseries/DFLOW_lowFlowStats.java

@@ -14,7 +14,7 @@
 import java.util.ArrayList;
 
 /**
-* Last Updated: 2-June-2017
+* Last Updated: 5-June-2017
 * @author Tyler Wible
 * @since 17-May-2017
 */
@@ -188,21 +188,6 @@
         return value;
     }
     /**
-     * Calculate the 30-day average low flow associated with a 3 year return period 
-     * using the special provisions set out in Regulation 31.9.3 "Streams with Rapid Flow Changes"
-     * @param e the DFLOW executable
-     * @param directory  the working directory for the executable
-     * @param flowData  flow data, column1 = dates (format yyyy-mm-dd), column2 = flow values
-     * @param DFLOW_annual  the biologically based 30E3 design flow for the period of record
-     * @return  a list of monthly low flows in order from January to December
-     * @throws IOException 
-     */
-    private double[] calc30E3(Executable e, String directory, String[][] flowData, double DFLOW_annual) throws IOException, ParseException{
-        
-        double[] temp = {-1.0};
-        return temp;
-    }
-    /**
      * Calculate the CDPHE "human health" design flow (see DFLOW user manual) 
      * which is the harmonic mean of the flows
      * @param e the DFLOW executable