source: trunk/MESOSCALE/PLOT/SPEC/POLAR/defs/polaract_inc.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: 1.5 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3filename = 'wrfout_d01_2024-07-03_06:00:00_z'
4;filename = 'wrfout_d01_2024-07-02_06:00:00_z'
5;filename = 'wrfout_d01_2024-07-04_06:00:00_z'
6;filename = 'wrfout_d01_2024-07-99_06:00:00_z' ;;1234
7filename = 'wrfout_d01_2024-07-234_06:00:00_z' ;;234
8;filename = 'wrfout_d01_2024-07-34_06:00:00_z'
9;filename = 'wrfout_d01_2024-07-23_06:00:00_z'
10save_ps  = 'polar'
11cfield1  = 'W'
12cfield2  = 'HGT'
13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14format        = '(F4.1)'
15colors        = 32 ;128
16minfield_init = -5000.
17maxfield_init = 5000.
18pal           =  0 ;4;16;22 ;33 ;39 ;11 ;0 39 19 ;NON: 6,11
19title_user    = ''
20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21missing_value=1.e30
22lim_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
23lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
24;lim_blank = 1.5 & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value
25;overcontour = overcontour / 1000.
26;lev = -16. + 2.*findgen(40)
27lev = [0.5, 1., 1.5, 2., 2.5, 3., 3.5, 4., 4.5, 5., 5.5, 6.]
28;lev = [0.5, 0.8,1.2,1.6,2.0]
29;lev = [0.75, 1.,2.,3.]
30lev = [0.2, 0.3, 0.5, 1., 2., 3., 5., 10.]
31;lev = [0.3, 0.5, 1., 2., 3., 5., 10.]
32;lev = [0.25, 0.5, 0.75, 1.]
33flag_cb = 'false'
34;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
36
Note: See TracBrowser for help on using the repository browser.