Ignore:
Timestamp:
08/23/10 09:23:32 (15 years ago)
Author:
Eric.Larour
Message:

New scaled,indexed,nodal expressions for qmu variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test425.m

    r5193 r5498  
    1414%variables
    1515md.variables.rho_ice=normal_uncertain('RhoIce',md.rho_ice,0.01);
    16 md.variables.drag_coefficient=normal_uncertain('DragCoefficient',1,0.01);
     16md.variables.drag_coefficient=normal_uncertain('scaled_DragCoefficient',1,0.01);
    1717
    1818%responses
     
    2727md.qmu_params.evaluation_concurrency=1;
    2828md.qmu_params.interval_type='forward';
    29 md.qmu_params.tabular_graphics_data=true;
    3029
    3130
     
    3938%Fields and tolerances to track changes
    4039md=tres(md,'dakota');
    41 md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
     40md.results.dakota.importancefactors=importancefactors(md,'scaled_DragCoefficient','MaxVel')';
    4241field_names     ={'importancefactors'};
    4342field_tolerances={1e-11};
Note: See TracChangeset for help on using the changeset viewer.