Changeset 1156


Ignore:
Timestamp:
06/26/09 17:41:30 (16 years ago)
Author:
seroussi
Message:

updated test3

Location:
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3
Files:
14 edited

Legend:

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

    r1048 r1156  
    6666                md=extrude(md,8,4);
    6767                md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal');
    68                 if md.numberofgrids==832
     68                if md.numberofgrids==728
    6969                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
    7070                end
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m

    r1048 r1156  
    4747
    4848                %check solution requested
    49                 if (~(strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
     49                if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    5050                                | strcmpi(package,'macayeal'));
    5151                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
     
    6060                md=extrude(md,8,4);
    6161                md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal');
    62                 if md.numberofgrids==832
     62                if md.numberofgrids==728
    6363                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
    6464                end
Note: See TracChangeset for help on using the changeset viewer.