Changeset 5498 for issm/trunk/test/NightlyRun/test425.m
- Timestamp:
- 08/23/10 09:23:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test425.m
r5193 r5498 14 14 %variables 15 15 md.variables.rho_ice=normal_uncertain('RhoIce',md.rho_ice,0.01); 16 md.variables.drag_coefficient=normal_uncertain(' DragCoefficient',1,0.01);16 md.variables.drag_coefficient=normal_uncertain('scaled_DragCoefficient',1,0.01); 17 17 18 18 %responses … … 27 27 md.qmu_params.evaluation_concurrency=1; 28 28 md.qmu_params.interval_type='forward'; 29 md.qmu_params.tabular_graphics_data=true;30 29 31 30 … … 39 38 %Fields and tolerances to track changes 40 39 md=tres(md,'dakota'); 41 md.results.dakota.importancefactors=importancefactors(md,' DragCoefficient','MaxVel')';40 md.results.dakota.importancefactors=importancefactors(md,'scaled_DragCoefficient','MaxVel')'; 42 41 field_names ={'importancefactors'}; 43 42 field_tolerances={1e-11};
Note:
See TracChangeset
for help on using the changeset viewer.