- Timestamp:
- 06/07/17 10:50:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/examples/Jakobshavn/runme.m
r21057 r21759 8 8 ncdata='../Data/Greenland_5km_dev1.2.nc'; 9 9 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'); 11 11 end 12 12 x1 = ncread(ncdata,'x1'); … … 74 74 75 75 plotmodel(md,'unit#all','km','axis#all','equal',... 76 'FontSize#all',12,...77 76 'data',md.inversion.vel_obs,'title','Observed velocity',... 78 77 '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)',... 80 79 'caxis#1-2',[0,7000],... 81 80 'data',md.geometry.base,'title','Base elevation',... 82 81 'data',md.results.StressbalanceSolution.FrictionCoefficient,... 83 82 'title','Friction Coefficient',... 84 'colorbar #3','on','colorbartitle#3','[m]','colorbar#4','on');83 'colorbartitle#3','(m)'); 85 84 end
Note:
See TracChangeset
for help on using the changeset viewer.