Changeset 487
- Timestamp:
- 05/19/09 12:29:05 (15 years ago)
- Location:
- issm/trunk/test/Verification
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));37 error(['solution: ' solution ' in test: ' testname ' not supported yet']);38 end39 32 %check solution requested 40 33 if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')), -
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));30 error(['solution: ' solution ' in test: ' testname ' not supported yet']);31 end32 25 %check solution requested 33 26 if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')), -
issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceSheetIceFrontM3d_8/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package 26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel')); 27 error(['package: ' package ' in test: ' testname ' not supported yet']); 28 %check solution 29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |... 30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient')); 31 error(['solution: ' solution ' in test: ' testname ' not supported yet']); 32 end 33 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')), 25 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 26 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 27 continue -
issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceSheetIceFrontP3d_10/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 33 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 26 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));37 error(['solution: ' solution ' in test: ' testname ' not supported yet']);38 end39 32 %check solution requested 40 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) ),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) ), 41 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 42 35 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));30 error(['solution: ' solution ' in test: ' testname ' not supported yet']);31 end32 25 %check solution requested 33 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) ),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) ), 34 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 35 28 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));37 error(['solution: ' solution ' in test: ' testname ' not supported yet']);38 end39 32 %check solution requested 40 33 if (~strcmpi(package,'ice')), -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));30 error(['solution: ' solution ' in test: ' testname ' not supported yet']);31 end32 25 %check solution requested 33 26 if (~strcmpi(package,'ice')), -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 33 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 26 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));37 error(['solution: ' solution ' in test: ' testname ' not supported yet']);38 end39 32 %check solution requested 40 33 if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')), -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));30 error(['solution: ' solution ' in test: ' testname ' not supported yet']);31 end32 25 %check solution requested 33 26 if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')), -
issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 33 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 26 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));37 error(['solution: ' solution ' in test: ' testname ' not supported yet']);38 end39 32 %check solution requested 40 33 if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')), -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'prognostic'));30 error(['solution: ' solution ' in test: ' testname ' not supported yet']);31 end32 25 %check solution requested 33 26 if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')), -
issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 33 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 26 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),33 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 42 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 35 continue -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),26 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')), 35 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 28 continue -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
r482 r487 30 30 solution=solutions{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...37 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));38 error(['solution: ' solution ' in test: ' testname ' not supported yet']);39 end40 32 %check solution requested 41 33 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
r482 r487 23 23 solution=solutions{j}; 24 24 25 %check package26 if ~(strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));27 error(['package: ' package ' in test: ' testname ' not supported yet']);28 %check solution29 elseif ~(strcmpi(solution,'diagnostic') | strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient') |...30 strcmpi(solution,'prognostic') | strcmpi(solution,'transient'));31 error(['solution: ' solution ' in test: ' testname ' not supported yet']);32 end33 25 %check solution requested 34 26 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m
r482 r487 30 30 misfit=misfits{j}; 31 31 32 %check package33 if ~(strcmpi(package,'macayeal') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));34 error(['package: ' package ' in test: ' testname ' not supported yet']);35 %check solution36 elseif ~(strcmpi(misfit,'absolute') | strcmpi(misfit,'relative') | strcmpi(misfit,'logarithmic')),37 error(['misfit: ' misfit ' in test: ' testname ' not supported yet']);38 end39 32 %check solution requested 40 33 if strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute') -
issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m
r482 r487 25 25 misfit=misfits{j}; 26 26 27 %check package28 if ~(strcmpi(package,'macayeal') | strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel'));29 error(['package: ' package ' in test: ' testname ' not supported yet']);30 %check solution31 elseif ~(strcmpi(misfit,'absolute') | strcmpi(misfit,'relative') | strcmpi(misfit,'logarithmic')),32 error(['misfit: ' misfit ' in test: ' testname ' not supported yet']);33 end34 27 %check solution requested 35 28 if strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute') -
issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m
r482 r487 32 32 %check package 33 33 if ~(strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel')); 34 error(['package: ' package ' in test: ' testname ' not supported yet']); 35 %check solution 36 elseif ~(strcmpi(misfit,'absolute') | strcmpi(misfit,'relative') | strcmpi(misfit,'logarithmic')), 37 error(['misfit: ' misfit ' in test: ' testname ' not supported yet']); 34 disp(['package: ' package ' in test: ' testname ' not supported yet']); 35 continue 38 36 end 39 37 -
issm/trunk/test/Verification/PigControlMethodDragM2d_20/updatearchive.m
r482 r487 27 27 %check package 28 28 if ~(strcmpi(package,'cielo_serial') | strcmpi(package,'cielo_parallel')); 29 error(['package: ' package ' in test: ' testname ' not supported yet']); 30 %check solution 31 elseif ~(strcmpi(misfit,'absolute') | strcmpi(misfit,'relative') | strcmpi(misfit,'logarithmic')), 32 error(['misfit: ' misfit ' in test: ' testname ' not supported yet']); 29 disp(['package: ' package ' in test: ' testname ' not supported yet']); 30 continue 33 31 end 34 32
Note:
See TracChangeset
for help on using the changeset viewer.