GridItem¶
-
class
ESMF.api.constants.
GridItem
(value, names=None, module=None, type=None, start=1)¶ The
Grid
can contain other kinds of data besides coordinates. This data is referred to asGrid
“items”. Some items may be used for calculations involving theGrid
.-
MASK
= <GridItem.MASK: 0>¶ A grid item to represent a mask.
-
AREA
= <GridItem.AREA: 1>¶ A grid item to represent an area field for conservative regridding.
-