Changeset 26884


Ignore:
Timestamp:
02/11/22 14:24:19 (3 years ago)
Author:
caronlam
Message:

BUG: tests 2071 and 2091 crashing without spada benchmark data

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test2071.m

    r26881 r26884  
    6262k=md.results.LoveSolution.LoveKt;
    6363
    64 spada=1;
     64%Fields and tolerances to track changes
     65field_names     ={'LoveH_loading_temporal','LoveK_loading_temporal','LoveL_loading_temporal'};
     66field_tolerances={3.0e-7,3.0e-7,8.0e-8};
     67field_values={h,k,l};
     68
     69spada=0;
    6570if (spada)
    6671        t=md.love.time/yts;
     
    99104end
    100105
    101 %Fields and tolerances to track changes
    102 field_names     ={'LoveH_loading_temporal','LoveK_loading_temporal','LoveL_loading_temporal'};
    103 field_tolerances={3.0e-7,3.0e-7,8.0e-8};
    104 field_values={h,k,l};
    105 
    106 
    107106return
    108107
  • issm/trunk-jpl/test/NightlyRun/test2091.m

    r26819 r26884  
    197197field_values={S,B,H};
    198198
    199 
     199return
    200200%Spada benchmark curves
    201201[ali,ia,~]=unique(90-md.mesh.lat);
Note: See TracChangeset for help on using the changeset viewer.