+ "\n max: " + max + " min: " + min + "\n TotWATPOR: " //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ (totalWater + totalVapour));
System.out.println("heat: " + columnHeat); //$NON-NLS-1$
System.out.println("water: " + columnWater); //$NON-NLS-1$
System.out.println("vapour: " + columnVapour); //$NON-NLS-1$
widget.redraw();
weather.step();
}
});
shell.open();