Changeset 14323
- Timestamp:
- 02/06/13 10:56:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r14300 r14323 350 350 %box off 351 351 if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'), 352 A=expread([ jplsvn() '/projects/ Exp/GreenlandBoxFront.exp']);352 A=expread([ jplsvn() '/projects/ModelData/Exp/GreenlandBoxFront.exp']); 353 353 [A.x A.y]=ll2xy(A.x,A.y,+1,45,70); 354 354 A.x = A.x(1:30:end); 355 355 A.y = A.y(1:30:end); 356 356 elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'), 357 A=expread([ jplsvn() '/projects/ Exp/Antarctica.exp']);357 A=expread([ jplsvn() '/projects/ModelData/Exp/Antarctica.exp']); 358 358 else 359 359 error('applyoptions error message: hemisphere not defined');
Note:
See TracChangeset
for help on using the changeset viewer.