Ignore:
Timestamp:
06/07/17 10:50:54 (8 years ago)
Author:
Eric.Larour
Message:

CHG: merged branch back to trunk-jpl 21754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/examples/Jakobshavn/runme.m

    r21057 r21759  
    88        ncdata='../Data/Greenland_5km_dev1.2.nc';
    99        if ~exist(ncdata,'file'),
    10                 error('File Greenland_5km_dev1.2.nc not downloaded in Data Directory.  Please cd ../Data and run the download script.');
     10                error('File Greenland_5km_dev1.2.nc not downloaded in Data Directory');
    1111        end
    1212        x1   = ncread(ncdata,'x1');
     
    7474
    7575        plotmodel(md,'unit#all','km','axis#all','equal',...
    76                 'FontSize#all',12,...
    7776                'data',md.inversion.vel_obs,'title','Observed velocity',...
    7877                'data',md.results.StressbalanceSolution.Vel,'title','Modeled Velocity',...
    79                 'colorbar#1','off','colorbar#2','on','colorbartitle#2','[m/yr]',...
     78                'colorbar#1','off','colorbartitle#2','(m/yr)',...
    8079                'caxis#1-2',[0,7000],...
    8180                'data',md.geometry.base,'title','Base elevation',...
    8281                'data',md.results.StressbalanceSolution.FrictionCoefficient,...
    8382                'title','Friction Coefficient',...
    84                 'colorbar#3','on','colorbartitle#3','[m]','colorbar#4','on');
     83                'colorbartitle#3','(m)');
    8584end
Note: See TracChangeset for help on using the changeset viewer.