source: trunk/MESOSCALE/PLOT/SPEC/MAP/defs/OM20_tsurf.map_uvt_inc.pro @ 205

Last change on this file since 205 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: 6.0 KB
Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FOLDER
2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FOLDER
3        folder  = '/d5/aslmd/LMD_MM_MARS_SIMUS/OM/'
4        coord2d = 'false'       ;; for non-regular projections 
5filename        = folder + 'OM20/wrfout_d01_2024-06-43_18z00z00_zabg'
6save_ps         = 'OM20_tsurf'
7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TIME
8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TIME
9ini_utc         = 18    ;; cf. name of file
10freq            = 2     ;; cf. 1 output per ... hour
11utc_to_lt       = -9    ;; cf. longitude -- LT = UTC + utc_to_lt
12        use_lt  = 2     ;; cf. what user wants
13        use_utc = use_lt - utc_to_lt
14        ntime   = ((24 + use_utc - ini_utc) MOD 24)/freq        ;; TRUE IDL SUBSCRIPT ... ajouter un modulo...
15        print, 'CHECK ... ', filename, ntime
16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; LVL & FLD
17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; LVL & FLD
18nlevel          = 0
19field1          = 'TSURF'       ;; comment to trace horizontal velocity
20no3d            = 'true'
21overvector_x    = 0             ;; comment out to get rid of vectors
22overvector_y    = 0             ;; comment out to get rid of vectors
23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TWEAK VAR
24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TWEAK VAR
25        ;a0 = 65.052165 & a1 = 3.1228993 & a2 = 0.0053787417 ;; Ls ~ 173
26        ;;;a0 = 64.039300 & a1 = 3.1378104 & a2 = 0.0055369148 ;; Ls ~ 120
27        ;what_I_plot = - ( alog ( a1 - what_I_plot / a0 ) ) /  a2
28        ;print, max(what_I_plot), min(what_I_plot)
29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31
32
33;;;;;*************************************** PLOT TITLES
34        ;title_user     =       'Surface temperature (K) and Winds 10m ABG (m s!U-1!N)'
35        ;title_user     =       'Wind-induced apparent thermal inertia (J m!U-2!N s!U-0.5!N K!U-1!N)'
36        ;title_user     =       'Winds 10m ABG (m s!U-1!N)'
37        title_user      =       'Surface temperature (K)'
38        ;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'
39        subtitle_user   =       'LT = 02: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'
40        title_axis      =       ['East longitude','North latitude']
41
42;;;;;*************************************** COLOR TABLES
43        flag_cb         =       'true'
44        poscb           =       0.96
45        format          =       '(I0)'
46        ;format          =       '(F4.1)'
47        ;colors          =       128
48        colors          =       32
49        pal             =       22              ;; GOOD: 4, 18, 22, 16, 37, 33, 39, 6, 11
50        ;pal             =       4
51
52;;;;;*************************************** FILL LIMITS
53        minfield_init   =       150.
54        maxfield_init   =       180.
55        ;minfield_init  =       50.
56        ;maxfield_init  =       250.
57
58        ;;;;;*************************************** LIMIT TRICKS
59        ;;;;;********************* must always follow FILL LIMITS
60                missing_value=1.e30
61                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
62                lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
63                ;lim_blank = 2. & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value
64
65;;;;;*************************************** WINDS
66        ;windex          =       10.            ;; DEF: 20.
67        windex          =       30.             ;; DEF: 20.
68        ;stride          =       1.             ;; DEF: 5.
69        ;stride          =       2.              ;; DEF: 5.
70        stride          =       3.              ;; DEF: 5.
71
72;;;;;*************************************** CONTOUR
73        overcontour     =       overcontour/1000.
74        ;lev             =       50. + 50.*findgen(20)
75        ;lev             =       -10. + 0.2*findgen(20)
76        lev             =       -10. + 2.*findgen(20)
77        ;lev             =       -10. + 1.*findgen(40)
78
79;;;;;*************************************** AXIS
80        isotropic       =       'true'
81        ;intervalx       =       0.5
82        intervalx       =       2.0
83        ;intervaly       =      intervalx
84        intervaly       =       1.0
85
86;;;;;*************************************** MAP LIMITS
87        ;windowx         =       [-144.,-126.]
88        ;windowy         =       [10.,26.]
89        windowx         =       [-146.,-126.]       
90        ;windowy         =      [10.,28.]
91        ;windowx         =      [-146.,-128.]
92        ;windowy         =      [12.,26.]
93        windowy         =       [11.,27.]
94
95;;;;;***************************************
96;;;;;***************************************
97;;;;;***************************************
98;;;;;***************************************
99
100;;;
101;;; VERTICAL SECTION LIMITS
102;;;
103;minalt=-5.             ;; grepSEC
104;maxalt=40.             ;; grepSEC
105;minspace=0.0           ;; grepSEC
106;maxspace=35.0          ;; grepSEC
107
108;;;
109;;; METRIC UNITS FOR VERTICAL SECTION
110;;;
111;factor=10.        ;; grepSEC
112;space=space*60. & spacekm='true'       ;; grepSEC
113;minspace=minspace*60./factor           ;; grepSEC
114;maxspace=maxspace*60./factor           ;; grepSEC
115;intervalx=round(intervalx*60./factor)   ;; grepSEC
116
117
118;;;
119;;; TRICKS
120;;;
121
122;; pour tracer juste les vecteurs sur un fond uni ou vide
123;pal=0                                          ;; 1/4 grepMAP
124;what_I_plot(*,*)=what_I_plot(*,*)*0.+0.2       ;; 2/4 grepMAP
125;what_I_plot(0,0)=0.                            ;; 3/4 grepMAP
126;flag_cb='false'                                        ;; 4/4 grepMAP
127
128;;; truc pour tracer juste les contours et une zone grisee de topo
129;pal=0                                           ;; 1/9 grepALL
130;w=where(abs(what_I_plot) lt missing_value)     ;; 2/9 grepALL
131;what_I_plot[w]=0.                              ;; 3/9 grepALL
132;w=where(abs(what_I_plot) gt missing_value)     ;; 4/9 grepALL
133;what_I_plot[w]=0.75                            ;; 5/9 grepALL
134;w=where(what_I_plot eq 0.)                     ;; 6/9 grepALL
135;what_I_plot[w]=missing_value                           ;; 7/9 grepALL
136;what_I_plot(0,0)=1. & what_I_plot(1,0)=0.      ;; 8/9 grepALL
137;flag_cb='false'                                ;; 9/9 grepALL
138
Note: See TracBrowser for help on using the repository browser.