source: tags/initial/NIELS_F77/pal_deflts.inc

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1C
2C Initialize indices into the arrays that store flags, logical units
3C and file names,
4C
5      ndx_ingbk  = 1
6      ndx_inkey  = 2
7      ndx_intbl  = 3
8      ndx_dbbin  = 4
9      ndx_dbgbk  = 5
10      ndx_bpmat  = 6
11      ndx_outgbk = 7
12      ndx_outkey = 8
13      ndx_outsab = 9
14      ndx_outtbl = 10
15      ndx_outhum = 11
16      ndx_outrul = 12
17      ndx_outsrv = 15
18      ndx_log    = 13
19      ndx_err    = 14
20C
21C Initialize flags and default values,
22C
23      cl_dbgapsflag = .TRUE.
24      cl_t2uflag    = .FALSE.
25      cl_u2tflag    = .FALSE.
26      cl_upcaseflag = .FALSE.
27      cl_locaseflag = .FALSE.
28      cl_completeflag = .FALSE.
29      cl_tplflag    = .FALSE.
30      cl_debugflag  = .FALSE.
31
32      cl_listwid = 60
33      cl_completepct = 90.0
34      cl_olilen = 7
35      cl_templates = 0
36
37C      IO_fnms(ndx_dbgbk) = ' '
38C      IO_fnms(ndx_dbbin) = ' '
39C      IO_fnms(ndx_outgbk) = ' '
40C      IO_fnms(ndx_err) = ' '
41C      IO_fnms(ndx_ingbk) = ' '
42C      IO_fnms(ndx_log) = ' '
43C      IO_fnms(ndx_bpmat) = ' '
44CC
45CC Its of course not a good idea to permanently assign logical unit
46CC numbers; they should be assigned as needed by a function. 
47CC
48C      IO_luns(ndx_ingbk) = 2
49C      IO_luns(ndx_inkey) = 10
50C      IO_luns(ndx_intbl) = 11
51C      IO_luns(ndx_dbbin) = 3
52C      IO_luns(ndx_dbgbk) = 1
53C      IO_luns(ndx_bpmat) = 8
54C      IO_luns(ndx_outgbk) = 7
55C      IO_luns(ndx_outkey) = 12
56C      IO_luns(ndx_outsab) = 16
57C      IO_luns(ndx_outtbl) = 13
58C      IO_luns(ndx_outhum) = 14
59C      IO_luns(ndx_outrul) = 15
60C      IO_luns(ndx_log) = 4
61C      IO_luns(ndx_err) = 9
62C
63C      IO_flags(ndx_ingbk) = .FALSE.
64C      IO_flags(ndx_inkey) = .FALSE.
65C      IO_flags(ndx_intbl) = .FALSE.
66C      IO_flags(ndx_dbbin) = .FALSE.
67C      IO_flags(ndx_dbgbk) = .FALSE.
68C      IO_flags(ndx_bpmat) = .FALSE.
69C      IO_flags(ndx_outgbk) = .FALSE.
70C      IO_flags(ndx_outkey) = .FALSE.
71C      IO_flags(ndx_outtbl) = .FALSE.
72C      IO_flags(ndx_outhum) = .FALSE.
73C      IO_flags(ndx_outrul) = .FALSE.
74C      IO_flags(ndx_outbin) = .TRUE.
75C      IO_flags(ndx_err) = .FALSE.
76C      IO_flags(ndx_log) = .FALSE.
77C
78C      cl_dbgapsflag = .TRUE.
79C      cl_t2uflag    = .FALSE.
80C      cl_u2tflag    = .FALSE.
81C      cl_upcaseflag = .FALSE.
82C      cl_locaseflag = .FALSE.
83C      cl_completeflag = .FALSE.
84C      cl_tplflag    = .FALSE.
85C      cl_debugflag  = .FALSE.
86C
87C      cl_listwid = 60
88C      cl_completepct = 90.0
89C      cl_olilen = 7
Note: See TracBrowser for help on using the repository browser.