Changeset 131 for trunk/mesoscale/PLOT/SPEC/MAP/map_uvt.pro
- Timestamp:
- May 25, 2011, 4:19:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/PLOT/SPEC/MAP/map_uvt.pro
r96 r131 148 148 endelse 149 149 help, what_I_plot, lon, lat 150 print, min(what_I_plot) 151 print, max(what_I_plot) 152 print, min(overcontour) 153 print, max(overcontour) 154 print, min(overvector_x) 155 print, min(overvector_y) 150 print, 'COLOR PLOT min/max ', min(what_I_plot), max(what_I_plot) 151 print, 'CONTOUR PLOT min/max ', min(overcontour), max(overcontour) 152 print, 'VECTOR PLOT min/max ', min(overvector_x), min(overvector_y) 156 153 ; 157 154 ;
Note: See TracChangeset
for help on using the changeset viewer.