# tmp\_max\_ave

This value is calculated by summing the maximum air temperature for every day in the month for all years of record and dividing the sum by the number of days:

$$
μmx\_{mon}=\frac{∑*{d=1}^N\*T*{mx,mon}}{N}
$$

where $$μmx\_{mon}$$is the mean daily maximum temperature for the month $$mon$$ (ºC), $$T\_{mx,mon}$$ is the daily maximum temperature on day $$d$$ in month $$mon$$ (ºC), and $$N$$is the total number of daily maximum temperature records for month $$mon$$.
