tREADME.md - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
tREADME.md (443B)
---
1 # Experiment repository for "Evolving basal slip under glaciers and ice streams"
2
3 ## Requirements
4 - `make`
5 - A C99-compatible C compiler, e.g. `gcc` (from [GCC](https://gcc.gnu.org)) or `clang` (from [LLVM](http://llvm.org))
6 - [Gnuplot](http://gnuplot.info)
7
8 ## Usage
9 ```
10 $ git clone git://src.adamsgaard.dk/cngf-pf-exp1
11 $ cd cngf-pf-exp1
12 $ make
13 ```
14
15 ## Author
16 Anders Damsgaard
17
18 ## License
19 This is free software, see `LICENSE.md` for details.