Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jor-/simulation

Python functions for simulating mathematical models, estimating model parameters, quantifying uncertainties and visualizing results.
https://github.com/jor-/simulation

optimization python simulation uncertainty

Last synced: 15 days ago
JSON representation

Python functions for simulating mathematical models, estimating model parameters, quantifying uncertainties and visualizing results.

Awesome Lists containing this project

README

        

==========
SIMULATION
==========

This is a collection of Python functions for simulating mathematical models, estimating model parameters, quantifying uncertainties and visualizing results. In particular, it is designed to simulate biogechemical models using METOS3D on high perfomance computers.

Release info
============

There are several ways to obtain and install this package.

Conda
-----

.. image:: https://img.shields.io/conda/v/jore/simulation.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda version
.. image:: https://anaconda.org/jore/simulation/badges/latest_release_date.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda last updated
.. image:: https://anaconda.org/jore/simulation/badges/platforms.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda platforms
.. image:: https://anaconda.org/jore/simulation/badges/license.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda licence

To install this package with *conda* run:

``conda install -c jore simulation``

https://anaconda.org/jore/simulation

pip
---

.. image:: https://img.shields.io/pypi/v/simulation.svg
:target: https://pypi.python.org/pypi/simulation
:alt: PyPI version
.. image:: https://img.shields.io/pypi/format/simulation.svg
:target: https://pypi.python.org/pypi/simulation
:alt: PyPI format
.. image:: https://img.shields.io/pypi/l/simulation.svg
:target: https://pypi.python.org/pypi/simulation
:alt: PyPI licence

To install this package with *pip* run:

``pip install 'simulation'``

https://pypi.python.org/pypi/simulation

GitHub
------

.. image:: https://img.shields.io/github/tag/jor-/simulation.svg
:target: https://github.com/jor-/simulation
:alt: GitHub last tag
.. image:: https://img.shields.io/github/license/jor-/simulation.svg
:target: https://github.com/jor-/simulation
:alt: GitHub license

To clone this package with *git* run:

``git clone https://github.com/jor-/simulation.git``

To install this package after that with *python* run:

``cd simulation; python setup.py install``

https://github.com/jor-/simulation

Copyright
=========

Copyright (C) 2011-2019 Joscha Reimer [email protected]

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .