This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tools:actools:cmaq_reduced [2017/02/01 10:31] ctena [Reduced specifications] |
tools:actools:cmaq_reduced [2017/02/14 15:41] (current) ctena [8h_max] |
||
|---|---|---|---|
| Line 117: | Line 117: | ||
| </ | </ | ||
| * var -> Name of the output variable following the conventions. | * var -> Name of the output variable following the conventions. | ||
| - | * var_cmaq -> Variable or List of variables | + | * var_cmaq -> Variable or List of variables |
| - | * filename | + | * filename |
| - | * factor | + | * factor |
| - | * unit | + | * unit -> Units to save the outputs. |
| - | * timeint_stat | + | * timeint_stat |
| + | |||
| + | ===== Reduced types ===== | ||
| + | All the output types are saved following the NetCDF conventions with the lat lon localization and the datetime. | ||
| + | ==== 1h ==== | ||
| + | This output type is directly the hourly values. | ||
| + | |||
| + | The output type will have the same time steps of the input. | ||
| + | ==== 8h_max ==== | ||
| + | That's the most complex reduced type. | ||
| + | |||
| + | The result is one value for each cell and each day. | ||
| + | This result is the maximum daily 8 hour mean. | ||
| + | |||
| + | DIRECTIVE 2008/50/EC OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL | ||
| + | |||
| + | Maximum daily eight-hour mean: the maximum daily eight-hour mean concentration shall be selected by examining eight-hour running averages, calculated from hourly data and updated each hour. Each eight -hour average so calculated shall be assigned to the day on which it ends. i.e. the first calculation period for any one day will be the period from 17:00 on the previous day to 01:00 on that day; the last calculation | ||
| + | |||
| + | ==== day_mean ==== | ||
| + | The mean of each day | ||
| + | ==== day_max ==== | ||
| + | The maximum value of each day | ||