Changeset 15771 for issm/trunk-jpl/test/NightlyRun/test1202.py
- Timestamp:
- 08/09/13 10:59:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1202.py
r15767 r15771 10 10 11 11 """ 12 Test on the diagnosticmodel and the masstransport in 2d12 Test on the stressbalance model and the masstransport in 2d 13 13 """ 14 14 … … 24 24 #Compute solution for SSA's model 25 25 md.cluster=generic('name',oshostname(),'np',8) 26 md=solve(md, DiagnosticSolutionEnum())26 md=solve(md,StressbalanceSolutionEnum()) 27 27 28 28 #plot results 29 vx=md.results. DiagnosticSolution.Vx30 vy=md.results. DiagnosticSolution.Vy29 vx=md.results.StressbalanceSolution.Vx 30 vy=md.results.StressbalanceSolution.Vy 31 31 32 32 #plotmodel(md,'data',vx,'contourlevels',{0,20,40,60,60,100,120,140,160,180,-20,-40,-60,-80,-100,-120,-140,-160,-180}, ...
Note:
See TracChangeset
for help on using the changeset viewer.