tREADME.md - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
(HTM) git clone git://src.adamsgaard.dk/pism
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
tREADME.md (1044B)
---
1 Test P
2 ======
3
4 Contents of this directory relate to running PISM's Test P which compares a `-hydrology distributed` run with an exact solution. This is both a regression test and a verification test for PISM.
5
6 The exact solution is documented in the paper
7
8 * E. Bueler and W. van Pelt (2015) Mass-conserving subglacial hydrology in the Parallel Ice Sheet Model version 0.6. Geoscientific Model Development 8 (6) pp. 1613–1635, [doi:10.5194/gmd-8-1613-2015](http://dx.doi.org/10.5194/gmd-8-1613-2015)
9
10 See also the (public) repo containing all materials for that paper, namely [github.com/bueler/hydrolakes](https://github.com/bueler/hydrolakes).
11
12
13 Running the test
14 ----------------
15
16 Build PISM's Python bindings to get access to an implementation of the exact solution.
17
18 To generate a PISM input file and run test P itself, try
19
20 $ ./runTestP.py --pism_path=/path/to/build/directory
21
22 Run `runTestP.py --help` for a summary of its command-line options.
23
24 The NetCDF file `inputforP_regression.nc` is used by `test/regression/test_29.py`.
25