Changeset 1198
- Timestamp:
- 07/01/09 11:34:44 (16 years ago)
- Location:
- issm/trunk/test/Verification/PigControlMethodDragP3d_22
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/PigControlMethodDragP3d_22/runme.m
r1194 r1198 43 43 44 44 %Initialize log message for nightly runs. 45 testname='PigControlMethodDrag M2d_20';45 testname='PigControlMethodDragP3d_22'; 46 46 47 47 %go through the solutions requested … … 53 53 54 54 %check package 55 if ~(strcmpi(package,'cielo_ serial') | strcmpi(package,'cielo_parallel'));55 if ~(strcmpi(package,'cielo_parallel')); 56 56 disp(['package: ' package ' in test: ' testname ' not supported yet']); 57 57 continue … … 76 76 [md packagefinal]=testsgetpackage(md,package); 77 77 if ~testscheckmisfit(misfit), continue; end 78 tic79 78 md=solve(md,'analysis_type','control','package',packagefinal); 80 toc81 79 82 80 %compute fields to be checked -
issm/trunk/test/Verification/PigControlMethodDragP3d_22/updatearchive.m
r1194 r1198 49 49 50 50 %check package 51 if ~(strcmpi(package,'cielo_ serial') | strcmpi(package,'cielo_parallel'));51 if ~(strcmpi(package,'cielo_parallel')); 52 52 disp(['package: ' package ' in test: ' testname ' not supported yet']); 53 53 continue … … 72 72 [md packagefinal]=testsgetpackage(md,package); 73 73 if ~testscheckmisfit(misfit), continue; end 74 tic75 74 md=solve(md,'analysis_type','control','package',packagefinal); 76 toc77 75 78 76 %compute fields to be checked
Note:
See TracChangeset
for help on using the changeset viewer.