py-modelrunner
  • Installation
    • Install using pip
    • Install using conda
    • Installing from source
      • Prerequisites
      • Downloading the package
  • User Manual
    • Main structure of the package
    • Design philosophy
  • Examples
    • io_hdf.py
    • io_json.py
    • io_yaml.py
    • model_class.py
    • model_decorator.py
    • model_function.py
    • model_storage_output.py
    • read_many.py
    • script_custom_func.py
    • script_function.py
    • script_many_classes.py
    • script_minimal.py
    • script_model_class.py
    • submit_function.py
    • submit_many_func.py
    • submit_many_iter.py
    • submit_shebang.py
  • modelrunner package
    • modelrunner.model package
      • modelrunner.model.base module
      • modelrunner.model.factory module
      • modelrunner.model.parameters module
    • modelrunner.run package
      • modelrunner.run.compatibility package
        • modelrunner.run.compatibility.triage module
        • modelrunner.run.compatibility.version0 module
        • modelrunner.run.compatibility.version1 module
        • modelrunner.run.compatibility.version2 module
      • modelrunner.run.job module
      • modelrunner.run.launch module
      • modelrunner.run.results module
    • modelrunner.storage package
      • modelrunner.storage.backend package
        • modelrunner.storage.backend.hdf module
        • modelrunner.storage.backend.json module
        • modelrunner.storage.backend.memory module
        • modelrunner.storage.backend.text_base module
        • modelrunner.storage.backend.utils module
        • modelrunner.storage.backend.yaml module
        • modelrunner.storage.backend.zarr module
      • modelrunner.storage.access_modes module
      • modelrunner.storage.attributes module
      • modelrunner.storage.base module
      • modelrunner.storage.group module
      • modelrunner.storage.tools module
      • modelrunner.storage.trajectory module
      • modelrunner.storage.utils module
    • modelrunner.config module
    • modelrunner.utils module
py-modelrunner
  • Overview: module code

All modules for which code is available

  • builtins
  • modelrunner.config
  • modelrunner.model.base
  • modelrunner.model.factory
  • modelrunner.model.parameters
  • modelrunner.run.compatibility.triage
  • modelrunner.run.compatibility.version0
  • modelrunner.run.compatibility.version1
  • modelrunner.run.compatibility.version2
  • modelrunner.run.job
  • modelrunner.run.launch
  • modelrunner.run.results
  • modelrunner.storage.access_modes
  • modelrunner.storage.attributes
  • modelrunner.storage.backend._zarr3
  • modelrunner.storage.backend.hdf
  • modelrunner.storage.backend.json
  • modelrunner.storage.backend.memory
  • modelrunner.storage.backend.text_base
  • modelrunner.storage.backend.utils
  • modelrunner.storage.backend.yaml
  • modelrunner.storage.base
  • modelrunner.storage.group
  • modelrunner.storage.tools
  • modelrunner.storage.trajectory
  • modelrunner.storage.utils
  • modelrunner.utils

© Copyright 2026, David Zwicker.

Built with Sphinx using a theme provided by Read the Docs.