Skip to content
Snippets Groups Projects

Master

Merged Tor-Einar Skog requested to merge master into develop
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -235,7 +235,7 @@ public class PsilaRosaeTempModel extends I18nImpl implements Model {
throw new ConfigValidationException("Please provide weather data.");
}
for(WeatherObservation o:observations)
{
{
switch(o.getElementMeasurementTypeId())
{
case WeatherElements.TEMPERATURE_MEAN:
@@ -261,7 +261,9 @@ public class PsilaRosaeTempModel extends I18nImpl implements Model {
this.TM,
this.timeZone,
15,
WeatherUtil.AGGREGATION_TYPE_AVERAGE);
WeatherUtil.AGGREGATION_TYPE_AVERAGE,
0,
true);
for(WeatherObservation obs:dailyTemperatures)
{
this.dataMatrix.setParamValueForDate(obs.getTimeMeasured(), DataMatrix.TMD, obs);
Loading