Changeset 933
- Timestamp:
- 06/12/09 07:28:22 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r779 r933 14 14 15 15 if (strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial')), 16 tolerance=10^-1 5;16 tolerance=10^-14; 17 17 18 18 elseif strcmpi(package,'cielo_parallel'), 19 19 if strcmpi(solution,'prognostic'), 20 20 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 21 28 22 29 elseif strcmpi(solution,'diagnostic'), … … 31 38 elseif strcmpi(solution,'thermalsteady'), 32 39 if strncmpi(fliplr(field),fliplr('melting'),7), 33 tolerance= 10^-1;40 tolerance=2*10^-1; 34 41 elseif strncmpi(fliplr(field),fliplr('temperature'),11), 35 42 tolerance=10^-6;
Note:
See TracChangeset
for help on using the changeset viewer.