Changeset 1152


Ignore:
Timestamp:
06/26/09 16:52:37 (16 years ago)
Author:
seroussi
Message:

updated test1

Location:
issm/trunk/test/Verification/IceShelfIceFrontM2d_1
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m

    r1022 r1152  
    6464                md=parameterize(md,'Square.par');
    6565                md=setelementstype(md,'macayeal','all');
    66                 if md.numberofgrids==388
     66                if md.numberofgrids==340
    6767                        load Velocities; md.vx=0.5*vx; md.vy=0.5*vy;
    6868                end
  • issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m

    r1022 r1152  
    3939
    4040%go through the solutions requested
    41 testname='IceSheetNoIceFrontM2d_16';
     41testname='IceShelfIceFrontM2d_1';
    4242for i=1:length(packages),
    4343        package=packages{i};
     
    5858                md=parameterize(md,'Square.par');
    5959                md=setelementstype(md,'macayeal','all');
    60                 if md.numberofgrids==388
     60                if md.numberofgrids==340
    6161                        load Velocities; md.vx=0.5*vx; md.vy=0.5*vy;
    6262                end
Note: See TracChangeset for help on using the changeset viewer.