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

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

CHG: added 25834-26739

File size: 760 bytes
RevLine 
[26740]1Index: ../trunk-jpl/test/NightlyRun/test134.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test134.m (nonexistent)
4+++ ../trunk-jpl/test/NightlyRun/test134.m (revision 26515)
5@@ -0,0 +1,15 @@
6+%Test Name: SquareShelfConstrainedSampling
7+md=triangle(model(),'../Exp/Square.exp',150000.);
8+md=setmask(md,'all','');
9+md=parameterize(md,'../Par/SquareShelfConstrained.par');
10+md = md.sampling.setparameters(md,2e5,1);
11+md.sampling.seed = 100;
12+md.cluster=generic('name',oshostname(),'np',1);
13+md=solve(md,'smp');
14+
15+%Fields and tolerances to track changes
16+field_names ={'Sample'};
17+field_tolerances={1e-13};
18+field_values={...
19+ (md.results.SamplingSolution.Sample),...
20+ };
21\ No newline at end of file
Note: See TracBrowser for help on using the repository browser.