source: trunk/MESOSCALE/PLOT/SPEC/MAP/defs/map_static_inc.pro.2 @ 193

Last change on this file since 193 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.4 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3filename = '/d5/aslmd/WRF_Mars/EN_COURS/OMG_cstTI/geo_em.d03.nc'
4save_ps  = 'meridiani_ti'
5field1  = 'THERMAL_INERTIA'  ;; omettre trace vitesse horizontale
6;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7format        = '(I0)'
8colors        = 32
9pal           =  4 ;33 ;4 ;22 ;33 ;39 ;6 ;11 ;0 ;11 ;6 ;0 ;6 ;39 ;19
10title_user    = 'Apparent nighttime thermal inertia (J m!U-2!N s!U-0.5!N K!U-1!N)'
11        title_axis      =       ['East longitude','North latitude']
12poscb=0.96
13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14;;; FILL LIMITS                                ;;;
15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16;minfield_init= 10.     
17;maxfield_init= 110.   
18minfield_init= 30. ;50.     
19maxfield_init= 230. ;250.   
20minfield_init= 50.     
21maxfield_init= 250.   
22        ;minfield_init=1.4
23        ;maxfield_init=2.4
24        ;what_I_plot = alog(what_I_plot)/alog(10)
25missing_value=1.e30
26lim_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
27lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29;;; WINDS                                      ;;;
30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31windex=20.      ;; default: 20.
32stride=3.       ;; default: 5.
33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
34;;; CONTOUR                                    ;;;
35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
36overcontour=overcontour/1000.
37lev=-10. + 0.2*findgen(100)
38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
39;;; AXIS                                       ;;;
40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
41intervalx=0.5           
42intervaly=0.5           
43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
44;;; MAP LIMITS                                 ;;;
45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
46windowx=[14.0,16.0]       
47windowy=[10.0,12.0]
48
49
50filename = '/donnees/aslmd/MODELES/LMD_MM_MARS/g95_32_single/WPS/geo_em.d01.nc'
51filename = './geo_em.d01.nc'
52;filename = '/donnees/aslmd/MODELES/LMD_MM_MARS/mpi_64/WPS/geo_em.d01.nc'
53filename = '/d5/aslmd/LMD_MM_MARS_SIMUS/OM/OM6_TI85/geo_em.d01.nc'
54save_ps  = 'OM6_TI85_ti'
55lev = -10. + 2.*findgen(20)
56intervalx = 2.
57intervaly = 1.
58windowx = [-146.,-126.]
59windowy = [10.,28.]
60windowx = [-146.,-128.]
61windowy = [12.,26.]
62windowx         =       [-146.,-126.]       
63windowy         =       [11.,27.]
64
65
66title='Slope angle (deg)'
67format='(I0)'
68pal=16
69
Note: See TracBrowser for help on using the repository browser.