metadata
QuantityHaloSpec
dataclass
Describe the memory to be exchanged, including size of the halo.
QuantityMetadata
dataclass
backend
instance-attribute
NDSL backend. Used for performance optimal data allocation.
data_type
instance-attribute
ndarray-like type used to store the data.
dim_lengths
property
Mapping of dimension names to their lengths.
dims
instance-attribute
Names of each dimension.
dtype
instance-attribute
dtype of the data in the ndarray-like object.
extent
instance-attribute
The shape of the computational domain.
n_halo
instance-attribute
Number of halo-points used in the horizontal.
np
property
numpy-like module used to interact with the data.
origin
instance-attribute
The start of the computational domain.
units
instance-attribute
Units of the quantity.