PISM, A Parallel Ice Sheet Model  stable v0.5
Classes | Namespaces | Functions | Variables
test/vfnow.py File Reference

Go to the source code of this file.

Classes

class  PISMVerificationTest
 A class describing a refinement path and command-line options for a particular PISM verification test. More...

Namespaces

namespace  vfnow
 

A script for verification of numerical schemes in PISM.


Functions

def run_test
def define_refinement_paths

Variables

int KSPRTOL = 1
 get options; see --help msg for meaning default settings
int SSARTOL = 5
int nproc = 2
int levels = 2
 default; will not use 'mpiexec' if equal to one
string mpi = "mpiexec -np"
string prefix = ""
string test_names = "CGIJ"
list userman_tests = ["B_userman", "G_userman", "K_userman", "I_userman"]
string extra_options = "-verbose 1"
 do_userman = False
 debug = False
string predo = "%s %d "
 exec_prefix = predo+prefix
tuple tests = define_refinement_paths(KSPRTOL, SSARTOL)
tuple N = len(tests[test].Mx)
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines