1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
2 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
3 | ntime = 19 ;; le vrai indice IDL |
---|
4 | nlevel = 0 ;1 |
---|
5 | filename = '/donnees/aslmd/MODELES/LMD_MM_MARS/OUTILS_CONVERSION/wrfout_d03_2024-01-51_06z00z00_zabg' ;;UTC+1h |
---|
6 | save_ps = 'meridiani' |
---|
7 | ;coord2d = 'true' |
---|
8 | ;field1 = 'TSURF' ;; omettre trace vitesse horizontale |
---|
9 | no3d = 'true' |
---|
10 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
11 | format = '(I0)' |
---|
12 | colors = 128 |
---|
13 | pal = 22 ;33 ;39 ;6 ;11 ;0 ;11 ;6 ;0 ;6 ;39 ;19 |
---|
14 | |
---|
15 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
16 | ;;; PLOT TITLES ;;; |
---|
17 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
18 | title_user = 'Surface temperature (K) and Winds 10m ABG (m s!U-1!N)' |
---|
19 | subtitle_user='LT = 02:00am / Ls = 25!Uo!N / dx = 2.25km [nest 3] / Uniform TI = 65 J m!U-2!N s!U-0.5!N K!U-1!N' |
---|
20 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
21 | ;;; FILL LIMITS ;;; |
---|
22 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
23 | minfield_init= 150. |
---|
24 | maxfield_init= 180. |
---|
25 | ;minfield_init= 155. |
---|
26 | ;maxfield_init= 175. |
---|
27 | missing_value=1.e30 |
---|
28 | ;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 |
---|
29 | ;lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min |
---|
30 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
31 | ;;; WINDS ;;; |
---|
32 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
33 | windex=15. ;; default: 20. |
---|
34 | stride=2. ;; default: 5. |
---|
35 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
36 | ;;; CONTOUR ;;; |
---|
37 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
38 | overcontour=overcontour/1000. |
---|
39 | lev=-10. + 0.2*findgen(100) |
---|
40 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
41 | ;;; AXIS ;;; |
---|
42 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
43 | intervalx=0.5 |
---|
44 | intervaly=0.5 |
---|
45 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
46 | ;;; MAP LIMITS ;;; |
---|
47 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
48 | windowx=[14.0,16.0] |
---|
49 | windowy=[10.0,12.0] |
---|
50 | |
---|
51 | |
---|
52 | ; |
---|
53 | ; OLYMPUS |
---|
54 | ; |
---|
55 | ntime = 8 |
---|
56 | filename = '/donnees/aslmd/MODELES/LMD_MM_MARS/OUTILS_CONVERSION/wrfout_d01_2024-06-42_18z00z00_zabg' ;;UTC-9h ;;sorties tt 2h |
---|
57 | save_ps = 'olympus' |
---|
58 | subtitle_user='LT = 03:00am / Ls = 173!Uo!N / dx = 20km [single] / Uniform TI = 85 J m!U-2!N s!U-0.5!N K!U-1!N' |
---|
59 | windex = 30. |
---|
60 | stride = 2. |
---|
61 | lev = -10. + 2.*findgen(20) |
---|
62 | intervalx = 2. |
---|
63 | intervaly = 2. |
---|
64 | windowx = [-146.,-126.] |
---|
65 | windowy = [10.,28.] |
---|
66 | |
---|
67 | filename = '/donnees/aslmd/MODELES/LMD_MM_MARS/OUTILS_CONVERSION/wrfout_d01_2024-06-43_18:00:00_zabg' ;;mm chose a 10 km |
---|
68 | save_ps = 'olympus10' |
---|
69 | subtitle_user='LT = 03:00am / Ls = 173!Uo!N / dx = 10km [single] / Uniform TI = 85 J m!U-2!N s!U-0.5!N K!U-1!N' |
---|
70 | stride = 3. |
---|
71 | |
---|
72 | ;pal = 4 ;33 ;4 ;22 ;33 ;39 ;6 ;11 ;0 ;11 ;6 ;0 ;6 ;39 ;19 |
---|
73 | ;title_user = 'Wind-induced apparent thermal inertia (J m!U-2!N s!U-0.5!N K!U-1!N)' |
---|
74 | ;minfield_init= 30. ;50. |
---|
75 | ;maxfield_init= 230. ;250. |
---|
76 | ;a0 = 65.052165 & a1 = 3.1228993 & a2 = 0.0053787417 ;; Ls ~ 173 |
---|
77 | ;;a0 = 64.039300 & a1 = 3.1378104 & a2 = 0.0055369148 ;; Ls ~ 120 |
---|
78 | ;what_I_plot = - ( alog ( a1 - what_I_plot / a0 ) ) / a2 |
---|
79 | ;print, max(what_I_plot), min(what_I_plot) |
---|
80 | ;overvector_x=0 |
---|
81 | ;overvector_y=0 |
---|
82 | |
---|
83 | ;minfield_init= 0. |
---|
84 | ;maxfield_init= 30. |
---|
85 | |
---|
86 | |
---|
87 | ;; |
---|
88 | ;; % of error due to winds |
---|
89 | ;; |
---|
90 | ;pal=4;18;0;22 |
---|
91 | ;minfield_init=-100. |
---|
92 | ;maxfield_init=150. |
---|
93 | ;;what_I_plot = 100. * (what_I_plot / 60. - 1.) |
---|
94 | ;;what_I_plot = 100. * (what_I_plot / 70. - 1.) |
---|
95 | ;;what_I_plot = 100. * (what_I_plot / 85. - 1.) |
---|
96 | 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 |
---|
97 | lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min |
---|
98 | ;;;commenter au dessus |
---|
99 | |
---|
100 | ntime = 6 |
---|
101 | ;;filename = '/tmp7/aslmd/results60/wrfout_d01_2024-05-03_06:00:00_zabg' |
---|
102 | ;;filename = '/tmp7/aslmd/results70/wrfout_d01_2024-05-03_06:00:00_zabg' |
---|
103 | ;;filename = '/tmp7/aslmd/lowres/wrfout_d01_2024-05-01_06:00:00_zabg' |
---|
104 | ;filename = '/tmp7/aslmd/wrfout_d01_2024-05-03_06:00:00_zabg' |
---|
105 | ;filename = '/tmp7/aslmd/OM6/wrfout_d01_2024-06-43_06:00:00_zabg' |
---|
106 | |
---|
107 | |
---|
108 | windowx = [-146.,-128.] |
---|
109 | windowy = [12.,26.] |
---|
110 | |
---|
111 | ;windowx=[-115.,-111.] ;; grepMAP |
---|
112 | ;windowy=[-1.,3.] ;; grepMAP |
---|
113 | |
---|
114 | title_user = 'Winds 10m ABG (m s!U-1!N)' |
---|