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: 9 months ago
JSON representation
PyMT component for the Python BMI example
- Host: GitHub
- URL: https://github.com/mdpiper/pymt_heatpy
- Owner: mdpiper
- License: mit
- Created: 2021-08-24T23:03:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T22:12:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T17:56:17.663Z (over 1 year ago)
- Topics: bmi, csdms, pymt, python
- Language: Makefile
- Homepage: https://bmi.readthedocs.io
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
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