Rev | Line | |
---|
[16134] | 1 | Index: ../trunk-jpl/test/NightlyRun/test423.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test423.py (revision 15952)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test423.py (revision 15953)
|
---|
| 5 | @@ -44,6 +44,7 @@
|
---|
| 6 | element_on_iceshelf_soft=md.results.TransientSolution[0].MaskElementonfloatingice
|
---|
| 7 | vel_soft=md.results.TransientSolution[0].Vel
|
---|
| 8 |
|
---|
| 9 | +md.mask.groundedice_levelset=md.geometry.thickness + md.materials.rho_water/md.materials.rho_ice*md.geometry.bathymetry
|
---|
| 10 | md.groundingline.migration='SubelementMigration'
|
---|
| 11 | md=solve(md,TransientSolutionEnum())
|
---|
| 12 | element_on_iceshelf_subelement=md.results.TransientSolution[0].MaskGroundediceLevelset
|
---|
| 13 | Index: ../trunk-jpl/test/NightlyRun/test423.m
|
---|
| 14 | ===================================================================
|
---|
| 15 | --- ../trunk-jpl/test/NightlyRun/test423.m (revision 15952)
|
---|
| 16 | +++ ../trunk-jpl/test/NightlyRun/test423.m (revision 15953)
|
---|
| 17 | @@ -33,6 +33,7 @@
|
---|
| 18 | element_on_iceshelf_soft=(md.results.TransientSolution.MaskElementonfloatingice);
|
---|
| 19 | vel_soft=(md.results.TransientSolution.Vel);
|
---|
| 20 |
|
---|
| 21 | +md.mask.groundedice_levelset=md.geometry.thickness + md.materials.rho_water/md.materials.rho_ice*md.geometry.bathymetry;
|
---|
| 22 | md.groundingline.migration='SubelementMigration';
|
---|
| 23 | md=solve(md,TransientSolutionEnum());
|
---|
| 24 | element_on_iceshelf_subelement=(md.results.TransientSolution.MaskGroundediceLevelset);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.