source: issm/oecreview/Archive/25834-26739/ISSM-26514-26515.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 760 bytes
  • ../trunk-jpl/test/NightlyRun/test134.m

     
     1%Test Name: SquareShelfConstrainedSampling
     2md=triangle(model(),'../Exp/Square.exp',150000.);
     3md=setmask(md,'all','');
     4md=parameterize(md,'../Par/SquareShelfConstrained.par');
     5md = md.sampling.setparameters(md,2e5,1);
     6md.sampling.seed = 100;
     7md.cluster=generic('name',oshostname(),'np',1);
     8md=solve(md,'smp');
     9
     10%Fields and tolerances to track changes
     11field_names     ={'Sample'};
     12field_tolerances={1e-13};
     13field_values={...
     14        (md.results.SamplingSolution.Sample),...
     15        };
     16 No newline at end of file
Note: See TracBrowser for help on using the repository browser.