Ignore:
Timestamp:
06/11/09 12:58:40 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed runmes.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Validation/ISMIP/TestA/Square.par

    r16 r899  
    3838
    3939        %control
    40         md.control_type={'drag'}; %'drag', 'B'
    4140        md.nsteps=5;
    4241        md.tolx=10^-4;
     
    8887        disp('      boundary conditions for diagnostic model: ');
    8988        %Build gridonicefront, array of boundary grids belonging to the icefront:
    90         gridinsideicefront=ArgusContourToMesh(md.elements,md.x,md.y,expread('Front.exp',1),'node',2);
     89        gridinsideicefront=ContourToMesh(md.elements,md.x,md.y,expread('Front.exp',1),'node',2);
    9190        gridonicefront=double(md.gridonboundary & gridinsideicefront);
    9291
Note: See TracChangeset for help on using the changeset viewer.