Source code for pycif.plugins.datastreams.fluxes.flexpart.write

from .....utils.check.errclass import CifError
[docs] def write(): """Not implemented: writing FLEXPART fluxes is not supported. Raises: CifError: always. """ raise CifError("I don't know yet how to write FLEXPART flux files")