BMI model that is written in Python. Path and name of the model template directory (relative to this configuration file). This directory will be cloned to create instance directories called work0, work1, work2, etc. The work directories will be created next to the model template directory, i.e. with the same parent directory. Before each run, any work directories from previous runs will be removed. The path and name of the model configuration file (relative to the model template directory). DEPRECATED: This element will probably be removed in future. Path that contains the Python code of the model (relative to this configuration file). The (fully qualified) name of the Python module that contains the class specified in className, e.g. wflow_bmi. The name of the Python class that implements the BMI interface, e.g. wflowbmi. Configuration for a BMI model factory. It contains information on the Python module that contains the model to use and the input and output files for the model.