Skip to content

grid_sizer

GridSizer dataclass

Bases: ABC

nx instance-attribute

Length of the x compute dimension for produced arrays.

ny instance-attribute

Length of the y compute dimension for produced arrays.

nz instance-attribute

Length of the z compute dimension for produced arrays.

n_halo instance-attribute

Number of horizontal halo points for produced arrays.

data_dimensions instance-attribute

Name/Lengths pair of any non-x/y/z dimensions, such as land or radiation dimensions.

__init__(nx, ny, nz, n_halo, data_dimensions)

get_origin(dims) abstractmethod

get_extent(dims) abstractmethod

get_shape(dims) abstractmethod