Ignore:
Timestamp:
Apr 22, 2011, 8:14:18 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: update graphic tools for GW, water cycle + generic graphic stuff (ps_start, map_latlon) + update notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/PLOT/SPEC/SERIES/mawd_inc.pro

    r112 r114  
    88        format          =       '(I0)'
    99        colors          =       32
    10         pal             =       22;4;33              ;; GOOD: 4, 18, 22, 16, 37, 33, 39, 6, 11
     10        pal             =       33;22;4;33              ;; GOOD: 4, 18, 22, 16, 37, 33, 39, 6, 11
    1111
    1212;;;;;*************************************** FILL LIMITS
    1313        minfield_init   =       0.
    14         maxfield_init   =       65.
    15         ndiv            =       13
     14        maxfield_init   =       100. ;120. ;65.
     15        ndiv            =       10 ;12 ;13
    1616
    1717        ;;;;;*************************************** LIMIT TRICKS
     
    2020                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
    2121                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_value
     22                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
    2323
    2424;;;;;*************************************** CONTOUR
     
    3838;;;;; MULTIYEAR
    3939        isotropic       =       'false'
    40         windowx         =       [1500.,4000.]
    41         intervalx       =       500.0
     40        windowx         =       [0.,2880.] ;[0.,3600.] ;[1500.,4000.]
     41        intervalx       =       360.0
    4242        windowy         =       [-90.,90.]
    4343        intervaly       =       30.0
    44         lev             =       [100.]
     44        lev             =       [600.] ;[100.]
Note: See TracChangeset for help on using the changeset viewer.