Changeset 15501
- Timestamp:
- 07/16/13 13:42:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r15057 r15501 356 356 %box off 357 357 if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'), 358 A=expread( [ jplsvn() '/projects/ModelData/Exp/GreenlandBoxFront.exp']);358 A=expread('/u/astrid-r1b/ModelData/Exp/GreenlandBoxFront.exp'); 359 359 [A.x A.y]=ll2xy(A.x,A.y,+1,45,70); 360 360 A.x = A.x(1:30:end); 361 361 A.y = A.y(1:30:end); 362 362 elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'), 363 A=expread( [ jplsvn() '/projects/ModelData/Exp/Antarctica.exp']);363 A=expread('/u/astrid-r1b/ModelData/Exp/Antarctica.exp'); 364 364 else 365 365 error('applyoptions error message: hemisphere not defined');
Note:
See TracChangeset
for help on using the changeset viewer.