Changeset 14270
- Timestamp:
- 01/17/13 11:05:16 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test234.m
r14269 r14270 62 62 63 63 %Fields and tolerances to track changes 64 md.results.dakota. importancefactors=[];64 md.results.dakota.moments=[]; 65 65 for 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]; 67 67 end 68 68 for 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]; 70 70 end 71 field_names ={' importancefactors'};71 field_names ={'moments'}; 72 72 field_tolerances={1e-11}; 73 73 field_values={... 74 md.results.dakota. importancefactors,...74 md.results.dakota.moments,... 75 75 }; -
issm/trunk-jpl/test/NightlyRun/test235.m
r13670 r14270 59 59 60 60 %Fields and tolerances to track changes 61 md.results.dakota. importancefactors=[];61 md.results.dakota.moments=[]; 62 62 for 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]; 64 64 end 65 65 for 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]; 67 67 end 68 field_names ={' importancefactors'};68 field_names ={'moments'}; 69 69 field_tolerances={1e-11}; 70 70 field_values={... 71 md.results.dakota. importancefactors,...71 md.results.dakota.moments,... 72 72 }; -
issm/trunk-jpl/test/NightlyRun/test414.m
r13670 r14270 55 55 %we recover those mass fluxes through the mean of the response. 56 56 %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. 58 58 %also, check that the stddev are 0. 59 md.results.dakota. importancefactors=[];59 md.results.dakota.moments=[]; 60 60 for 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]; 62 62 end 63 63 for 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]; 65 65 end 66 field_names ={' importancefactors'};66 field_names ={'moments'}; 67 67 field_tolerances={1e-11}; 68 68 field_values={... 69 md.results.dakota. importancefactors,...69 md.results.dakota.moments,... 70 70 };
Note:
See TracChangeset
for help on using the changeset viewer.