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
  • TabularUnified issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m

    r756 r777  
    2121%Initialize log message for nightly runs.
    2222testname='IceSheetNoIceFrontHM2d_14';
    23 tolerance=10^-12;
    2423
    2524%go through the solutions requested
     
    5958
    6059                for k=1:length(fields),
     60
     61                        %Get field and tolerance
    6162                        field=fields{k};
     63                        tolerance=testsgettolerance(md,package,solution,field);
    6264
    6365                        %compare to archive
Note: See TracChangeset for help on using the changeset viewer.