source: trunk/init2.pro

Last change on this file was 48, checked in by pinsard, 10 years ago

fix thanks to coding rules

File size: 3.2 KB
Line 
1; on lance l''aide en ligne
2
3;?
4
5;
6; partie a modifier
7;
8
9;----------------------------------------------------------
10; extension du path pour les scripts init, initgrille (ds HOME) et xxx (ds PACKAGE/WIDGET)
11
12;path smasson:
13;!path=expand_path('+/usr1/com/smasson/IDL')+':'+expand_path('+/usr1/com/smasson/IDL_RD')+':'+expand_path('+'+!dir)
14
15
16;!path=expand_path('+/home/rech/eee/reee421/IDL/HOME')+':'+expand_path('+/home/rech/eee/reee217/IDL_RD')+':'+expand_path('+'+!dir)
17;@common
18
19!path=expand_path('+/usr/work/sur/fvi/IDL')+':'+expand_path('+/usr/work/sur/fvi/IDL_RDD')+':'+expand_path('+'+!dir)
20@common
21
22;----------------------------------------------------------
23; pour l''impression si vous utilisez imprime depuis le lodyc,
24; l''ipsl, l''idris.
25
26
27
28loginlodyc='fvi'
29machlodyc = 'leto'
30
31;----------------------------------------------------------
32; definition de differentes directories
33;----------------------------------------------------------
34
35
36
37homedir = '/usr/work/sur/fvi/OPA/geomag/'
38iodir = '/usr/work/sur/fvi/OPA/ORCA2/'
39animdir =iodir
40psdir = '/usr/work/sur/fvi/IDL/IDL_PS/'
41imagedir = iodir
42;
43; fin de la partie a modifier
44;
45
46;----------------------------------------------------------
47; environnement graphique (window et ps)
48;----------------------------------------------------------
49if (((!D.Name EQ 'X') OR (!D.NAME EQ 'MAC')) $
50AND (!D.N_Colors GE 256L)) then $
51DEVICE, True_Color=24, decompose=0 $
52else begin & window, colors=100 & wdelete & $
53device, pseudo_color=8 & endelse
54;
55;window, colors=100 & wdelete
56;if !d.n_colors gt 256 then device, decomposed = 0 $
57;ELSE device, pseudo_color=8
58
59
60loadct,39
61tvlct, rouge,vert,bleu, /get
62coefpalit= 1
63key_portrait = 0
64
65;----------------------------------------------------------
66c_lab=0
67c_cote=0
68c_cont = (!d.n_colors-1) < 255
69;----------------------------------------------------------
70 grandfeuille = 29.7
71 petitfeuille = 21.
72 ccwindowsize = 0.99
73
74
75;----------------------------------------------------------
76!except = 2
77sauveps = 0
78;--------------------------------------------------------
79;   definition par defaut du fichier que l''on traite
80;------------------------------------------------------
81year=1
82month=1
83day=1
84niveau=1
85
86;
87prefix=' '
88;
89vargrid = 'T'
90varname = ' '
91vardate= '0'
92varexp = ' '
93varunit = ' '
94;----------------------------------------------------------
95;----------------------------------------------------------
96jpiglo = 1
97jpjglo = 1
98jpkglo = 1
99jpidta = jpiglo
100jpjdta = jpjglo
101jpkdta = jpjglo
102jpi = 1
103jpj = 1
104jpk = 1
105jpt = 1
106ixminmesh  =-1
107ixmaxmesh  =-1
108iyminmesh  =-1
109iymaxmesh  =-1
110izminmesh  =-1
111izmaxmesh  =-1
112ixmindta = 0
113ixmaxdta = jpidta-1
114iymindta = 0
115iymaxdta = jpjdta-1
116izmindta = 0
117izmaxdta = jpkdta-1
118key_shift = 0
119key_periodique = 0
120ccmeshparameters ={filename:'No File', filetype:'nothing' $
121, jpiglo:jpiglo, jpjglo:jpjglo, jpkglo:jpkglo $
122, jpi:jpi, jpj:jpj, jpk:jpk $
123, ixminmesh:ixminmesh, ixmaxmesh:ixmaxmesh $
124, iyminmesh:iyminmesh, iymaxmesh:iymaxmesh $
125, izminmesh:izminmesh, izmaxmesh:izmaxmesh $
126, key_shift:key_shift, key_periodique:key_periodique $
127, triangulation:0, boundary:[-180, 180]}
128ccreadparameters = {funclec_name:'No File' $
129, jpidta:jpidta, jpjdta:jpjdta, jpkdta:jpkdta $
130, ixmindta:ixmindta, ixmaxdta:ixmaxdta $
131, iymindta:iymindta, iymaxdta:iymaxdta $
132, izmindta:izmindta, izmaxdta:izmaxdta $
133}
Note: See TracBrowser for help on using the repository browser.