Interface

Interface

Merging ClimGrid type

Sometimes, the timeseries are split among multiple files (e.g. climate models outputs). To obtain the complete timeseries, you can merge 2 ClimGrid. The method is based on AxisArrays merging method and is overloaded for the ClimGrid type.

C = merge(C1::ClimGrid, C2::ClimGrid)

To merge multiple ClimGrid form an array of files, load has a method that accepts an array of files to merge.

Operators

Basic operators are overloaded on ClimGrid.

mean minimum maximum std var