pycif.plugins.modes.postproc — API reference

Contents

pycif.plugins.modes.postproc — API reference#

Configuration reference: postproc plugin

pycif.plugins.modes.postproc.execute.execute(self, **kwargs)[source]#

Load existing inversion outputs and reproject fluxes to maps.

Optionally reads a pre-existing observation vector and/or control vector from disk, projects flux tracers from the control-vector space to spatially-resolved maps (prior and posterior), and saves the maps as NetCDF files alongside their difference (ratio_x-xb.nc).

Parameters:
  • self (Plugin) – mode plugin providing workdir, datei, datef, and optionally file_monitor and controlvect_file.

  • **kwargs – unused; accepted for interface consistency.