Ignore:
Timestamp:
10/19/20 13:31:26 (4 years ago)
Author:
jdquinn
Message:

CHG: MATLAB -> Python translations in support of tests 2005 and 2006 (still have errors to work out here); clean up; various minor improvements

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test

  • issm/trunk-jpl/test/NightlyRun

    • Property svn:ignore
      •  

        old new  
        1818run.old
        1919run_matlab
         20test218.qmu.in
         21test218.qmu.out
         22test218.qmu.err
  • issm/trunk-jpl/test/NightlyRun/runme.m

    r25670 r25688  
    107107%Process Ids according to benchmarks{{{
    108108if strcmpi(benchmark,'nightly'),
    109         test_ids=intersect(test_ids,[1:999]);
     109        test_ids=intersect(test_ids,union([1:999],[2001:2500]));
    110110elseif strcmpi(benchmark,'validation'),
    111111        test_ids=intersect(test_ids,[1001:1999]);
     
    219219                                        archive_cell=archread(['../Archives/' archive_name '.arch'],[archive_name '_field' num2str(k)]);
    220220                                        archive=archive_cell{1};
    221                                         error_diff=full(max(abs(archive(:)-field(:)))/(max(abs(archive(:)))+eps));
    222 
    223                                         %disp test result
     221                                        error_diff=full(max(abs(archive(:)-field(:)))/(max(abs(archive(:)))+eps));                                      %disp test result
    224222                                        if (error_diff>tolerance | isnan(error_diff));
    225223                                                disp(sprintf(['ERROR   difference: %-7.2g > %7.2g test id: %i test name: %s field: %s'],...
Note: See TracChangeset for help on using the changeset viewer.