source: trunk/mesoscale/LMD_MM_MARS/SRC/ARWpost/gw.def @ 13

Last change on this file since 13 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 7.0 KB
Line 
1;;---------------------------------------
2;
3;  fill here plot parameters then type:
4;
5;  @trace.idl
6;  -or- @report.idl
7;  -or- @movie.idl
8;
9;  this file will be saved !
10;
11;;---------------------------------------
12
13
14;-------------------------------------;
15; DATA LOCATION and PLOT DESTINATION  ;
16; default is ./                       ;
17;-------------------------------------;
18;datafolder='../../TESTCASE/'   
19datafolder='/home/aymeric/Science/LMD_MM_MARS_2008_11_07/DATA/'
20plotfolder=datafolder
21;; for web anim and tex report (default is 'plot')
22textitle='ARSIA'
23texcomments='sol1'
24
25;;; load/save ARWpost-generated text files ? default is no
26;backup_data='yes'
27;already_data='yes'
28
29;-------------------------------
30;-------------------------------
31; namelist.ARWPOST parameters
32;-------------------------------
33;-------------------------------
34
35nam1=" fields = 'U,V,tk,HGT' "         
36;; ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
37;; CHANGE HERE FIELDS TO BE EXTRACTED
38;; ex: tk,HGT,PSFC,U,V,W,T,tk,ICETOT,RAVE,QH2O_ICE,QH2O,PTOT,TSURF
39
40nam2=" start_date = '2024-07-01_07:00:00' "
41nam3=" end_date   = '2024-07-01_07:00:00' "
42;; ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
43;; CHANGE HERE START/END DATE
44
45nam4=" interval_seconds = 7400 "               
46;; ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
47;; SET INTERVAL   2h: 7400s, 4h: 14800s, 6h: 22200s, 12h: 44400s       
48
49nam5=" interp_method = 1 "     
50nam5=" interp_method = 0 "
51;; ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^             
52;; SET VERT. COORD. 0: eta levels, 1: height (inc) or pressure (dec)
53
54tabnam=[-5.,40.,0.5]   ;[2.,30.,0.3]   
55;; ^ ^ ^ ^ ^ ^ ^ ^ ^
56;; SET HEIGHT/PRESSURE LEVELS WITH [first alt, last alt, step]
57
58;nest='d03' 
59;; ^ ^ ^ ^
60;; SET NEST
61
62
63
64;----------------------------------------------------
65;----------------------------------------------------
66; what do you want to plot ?
67; THIS MUST BE SET ACCORDINGLY TO PREVIOUS SECTION
68;   - do not plot a field not extracted
69;   - do not ask for more plot than data available
70;----------------------------------------------------
71;----------------------------------------------------
72
73num=6                   ;; how many plots ?
74
75
76field1='U'              ;; FILLED
77;field2='tk'            ;; CONTOURED
78winds=['U','V']         ;; VECTORS
79topo=1
80
81
82;;; VORTICITY
83;field1='HGT' & winds=['U','V'] & topo=1
84
85
86;----------------------------------
87;----------------------------------
88; what kind of plot do you want ?
89;----------------------------------
90;----------------------------------
91
92;; first is 1
93plot='map' & level=2   
94;plot='meridional' & nlon=30
95;plot='zonal' & nlat=66
96
97
98;---------;
99; special ;
100;---------;
101;;; SEA-LEVEL PRESSURE
102;field1='PSFC' & winds=['tk','HGT'] & topo=1 & plot='map' & level=7
103;;; HORIZONTAL WIND VELOCITY
104;field1='U' & winds=['U','V'] & topo=1 & plot='map' & level=9
105
106
107;----------------------------
108;----------------------------
109; change plot settings
110;----------------------------
111;----------------------------
112
113;; uncomment to modify default plot settings
114;; | | | | | | | | | | | | | | | | | | | | |
115;; v v v v v v v v v v v v v v v v v v v v v
116
117;;;
118;;; PLOT TITLES
119;;;
120;subtitle_user='-- LMD Martian Mesoscale Model --'     ;; grepALL
121;title_user='Vertical Wind (!Nm!N.s!U-1!N)'            ;; grepALL
122;title_axis=['x coord (km)','y coord (km)']            ;; grepALL
123
124;;;
125;;; COLOR TABLES
126;;;
127;flag_cb='false'       ;; grepALL
128format='(I0)'          ;; grepALL
129colors=64              ;; grepALL
130pal=39                 ;; grepALL
131;; GOOD COLOR TABLES: 4, 18, 22, 16, 37, 33, 39
132
133;;;
134;;; FILL LIMITS
135;;;
136minfield_init=0.      ;; grepALL
137maxfield_init=30.     ;; grepALL
138
139;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
140;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
141;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
142
143;;;
144;;; WINDS
145;;;
146windex=15.      ;; grepALL
147stride=2.       ;; grepALL
148
149;;;
150;;; CONTOUR
151;;;
152;overcontour=overcontour-mean(overcontour)      ;; grepALL
153lev=-10. + 1.*findgen(30) ;; grepALL
154
155;;;
156;;; AXIS
157;;;
158;isotropic='false'       ;; grepALL
159intervalx=2.            ;; grepALL
160intervaly=2.             ;; grepALL
161
162;;;
163;;; MAP LIMITS
164;;;
165windowx=[-128.,-114.]        ;; grepMAP
166windowy=[-16.,-2.]             ;; grepMAP
167
168
169;;;
170;;; VERTICAL SECTION LIMITS
171;;;
172;minalt=-5.             ;; grepSEC
173;maxalt=40.             ;; grepSEC
174;minspace=0.0           ;; grepSEC
175;maxspace=35.0          ;; grepSEC
176
177;;;
178;;; METRIC UNITS FOR VERTICAL SECTION
179;;;
180;factor=10.        ;; grepSEC
181;space=space*60. & spacekm='true'       ;; grepSEC
182;minspace=minspace*60./factor           ;; grepSEC
183;maxspace=maxspace*60./factor           ;; grepSEC
184;intervalx=round(intervalx*60./factor)   ;; grepSEC
185
186
187;;;
188;;; TRICKS
189;;;
190
191;; pour tracer juste les vecteurs sur un fond uni ou vide
192;pal=0                                          ;; 1/4 grepMAP
193;what_I_plot(*,*)=what_I_plot(*,*)*0.+0.2       ;; 2/4 grepMAP
194;what_I_plot(0,0)=0.                            ;; 3/4 grepMAP
195;flag_cb='false'                                        ;; 4/4 grepMAP
196
197;;; truc pour tracer juste les contours et une zone grisee de topo
198;pal=0                                           ;; 1/9 grepALL
199;w=where(abs(what_I_plot) lt missing_value)     ;; 2/9 grepALL
200;what_I_plot[w]=0.                              ;; 3/9 grepALL
201;w=where(abs(what_I_plot) gt missing_value)     ;; 4/9 grepALL
202;what_I_plot[w]=0.75                            ;; 5/9 grepALL
203;w=where(what_I_plot eq 0.)                     ;; 6/9 grepALL
204;what_I_plot[w]=missing_value                           ;; 7/9 grepALL
205;what_I_plot(0,0)=1. & what_I_plot(1,0)=0.      ;; 8/9 grepALL
206;flag_cb='false'                                ;; 9/9 grepALL
207
208
209
210;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
211;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
212;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
213;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
214;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
215
216
217;;; POUBELLE
218
219
220;; DEFAULT: ARWPOST.EXE ALREADY RUN (i.e. input.ctl and input.dat already there)
221;; UNCOMMENT FOLLOWING LINE TO EXTRACT FILES
222;extract='yes'   ;;   EXECUTE ARWPOST.EXE
223                ;;   WITH THE FOLLOWING PARAMETERS :
224
225
226;@map_sea_level.idl
227;@map_ertel_vorticity.idl
228;field1='HGT'
229;field2='U'
230;winds=['U','V']
231;topo=1
232
233
234;winds=['U','V'] & field1='SWDOWN' & topo=1
235;winds=['V','W'] & field1='V'
236;field1='ICETOT' & topo=1
237;field1='RAVE' & topo=1
238;field1='QH2O_ICE' & topo=1
239;field1='QH2O' & winds=['U','W']
240;field1='QH2O' & field2='W'
241;field1='QH2O' & winds=['U','W']
242;field1='QH2O_ICE' & field2='tk'
243;field1='tk' & topo=1
244;field1='V' & field2='V'
245;field1='W' & winds=['V','W']
246;field1='tk' & winds=['V','W']
247;field1='tk'
248;field1='W' & topo=1
249;field1='TSK' & topo=1
250;field1='U' & winds=['U','V'] & topo=1
251;winds=['V','W'] & field1='V'
252;winds=['V','W'] & field1='W'
253;field1='U' & winds=['U','V'] & topo=1
254;field1='HGT' & field2='HGT'
255;field1='U' & winds=['U','V'] ;& topo=1
256;field1='PSFC' & winds=['U','V'] & field2='W'
257;field1='W' & winds=['U','V'] & field2='PSFC'
258;field1='TSURF' & topo=1 ;& winds=['U','V']
259;field1='T' & topo=1 & winds=['U','V']
260;field1='PSFC' & winds=['tk','HGT'] & topo=1
261;field1='tk' & topo=1
262;field1='tk' & winds=['U','V'] & topo=1
263;field1='T' & field2='T'
264;field1='T' & winds=['U','V']
265;field1='HGT' & winds=['HGT','HGT']
266
Note: See TracBrowser for help on using the repository browser.