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

[docs] def write(self, flx_file, flx_fwd, flx_tl, **kwargs): """No-op: does not write anything. Args: self (Flux): the Flux plugin. flx_file (str): the file where to write fluxes. flx_fwd, flx_tl: fluxes data to write. **kwargs: unused, kept for interface compatibility. """ return