source: trunk/MESOSCALE/PLOT/SPEC/LES/turb_inc.pro @ 189

Last change on this file since 189 was 85, checked in by aslmd, 14 years ago

LMD_MM_MARS et LMD_LES_MARS: ajout des routines IDL pour tracer les sorties --> voir mesoscale/PLOT

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3format        = '(F4.1)'
4colors        = 128
5;colors       = 16     
6minfield_init = -8.
7maxfield_init =  12.
8pal = 33
9        ;
10        ;minfield_init = -2.
11        ;maxfield_init =  2.
12        ;
13;minfield_init = 0.;0.1
14;maxfield_init =  1.;1.1
15;;pal           =  22;33 
16;minfield_init =  0.
17;maxfield_init =  10.
18;pal           =  22 
19;title_user    = ''
20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21missing_value=1.e30
22lim_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
23lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
24flag_cb = 'true'
25windowx = [0.,20.]
26windowy = [0.,20.]
27intervalx = 2.
28intervaly = 2.
29        windowx = [0.,9.]
30        windowy = [0.,9.]
31        intervalx = 1.
32        intervaly = 1.
33;;
34        windowx = [0.,8.]
35        windowy = [6.,14.]
36        intervalx = 1.0
37        intervaly = 1.0
38;;
39title_axis = ['x-axis (km)','y-axis (km)']
40poscb = 0.70
41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
42;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
43windex = 20
44stride = 1
Note: See TracBrowser for help on using the repository browser.