Changeset 114 for trunk/mesoscale/PLOT/SPEC/SERIES/mawd_inc.pro
- Timestamp:
- Apr 22, 2011, 8:14:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/PLOT/SPEC/SERIES/mawd_inc.pro
r112 r114 8 8 format = '(I0)' 9 9 colors = 32 10 pal = 22;4;33 ;; GOOD: 4, 18, 22, 16, 37, 33, 39, 6, 1110 pal = 33;22;4;33 ;; GOOD: 4, 18, 22, 16, 37, 33, 39, 6, 11 11 11 12 12 ;;;;;*************************************** FILL LIMITS 13 13 minfield_init = 0. 14 maxfield_init = 65.15 ndiv = 1 314 maxfield_init = 100. ;120. ;65. 15 ndiv = 10 ;12 ;13 16 16 17 17 ;;;;;*************************************** LIMIT TRICKS … … 20 20 lim_max = maxfield_init & w=where((what_I_plot ge lim_max) and (what_I_plot le 1e9)) & if (w[0] ne -1) then what_I_plot[w]=lim_max 21 21 lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min 22 ;lim_blank = 0.1& w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value22 lim_blank = 1.0 & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value 23 23 24 24 ;;;;;*************************************** CONTOUR … … 38 38 ;;;;; MULTIYEAR 39 39 isotropic = 'false' 40 windowx = [ 1500.,4000.]41 intervalx = 500.040 windowx = [0.,2880.] ;[0.,3600.] ;[1500.,4000.] 41 intervalx = 360.0 42 42 windowy = [-90.,90.] 43 43 intervaly = 30.0 44 lev = [ 100.]44 lev = [600.] ;[100.]
Note: See TracChangeset
for help on using the changeset viewer.