source: issm/oecreview/Archive/21724-22754/ISSM-22336-22337.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 3.3 KB
RevLine 
[22755]1Index: ../trunk-jpl/test/NightlyRun/test426.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test426.m (revision 22336)
4+++ ../trunk-jpl/test/NightlyRun/test426.m (revision 22337)
5@@ -13,9 +13,8 @@
6 md.transient.isstressbalance=0;
7 md.transient.isgroundingline=1;
8 md.groundingline.migration='AggressiveMigration';
9-md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
10+md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1);
11 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled','IceMass'};
12-md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
13 md=extrude(md,3,1.);
14 md.cluster=generic('name',oshostname(),'np',3);
15
16Index: ../trunk-jpl/test/NightlyRun/test424.py
17===================================================================
18--- ../trunk-jpl/test/NightlyRun/test424.py (revision 22336)
19+++ ../trunk-jpl/test/NightlyRun/test424.py (revision 22337)
20@@ -22,7 +22,7 @@
21 md.transient.isgroundingline=True
22 md.groundingline.migration='AggressiveMigration'
23 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled']
24-md.mesh.scale_factor=1*np.ones((md.mesh.numberofvertices))
25+md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices))
26
27 md.cluster=generic('name',gethostname(),'np',3)
28 md=solve(md,'Transient')
29Index: ../trunk-jpl/test/NightlyRun/test424.m
30===================================================================
31--- ../trunk-jpl/test/NightlyRun/test424.m (revision 22336)
32+++ ../trunk-jpl/test/NightlyRun/test424.m (revision 22337)
33@@ -13,7 +13,7 @@
34 md.transient.isstressbalance=0;
35 md.transient.isgroundingline=1;
36 md.groundingline.migration='AggressiveMigration';
37-md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
38+md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1);
39 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled'};
40
41 md.cluster=generic('name',oshostname(),'np',3);
42Index: ../trunk-jpl/test/Archives/Archive426.arch
43===================================================================
44Cannot display: file marked as a binary type.
45svn:mime-type = application/octet-stream
46Index: ../trunk-jpl/test/Archives/Archive424.arch
47===================================================================
48Cannot display: file marked as a binary type.
49svn:mime-type = application/octet-stream
50Index: ../trunk-jpl/test/NightlyRun/test426.py
51===================================================================
52--- ../trunk-jpl/test/NightlyRun/test426.py (revision 22336)
53+++ ../trunk-jpl/test/NightlyRun/test426.py (revision 22337)
54@@ -22,7 +22,7 @@
55 md.transient.isgroundingline=True
56 md.groundingline.migration='AggressiveMigration'
57 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceMass','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled']
58-md.mesh.scale_factor=1*np.ones((md.mesh.numberofvertices))
59+md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices))
60 md.extrude(3,1.)
61 md.cluster=generic('name',gethostname(),'np',3)
62
Note: See TracBrowser for help on using the repository browser.