Changeset 16137 for issm/trunk/src/m/plot/showregion.m
- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:ignore
-
TabularUnified
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/src ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/trunk/src/m/plot/showregion.m ¶
r13395 r16137 16 16 %box off 17 17 if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'), 18 A=expread([ issmdir() 'projects/Exp/Greenland.exp']);18 A=expread(['/u/astrid-r1b/ModelData/Exp/Greenland.exp']); 19 19 elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'), 20 A=expread([ issmdir() '/projects/Exp/Antarctica.exp']);20 A=expread(['/u/astrid-r1b/ModelData/Exp/Antarctica.exp']); 21 21 else 22 22 error('applyoptions error message: hemisphere not defined');
Note:
See TracChangeset
for help on using the changeset viewer.