cf.FieldList.concatenate

FieldList.concatenate(axis=0, _preserve=True)[source]

Join the sequence of fields together.

This is different to cf.aggregate because it does not account for all metadata. For example, it assumes that the axis order is the same in each field.

New in version 1.0.

Parameters
axis: int, optional

TODO

Returns
Field

TODO