Changeset 11172


Ignore:
Timestamp:
01/23/12 08:42:16 (13 years ago)
Author:
seroussi
Message:

changed thermal test stabilization

Location:
issm/trunk-jpl/test
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test1302.m

    r11024 r11172  
    1818md.initialization.pressure=zeros(md.mesh.numberofvertices,1);
    1919
     20md.thermal.stabilization=2;
    2021%analytical results
    2122%d2T/dz2-w*rho_ice*c/k*dT/dz=0   T(surface)=0  T(bed)=10   => T=A exp(alpha z)+B
  • issm/trunk-jpl/test/NightlyRun/test330.m

    r11014 r11172  
    1212                                           'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3'};
    1313field_tolerances={1e-13,  1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...,
    14                                                 5*1e-11,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
     14                                                1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
    1515                                                1e-10,  1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1616field_values={...
  • issm/trunk-jpl/test/NightlyRun/test454.m

    r11014 r11172  
    2525field_tolerances={1e-13,1e-13,1e-13,1e-13,...
    2626        1e-13,1e-13,1e-13,1e-13,...
    27         1e-13,1e-13,1e-13,1e-13};
     27        1e-10,1e-11,1e-10,1e-13};
    2828field_values={...
    2929        (md.results.TransientSolution(1).Bed),...
Note: See TracChangeset for help on using the changeset viewer.