| 1 | |
| 2 | === Cell Method === |
| 3 | |
| 4 | The cell methods construct describes the methods by which the data values of the field construct represent variation within their cells. It is an ordered list, because the methods specified are not necessarily commutative. |
| 5 | |
| 6 | Each entry of the list specifies: one or more domain axes, or, CF standard names; |
| 7 | and one method. |
| 8 | |
| 9 | The variation is defined to be with respect to the named domain axes or with respect to the quantity defined by the standard names, depending on which is specified. |
| 10 | |
| 11 | Appendix E of the CF conventions for NetCDF files lists method names which may be defined using the controlled terminology name ``cell_methods``. |
| 12 | Special methods indicate climatological time processing. |
| 13 | |
| 14 | CF NetCDF |
| 15 | |
| 16 | The cell measures construct corresponds to the cell_methods attribute of the data variable in CF-netCDF files. |
| 17 | |