Changeset 3137


Ignore:
Timestamp:
02/25/10 10:14:45 (15 years ago)
Author:
seroussi
Message:

added Greenland in showregion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/applyoptions.m

    r3118 r3137  
    264264        axis equal off
    265265        box off
    266         A=expread([ ISSM_DIR '/../models/Antarctica/Exp_Par/DomainOutline.exp']);
     266        if strcmpi(md.hemisphere,'n') | strcmpi(md.hemisphere,'north'),
     267                A=expread([ ISSM_DIR '/../models/Greenland/Exp_Par/DomainOutline.exp']);
     268        elseif strcmpi(md.hemisphere,'s') | strcmpi(md.hemisphere,'south'),
     269                A=expread([ ISSM_DIR '/../models/Antarctica/Exp_Par/DomainOutline.exp']);
     270        end
    267271        Ax=[min(A.x) max(A.x)];
    268272        Ay=[min(A.y) max(A.y)];
Note: See TracChangeset for help on using the changeset viewer.