source: trunk/MESOSCALE/PLOT/RESERVE/send_esa.pro @ 163

Last change on this file since 163 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

File size: 746 bytes
Line 
1restore, filename='yeahyeah'
2filename = 'mesoscale_profile'
3tab1 = HEIGHTP
4
5;tab2 = reform(WHAT_I_PLOT(*,0))
6
7tab2 = reform(WHAT_I_PLOT(*,1)+WHAT_I_PLOT(*,2)+WHAT_I_PLOT(*,3)+WHAT_I_PLOT(*,4)+WHAT_I_PLOT(*,5))/5.
8
9make_ascii, filename+'_MEAN', tab1, tab2
10
11plot, tab1, tab2
12
13tab2 = reform(WHAT_I_PLOT(*,1))
14make_ascii, filename+'_LT7', tab1, tab2
15plot, tab1, tab2
16
17tab2 = reform(WHAT_I_PLOT(*,2))
18make_ascii, filename+'_LT8', tab1, tab2
19plot, tab1, tab2
20
21tab2 = reform(WHAT_I_PLOT(*,3))
22make_ascii, filename+'_LT9', tab1, tab2
23plot, tab1, tab2
24
25tab2 = reform(WHAT_I_PLOT(*,4))
26make_ascii, filename+'_LT10', tab1, tab2
27plot, tab1, tab2
28
29tab2 = reform(WHAT_I_PLOT(*,5))
30make_ascii, filename+'_LT11', tab1, tab2
31plot, tab1, tab2, yrange=[0.,40.]
32
33
34
35
Note: See TracBrowser for help on using the repository browser.