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

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