source: issm/trunk-jpl/test/NightlyRun/test608.py@ 16938

Last change on this file since 16938 was 16938, checked in by Eric.Larour, 11 years ago

CHG: adjusting tolerances.

File size: 636 bytes
RevLine 
[13668]1import numpy
2from model import *
3from EnumDefinitions import *
4from MatlabFuncs import *
5from triangle import *
6from setmask import *
7from parameterize import *
8from setflowequation import *
9from solve import *
10
11md=triangle(model(),'../Exp/79North.exp',10000.)
12md=setmask(md,'../Exp/79NorthShelf.exp','')
13md=parameterize(md,'../Par/79North.py')
[15565]14md=setflowequation(md,'SSA','all')
[13668]15md.cluster=generic('name',oshostname(),'np',3)
16md=solve(md,BalancethicknessSolutionEnum())
17
18#Fields and tolerances to track changes
19field_names =['Thickness']
[16938]20field_tolerances=[1e-12]
[13668]21field_values=[\
[13967]22 md.results.BalancethicknessSolution.Thickness,\
[13668]23 ]
Note: See TracBrowser for help on using the repository browser.