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
LRSubgrids are shifted to the lower right
URSubgrids are shifted to the upper right
LLSubgrids are shifted to the lower left
ULSubgrids are shifted to the upper left