Changeset 26680
- Timestamp:
- 11/30/21 07:47:20 (3 years ago)
- Location:
- issm/trunk-jpl/src/m
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpJoughinMosaic.m
r23873 r26680 4 4 case {'ronne'} 5 5 filename = '/home/ModelData/Greenland/VelJoughin/IanGreenVel.mat'; 6 case {'totten'} 7 filename = '/totten_1/ModelData/Greenland/VelJoughin/IanGreenVel.mat'; 6 8 otherwise 7 9 error('machine not supported yet'); -
issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpRignot2012.m
r23873 r26680 1 1 function [vxout vyout]= interpRignot2012(X,Y), 2 2 3 filename = '/ home/ModelData/Greenland/VelMouginot/RignotGreenland2012Vel.mat';3 filename = '/totten_1/ModelData/Greenland/VelMouginot/RignotGreenland2012Vel.mat'; 4 4 5 5 -
issm/trunk-jpl/src/m/modules/ExpToLevelSet.m
r26541 r26680 40 40 if isfield(contourname(i),'NAME') 41 41 distance(end, i) = contourname(i).NAME; 42 elseif isfield(contourname(i),'Date') 43 distance(end, i) = date2decyear(datenum(contourname(i).Date)); 44 % to deal with 42 45 else 43 46 distance(end, i) = i;
Note:
See TracChangeset
for help on using the changeset viewer.