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

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

Added Archive/15392-16133

File size: 1.3 KB
  • ../trunk-jpl/test/NightlyRun/test423.py

     
    4444element_on_iceshelf_soft=md.results.TransientSolution[0].MaskElementonfloatingice
    4545vel_soft=md.results.TransientSolution[0].Vel
    4646
     47md.mask.groundedice_levelset=md.geometry.thickness + md.materials.rho_water/md.materials.rho_ice*md.geometry.bathymetry
    4748md.groundingline.migration='SubelementMigration'
    4849md=solve(md,TransientSolutionEnum())
    4950element_on_iceshelf_subelement=md.results.TransientSolution[0].MaskGroundediceLevelset
  • ../trunk-jpl/test/NightlyRun/test423.m

     
    3333element_on_iceshelf_soft=(md.results.TransientSolution.MaskElementonfloatingice);
    3434vel_soft=(md.results.TransientSolution.Vel);
    3535
     36md.mask.groundedice_levelset=md.geometry.thickness + md.materials.rho_water/md.materials.rho_ice*md.geometry.bathymetry;
    3637md.groundingline.migration='SubelementMigration';
    3738md=solve(md,TransientSolutionEnum());
    3839element_on_iceshelf_subelement=(md.results.TransientSolution.MaskGroundediceLevelset);
Note: See TracBrowser for help on using the repository browser.