Changeset 14152
- Timestamp:
- 12/12/12 16:28:04 (12 years ago)
- 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 5 5 disp(' Loading SeaRISE data from NetCDF'); 6 6 ncdata='Data/Greenland_5km_dev1.2.nc'; 7 if ~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/'); 9 end 7 10 x1 = ncread(ncdata,'x1'); 8 11 y1 = ncread(ncdata,'y1'); -
issm/workshop/2012/Talks/12_SeaRISE/runme.m
r14075 r14152 4 4 %Location of SeaRISE dataset 5 5 ncdata='./Data/Greenland_5km_dev1.2.nc'; 6 if ~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/'); 8 end 6 9 7 10 if any(steps==1)
Note:
See TracChangeset
for help on using the changeset viewer.