Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.13 KB

License: GPL-3.0 Code style: black Checked with mypy

Glacier Flow Tools

Glacier Flow Tools facilitates analysis of glacier flow. It provides modules to compute pathlines (trajectories), compute flow across profiles (flux gates), etc. This tools is currently under development.

Installation

Get glacier-flow-tools source from GitHub:

$ git clone [email protected]:pism/glacier-flow-tools.git
$ cd glacier-flow-tools

Optionally create Conda environment named glacier-flow-tools:

$ conda env create -f environment.yml
$ conda activate glacier-flow-tools

or using Mamba instead:

$ mamba env create -f environment.yml
$ mamba activate glacier-flow-tools

Install glacier-flow-tools:

$ pip install .

Examples

Pathlines starting from the Jakobshaven Isbræ flux gate.