source:
issm/oecreview/Archive/25834-26739/ISSM-26514-26515.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 760 bytes |
-
../trunk-jpl/test/NightlyRun/test134.m
1 %Test Name: SquareShelfConstrainedSampling 2 md=triangle(model(),'../Exp/Square.exp',150000.); 3 md=setmask(md,'all',''); 4 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 5 md = md.sampling.setparameters(md,2e5,1); 6 md.sampling.seed = 100; 7 md.cluster=generic('name',oshostname(),'np',1); 8 md=solve(md,'smp'); 9 10 %Fields and tolerances to track changes 11 field_names ={'Sample'}; 12 field_tolerances={1e-13}; 13 field_values={... 14 (md.results.SamplingSolution.Sample),... 15 }; 16 No newline at end of file
Note:
See TracBrowser
for help on using the repository browser.