Charts - Temperature charts: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
(adding charts)
Line 17: Line 17:
If the value of the inifile parameter [[Charts#UseNormalTempReference|UseNormalTempReference]] is ''Normal'' the user sees a black line representing the normal average values of the temperature. When UseNormalTempReference is ''StationAverage'' the user sees a grey line representing the station average values of the temperature. And obviously when the parameter value is ''Both'', the user sees both lines. In addition to the Station Average Value line, the estimator '''s''' for the [https://en.wikipedia.org/wiki/Standard_deviation standard deviation] <math>\boldsymbol{\sigma}</math> belonging to that line, is always shown as a grey surface with the width of '''s''' for a specific month.<br>
If the value of the inifile parameter [[Charts#UseNormalTempReference|UseNormalTempReference]] is ''Normal'' the user sees a black line representing the normal average values of the temperature. When UseNormalTempReference is ''StationAverage'' the user sees a grey line representing the station average values of the temperature. And obviously when the parameter value is ''Both'', the user sees both lines. In addition to the Station Average Value line, the estimator '''s''' for the [https://en.wikipedia.org/wiki/Standard_deviation standard deviation] <math>\boldsymbol{\sigma}</math> belonging to that line, is always shown as a grey surface with the width of '''s''' for a specific month.<br>


== Yearly Temperature statistics ==
[[File:Yearly Temperature Statistics.jpg|thumb|right|Yearly Temperature Statistics]]
For each year the charts shows the average of the daily temperature, the range of the daily temperature and the estimator '''s''' for the [https://en.wikipedia.org/wiki/Standard_deviation standard deviation] <math>\boldsymbol{\sigma}</math> belonging to that average. The colours of this chart are hardcoded and cannot be changed. Moving the mouse around provides the specific values in the tooltips.


== Yearly Temperature statistics per Month ==
[[File:Yearly Temperature Statistics per Month.jpg|thumb|right|Yearly Temperature Statistics per Month]]
This chart is similar to the previous one, only now the the user can select a specific month through a row of buttons on top of the chart.


[[Category:CumulusUtils]]
[[Category:CumulusUtils]]

Revision as of 11:27, 2 April 2021

Introduction

The Temperature charts submodule consists of five charts:

  1. Monthly Temperatures - Plotting the monthly average temperatures for every year in the dayfile
  2. Yearly Temperature statistics - Plotting the average, range and standard deviation for for the temperature in every year
  3. Yearly Temperature statistics per month - Plotting the average, range and standard deviation for for the temperature in each month in every year
  4. Warmer Days - Plotting the number of days with a temperature higher than 25 °C as stacked column in classes of 5 degree width
  5. Heatmap - Showing a heatmap chart for all data available

Below you will find an example image of each chart and an explanation of the origin of the numbers

Monthly Temperature

Monthly Temperatures

The chart shows the monthly values of the average temperature for each year. The years have a different colour according to the colour scheme. The number of series directly visible is governed by the parameter MaxNrOfSeriesVisibleInGraphs.

If the value of the inifile parameter UseNormalTempReference is Normal the user sees a black line representing the normal average values of the temperature. When UseNormalTempReference is StationAverage the user sees a grey line representing the station average values of the temperature. And obviously when the parameter value is Both, the user sees both lines. In addition to the Station Average Value line, the estimator s for the standard deviation belonging to that line, is always shown as a grey surface with the width of s for a specific month.

Yearly Temperature statistics

File:Yearly Temperature Statistics.jpg
Yearly Temperature Statistics

For each year the charts shows the average of the daily temperature, the range of the daily temperature and the estimator s for the standard deviation belonging to that average. The colours of this chart are hardcoded and cannot be changed. Moving the mouse around provides the specific values in the tooltips.

Yearly Temperature statistics per Month

File:Yearly Temperature Statistics per Month.jpg
Yearly Temperature Statistics per Month

This chart is similar to the previous one, only now the the user can select a specific month through a row of buttons on top of the chart.