Changeset 18352


Ignore:
Timestamp:
08/08/14 14:12:35 (11 years ago)
Author:
Eric.Larour
Message:

CHG: stable branch, freezing.

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  
    4545
    4646%ocean zero threshold:
    47 replacestringinfile('./generic/editables.js','var ocean_threshold = .001;',['var ocean_threshold = ' num2str(getfieldvalue(options,'ocean_threshold',.001)) ';']);
     47replacestringinfile('./generic/editables.js','var ocean_threshold = 637.0;',['var ocean_threshold = ' num2str(getfieldvalue(options,'ocean_threshold',.001)) ';']);
    4848
    4949%intial view angle:
     
    125125                writejsfield(fid,['data' num2str(i)],data,md.mesh.numberofvertices);
    126126        end
     127        fclose(fid);
     128       
    127129        replacestringinfile('./generic/editables.js','"Velocity"',labelstring);
    128130        replacestringinfile('./generic/editables.js','"V"',shortlabelstring);
     
    131133        replacestringinfile('./generic/editables.js','var data_max_array = [3500',['var data_max_array = [' caxis2string]);
    132134        replacestringinfile('./generic/editables.js','"m/yr"',unitstring);
     135
    133136        replacestringinfile('./generic/editables.js','initialZoomFactor = -.20;',['initialZoomFactor = ' num2str(zoom) ';']);
    134        
    135 
    136 
    137         fclose(fid);
    138137% }}}
    139138
  • issm/branches/trunk-jpl-ad2/src/m/plot/prepare_gl.m

    r18324 r18352  
    2121        radar_image_earth='/Users/larour/ModelData/TrueMarble_GeoTIFF/radar_no_greenland.png';
    2222        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';
    2424        radar_image='/u/astrid-r1b/ModelData/HowatDEMGreenland2012/triangulated/radar.latlong.png';
    2525else
Note: See TracChangeset for help on using the changeset viewer.