TypeKind¶
- class esmpy.api.constants.TypeKind(value, names=None, module=None, type=None, start=1)¶
This is used to indicate the type and kind of ESMPy types to the underlying ESMF library routines.
- I4 = <TypeKind.I4: 3>¶
A four byte integer, equivalent to numpy.int32.
- I8 = <TypeKind.I8: 4>¶
An eight byte integer, equivalent to numpy.int64.
- R4 = <TypeKind.R4: 5>¶
A four byte real, equivalent to numpy.float32.
- R8 = <TypeKind.R8: 6>¶
An eight byte real, equivalent to numpy.float64.