Changeset 142 for trunk/MESOSCALE/PLOT/MINIMAL
- Timestamp:
- May 31, 2011, 3:31:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/PLOT/MINIMAL/map_latlon.pro
r131 r142 220 220 ;reverse_ct 221 221 if (pal eq 0) then reverse_ct 222 if (pal eq 21) then reverse_ct 222 223 contour, what_I_plot, $ 223 224 lon,lat, $ … … 226 227 /cell_fill, $ 227 228 max_value=maxfield, $ 228 min_value=minfield, $ 229 min_value=minfield, $ 229 230 /overplot 230 231 … … 375 376 ;yeah=UNIQ(lev) & lev=lev[yeah] 376 377 377 colcont = 75378 colcont = 150 ;75 378 379 if (pal eq 16) then colcont=0 ;noir 379 380 if (pal eq 4) then colcont=255 ;blanc
Note: See TracChangeset
for help on using the changeset viewer.