source: trunk/MESOSCALE/PLOT/SPEC/POLAR/defs/polar_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.1 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3ntime    = 10
4nlevel   = 0
5filename = './wrfout_d01_2024-07-03_06:00:00_z'
6save_ps  = 'polar'
7cfield1  = 'W'
8cfield2  = 'HGT'
9cfield3 = 'SWDOWNZ'
10;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11format        = '(F4.1)'
12colors        = 32 ;128
13minfield_init = -2.50
14maxfield_init = 2.50
15pal           =  33 ;39 ;6 ;11 ;0 ;11 ;6 ;0 ;6 ;39 ;19
16title_user    = ''
17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18missing_value=1.e30
19lim_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
20lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
21lim_blank = 0.5 & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value
22overcontour = overcontour / 1000.
23lev = -16. + 2.*findgen(40)
24;lev = [1, 100, 200, 300, 400, 500]
25flag_cb = 'false'
26;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28
Note: See TracBrowser for help on using the repository browser.