The proposed CF aggregation rules allow for the aggregation of CF fields across multiple dimensions. These rules are based solely on the fields’ metadata, therefore allowing such aggregations to be reliably automated. This raises the possibility of large amounts of aggregations being created and therefore storing these collections is clearly desirable.
This document describes how the data arrays of such aggregations could be stored in the memory of an application and proposes a convention – the NCA (netCDF aggregate) convention – for their efficient file storage.
The key element of the NCA files is that they are CF-like netCDF files, which only require extra processing to realise their aggregated data arrays.
These ideas have been implemented in cf-python. In particular, its Large Amounts of Massive Arrays (LAMA) functionality stores arrays in this fashion and it can read and write files according the NCA convention as described here.
This style of aggregation storage is a generalization of NetCDF Markup Language (NcML) storage, which has long-standing use in the community, in that it allows: