https://github.com/permamodel/permamodel
Permafrost models with a Basic Model Interface
https://github.com/permamodel/permamodel
bmi csdms modeling permafrost python
Last synced: 5 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T20:59:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T06:06:37.403Z (5 months ago)
- Topics: bmi, csdms, modeling, permafrost, python
- Language: Python
- Homepage: https://permamodel.github.io
- Size: 50.5 MB
- Stars: 16
- Watchers: 8
- 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://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
* KuFor 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.