Changeset 18352
- Timestamp:
- 08/08/14 14:12:35 (11 years ago)
- Location:
- issm/branches/trunk-jpl-ad2/src/m/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-ad2/src/m/plot/plot_gl.m
r18325 r18352 45 45 46 46 %ocean zero threshold: 47 replacestringinfile('./generic/editables.js','var ocean_threshold = .001;',['var ocean_threshold = ' num2str(getfieldvalue(options,'ocean_threshold',.001)) ';']);47 replacestringinfile('./generic/editables.js','var ocean_threshold = 637.0;',['var ocean_threshold = ' num2str(getfieldvalue(options,'ocean_threshold',.001)) ';']); 48 48 49 49 %intial view angle: … … 125 125 writejsfield(fid,['data' num2str(i)],data,md.mesh.numberofvertices); 126 126 end 127 fclose(fid); 128 127 129 replacestringinfile('./generic/editables.js','"Velocity"',labelstring); 128 130 replacestringinfile('./generic/editables.js','"V"',shortlabelstring); … … 131 133 replacestringinfile('./generic/editables.js','var data_max_array = [3500',['var data_max_array = [' caxis2string]); 132 134 replacestringinfile('./generic/editables.js','"m/yr"',unitstring); 135 133 136 replacestringinfile('./generic/editables.js','initialZoomFactor = -.20;',['initialZoomFactor = ' num2str(zoom) ';']); 134 135 136 137 fclose(fid);138 137 % }}} 139 138 -
issm/branches/trunk-jpl-ad2/src/m/plot/prepare_gl.m
r18324 r18352 21 21 radar_image_earth='/Users/larour/ModelData/TrueMarble_GeoTIFF/radar_no_greenland.png'; 22 22 triangulation_earth='/Users/larour/ModelData/DEM_geotiff/processed/triangulation_greenland.mat'; 23 triangulation='/u/astrid-r1b/ModelData/HowatDEMGreenland2012/triangulated/triangulation_ 15.mat';23 triangulation='/u/astrid-r1b/ModelData/HowatDEMGreenland2012/triangulated/triangulation_2.mat'; 24 24 radar_image='/u/astrid-r1b/ModelData/HowatDEMGreenland2012/triangulated/radar.latlong.png'; 25 25 else
Note:
See TracChangeset
for help on using the changeset viewer.