Changeset 319 for issm/trunk/src/m/solutions/ice/slopecompute.m
- Timestamp:
- 05/08/09 11:56:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/ice/slopecompute.m
r34 r319 8 8 iceglobal 9 9 global gridset 10 global ISSM_DIR 10 11 11 12 if ~strcmpi(field, 'bed') & ~strcmpi(field, 'surface') 12 13 error('slope compute error message: bed and surface computing only '); 13 14 end 15 16 %Use package to set solution namespace 17 usenamespace('ice'); 14 18 15 19 %determine if run is parallel … … 59 63 end 60 64 65 %re-add the paths 66 addpath(genpath_ice([ISSM_DIR '/src/m/solutions/macayeal'])); 67 addpath(genpath_ice([ISSM_DIR '/src/m/solutions/ice'])); 68 addpath(genpath_ice([ISSM_DIR '/src/m/solutions/cielo'])); 69 addpath(genpath_ice([ISSM_DIR '/bin']));
Note:
See TracChangeset
for help on using the changeset viewer.