pyPENELOPE

penepma – Program to launch PENEPMA simulation

Inheritance diagram of penelopetools.api.program.penepma

class penelopetools.api.program.penepma.Penepma2008(configfilepath=None)

Bases: penelopetools.api.program._Program

Program to launch a simulation with the 2008 release of PENEPMA.

In the configuration file, the section Penepma2008 is read. It requires two options:

  • filename of the program
  • path to the program
Parameters:configfilepath (str) – location of the configuration file
SECTION_NAME = 'Penepma2008'
class penelopetools.api.program.penepma.Penepma2010(configfilepath=None)

Bases: penelopetools.api.program._Program

Program to launch a simulation with the 2010 release of PENEPMA.

In the configuration file, the section Penepma2010 is read. It requires two options:

  • filename of the program
  • path to the program
Parameters:configfilepath (str) – location of the configuration file
SECTION_NAME = 'Penepma2010'
class penelopetools.api.program.penepma.Penepma2011(configfilepath=None)

Bases: penelopetools.api.program._Program

Program to launch a simulation with the 2011 release of PENEPMA.

In the configuration file, the section Penepma2011 is read. It requires two options:

  • filename of the program
  • path to the program
Parameters:configfilepath (str) – location of the configuration file
SECTION_NAME = 'Penepma2011'