source: issm/trunk/test/NightlyRun/test603.py@ 13975

Last change on this file since 13975 was 13975, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13974

File size: 646 bytes
Line 
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')
14md.extrude(6,1.)
15md=setflowequation(md,'macayeal','all')
16md.cluster=generic('name',oshostname(),'np',3)
17md=solve(md,PrognosticSolutionEnum())
18
19#Fields and tolerances to track changes
20field_names =['Thickness']
21field_tolerances=[1e-13]
22field_values=[\
23 md.results.PrognosticSolution.Thickness,\
24 ]
Note: See TracBrowser for help on using the repository browser.