FileFormat¶
-
class
ESMF.api.constants.FileFormat(value, names=None, module=None, type=None, start=1)¶ The
GridandMeshobjects 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.
-
ESMFGRID= <FileFormat.ESMFGRID: 4>¶ Use the ESMF structured 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).
-