https://github.com/permamodel/permamodel
Permafrost models with a Basic Model Interface
https://github.com/permamodel/permamodel
bmi csdms modeling permafrost python
Last synced: 3 months ago
JSON representation
Permafrost models with a Basic Model Interface
- Host: GitHub
- URL: https://github.com/permamodel/permamodel
- Owner: permamodel
- License: mit
- Created: 2016-04-27T21:05:18.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T22:33:59.000Z (about 1 year ago)
- Last Synced: 2025-07-09T00:43:27.031Z (11 months ago)
- Topics: bmi, csdms, modeling, permafrost, python
- Language: Python
- Homepage: https://permamodel.github.io
- Size: 50.5 MB
- Stars: 16
- Watchers: 7
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - Permamodel - A collection of numerical permafrost models with a range of capability and complexity. (Cryosphere / Snow and Permafrost)
README
[](https://doi.org/10.5281/zenodo.15284697)
[](https://pypi.org/project/permamodel)
[](https://anaconda.org/conda-forge/permamodel)
[](https://bmi.readthedocs.io/)
[](https://github.com/permamodel/permamodel/actions/workflows/test.yml)
[](https://coveralls.io/github/permamodel/permamodel?branch=main)
permamodel
==========
Permamodel is a collection of numerical permafrost models.
This repository contains source code and examples for two models:
* Frost number
* Ku (versions by [Kang Wang](https://github.com/wk1984) and [Ethan Pierce](https://github.com/ethan-pierce))
For more information,
see the project home page: https://permamodel.github.io.
Installation
------------
Permamodel can be installed with `pip`:
```
$ pip install permamodel
```
or with `conda`:
```
$ conda install -c conda-forge permamodel
```
We recommend installing permamodel into a Python virtual environment.