Last change
on this file since 131 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.2 KB
|
Line | |
---|
1 | ;subtitle_user='-- LMD Martian Mesoscale Model --' ;; grepALL |
---|
2 | title_user='Friction velocity (!Nm!N.s!U-1!N) at local time 16h' ;; grepALL |
---|
3 | ;title_axis=['x coord (km)','y coord (km)'] ;; grepALL |
---|
4 | ;flag_cb='false' ;; grepALL |
---|
5 | ;format='(I0)' ;; grepALL |
---|
6 | ;colors=64 ;; grepALL |
---|
7 | pal=22 ;; grepALL |
---|
8 | minfield_init=0.3 ;; grepALL |
---|
9 | maxfield_init=1.3 ;; grepALL |
---|
10 | lim_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 ;; grepALL |
---|
11 | lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min ;; grepALL |
---|
12 | ;lim_blank = 2. & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value ;; grepALL |
---|
13 | windex=15. ;25. ;20. ;; grepALL |
---|
14 | stride=3. ;2. ;; grepALL |
---|
15 | ;overcontour=overcontour-mean(overcontour) ;; grepALL |
---|
16 | ;lev=220. + 2.*findgen(30) ;; grepALL |
---|
17 | lev=-10. + 1.*findgen(30) ;; grepALL |
---|
18 | ;isotropic='false' ;; grepALL |
---|
19 | intervalx=2. ;; grepALL |
---|
20 | intervaly=2. ;; grepALL |
---|
21 | windowx=[-130.,-112.] ;; grepMAP |
---|
22 | windowy=[-18.,-2.] ;; grepMAP |
---|
Note: See
TracBrowser
for help on using the repository browser.