Organize your computational models transparently

docs

Documentation Status

tests

Travis Requirements Status Coverage

package

PyPI Package latest release Supported versions Supported implementations

Welcome! This package attempts to create an interface for managing the usage of a climate model. It provides the ModelOrganization class that manages different experiments in projects.

Content

Installation

Simply install it via pip:

$ pip install model-organization

Or you install it via:

$ python setup.py install

from the source on GitHub.

Requirements

The package is based upon

  • funcargparse: used to create the command line utility.

  • PyYAML: for storing, loading and displaying the configuration

  • six: For compatibility issues between python 2 and python 3

  • fasteners: For a parallel access to the configuration files

The package is regularly tested for python 2.7, 3.4, 3.5 and 3.6.

Indices and tables