Skip to content

permamodel/permamodel

Repository files navigation

PyPI Conda Version Basic Model Interface Test Coverage Status

permamodel

Permamodel is a collection of numerical permafrost models. This repository contains source code and examples for two models:

  • Frost number
  • Ku

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.