source: trunk/mesoscale/PLOT/SPEC/GW/gravitwave_inc.pro @ 129

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