Displaying differences for changeset
 
display as  

src/java/m/rhem/rhem01_runmodel/V1_0.java

@@ -139,14 +139,14 @@
         String run = runModel();
         System.out.println("run = " + run);
 
-        if (run == null) {
-            try (Connection connection = getResourceJDBC(DBResources.MSSQL_RHEM);) {
-                appendToSumFile(connection);
-            } catch (ServiceException | SQLException se) {
-                LOG.log(Level.SEVERE, "RHEM-01: Problem in editing the summary file.", se);
-                throw new ServiceException("Problem in editing the summary file.", se);
-            }
-        }
+//        if (run == null) {
+//            try (Connection connection = getResourceJDBC(DBResources.MSSQL_RHEM);) {
+//                appendToSumFile(connection);
+//            } catch (ServiceException | SQLException se) {
+//                LOG.log(Level.SEVERE, "RHEM-01: Problem in editing the summary file.", se);
+//                throw new ServiceException("Problem in editing the summary file.", se);
+//            }
+//        }
     }
 
     private void generateParamFile(Parameter param, String today) throws ServiceException {
@@ -352,6 +352,7 @@
         putResult("FRACT", parameter.fract);
         putResult(new File(getWorkspaceDir(), parameterFileName), "Parameter input file");
         putResult(new File(getWorkspaceDir(), stormFileName), "Storm input file");
+//        putResult(new File(getWorkspaceDir(), "final_" + summaryFileName), "Summary file");
         putResult(new File(getWorkspaceDir(), "final_" + summaryFileName), "Summary file");
         putResult(new File(getWorkspaceDir(), detailedOutputFileName), "Detailed");
     }