Changeset 1155


Ignore:
Timestamp:
06/26/09 17:22:37 (15 years ago)
Author:
Mathieu Morlighem
Message:

updated tests 10

Location:
issm/trunk/test/Verification/IceSheetIceFrontP3d_10
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/Square.par

    r1000 r1155  
    33%dynamics
    44md.debug=0;
    5 md.dt=0.9*md.yts; %1 year
     5md.dt=0.01*md.yts; %1 year
    66md.ndt=md.dt*3;
    77md.artificial_diffusivity=1;
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m

    r1052 r1155  
    6565                md=extrude(md,8,4);
    6666                md=setelementstype(md,'pattyn','all');
    67                 if md.numberofgrids==832
    68                         load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vy; md.temperature=temperature-1; md.pressure=pressure;
     67                if md.numberofgrids==728
     68                        load Velocities; md.vx=0.001*vx; md.vy=0.001*vy; md.vz=0.001*vy; md.temperature=temperature-10; md.pressure=pressure;
    6969                end
    7070
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/updatearchive.m

    r1052 r1155  
    5959                md=extrude(md,8,4);
    6060                md=setelementstype(md,'pattyn','all');
    61                 if md.numberofgrids==832
    62                         load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vy; md.temperature=temperature-1; md.pressure=pressure;
     61                if md.numberofgrids==728
     62                        load Velocities; md.vx=0.001*vx; md.vy=0.001*vy; md.vz=0.001*vy; md.temperature=temperature-10; md.pressure=pressure;
    6363                end
    6464
Note: See TracChangeset for help on using the changeset viewer.