FileFormat

class ESMF.api.constants.FileFormat(value, names=None, module=None, type=None, start=1)

The Grid and Mesh objects may be created from specifications in a NetCDF data file. This flag indicates the format of the data file.

VTK = <FileFormat.VTK: 1>

Use the VTK file format.

SCRIP = <FileFormat.SCRIP: 2>

Use the SCRIP file format.

ESMFMESH = <FileFormat.ESMFMESH: 3>

Use the ESMFMESH unstructured grid file format.

ESMFGRID = <FileFormat.ESMFGRID: 4>

Use the ESMF structured grid file format.

UGRID = <FileFormat.UGRID: 5>

Use the UGRID unstructured grid file format.

GRIDSPEC = <FileFormat.GRIDSPEC: 6>

Use the UGRID single tile grid file format based on CF V1.6 conventions (a.k.a GRIDSPEC).