Skip to content

Commit bf65145

Browse files
committed
small addition to the documentation
1 parent 6b3df9d commit bf65145

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/manual/rules/time_aggregation_rule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FORMAT
99
time_scale : <time_aggregation_applied>
1010
input_variable: <one_input_variable_name>
1111
output_variable: <one_output_variable_name>
12+
multi_year_start: <start_year>
13+
multi_year_end: <end_year>
1214
```
1315

1416
The time aggregation rule allows for calculating a statistical summary over the time axes of 3D and 2D variables. This could be used for calculating the maximum value over a year (e.g., for water level) or the minimum value over a month (e.g., oxygen concentration). The rule operates both on 3D variables and 2D variables as long as they have a time axis and returns a 3D or 2D result depending on input with the statistic calculated for a new time axis (e.g., year or month).

0 commit comments

Comments
 (0)