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

Added a new Norwegian weather station

parent fa693c83
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public class ZymoseptoriaSimpleRiskGridModelPreprocessor extends ModelRunPreproc
ModelConfiguration modelConfig = new ModelConfiguration();
// Which weather stations??
// Ilseng and Apelsvoll to start with ;-)
List<PointOfInterestWeatherStation> stations = Stream.of(new Integer[]{50,91}).map(
List<PointOfInterestWeatherStation> stations = Stream.of(new Integer[]{50,91,87}).map(
stationId -> (PointOfInterestWeatherStation) SessionControllerGetter.getPointOfInterestBean().getPointOfInterest(stationId)
).collect(Collectors.toList());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment