[16556] | 1 | Index: ../trunk-jpl/test/NightlyRun/test426.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test426.m (revision 16322)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test426.m (revision 16323)
|
---|
| 5 | @@ -13,7 +13,7 @@
|
---|
| 6 | md.transient.isstressbalance=0;
|
---|
| 7 | md.transient.isgroundingline=1;
|
---|
| 8 | md.groundingline.migration='AgressiveMigration';
|
---|
| 9 | -md.transient.requested_outputs=[IceVolumeEnum;IceVolumeAboveFloatationEnum];
|
---|
| 10 | +md.transient.requested_outputs=[IceVolumeEnum();IceVolumeAboveFloatationEnum()];
|
---|
| 11 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 12 |
|
---|
| 13 | md=solve(md,TransientSolutionEnum());
|
---|
| 14 | Index: ../trunk-jpl/test/NightlyRun/test424.py
|
---|
| 15 | ===================================================================
|
---|
| 16 | --- ../trunk-jpl/test/NightlyRun/test424.py (revision 16322)
|
---|
| 17 | +++ ../trunk-jpl/test/NightlyRun/test424.py (revision 16323)
|
---|
| 18 | @@ -22,6 +22,7 @@
|
---|
| 19 | md.transient.isstressbalance=False
|
---|
| 20 | md.transient.isgroundingline=True
|
---|
| 21 | md.groundingline.migration='AgressiveMigration'
|
---|
| 22 | +md.transient.requested_outputs=[IceVolumeEnum(),IceVolumeAboveFloatationEnum()]
|
---|
| 23 |
|
---|
| 24 | md.cluster=generic('name',oshostname(),'np',3)
|
---|
| 25 | md=solve(md,TransientSolutionEnum())
|
---|
| 26 | Index: ../trunk-jpl/test/NightlyRun/test424.m
|
---|
| 27 | ===================================================================
|
---|
| 28 | --- ../trunk-jpl/test/NightlyRun/test424.m (revision 16322)
|
---|
| 29 | +++ ../trunk-jpl/test/NightlyRun/test424.m (revision 16323)
|
---|
| 30 | @@ -12,7 +12,7 @@
|
---|
| 31 | md.transient.isstressbalance=0;
|
---|
| 32 | md.transient.isgroundingline=1;
|
---|
| 33 | md.groundingline.migration='AgressiveMigration';
|
---|
| 34 | -md.transient.requested_outputs=[IceVolumeEnum;IceVolumeAboveFloatationEnum];
|
---|
| 35 | +md.transient.requested_outputs=[IceVolumeEnum();IceVolumeAboveFloatationEnum()];
|
---|
| 36 |
|
---|
| 37 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 38 | md=solve(md,TransientSolutionEnum());
|
---|
| 39 | Index: ../trunk-jpl/test/NightlyRun/test426.py
|
---|
| 40 | ===================================================================
|
---|
| 41 | --- ../trunk-jpl/test/NightlyRun/test426.py (revision 16322)
|
---|
| 42 | +++ ../trunk-jpl/test/NightlyRun/test426.py (revision 16323)
|
---|
| 43 | @@ -23,6 +23,7 @@
|
---|
| 44 | md.transient.isstressbalance=False
|
---|
| 45 | md.transient.isgroundingline=True
|
---|
| 46 | md.groundingline.migration='AgressiveMigration'
|
---|
| 47 | +md.transient.requested_outputs=[IceVolumeEnum(),IceVolumeAboveFloatationEnum()]
|
---|
| 48 | md.cluster=generic('name',oshostname(),'np',3)
|
---|
| 49 |
|
---|
| 50 | md=solve(md,TransientSolutionEnum())
|
---|