Changeset 912 for issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12
- Timestamp:
- 06/11/09 15:02:44 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.