source: trunk/Documentation/xmldoc/idlfiles/init_example.pro @ 69

Last change on this file since 69 was 69, checked in by smasson, 18 years ago

debug + new xxx

  • Property svn:executable set to *
File size: 2.3 KB
Line 
1; IDL Version 6.0, Mac OS X (darwin ppc m32)
2; Journal File for sebastie@sebastien-masson.local
3; Working directory: /Users/sebastie/SAXO_RD
4; Date: Mon Jun 27 21:29:19 2005
5 
6;
7; This is the initialisation file.
8; it defines the !path and the defaut values of some of the common variables
9;
10; this is supposed to speed-up IDL...
11;
12; a = fltarr(1000,1000,100)
13; a = 0
14;
15; path definition
16;
17!path = expand_path('+' + '/Users/sebastie/IDL') $
18      + ':' + expand_path('+' + '/Users/sebastie/SAXO_RD') $
19      + ':' + expand_path('+' + !dir)
20;
21; compatibility with the old version
22;
23keep_compatibility, 0
24;
25; define all the commons
26;
27@all_cm
28;
29; define default directories
30;
31homedir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default HOME directory')
32iodir = isadirectory('/Users/sebastie/DATA/ORCA2/', title = 'Select the default IO directory')
33psdir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default postscripts directory')
34imagedir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default images directory')
35animdir = isadirectory('/Users/sebastie/SAXO_RD/', title = 'Select the default animations directory')
36;
37; define printer parameters
38;
39printer_human_names = ''
40printer_machine_names = ''
41printer_machine_names = ''
42;
43; colors ...
44;
45device, decomposed = 0
46device, retain = 2
47lct, 39
48;
49; postscript parameters ...
50;
51key_portrait = 0
52page_size = [20.9903, 29.7039]
53windowsize_scale = 1.00000
54archive_ps = 0
55;
56;========================================================
57; end of the part that should be modified by the users...
58;========================================================
59;
60; default definitions of many other common parameters...
61jpiglo = 1L
62jpjglo = 1L
63jpkglo = 1L
64jpidta = jpiglo
65jpjdta = jpjglo
66jpkdta = jpjglo
67jpi = 1L
68jpj = 1L
69jpk = 1L
70jpt = 1L
71time = 0L
72ixminmesh = -1L
73ixmaxmesh = -1L
74iyminmesh = -1L
75iymaxmesh = -1L
76izminmesh = -1L
77izmaxmesh = -1L
78ixmindta = 0L
79ixmaxdta = jpidta-1
80iymindta = 0L
81iymaxdta = jpjdta-1
82izmindta = 0L
83izmaxdta = jpkdta-1
84key_gridtype = 'C'
85key_partialstep = 0L
86key_onearth = 1L
87key_shift = 0L
88key_periodic = 0L
89key_yreverse = 0L
90key_zreverse = 0L
91key_stride = [1, 1, 1]
92lon1 = 0
93lon2 = 1
94lat1 = 0
95lat2 = 1
96vert1 = 0
97vert2 = 1
98valmask = 1.e20
99vargrid = 'T'
100varname = ''
101varexp = ''
102varunit = ''
103vardate= '0'
104@updateold
105;
Note: See TracBrowser for help on using the repository browser.