Last change
on this file since 117 was
114,
checked in by aslmd, 14 years ago
|
LMD_MM_MARS: update graphic tools for GW, water cycle + generic graphic stuff (ps_start, map_latlon) + update notes
|
-
Property svn:executable set to
*
|
File size:
1.4 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 = -4. ;-8. |
---|
18 | maxfield_init = 4. ;+8. |
---|
19 | ndiv = 8 |
---|
20 | format = '(F4.1)' |
---|
21 | pal = 0 |
---|
22 | title_user = 'T!Datm!N - T!Dsat!N (K)' |
---|
23 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
24 | missing_value=1.e30 |
---|
25 | 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 |
---|
26 | lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min |
---|
27 | flag_cb = 'true' |
---|
28 | windowx = [5.,55.] |
---|
29 | windowy = [0.,100.] |
---|
30 | windowy = [75.,85.] |
---|
31 | windowx = [5., 35.] |
---|
32 | intervalx = 5. |
---|
33 | intervaly = 5. |
---|
34 | windowy = [0.,130.] |
---|
35 | windowx = [10., 110.] |
---|
36 | intervalx = 10. |
---|
37 | intervaly = 10. |
---|
38 | title_axis = ['horizontal coordinate (x5km)','altitude (km)'] |
---|
39 | poscb=0.55 |
---|
40 | ;isotropic='false' |
---|
41 | lev = 10.*findgen(100) |
---|
42 | lev = [-6.,-4.,-2.,2.,4.,6.] |
---|
43 | lev = [-8.,-5.,-1.,1.,5.,8.] |
---|
44 | lev = [-6.,-5.,-4.,-3.,-2.,-1.,0.] |
---|
45 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
46 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
47 | |
---|
Note: See
TracBrowser
for help on using the repository browser.