Changeset 14152


Ignore:
Timestamp:
12/12/12 16:28:04 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed data

Location:
issm/workshop/2012/Talks/12_SeaRISE
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/workshop/2012/Talks/12_SeaRISE/Exp_Par/Greenland.par

    r14029 r14152  
    55disp('   Loading SeaRISE data from NetCDF');
    66ncdata='Data/Greenland_5km_dev1.2.nc';
     7if ~exist(ncdata,'file'),
     8        error('Download Greenland_5km_dev1.2.nc first on http://websrv.cs.umt.edu/isis/index.php/Present_Day_Greenland and put it in Data/');
     9end
    710x1    = ncread(ncdata,'x1');
    811y1    = ncread(ncdata,'y1');
  • issm/workshop/2012/Talks/12_SeaRISE/runme.m

    r14075 r14152  
    44%Location of SeaRISE dataset
    55ncdata='./Data/Greenland_5km_dev1.2.nc';
     6if ~exist(ncdata,'file'),
     7        error('Download Greenland_5km_dev1.2.nc first on http://websrv.cs.umt.edu/isis/index.php/Present_Day_Greenland and put it in Data/');
     8end
    69
    710if any(steps==1)
Note: See TracChangeset for help on using the changeset viewer.