source: trunk/MESOSCALE/PLOT/SPEC/LES/turb_section_period_inc.pro @ 205

Last change on this file since 205 was 91, checked in by aslmd, 14 years ago

mars: test outliers [dans initracer.F, commente] LMD_MM_MARS: modifications mineures [retrocompatibilite ancienne physique, callphys.def test pour nouvelle physique] PLOT: generalisation de la routine map_uvt pour pouvoir tracer des figures en projection polaire complete

  • Property svn:executable set to *
File size: 888 bytes
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3format        = '(I0)'
4colors        = 64 ;32 
5minfield_init = -8.
6maxfield_init = 12.
7pal = 33
8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9missing_value=1.e30
10lim_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
11lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
12flag_cb = 'true'
13windowx = [0.,9.]
14windowy = [0.,12.]
15intervalx = 1.
16intervaly = 1.
17title_axis = ['Horizontal coordinate (km)','Altitude above surface (km)']
18title_user = 'Vertical wind (m s!U-1!N) in Meridiani LES'
19subtitle_user = 'DOD = 0.5 / BW = 10 m s!U-1!N'
20poscb = 0.55
21;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracBrowser for help on using the repository browser.