tbug_report.md - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
HTML git clone git://src.adamsgaard.dk/pism
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
tbug_report.md (966B)
---
1 ---
2 name: Bug report
3 about: Create a report to help us improve PISM
4 title: ''
5 labels: bug
6 assignees: ''
7
8 ---
9
10 **Description**
11
12 Please provide a clear and concise description of what the bug is.
13
14 **PISM version**
15
16 Please include the output of `pismr -version` or the output of `git describe --always` (executed in PISM's source code directory).
17
18 **To Reproduce**
19
20 Please include
21
22 1. The *full* command necessary to reproduce the bug.
23 2. All necessary input files.
24
25 It is great if you can
26 - remove irrelevant command-line options from the command exhibiting the bug
27 - find a quick run that exhibits the bug by reducing the grid size and the duration of the run
28 - reduce the size of files it requires,
29 - provide a definitive way of checking if the bug in question is fixed.
30
31 **Expected behavior**
32
33 Please provide a clear and concise description of what you expected to happen.
34
35 **Additional context**
36
37 Additional notes, descriptions of the context, etc should go here.