source:
issm/oecreview/Archive/15392-16133/ISSM-15952-15953.diff@
16134
Last change on this file since 16134 was 16134, checked in by , 12 years ago | |
---|---|
File size: 1.3 KB |
-
../trunk-jpl/test/NightlyRun/test423.py
44 44 element_on_iceshelf_soft=md.results.TransientSolution[0].MaskElementonfloatingice 45 45 vel_soft=md.results.TransientSolution[0].Vel 46 46 47 md.mask.groundedice_levelset=md.geometry.thickness + md.materials.rho_water/md.materials.rho_ice*md.geometry.bathymetry 47 48 md.groundingline.migration='SubelementMigration' 48 49 md=solve(md,TransientSolutionEnum()) 49 50 element_on_iceshelf_subelement=md.results.TransientSolution[0].MaskGroundediceLevelset -
../trunk-jpl/test/NightlyRun/test423.m
33 33 element_on_iceshelf_soft=(md.results.TransientSolution.MaskElementonfloatingice); 34 34 vel_soft=(md.results.TransientSolution.Vel); 35 35 36 md.mask.groundedice_levelset=md.geometry.thickness + md.materials.rho_water/md.materials.rho_ice*md.geometry.bathymetry; 36 37 md.groundingline.migration='SubelementMigration'; 37 38 md=solve(md,TransientSolutionEnum()); 38 39 element_on_iceshelf_subelement=(md.results.TransientSolution.MaskGroundediceLevelset);
Note:
See TracBrowser
for help on using the repository browser.