Changeset 912
- Timestamp:
- 06/11/09 15:02:44 (16 years ago)
- Location:
- issm/trunk/test/Verification
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 2d model. The geometry … … 77 77 end 78 78 end 79 if nargout==1, 80 varargout{1}=md; 81 end -
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m
r755 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 2d model. The geometry … … 56 56 end 57 57 end 58 if nargout==1, 59 varargout{1}=md; 60 end -
issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetIceFrontM3d_8/updatearchive.m
r710 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m
r712 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetIceFrontP3d_10/updatearchive.m
r715 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/updatearchive.m
r717 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet without icefront for a 2d model. The geometry … … 77 77 end 78 78 end 79 if nargout==1, 80 varargout{1}=md; 81 end -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m
r754 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet without icefront for a 2d model. The geometry … … 56 56 end 57 57 end 58 if nargout==1, 59 varargout{1}=md; 60 end -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m
r743 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet without icefront for a 2d model. The geometry … … 77 77 end 78 78 end 79 if nargout==1, 80 varargout{1}=md; 81 end -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
r756 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet without icefront for a 2d model. The geometry … … 56 56 end 57 57 end 58 if nargout==1, 59 varargout{1}=md; 60 end -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m
r747 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet without icefront for a 2d model. The geometry … … 77 77 end 78 78 end 79 if nargout==1, 80 varargout{1}=md; 81 end -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m
r757 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet without icefront for a 2d model. The geometry … … 56 56 end 57 57 end 58 if nargout==1, 59 varargout{1}=md; 60 end -
issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/updatearchive.m
r709 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m
r720 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/updatearchive.m
r722 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet without icefront for a 2d model. The geometry … … 77 77 end 78 78 end 79 if nargout==1, 80 varargout{1}=md; 81 end -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m
r751 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet without icefront for a 2d model. The geometry … … 56 56 end 57 57 end 58 if nargout==1, 59 varargout{1}=md; 60 end -
issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m
r723 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m
r724 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 80 80 end 81 81 end 82 if nargout==1, 83 varargout{1}=md; 84 end -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m
r725 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m
r726 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
r728 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 3d model. The geometry … … 58 58 end 59 59 end 60 if nargout==1, 61 varargout{1}=md; 62 end -
issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with Pine Island Glacierfor a 2d model. … … 80 80 end 81 81 end 82 if nargout==1, 83 varargout{1}=md; 84 end -
issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m
r698 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 2d model. The geometry … … 61 61 end 62 62 end 63 if nargout==1, 64 varargout{1}=md; 65 end -
issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m
r883 r912 1 function runme(varargin)1 function varargout=runme(varargin) 2 2 % This file can be run to check that the current version of issm is giving 3 3 % coherent results. This test deals with Pine Island Glacierfor a 2d model. … … 79 79 end 80 80 end 81 if nargout==1, 82 varargout{1}=md; 83 end -
issm/trunk/test/Verification/PigControlMethodDragM2d_20/updatearchive.m
r520 r912 1 function updatearchive(varargin)1 function varargout=updatearchive(varargin) 2 2 % This file can be run to update the velocity archives of the test1. 3 3 % This test deals with an icesheet with icefront for a 2d model. The geometry … … 60 60 end 61 61 end 62 if nargout==1, 63 varargout{1}=md; 64 end
Note:
See TracChangeset
for help on using the changeset viewer.