Ignore:
Timestamp:
06/04/09 15:51:00 (16 years ago)
Author:
seroussi
Message:

new way to compute the tolerance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m

    r745 r777  
    2121%Initialize log message for nightly runs.
    2222testname='IceSheetNoIceFrontM3d_17';
    23 tolerance=10^-10;
    2423
    2524%go through the solutions requested
     
    6160
    6261                for k=1:length(fields),
     62                       
     63                        %Get field and tolerance
    6364                        field=fields{k};
     65                        tolerance=testsgettolerance(md,package,solution,field);
    6466
    6567                        %compare to archive
Note: See TracChangeset for help on using the changeset viewer.