Changeset 1160


Ignore:
Timestamp:
06/29/09 08:22:53 (16 years ago)
Author:
seroussi
Message:

updated test11

Location:
issm/trunk/test/Verification/IceSheetIceFrontS3d_11
Files:
16 edited

Legend:

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

    r1001 r1160  
    66md.ndt=md.dt*3;
    77md.artificial_diffusivity=1;
    8 md.eps_abs=5000;
     8md.eps_abs=NaN;
     9md.eps_rel=0.1;
    910
    1011hmin=300;
     
    2627
    2728md.observed_temperature=(273-20)*ones(md.numberofgrids,1);
     29md.min_thermal_constraints=3;
    2830
    2931md.B=paterson(md.observed_temperature);
  • issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m

    r1022 r1160  
    6666                md=extrude(md,8,4);
    6767                md=setelementstype(md,'macayeal','all','stokes','all');
    68                 if md.numberofgrids==832
    69                         load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
     68                if md.numberofgrids==728
     69                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature; md.pressure=pressure;
    7070                end
    7171
  • issm/trunk/test/Verification/IceSheetIceFrontS3d_11/updatearchive.m

    r1022 r1160  
    6060                md=extrude(md,8,4);
    6161                md=setelementstype(md,'macayeal','all','stokes','all');
    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.