Changeset 18268
- Timestamp:
- 07/18/14 14:43:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Greenland/runme.m
r18264 r18268 150 150 ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc'; 151 151 152 %convert mesh x,y into the Box projection153 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1,39,71);154 [xi,yi]= ll2xy(md.mesh.lat,md.mesh.long,+1,45,70);155 156 152 %Set surface mass balance 157 153 lat = ncread(ncbox,'lat'); … … 183 179 184 180 load smbbox 181 182 %convert mesh x,y into the Box projection 183 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1,39,71); 184 [xi,yi]= ll2xy(md.mesh.lat,md.mesh.long,+1,45,70); 185 185 186 186 %Interpolate and set surface mass balance
Note:
See TracChangeset
for help on using the changeset viewer.