Last change
on this file since 112 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.3 KB
|
Line | |
---|
1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
2 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
3 | ;;;;;;; W |
---|
4 | colors = 32 |
---|
5 | minfield_init = -6. |
---|
6 | maxfield_init = 6. |
---|
7 | format = '(F4.1)' |
---|
8 | pal = 4 |
---|
9 | title_user = 'Vertical velocity (m s!U-1!N)' |
---|
10 | ;;;;;;;; tk |
---|
11 | ;minfield_init = 110. |
---|
12 | ;maxfield_init = 210. |
---|
13 | ;format = '(I0)' |
---|
14 | ;pal = 33 |
---|
15 | ;title_user = 'Temperature (K)' |
---|
16 | ;;;;;;;; tk - tsat |
---|
17 | minfield_init = -20.;-4. |
---|
18 | maxfield_init = -10. |
---|
19 | format = '(F4.1)' |
---|
20 | pal = 0 |
---|
21 | title_user = 'T!Datm!N - T!Dsat!N (K)' |
---|
22 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
23 | missing_value=1.e30 |
---|
24 | 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 |
---|
25 | lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min |
---|
26 | flag_cb = 'true' |
---|
27 | windowx = [5.,55.] |
---|
28 | windowy = [0.,100.] |
---|
29 | windowy = [75.,85.] |
---|
30 | windowx = [5., 35.] |
---|
31 | intervalx = 5. |
---|
32 | intervaly = 5. |
---|
33 | title_axis = ['horizontal coordinate (x5km)','altitude (km)'] |
---|
34 | poscb=0.55 |
---|
35 | ;isotropic='false' |
---|
36 | lev = 10.*findgen(100) |
---|
37 | lev = [-6.,-4.,-2.,2.,4.,6.] |
---|
38 | lev = [-8.,-5.,-1.,1.,5.,8.] |
---|
39 | lev = [-6.,-5.,-4.,-3.,-2.,-1.,0.] |
---|
40 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
41 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.