Changeset 22093


Ignore:
Timestamp:
09/15/17 18:55:21 (8 years ago)
Author:
Eric.Larour
Message:

CHG: diverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m

    r21227 r22093  
    4242cluster=slm.cluster;
    4343batch=0;
    44 
    4544%now, go through icecaps, glacies and earth, and upload all the data independently:
     45disp('solving ice caps first');
    4646for i=1:length(slm.icecaps),
    4747        slm.icecaps{i}=solve(slm.icecaps{i},solutionstringi,'batch','yes');
    4848end
     49disp('solving earth now');
    4950slm.earth=solve(slm.earth,solutionstringi,'batch','yes');
    5051
Note: See TracChangeset for help on using the changeset viewer.