Changeset 22665
- Timestamp:
- 04/03/18 14:15:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/solveiceocean.m
r22659 r22665 42 42 cluster=md.cluster; 43 43 if strcmpi(getfieldvalue(options,'batch','no'),'yes') batch=1; else batch=0; end 44 if ~is class(cluster,'localpfe'),44 if ~isa(cluster,'localpfe') & ~isa(cluster,'generic'), 45 45 error('cannot run ice/ocean simulation on any other cluster than localpfe'); 46 46 end … … 131 131 disp('loading results from cluster'); 132 132 end 133 md=loadresultsfromcluster(md );133 md=loadresultsfromcluster(md,''); 134 134 elseif md.settings.waitonlock==0, 135 135 disp('Model results must be loaded manually with md=loadresultsfromcluster(md);');
Note:
See TracChangeset
for help on using the changeset viewer.