source: trunk/MESOSCALE/PLOT/SPEC/POLAR/defs/polar_inc_w.pro @ 134

Last change on this file since 134 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: 2.2 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3ntime    = 2
4nlevel   = 1
5latmin = -90 & latmax = 20 & lonmin = -180 & lonmax = 180 & hem = -1.
6latmin = -40 & latmax = -10 & lonmin = -45 & lonmax = -15 & hem = -1.
7filename = '/tmp1/aslmd/wrfout_d01_2024-06-17_06:00:00' & save_ps  = 'wpolarz1'
8;filename = '/tmp1/aslmd/wrfout_d02_2024-06-17_06:00:00' & save_ps  = 'wpolarz2'
9;filename = '/tmp1/aslmd/wrfout_d03_2024-06-17_06:00:00' & save_ps  = 'wpolarz3'
10;filename = '/tmp1/aslmd/wrfout_d04_2024-06-17_06:00:00' & save_ps  = 'wpolarz4'
11latmin = -30 & latmax = -24 & lonmin = -38 & lonmax = -32
12filename = '/tmp1/aslmd/wrfout_d04_2024-06-17_06:00:00' & save_ps  = 'wpolarzz4'
13cfield1  = 'WAVE'
14cfield2  = 'HGT'
15;cfield3  = 'HGT_M'
16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17format        = '(F4.1)'
18colors        = 128
19minfield_init = -8.
20maxfield_init = +2.
21pal           =  22 ;33 ;39 ;6 ;11 ;0 ;11 ;6 ;0 ;6 ;39 ;19
22title_user    = ''
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
27;lim_blank = 0.5 & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value
28overcontour = overcontour / 1000.
29lev = -10. + 1.*findgen(40)
30;flag_cb = 'false'
31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32
33;;
34;; T. Appere paper
35;;
36latmin = 76 & latmax = 90. & lonmin = -180 & lonmax = 180 & hem = 1.
37ntime    = 0  ;; le vrai indice IDL
38nlevel   = 0
39filename = '/tmp15/aslmd/polar_61pts/wrfout_d01_2024-03-04_06:00:00_zabg'
40save_ps  = 'appere'
41cfield1  = 'USTM'
42minfield_init = 0.1
43maxfield_init = 0.6
44pal           =  22
45format        = '(F5.2)'
46colors        = 32
47lim_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
48lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
49lev = -10. + 0.2*findgen(50)
50;lev = -10. + 0.5*findgen(20)
51overcontour = - overcontour
52lev = 0.5*findgen(20)
53lev = 0.2*findgen(50)
54
55
56
57
Note: See TracBrowser for help on using the repository browser.