source: trunk/MESOSCALE/PLOT/SPEC/MAP/defs/map_uvt_inc.pro.oldref @ 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

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 + 'OM6_TI85/wrfout_d01_2024-06-43_06:00:00_zabg'
6save_ps         = 'OM6_TI85_tsurf'
7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TIME
8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TIME
9ini_utc         = 6     ;; cf. name of file
10freq            = 1     ;; 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   = (use_utc - ini_utc)/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        ;overvector_x=0
30        ;overvector_y=0
31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
33
34
35;;;;;*************************************** PLOT TITLES
36        ;title_user     =       'Surface temperature (K) and Winds 10m ABG (m s!U-1!N)'
37        ;title_user     =       'Wind-induced apparent thermal inertia (J m!U-2!N s!U-0.5!N K!U-1!N)'
38        ;title_user     =       'Winds 10m ABG (m s!U-1!N)'
39        title_user      =       'Surface temperature (K)'
40        ;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'
41        subtitle_user   =       'LT = 02:00am  /  Ls = 173!Uo!N  /  dx = 6km [single]  /  Uniform TI = 85 J m!U-2!N s!U-0.5!N K!U-1!N'
42        title_axis      =       ['East longitude','North latitude']
43
44;;;;;*************************************** COLOR TABLES
45        flag_cb         =       'true'
46        poscb           =       0.80;0.96
47        format          =       '(I0)'
48        ;format          =       '(F4.1)'
49        ;colors          =       128
50        colors          =       32
51        pal             =       22              ;; GOOD: 4, 18, 22, 16, 37, 33, 39, 6, 11
52
53;;;;;*************************************** FILL LIMITS
54        minfield_init   =       150.
55        maxfield_init   =       180.
56        ;minfield_init  =       50.
57        ;maxfield_init  =       250.
58
59        ;;;;;*************************************** LIMIT TRICKS
60        ;;;;;********************* must always follow FILL LIMITS
61                missing_value=1.e30
62                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
63                lim_min = minfield_init & w=where(what_I_plot le lim_min) & if (w[0] ne -1) then what_I_plot[w]=lim_min
64                ;lim_blank = 2. & w=where(abs(what_I_plot) le lim_blank) & if (w[0] ne -1) then what_I_plot[w]=missing_value
65
66;;;;;*************************************** WINDS
67        ;windex          =       10.            ;; DEF: 20.
68        windex          =       30.             ;; DEF: 20.
69        ;stride          =       1.             ;; DEF: 5.
70        ;stride          =       2.              ;; DEF: 5.
71        stride          =       3.              ;; DEF: 5.
72
73;;;;;*************************************** CONTOUR
74        overcontour     =       overcontour/1000.
75        ;lev             =       50. + 50.*findgen(20)
76        ;lev             =       -10. + 0.2*findgen(20)
77        lev             =       -10. + 2.*findgen(20)
78        ;lev             =       -10. + 1.*findgen(40)
79
80;;;;;*************************************** AXIS
81        isotropic       =       'true'
82        ;intervalx       =       0.5
83        intervalx       =       2.0
84        ;intervaly       =      intervalx
85        intervaly       =       1.0
86
87;;;;;*************************************** MAP LIMITS
88        ;windowx         =       [-144.,-126.]
89        ;windowy         =       [10.,26.]
90        windowx         =       [-146.,-126.]       
91        ;windowy         =      [10.,28.]
92        ;windowx         =      [-146.,-128.]
93        ;windowy         =      [12.,26.]
94        windowy         =       [11.,27.]
95
96;;;;;***************************************
97;;;;;***************************************
98;;;;;***************************************
99;;;;;***************************************
100
101;;;
102;;; VERTICAL SECTION LIMITS
103;;;
104;minalt=-5.             ;; grepSEC
105;maxalt=40.             ;; grepSEC
106;minspace=0.0           ;; grepSEC
107;maxspace=35.0          ;; grepSEC
108
109;;;
110;;; METRIC UNITS FOR VERTICAL SECTION
111;;;
112;factor=10.        ;; grepSEC
113;space=space*60. & spacekm='true'       ;; grepSEC
114;minspace=minspace*60./factor           ;; grepSEC
115;maxspace=maxspace*60./factor           ;; grepSEC
116;intervalx=round(intervalx*60./factor)   ;; grepSEC
117
118
119;;;
120;;; TRICKS
121;;;
122
123;; pour tracer juste les vecteurs sur un fond uni ou vide
124;pal=0                                          ;; 1/4 grepMAP
125;what_I_plot(*,*)=what_I_plot(*,*)*0.+0.2       ;; 2/4 grepMAP
126;what_I_plot(0,0)=0.                            ;; 3/4 grepMAP
127;flag_cb='false'                                        ;; 4/4 grepMAP
128
129;;; truc pour tracer juste les contours et une zone grisee de topo
130;pal=0                                           ;; 1/9 grepALL
131;w=where(abs(what_I_plot) lt missing_value)     ;; 2/9 grepALL
132;what_I_plot[w]=0.                              ;; 3/9 grepALL
133;w=where(abs(what_I_plot) gt missing_value)     ;; 4/9 grepALL
134;what_I_plot[w]=0.75                            ;; 5/9 grepALL
135;w=where(what_I_plot eq 0.)                     ;; 6/9 grepALL
136;what_I_plot[w]=missing_value                           ;; 7/9 grepALL
137;what_I_plot(0,0)=1. & what_I_plot(1,0)=0.      ;; 8/9 grepALL
138;flag_cb='false'                                ;; 9/9 grepALL
139
Note: See TracBrowser for help on using the repository browser.