FileMode¶
- class esmpy.api.constants.FileMode(value, names=None, module=None, type=None, start=1)¶
Specify which mode to use when writing a weight file.
- BASIC = <FileMode.BASIC: 0>¶
Indicates that only the factorList and factorIndexList should be written.
- WITHAUX = <FileMode.WITHAUX: 1>¶
Indicates that grid center coordinates and cell areas should also be written.