source: issm/oecreview/Archive/15392-16133/ISSM-15551-15552.diff@ 16134

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

Added Archive/15392-16133

File size: 4.1 KB
RevLine 
[16134]1Index: ../trunk-jpl/test/Par/Pig.par
2===================================================================
3--- ../trunk-jpl/test/Par/Pig.par (revision 15551)
4+++ ../trunk-jpl/test/Par/Pig.par (revision 15552)
5@@ -46,6 +46,7 @@
6
7 %Boundary conditions:
8 md=SetMarineIceSheetBC(md);
9+md.diagnostic.icefront(:,end)=1;
10
11 %Change name so that no test have the same name
12 A=dbstack;
13Index: ../trunk-jpl/test/NightlyRun/test201.m
14===================================================================
15--- ../trunk-jpl/test/NightlyRun/test201.m (revision 15551)
16+++ ../trunk-jpl/test/NightlyRun/test201.m (revision 15552)
17@@ -2,7 +2,8 @@
18 md=setmask(md,'all','');
19 md=parameterize(md,'../Par/SquareShelf.par');
20 md=setflowequation(md,'macayeal','all');
21-md.cluster=generic('name',oshostname(),'np',3);
22+md.cluster=generic('name',oshostname(),'np',1);
23+md.verbose=verbose('all');
24 md=solve(md,DiagnosticSolutionEnum());
25
26 %Fields and tolerances to track changes
27Index: ../trunk-jpl/test/NightlyRun/test104.m
28===================================================================
29--- ../trunk-jpl/test/NightlyRun/test104.m (revision 15551)
30+++ ../trunk-jpl/test/NightlyRun/test104.m (revision 15552)
31@@ -1,9 +1,13 @@
32-md=triangle(model(),'../Exp/Square.exp',180000.);
33+md=triangle(model(),'../Exp/Square.exp',250000.);
34 md=setmask(md,'all','');
35 md=parameterize(md,'../Par/SquareShelfConstrained.par');
36 md=extrude(md,3,2.);
37 md=setflowequation(md,'stokes','all');
38-md.cluster=generic('name',oshostname(),'np',3);
39+md.cluster=generic('name',oshostname(),'np',1);
40+md.verbose=verbose('all');
41+md.flowequation.fe_stokes=1;
42+%md.diagnostic.stokesreconditioning=1;
43+md.diagnostic.maxiter=10;
44 md=solve(md,DiagnosticSolutionEnum());
45
46 %Fields and tolerances to track changes
47Index: ../trunk-jpl/test/NightlyRun/test204.m
48===================================================================
49--- ../trunk-jpl/test/NightlyRun/test204.m (revision 15551)
50+++ ../trunk-jpl/test/NightlyRun/test204.m (revision 15552)
51@@ -3,7 +3,8 @@
52 md=parameterize(md,'../Par/SquareShelf.par');
53 md=extrude(md,3,2.);
54 md=setflowequation(md,'stokes','all');
55-md.cluster=generic('name',oshostname(),'np',3);
56+md.cluster=generic('name',oshostname(),'np',1);
57+md.verbose=verbose('convergence',true);
58 md=solve(md,DiagnosticSolutionEnum());
59
60 %Fields and tolerances to track changes
61Index: ../trunk-jpl/test/Archives/Archive501.nc
62===================================================================
63Cannot display: file marked as a binary type.
64svn:mime-type = application/octet-stream
65Index: ../trunk-jpl/test/Archives/Archive509.nc
66===================================================================
67Cannot display: file marked as a binary type.
68svn:mime-type = application/octet-stream
69Index: ../trunk-jpl/test/Archives/Archive504.nc
70===================================================================
71Cannot display: file marked as a binary type.
72svn:mime-type = application/octet-stream
73Index: ../trunk-jpl/test/Archives/Archive513.nc
74===================================================================
75Cannot display: file marked as a binary type.
76svn:mime-type = application/octet-stream
77Index: ../trunk-jpl/test/Archives/Archive502.nc
78===================================================================
79Cannot display: file marked as a binary type.
80svn:mime-type = application/octet-stream
81Index: ../trunk-jpl/test/Archives/Archive505.nc
82===================================================================
83Cannot display: file marked as a binary type.
84svn:mime-type = application/octet-stream
85Index: ../trunk-jpl/test/Archives/Archive508.nc
86===================================================================
87Cannot display: file marked as a binary type.
88svn:mime-type = application/octet-stream
89Index: ../trunk-jpl/test/Archives/Archive512.nc
90===================================================================
91Cannot display: file marked as a binary type.
92svn:mime-type = application/octet-stream
93Index: ../trunk-jpl/test/Archives/Archive506.nc
94===================================================================
95Cannot display: file marked as a binary type.
96svn:mime-type = application/octet-stream
Note: See TracBrowser for help on using the repository browser.