cf.FieldList.autocyclic

FieldList.autocyclic()[source]

For each field, set axes to be cyclic if they meet conditions.

An axis is set to be cyclic if and only if the following is true:

  • It has a unique, 1-d, longitude dimension coordinate object with bounds and the first and last bounds values differ by 360 degrees (or an equivalent amount in other units).

New in version 1.0.

Examples 1:
>>> f.autocyclic()
Returns:None