[22755] | 1 | Index: ../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 |
|
---|
| 16 | Index: ../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')
|
---|
| 29 | Index: ../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);
|
---|
| 42 | Index: ../trunk-jpl/test/Archives/Archive426.arch
|
---|
| 43 | ===================================================================
|
---|
| 44 | Cannot display: file marked as a binary type.
|
---|
| 45 | svn:mime-type = application/octet-stream
|
---|
| 46 | Index: ../trunk-jpl/test/Archives/Archive424.arch
|
---|
| 47 | ===================================================================
|
---|
| 48 | Cannot display: file marked as a binary type.
|
---|
| 49 | svn:mime-type = application/octet-stream
|
---|
| 50 | Index: ../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 |
|
---|