Changeset 15501


Ignore:
Timestamp:
07/16/13 13:42:50 (12 years ago)
Author:
seroussi
Message:

FIX: changed path of antarctica and greenland exp if showregion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/applyoptions.m

    r15057 r15501  
    356356        %box off
    357357        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');
    359359                [A.x A.y]=ll2xy(A.x,A.y,+1,45,70);
    360360                A.x = A.x(1:30:end);
    361361                A.y = A.y(1:30:end);
    362362        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');
    364364        else
    365365                error('applyoptions error message: hemisphere not defined');
Note: See TracChangeset for help on using the changeset viewer.