Skip to content
Snippets Groups Projects
Commit b06687f3 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added debug output

parent 3fc1e58d
Branches
Tags
No related merge requests found
...@@ -259,7 +259,11 @@ public class NegativePrognosisModel extends I18nImpl implements Model{ ...@@ -259,7 +259,11 @@ public class NegativePrognosisModel extends I18nImpl implements Model{
// Iterate the set of weather data // Iterate the set of weather data
Date currentTime = this.dataMatrix.getFirstDateWithParameterValue(DataMatrix.TM); Date currentTime = this.dataMatrix.getFirstDateWithParameterValue(DataMatrix.TM);
Date endTime = this.dataMatrix.getLastDateWithParameterValue(DataMatrix.TM); Date endTime = this.dataMatrix.getLastDateWithParameterValue(DataMatrix.TM);
/*
System.out.println("Last temp=" + this.dataMatrix.getLastDateWithParameterValue(DataMatrix.TM));
System.out.println("Last RH=" + this.dataMatrix.getLastDateWithParameterValue(DataMatrix.UM));
System.out.println("Last rain=" + this.dataMatrix.getLastDateWithParameterValue(DataMatrix.RR));
*/
Calendar cal = Calendar.getInstance(this.timeZone); Calendar cal = Calendar.getInstance(this.timeZone);
Integer contributionACounter = 0; Integer contributionACounter = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment