Changeset 4608
- Timestamp:
- 07/14/10 16:18:58 (15 years ago)
- Location:
- issm/trunk/test/Verification/test25_IceSheetIceFrontM2dDakota
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/test25_IceSheetIceFrontM2dDakota/Square.par
r4570 r4608 39 39 40 40 41 %Dakota options 42 md.variables.nuv=normal_uncertain.empty(); 43 md.variables.nuv(end+1)=normal_uncertain('RhoIce',md.rho_ice,0.01); 44 md.variables.nuv(end+1)=normal_uncertain('DragCoefficient',1,0.01); 45 46 md.responses=struct(); 47 md.responses.rf =response_function.empty(); 48 md.responses.rf (end+1)=response_function('max_vel',[],[0.0001 0.001 0.01 0.25 0.5 0.75 0.99 0.999 0.9999]); 49 50 md.qmu_method =dakota_method('nond_l'); 51 52 md.qmu_params.direct=true; 53 md.qmu_params.analysis_driver='diagnostic'; 54 md.qmu_params.evaluation_concurrency=1; 55 md.qmu_params.interval_type='forward'; 56 md.qmu_params.tabular_graphics_data=true; 57 58 md.part=0:1:md.numberofgrids-1; 59 md.part=md.part'; 60 md.npart=md.numberofgrids; 61 md.qmu_analysis=1; 62 63 md.eps_rel=10^-10; %tighten for qmu analysese 64 md.solverstring 41 %Dakota: 42 Lrel25
Note:
See TracChangeset
for help on using the changeset viewer.