1,737
edits
The Chart definitions below are a test version operational on meteo-wagenborgen.nl, contains Dutch descriptions and should give you a good impression of the possibilities. As the Ccompiler will develop this code will change.
PLOT Temperature Colour #058DC7 zindex 90
PLOT DewPoint Colour #50B432 zindex 80
PLOT pressure Colour red zindex 70
Plot Humidity Colour #64E572 zindex 60
Plot SolarRadiation As Area Opacity 0.2 Colour Orange zindex 20
Plot RainFall As Area colour #33B4FF opacity 0.2 zindex 10
Plot InsideTemp As Spline Colour #DDDF00 zIndex 100
PLOT Temperature As SPline Colour #058DC7 zindex 90
PLOT FeelsLike As SPline Colour #ED561B zindex 80
PLOT DewPoint As SPline Colour #50B432 zindex 70
Plot WindGust▼
PLOT ALL AverageTemp As SPline Colour #058DC7 zindex 90 LineWidth 10▼
Plot WindSpeed
PLOT ALL Evapotranspiration As Column Colour #cc0000▼
Plot Bearing As Scatter▼
PLOT Temperature As SPline Colour #058DC7 zindex 90 LineWidth 10▼
Plot AverageBearing As Scatter▼
Plot RainFall As Area Colour green Opacity 0.2▼
▲ Plot WindGust
Plot
EndCHART▼
Plot Humidity▼
▲ Plot Bearing As Scatter
Plot InsideHumidity
▲ Plot AverageBearing As Scatter
▲ Plot RainFall As Area Colour green Opacity 0.2
Plot
▲ EndChart
CHART DagelijkseTemp TITLE Daily Average Temperature with Min/Max of last year
▲ Chart Vochtigheid Title Relatieve vochtigheid binnen en buiten ConnectsTo 11 16
▲ Plot Humidity
Plot
Plot DAILY MaxTemp colour red▼
▲ EndChart
EndChart OUTPUT AllTempChart.txt
Plot DAILY RainFall As Column colour lightblue▼
▲ Plot UV zIndex 100
EndChart OUTPUT AllRainChart.txt
▲ Plot TheoreticalSolarMax As Area Colour Gold zIndex 10 Opacity 0.2
▲ EndChart
EndChart OUTPUT AllSolarChart.txt
▲ Plot DAILY MinTemp colour blue
▲ Plot DAILY MaxTemp colour red
EndChart▼
▲ Plot DAILY RainFall As Column colour lightblue
▲ PLOT ALL AverageTemp As SPline Colour #058DC7 zindex 90 LineWidth 10
▲ Chart DagelijkseZonuren Title Sunhours per day of last year
EndCHART OUTPUT RarityCharts.txt
▲ PLOT Temperature As SPline Colour #058DC7 zindex 90 LineWidth 10
Plot ALL CoolingDegreeDays▼
Plot ALL HeatingDegreeDays▼
Plot All Evapotranspiration▼
Chart CoolingDays Title Residual variables
▲ Plot ALL CoolingDegreeDays
▲ Plot ALL HeatingDegreeDays
▲ Plot All Evapotranspiration
[[Category:CumulusUtils]]
|