Changeset 14270


Ignore:
Timestamp:
01/17/13 11:05:16 (12 years ago)
Author:
jschierm
Message:

CHG: for Dakota tests, changed field names where appropriate.

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

Legend:

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

    r14269 r14270  
    6262
    6363%Fields and tolerances to track changes
    64 md.results.dakota.importancefactors=[];
     64md.results.dakota.moments=[];
    6565for i=1:8,
    66         md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
     66        md.results.dakota.moments=[md.results.dakota.moments md.results.dakota.dresp_out(i).mean];
    6767end
    6868for i=1:8,
    69         md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
     69        md.results.dakota.moments=[md.results.dakota.moments md.results.dakota.dresp_out(i).stddev];
    7070end
    71 field_names     ={'importancefactors'};
     71field_names     ={'moments'};
    7272field_tolerances={1e-11};
    7373field_values={...
    74          md.results.dakota.importancefactors,...
     74         md.results.dakota.moments,...
    7575        };
  • issm/trunk-jpl/test/NightlyRun/test235.m

    r13670 r14270  
    5959
    6060%Fields and tolerances to track changes
    61 md.results.dakota.importancefactors=[];
     61md.results.dakota.moments=[];
    6262for i=1:8,
    63         md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
     63        md.results.dakota.moments=[md.results.dakota.moments md.results.dakota.dresp_out(i).mean];
    6464end
    6565for i=1:8,
    66         md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
     66        md.results.dakota.moments=[md.results.dakota.moments md.results.dakota.dresp_out(i).stddev];
    6767end
    68 field_names     ={'importancefactors'};
     68field_names     ={'moments'};
    6969field_tolerances={1e-11};
    7070field_values={...
    71          md.results.dakota.importancefactors,...
     71         md.results.dakota.moments,...
    7272        };
  • issm/trunk-jpl/test/NightlyRun/test414.m

    r13670 r14270  
    5555%we recover those mass fluxes through the mean of the response.
    5656%also, we recover the max velo, which should be 1m/yr.
    57 %we put all that data in the importancefactors, which we will use to test for success.
     57%we put all that data in the moments, which we will use to test for success.
    5858%also, check that the stddev are 0.
    59 md.results.dakota.importancefactors=[];
     59md.results.dakota.moments=[];
    6060for i=1:8,
    61         md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
     61        md.results.dakota.moments=[md.results.dakota.moments md.results.dakota.dresp_out(i).mean];
    6262end
    6363for i=1:8,
    64         md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
     64        md.results.dakota.moments=[md.results.dakota.moments md.results.dakota.dresp_out(i).stddev];
    6565end
    66 field_names     ={'importancefactors'};
     66field_names     ={'moments'};
    6767field_tolerances={1e-11};
    6868field_values={...
    69          md.results.dakota.importancefactors,...
     69         md.results.dakota.moments,...
    7070        };
Note: See TracChangeset for help on using the changeset viewer.