Changeset 26680


Ignore:
Timestamp:
11/30/21 07:47:20 (3 years ago)
Author:
Cheng Gong
Message:

CHG: set data path to totten

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  
    44        case {'ronne'}
    55                filename = '/home/ModelData/Greenland/VelJoughin/IanGreenVel.mat';
     6        case {'totten'}
     7                filename = '/totten_1/ModelData/Greenland/VelJoughin/IanGreenVel.mat';
    68        otherwise
    79                error('machine not supported yet');
  • issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpRignot2012.m

    r23873 r26680  
    11function [vxout vyout]= interpRignot2012(X,Y),
    22
    3 filename = '/home/ModelData/Greenland/VelMouginot/RignotGreenland2012Vel.mat';
     3filename = '/totten_1/ModelData/Greenland/VelMouginot/RignotGreenland2012Vel.mat';
    44
    55
  • issm/trunk-jpl/src/m/modules/ExpToLevelSet.m

    r26541 r26680  
    4040                if isfield(contourname(i),'NAME')
    4141                        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
    4245                else
    4346                        distance(end, i) = i;
Note: See TracChangeset for help on using the changeset viewer.