Changeset 27028
- Timestamp:
- 05/28/22 00:07:09 (3 years ago)
- Location:
- issm/trunk-jpl/examples
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Greenland/runme.m
r27027 r27028 24 24 25 25 %convert x,y coordinates (Polar stereo) to lat/lon 26 [md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1, 45,70);26 [md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1,39,71); 27 27 28 28 save ./Models/Greenland.Mesh_generation md; … … 180 180 181 181 %convert mesh x,y into the Box projection 182 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1, 45,70);182 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1,39,71); 183 183 [xi,yi]= ll2xy(md.mesh.lat,md.mesh.long,+1,45,70); 184 184 … … 247 247 248 248 %convert mesh x,y into the Box projection 249 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1, 45,70);249 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1,39,71); 250 250 [xi,yi]= ll2xy(md.mesh.lat,md.mesh.long,+1,45,70); 251 251 -
issm/trunk-jpl/examples/IceBridge/runme.m
r27027 r27028 33 33 34 34 %convert x,y coordinates (Polar stereo) to lat/lon 35 [md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1, 45,70);35 [md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1,39,71); 36 36 37 37 save ./Models/Greenland.Mesh_generation md; -
issm/trunk-jpl/examples/Jakobshavn/runme.m
r27027 r27028 20 20 %refine mesh using surface velocities as metric 21 21 md=bamg(md,'hmin',1200,'hmax',15000,'field',vel,'err',5); 22 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1, 45,70);22 [md.mesh.lat,md.mesh.long] = xy2ll(md.mesh.x,md.mesh.y,+1,39,71); 23 23 24 24 save JksMesh md
Note:
See TracChangeset
for help on using the changeset viewer.