source: issm/oecreview/Archive/15392-16133/ISSM-15952-15953.diff@ 16134

Last change on this file since 16134 was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 1.3 KB
RevLine 
[16134]1Index: ../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
13Index: ../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.