===============
pymt_permamodel
===============
.. 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_permamodel-green.svg
:target: https://anaconda.org/conda-forge/pymt_permamodel
.. image:: https://readthedocs.org/projects/pymt-permamodel/badge/?version=latest
:target: https://pymt-permamodel.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/test.yml/badge.svg
:target: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/test.yml
.. image:: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/flake8.yml/badge.svg
:target: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/flake8.yml
.. image:: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/black.yml/badge.svg
:target: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/black.yml
PyMT plugins for Permamodel components
* Free software: MIT License
* Documentation: https://pymt-permamodel.readthedocs.io.
=========== =====================================
Component PyMT
=========== =====================================
FrostNumber `from pymt.models import FrostNumber`
Ku `from pymt.models import Ku`
KuEnhanced `from pymt.models import KuEnhanced`
=========== =====================================
---------------
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_permamodel
--------------------------
Once `pymt` is installed, the dependencies of `pymt_permamodel` can
be installed with:
.. code::
conda install permamodel
To install `pymt_permamodel`,
.. code::
conda install pymt_permamodel
Credits
=======
* CSDMS <csdms@colorado.edu>
Changelog for pymt_permamodel
=============================
0.2.2 (2024-10-23)
------------------
- Updates for pymt v1.3.2 (#5)
0.2.1 (2023-05-25)
------------------
- Update KuEnhanced config file template (#4)
0.2.0 (2023-04-21)
-------------------
- Update for babelizer 0.3.9 and permamodel 0.2 (#2)
0.1.3 (2019-05-21)
------------------
- docs: descriptions of min/max air temperatures
0.1.2 (2019-05-19)
------------------
- refactor: move model metadata into package
0.1.1 (2018-10-18)
------------------
- Remove unnecessary numpy import
0.1.0 (2018-10-17)
------------------
- Initial release
Raw data
{
"_id": null,
"home_page": "https://github.com/pymt-lab/pymt_permamodel",
"name": "pymt-permamodel",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "bmi, pymt",
"author": "CSDMS",
"author_email": "csdms@colorado.edu",
"download_url": "https://files.pythonhosted.org/packages/78/78/1100bb6bb60737532d64a0315401549aed407491544b568bed9f478c0330/pymt_permamodel-0.2.2.tar.gz",
"platform": null,
"description": "===============\npymt_permamodel\n===============\n\n\n.. image:: https://img.shields.io/badge/CSDMS-Basic%20Model%20Interface-green.svg\n :target: https://bmi.readthedocs.io/\n :alt: Basic Model Interface\n\n.. image:: https://img.shields.io/badge/recipe-pymt_permamodel-green.svg\n :target: https://anaconda.org/conda-forge/pymt_permamodel\n\n.. image:: https://readthedocs.org/projects/pymt-permamodel/badge/?version=latest\n :target: https://pymt-permamodel.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/test.yml/badge.svg\n :target: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/test.yml\n\n.. image:: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/flake8.yml/badge.svg\n :target: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/flake8.yml\n\n.. image:: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/black.yml/badge.svg\n :target: https://github.com/pymt-lab/pymt_permamodel/actions/workflows/black.yml\n\n\nPyMT plugins for Permamodel components\n\n\n* Free software: MIT License\n* Documentation: https://pymt-permamodel.readthedocs.io.\n\n\n\n\n=========== =====================================\nComponent PyMT\n=========== =====================================\nFrostNumber `from pymt.models import FrostNumber`\nKu `from pymt.models import Ku`\nKuEnhanced `from pymt.models import KuEnhanced`\n=========== =====================================\n\n---------------\nInstalling pymt\n---------------\n\nInstalling `pymt` from the `conda-forge` channel can be achieved by adding\n`conda-forge` to your channels with:\n\n.. code::\n\n conda config --add channels conda-forge\n\n*Note*: Before installing `pymt`, you may want to create a separate environment\ninto which to install it. This can be done with,\n\n.. code::\n\n conda create -n pymt python=3\n conda activate pymt\n\nOnce the `conda-forge` channel has been enabled, `pymt` can be installed with:\n\n.. code::\n\n conda install pymt\n\nIt is possible to list all of the versions of `pymt` available on your platform with:\n\n.. code::\n\n conda search pymt --channel conda-forge\n\n--------------------------\nInstalling pymt_permamodel\n--------------------------\n\nOnce `pymt` is installed, the dependencies of `pymt_permamodel` can\nbe installed with:\n\n.. code::\n\n conda install permamodel\n\nTo install `pymt_permamodel`,\n\n.. code::\n\n conda install pymt_permamodel\n\n\nCredits\n=======\n\n* CSDMS <csdms@colorado.edu>\n\n\nChangelog for pymt_permamodel\n=============================\n\n0.2.2 (2024-10-23)\n------------------\n\n- Updates for pymt v1.3.2 (#5) \n\n\n0.2.1 (2023-05-25)\n------------------\n\n- Update KuEnhanced config file template (#4) \n\n\n0.2.0 (2023-04-21)\n-------------------\n\n- Update for babelizer 0.3.9 and permamodel 0.2 (#2)\n\n\n0.1.3 (2019-05-21)\n------------------\n\n- docs: descriptions of min/max air temperatures\n\n\n0.1.2 (2019-05-19)\n------------------\n\n- refactor: move model metadata into package\n\n\n0.1.1 (2018-10-18)\n------------------\n\n- Remove unnecessary numpy import\n\n\n0.1.0 (2018-10-17)\n------------------\n\n- Initial release\n",
"bugtrack_url": null,
"license": null,
"summary": "PyMT plugin for pymt_permamodel",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/pymt-lab/pymt_permamodel"
},
"split_keywords": [
"bmi",
" pymt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7f274d4f773487b68617be0f60d0e620f3f0597f2846c68ced3a4f944f036c0c",
"md5": "166bbd9775a7422bd5ebc9f468d86985",
"sha256": "5113f015976a3e74a38c32aadf10fee3012d43d78323b4724fc67634dec699a3"
},
"downloads": -1,
"filename": "pymt_permamodel-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "166bbd9775a7422bd5ebc9f468d86985",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25132,
"upload_time": "2024-10-23T22:37:03",
"upload_time_iso_8601": "2024-10-23T22:37:03.743777Z",
"url": "https://files.pythonhosted.org/packages/7f/27/4d4f773487b68617be0f60d0e620f3f0597f2846c68ced3a4f944f036c0c/pymt_permamodel-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78781100bb6bb60737532d64a0315401549aed407491544b568bed9f478c0330",
"md5": "41f7332bf91da81100c6bbe4cd237e97",
"sha256": "4d38a79caaf3b92e56b3984b02230ea0c357dd45829a27497957291c0afa6306"
},
"downloads": -1,
"filename": "pymt_permamodel-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "41f7332bf91da81100c6bbe4cd237e97",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25866,
"upload_time": "2024-10-23T22:37:05",
"upload_time_iso_8601": "2024-10-23T22:37:05.665348Z",
"url": "https://files.pythonhosted.org/packages/78/78/1100bb6bb60737532d64a0315401549aed407491544b568bed9f478c0330/pymt_permamodel-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-23 22:37:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pymt-lab",
"github_project": "pymt_permamodel",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
}
],
"lcname": "pymt-permamodel"
}