source: trunk/mesoscale/PLOT/SPEC/POLAR/defs/polar_inc_uv.pro.appere @ 85

Last change on this file since 85 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.5 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3ntime    = 7  ;; le vrai indice IDL
4nlevel   = 2
5filename = '/tmp15/aslmd/polar_61pts/wrfout_d01_2024-03-04_06:00:00_zabg'
6;filename = '/tmp15/aslmd/polar_61pts/wrfout_d01_2024-03-02_06:00:00_zabg'
7save_ps  = 'mesoscale_polar_winds_friction'
8;coord2d  = 'true'
9field1   = 'USTM'  ;; omettre trace vitesse horizontale
10        ;field1  = 'HGT'  ;; shaded
11        ;field2  = 'XLAT' ;; contour
12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13format        = '(F5.2)'
14colors        =  32
15pal           =  22 ;33 ;39 ;6 ;11 ;0 ;11 ;6 ;0 ;6 ;39 ;19
16title_user    = ''
17title_axis    = ['grid points','grid points']
18title_user      = 'Friction velocity 50m ABG (m s!U-1!N) + Horizontal wind vectors'
19        ;title_user      = 'Topography (m) + Horizontal wind vectors 50m ABG'
20subtitle_user   = 'LMD Mars Mesoscale / UTC = 01:00pm / Ls = 61.5!Uo!N / dx = 25km / single domain'
21poscb=0.85
22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23;;; FILL LIMITS                                ;;;
24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
25minfield_init= +00.1     
26maxfield_init= +00.6
27        ;format        = '(I0)'   
28        ;minfield_init= -6500.
29        ;maxfield_init= -1500.
30        ;pal = 19
31missing_value=1.e30
32lim_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
33lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
34;lim_blank = 0.2 & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value
35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
36;;; WINDS                                      ;;;
37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
38windex=12.      ;; default: 20.
39stride=2.       ;; default: 5.
40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
41;;; CONTOUR                                    ;;;
42;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
43;overcontour=overcontour-mean(overcontour)     
44overcontour=overcontour/1000.
45lev=-10. + 0.2*findgen(100)
46lev=-10. + 0.5*findgen(50)
47;lev=-10. + 0.1*findgen(200)
48;lev=0
49        overcontour=-overcontour
50        lev=0.2*findgen(200)
51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
52;;; AXIS                                       ;;;
53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54;isotropic='false'       ;; default: true
55;intervalx=0.5           
56;intervaly=0.5           
57intervalx=5.
58intervaly=5.
59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
60;;; MAP LIMITS                                 ;;;
61;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
62;windowx=[-51.0,-41.0]       
63;windowy=[78.0,88.0]
64windowx=[5.,55.]
65windowy=[5.,55.]
Note: See TracBrowser for help on using the repository browser.