pycif.plugins.models.chimere — API reference

pycif.plugins.models.chimere — API reference#

Configuration reference: chimere plugin

pycif.plugins.models.chimere.compile.compile(self)[source]#
pycif.plugins.models.chimere.flushrun.flushrun(self, rundir, mode, transform_id, full_flush=True)[source]#

Cleaning the simulation directories to limit space usage

pycif.plugins.models.chimere.flushrun.flush_rundir(runsubdir, mode, final=False, full_flush=True)[source]#
pycif.plugins.models.chimere.ini_mapper.ini_mapper(model, general_mapper={}, backup_comps={}, transforms_order=[], ref_transform='', transform_name='', **kwargs)[source]#
pycif.plugins.models.chimere.ini_periods.ini_periods(self, **kwargs)[source]#
pycif.plugins.models.chimere.perturb_model.perturb_model(self, nsamples, transf_mapper)[source]#
pycif.plugins.models.chimere.run.run(self, runsubdir, mode, workdir, ddi, nbproc=1, do_simu=True, approx_transf=False, ref_fwd_dir='', overlap=False, **kwargs)[source]#

Run the CHIMERE model in forward mode

Parameters:
  • self – the model Plugin

  • runsubdir (str) – working directory for the current run

  • mode (str) – forward or backward

  • workdir (str) – pyCIF working directory

  • do_simu (bool) – re-run or not existing simulation

pycif.plugins.models.chimere.utils.check_inputs(self, runsubdir, mode)[source]#