Expand the domain with a new dimension in place.
The new dimension may by of any size greater then 0.
Parameters: |
|
---|---|
Returns: | None |
Examples: |
>>> d.expand_dims()
>>> d.expand_dims(size=12)
>>> c
<CF DimensionCoordinate: >
>>> d.expand_dims(coord=c)