Changeset 18020
- Timestamp:
- 05/19/14 18:14:55 (11 years ago)
- Location:
- issm/workshop/09SeaRISE_GrIS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/workshop/09SeaRISE_GrIS/Exp_Par/Greenland.par
r18013 r18020 4 4 5 5 disp(' Loading SeaRISE data from NetCDF'); 6 ncdata=' Data/Greenland_5km_dev1.2.nc';6 ncdata='../Data/Greenland_5km_dev1.2.nc'; 7 7 x1 = ncread(ncdata,'x1'); 8 8 y1 = ncread(ncdata,'y1'); -
issm/workshop/09SeaRISE_GrIS/runme.m
r18018 r18020 1 1 clear all; 2 steps=[ 1 2 3 4 5];2 steps=[ 1 ]; 3 3 4 4 %Location of SeaRISE dataset … … 149 149 md = loadmodel('./Models/Greenland.Control_drag'); 150 150 151 ncbox='. /Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc';151 ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc'; 152 152 153 153 %convert mesh x,y into the Box projection … … 163 163 %surface mass balance 164 164 smbmean = mean(mean(smbbox,3),4); 165 save -v7.3 ./Data/smbbox smbbox x1 y1;165 save -v7.3 smbbox smbbox x1 y1; 166 166 clear smbbox 167 167 … … 192 192 if any(steps==7) 193 193 disp(' Step 7: Box Transient run'); 194 md = loadmodel('. /Models/Greenland.HistoricTransient_1000yr');194 md = loadmodel('../Data/Greenland.HistoricTransient_1000yr'); 195 195 196 196 %load past transient results … … 207 207 208 208 %Set surface mass balance 209 load ./Data/smbbox209 load smbbox 210 210 index = BamgTriangulate(x1(:),y1(:)); 211 211
Note:
See TracChangeset
for help on using the changeset viewer.