Changeset 933


Ignore:
Timestamp:
06/12/09 07:28:22 (16 years ago)
Author:
seroussi
Message:

new tolerance with transient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/testsgettolerance.m

    r779 r933  
    1414
    1515if (strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial')),
    16         tolerance=10^-15;
     16        tolerance=10^-14;
    1717
    1818elseif strcmpi(package,'cielo_parallel'),
    1919        if strcmpi(solution,'prognostic'),
    2020                tolerance=10^-14;
     21
     22        elseif strcmpi(solution,'transient'),
     23                if strcmpi(md.type,'2d'),
     24                        tolerance=10^-14;
     25                else
     26                        tolerance=10^-10;
     27                end
    2128
    2229        elseif strcmpi(solution,'diagnostic'),
     
    3138        elseif strcmpi(solution,'thermalsteady'),
    3239                if strncmpi(fliplr(field),fliplr('melting'),7),
    33                         tolerance=10^-1;
     40                        tolerance=2*10^-1;
    3441                elseif strncmpi(fliplr(field),fliplr('temperature'),11),
    3542                        tolerance=10^-6;
Note: See TracChangeset for help on using the changeset viewer.