source: issm/oecreview/Archive/18296-19100/ISSM-18761-18762.diff

Last change on this file was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 1.6 KB
RevLine 
[19102]1Index: ../trunk-jpl/test/Par/ValleyGlacierShelf.py
2===================================================================
3--- ../trunk-jpl/test/Par/ValleyGlacierShelf.py (revision 18761)
4+++ ../trunk-jpl/test/Par/ValleyGlacierShelf.py (revision 18762)
5@@ -81,7 +81,7 @@
6 md.stressbalance.abstol=float('nan')
7
8 #Masstransport
9-md.masstransport.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1))
10+md.calving.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1))
11 md.masstransport.stabilization=1.
12
13 #Numerical parameters
14Index: ../trunk-jpl/test/NightlyRun/test804.py
15===================================================================
16--- ../trunk-jpl/test/NightlyRun/test804.py (revision 18761)
17+++ ../trunk-jpl/test/NightlyRun/test804.py (revision 18762)
18@@ -21,8 +21,9 @@
19 md.transient.isthermal=False
20 md.transient.isgroundingline=True
21 md.transient.isgia=False
22+md.transient.iscalving=True;
23
24-md.masstransport.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
25+md.calving.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
26
27 md=solve(md,TransientSolutionEnum())
28
29Index: ../trunk-jpl/test/NightlyRun/test805.py
30===================================================================
31--- ../trunk-jpl/test/NightlyRun/test805.py (revision 18761)
32+++ ../trunk-jpl/test/NightlyRun/test805.py (revision 18762)
33@@ -28,8 +28,9 @@
34 md.transient.isthermal=True
35 md.transient.isgroundingline=True
36 md.transient.isgia=False
37+md.transient.iscalving=True;
38
39-md.masstransport.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
40+md.calving.calvingrate=1000.*numpy.ones((md.mesh.numberofvertices,1))
41
42 md=solve(md,TransientSolutionEnum())
43
Note: See TracBrowser for help on using the repository browser.