Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdpiper/pymt_heatcxx
PyMT component for the C++ BMI example
https://github.com/mdpiper/pymt_heatcxx
bmi csdms cxx pymt
Last synced: 11 days ago
JSON representation
PyMT component for the C++ BMI example
- Host: GitHub
- URL: https://github.com/mdpiper/pymt_heatcxx
- Owner: mdpiper
- License: mit
- Created: 2021-08-24T20:34:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T21:08:21.000Z (over 3 years ago)
- Last Synced: 2024-06-12T17:33:30.341Z (7 months ago)
- Topics: bmi, csdms, cxx, pymt
- Language: Cython
- Homepage: https://bmi.readthedocs.io
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
============
pymt_heatcxx
============.. 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_heatcxx-green.svg
:target: https://anaconda.org/conda-forge/pymt_heatcxx.. image:: https://readthedocs.org/projects/pymt-heatcxx/badge/?version=latest
:target: https://pymt-heatcxx.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://github.com/mdpiper/pymt_heatcxx/actions/workflows/test.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatcxx/actions/workflows/test.yml.. image:: https://github.com/mdpiper/pymt_heatcxx/actions/workflows/flake8.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatcxx/actions/workflows/flake8.yml.. image:: https://github.com/mdpiper/pymt_heatcxx/actions/workflows/black.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatcxx/actions/workflows/black.ymlPyMT plugin for heatcxx model
* Free software: MIT License
* Documentation: https://pymt-heatcxx.readthedocs.io.============ ======================================
Component PyMT
============ ======================================
HeatModelCxx `from pymt.models import HeatModelCxx`
============ ======================================---------------
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 pymtOnce 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_heatcxx
-----------------------To install `pymt_heatcxx`,
.. code::
conda install pymt_heatcxx