PISM, A Parallel Ice Sheet Model stable 0.4.1779
Public Member Functions | Static Public Attributes

PISMVerificationTest Class Reference

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

List of all members.

Public Member Functions

def build_command

Static Public Attributes

int N = 50
 max number of levels that will work with
string name = ""
 one-letter test name
string test = ""
 test description
string path = ""
 description of the refinement path
list Mx = []
list My = []
list Mz = [31]
 31 levels in the ice
list Mbz = [1]
 no bedrock by default
string opts = ""
 extra options (such as -y, -ys, -ssa_rtol)
string executable = "pismv"

Detailed Description

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

Definition at line 25 of file vfnow.py.


Member Function Documentation

def build_command (   self,
  exec_prefix,
  level 
)

Definition at line 45 of file vfnow.py.


Member Data Documentation

string executable = "pismv" [static]

Definition at line 43 of file vfnow.py.

list Mbz = [1] [static]

no bedrock by default

Definition at line 40 of file vfnow.py.

list Mx = [] [static]

Definition at line 35 of file vfnow.py.

list My = [] [static]

Definition at line 36 of file vfnow.py.

list Mz = [31] [static]

31 levels in the ice

Definition at line 38 of file vfnow.py.

int N = 50 [static]

max number of levels that will work with

Definition at line 28 of file vfnow.py.

string name = "" [static]

one-letter test name

Definition at line 30 of file vfnow.py.

string opts = "" [static]

extra options (such as -y, -ys, -ssa_rtol)

Definition at line 42 of file vfnow.py.

string path = "" [static]

description of the refinement path

Definition at line 34 of file vfnow.py.

string test = "" [static]

test description

Definition at line 32 of file vfnow.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines