:orphan:

.. The content of this file was generated
.. automatically by the popy.conf.fio.rstdoc_writer module
.. at 19 Mar 2026, 01:37:09


.. _mcomp_spec:



.. _mcomp-x-method-options-x-spec:

METHOD_OPTIONS
**************

Type: :term:`dict_record <dict_record>`

method options for mcomp_script

Example:-

.. code-block:: pyml

    METHOD_OPTIONS:
        py_module: mcomp
        rand_seed: 12345
        float_format: default


.. _mcomp-x-method-options-x-py-module-x-spec:

py_module
=========

Type: :term:`one_of(mcomp) <one_of>`

Python module required to process this script file

Example:-

.. code-block:: pyml

    py_module: mcomp


.. _mcomp-x-method-options-x-rand-seed-x-spec:

rand_seed
=========

Type: :term:`int <int>` / :term:`auto <auto>`

Option to set seed to make run result
reproducible -e.g. when debugging.

Example:-

.. code-block:: pyml

    rand_seed: 12345


.. _mcomp-x-method-options-x-float-format-x-spec:

float_format
============

Type: :term:`str <str>`

Format string for numerical output

Example:-

.. code-block:: pyml

    float_format: default


.. _mcomp-x-description-x-spec:

DESCRIPTION
***********

Type: :term:`dict_record <dict_record>`

Description fields for script.

Example:-

.. code-block:: pyml

    DESCRIPTION:
        name: my_pkpd_model
        title: My PKPD model
        author: My Name
        abstract: |
            Abstract describing the model
        keywords: ['pkpd']


.. _mcomp-x-description-x-name-x-spec:

name
====

Type: :term:`str <str>`

Unique name used to distinguish script

Example:-

.. code-block:: pyml

    name: my_pkpd_model


.. _mcomp-x-description-x-title-x-spec:

title
=====

Type: :term:`str <str>`

A longer text string that could serve as a title

Example:-

.. code-block:: pyml

    title: My PKPD model


.. _mcomp-x-description-x-author-x-spec:

author
======

Type: :term:`str <str>`

Author of the model

Example:-

.. code-block:: pyml

    author: My Name


.. _mcomp-x-description-x-abstract-x-spec:

abstract
========

Type: :term:`verbatim <verbatim>`

Abstract paragraph describing model

Example:-

.. code-block:: pyml

    abstract: |
        Abstract describing the model


.. _mcomp-x-description-x-keywords-x-spec:

keywords
========

Type: :term:`list <list>`

Keywords list used to categorise models.

Example:-

.. code-block:: pyml

    keywords: ['pkpd']


.. _mcomp-x-file-paths-x-spec:

FILE_PATHS
**********

Type: :term:`dict_record <dict_record>`

File paths for mcomp script

Example:-

.. code-block:: pyml

    FILE_PATHS:
        output_folder: auto
        temp_folder: auto
        log_folder: auto
        output_file_ext: ['svg']
        mgen_script_path: auto
        mgen_output_folder: auto
        mfit_script_path: auto
        mfit_output_folder: auto


.. _mcomp-x-file-paths-x-output-folder-x-spec:

output_folder
=============

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

Output folder - results of computation stored here

Example:-

.. code-block:: pyml

    output_folder: auto


.. _mcomp-x-file-paths-x-temp-folder-x-spec:

temp_folder
===========

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

Temp folder - temporary files stored here

Example:-

.. code-block:: pyml

    temp_folder: auto


.. _mcomp-x-file-paths-x-log-folder-x-spec:

log_folder
==========

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

Log folder - log files stored here

Example:-

.. code-block:: pyml

    log_folder: auto


.. _mcomp-x-file-paths-x-output-file-ext-x-spec:

output_file_ext
===============

Type: :term:`list_of(pdf,png,svg) <list_of>`

Output file extension - determines graphical output file format.

Example:-

.. code-block:: pyml

    output_file_ext: ['svg']


.. _mcomp-x-file-paths-x-mgen-script-path-x-spec:

mgen_script_path
================

Type: :term:`input_file <input_file>` / :term:`auto <auto>`

Path to mgen_script.

Example:-

.. code-block:: pyml

    mgen_script_path: auto


.. _mcomp-x-file-paths-x-mgen-output-folder-x-spec:

mgen_output_folder
==================

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

mgen_script output folder.

Example:-

.. code-block:: pyml

    mgen_output_folder: auto


.. _mcomp-x-file-paths-x-mfit-script-path-x-spec:

mfit_script_path
================

Type: :term:`input_file <input_file>` / :term:`auto <auto>`

Path to mfit_script.

Example:-

.. code-block:: pyml

    mfit_script_path: auto


.. _mcomp-x-file-paths-x-mfit-output-folder-x-spec:

mfit_output_folder
==================

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

mfit_script output folder.

Example:-

.. code-block:: pyml

    mfit_output_folder: auto


.. _mcomp-x-mcomp-options-x-spec:

MCOMP_OPTIONS
*************

Type: :term:`dict_record <dict_record>`

Options for mcomp script

Example:-

.. code-block:: pyml

    MCOMP_OPTIONS:
        dot_size: 12


.. _mcomp-x-mcomp-options-x-dot-size-x-spec:

dot_size
========

Type: :term:`int <int>`

Size of dots appearing in scatter plots

Example:-

.. code-block:: pyml

    dot_size: 12



