Metadata-Version: 2.1
Name: scope-coupler
Version: 0.2.0
Summary: Scope is an offline, script based coupler for Earth System Models
Home-page: https://gitlab.awi.de/pgierz/scope
Author: Paul Gierz
Author-email: pgierz@awi.de
License: GNU General Public License v3
Keywords: scope
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Click (>=6.0)
Requires-Dist: pyyaml
Requires-Dist: jinja2
Requires-Dist: loguru

=================================================================
SCOPE: A Script Based Coupler for Simulations of the Earth System
=================================================================


.. image:: https://img.shields.io/pypi/v/scope-coupler.svg
        :target: https://pypi.python.org/pypi/scope-coupler

.. image:: https://readthedocs.org/projects/scope-coupler/badge/?version=latest
        :target: https://scope-coupler.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




``scope`` is a offline, script-based coupler for various simulations of the
Earth System. It is written in Python and configured with YAML files.

* Free software: GNU General Public License v3
* Documentation: https://scope-coupler.readthedocs.io.


Features
--------

* Automatic remapping between various grids via the ``SCRIP`` library
* Ability to run other programs before and after each step
* Configuration via yaml files
* No modification of model source code necessary



Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.4 (2019-12-12)
------------------

* Includes examples directory and a test ``scope_config.yaml``
* Fixes a small logging error in the command line interface
* Updates documentation of main module
* Adds pre and post hooks functionality
* Changes maximum line length in flake8 to 160 characters, black code style for
  120 characters.

0.1.3 (2019-12-4)
-----------------

* Automatically builds documentation from docstrings
* Most of ``scope send`` works

0.1.0 (2019-11-13)
------------------

* First release on PyPI.


