pycif.plugins.datastreams.fields.tm5_ic — API reference#
Configuration reference: tm5_ic plugin
- pycif.plugins.datastreams.fields.tm5_ic.fetch.fetch(ref_dir, ref_file, input_interval, target_dir, tracer=None, component=None)[source]#
- pycif.plugins.datastreams.fields.tm5_ic.read.read(self, name, tracdir, tracfile, varnames, dates, interpol_flx=False, comp_type=None, model=None, tracer=None, **kwargs)[source]#
Get fluxes from pre-computed fluxes and load them into a pyCIF variables
- Parameters:
self – the fluxes Plugin
name – the name of the component
tracdir – flux directory and file format
tracfile – flux directory and file format
dates – list of dates to extract
interpol_flx (bool) – if True, interpolates fluxes at time t from
files (values of surrounding available)