Changeset 22093
- Timestamp:
- 09/15/17 18:55:21 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m
r21227 r22093 42 42 cluster=slm.cluster; 43 43 batch=0; 44 45 44 %now, go through icecaps, glacies and earth, and upload all the data independently: 45 disp('solving ice caps first'); 46 46 for i=1:length(slm.icecaps), 47 47 slm.icecaps{i}=solve(slm.icecaps{i},solutionstringi,'batch','yes'); 48 48 end 49 disp('solving earth now'); 49 50 slm.earth=solve(slm.earth,solutionstringi,'batch','yes'); 50 51
Note:
See TracChangeset
for help on using the changeset viewer.