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

from .....utils.check.errclass import CifError
[docs] def write(self, name, flx_file, flx, mode="a", **kwargs): """Not implemented: writing GCP N2O fluxes is not supported. Raises: CifError: always. """ raise CifError("Can't write GCP fluxes so far")