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

https://github.com/mdpiper/pymt_heatpy

PyMT component for the Python BMI example
https://github.com/mdpiper/pymt_heatpy

bmi csdms pymt python

Last synced: 26 days ago
JSON representation

PyMT component for the Python BMI example

Awesome Lists containing this project

README

        

===========
pymt_heatpy
===========

.. image:: https://img.shields.io/badge/CSDMS-Basic%20Model%20Interface-green.svg
:target: https://bmi.readthedocs.io/
:alt: Basic Model Interface

.. image:: https://img.shields.io/badge/recipe-pymt_heatpy-green.svg
:target: https://anaconda.org/conda-forge/pymt_heatpy

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

.. image:: https://github.com/mdpiper/pymt_heatpy/actions/workflows/test.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatpy/actions/workflows/test.yml

.. image:: https://github.com/mdpiper/pymt_heatpy/actions/workflows/flake8.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatpy/actions/workflows/flake8.yml

.. image:: https://github.com/mdpiper/pymt_heatpy/actions/workflows/black.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatpy/actions/workflows/black.yml

PyMT plugin for heatpy model

* Free software: MIT License
* Documentation: https://pymt-heatpy.readthedocs.io.

=========== =====================================
Component PyMT
=========== =====================================
HeatModelPy `from pymt.models import HeatModelPy`
=========== =====================================

---------------
Installing pymt
---------------

Installing `pymt` from the `conda-forge` channel can be achieved by adding
`conda-forge` to your channels with:

.. code::

conda config --add channels conda-forge

*Note*: Before installing `pymt`, you may want to create a separate environment
into which to install it. This can be done with,

.. code::

conda create -n pymt python=3
conda activate pymt

Once the `conda-forge` channel has been enabled, `pymt` can be installed with:

.. code::

conda install pymt

It is possible to list all of the versions of `pymt` available on your platform with:

.. code::

conda search pymt --channel conda-forge

----------------------
Installing pymt_heatpy
----------------------

To install `pymt_heatpy`,

.. code::

conda install pymt_heatpy