FileFormat¶
-
class
ESMF.api.constants.
FileFormat
¶ 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 VTK file format.
-
SCRIP
= <FileFormat.SCRIP: 2>¶ Use SCRIP file format.
-
ESMFMESH
= <FileFormat.ESMFMESH: 3>¶ Use ESMF unstructured grid file format.
-
ESMFGRID
= <FileFormat.ESMFGRID: 4>¶ Use ESMF structured grid file format.
-
UGRID
= <FileFormat.UGRID: 5>¶ Use CF UGRID unstructured grid file format.
-
GRIDSPEC
= <FileFormat.GRIDSPEC: 6>¶ Use a single tile grid file conforming with the proposed CF GRIDSPEC conventions.
-