multimodemodel.GridShift

multimodemodel.GridShift#

class multimodemodel.GridShift(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Direction of shift of staggered grids with respect to the eta-grid.

E.g., GridShift.LR indicates that the grid points of the other grids which share the same index are located on the lower and/or left face of the eta Grid. The value of the enumerator is a tuple giving the direction of shift in y- and x-direction.

__init__(*args, **kwds)#

Attributes

LR

Subgrids are shifted to the lower right

UR

Subgrids are shifted to the upper right

LL

Subgrids are shifted to the lower left

UL

Subgrids are shifted to the upper left