Ignore:
Timestamp:
12/22/21 10:39:44 (3 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 26742

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/examples/shakti/runme.m

    r23189 r26744  
    11steps=[1:3];
    22
    3 if any(steps==1)
     3if any(steps==1) 
    44        disp('  Step 1: Mesh');
    55
     
    88
    99        save MoulinMesh md
    10 end
    11 if any(steps==2)
     10end
     11
     12if any(steps==2)
    1213        disp('  Step 2: Parameterization');
    1314        md=loadmodel('MoulinMesh');
     
    2122        % Change hydrology class to Sommers' SHaKTI model
    2223        md.hydrology=hydrologyshakti();
    23        
     24
    2425        % Define initial water head such that water pressure is 50% of ice overburden pressure
    2526        md.hydrology.head = 0.5*md.materials.rho_ice/md.materials.rho_freshwater*md.geometry.thickness + md.geometry.base;
     
    4849
    4950        save MoulinParam md;
    50 end
    51 if any(steps==3);
     51end
     52
     53if any(steps==3)
    5254        disp('  Step 3: Solve!');
    5355        md=loadmodel('MoulinParam');
     
    8082
    8183        save MoulinTransient md
    82 end
     84end 
Note: See TracChangeset for help on using the changeset viewer.