]> legacy.helldragon.eu Git - cbs.git/blob - README.md
Initial commit by marcello Galli
[cbs.git] / README.md
1 cbs
2 ===
3
4 Close Binary System Light Curve Analysis Program
5 ---------------------------------------------------
6
7 This is a VAX FORTRAN code, written between 1991 and 1993,
8 for close binary system light curve simulation.
9 It consider many effects; the Roche lobe shapes 
10 where carefully drawn and a tiny accretion disk is accounted for.
11
12 The program was written between 1991 and 1993,
13 by Marcello Galli, it consists of about six thousand lines, 
14 and run on a VAX/VMS mini computer.  
15
16 It was presented at the poster section of the 
17 1993 Italian Astronet Meeting in Trieste,
18 (see Mem. Sait. vol XX,1993), but hadn't
19 many users.
20  
21 The program needed 40 or 60 MBytes of RAM;
22 it was a big number for that days, more than
23 available on many VMS workstations. 
24 The trick was to alter the the page file quota
25 for a single process, sometimes  causing 
26 a computer crash.
27
28
29 In the code folder we have:
30
31 - cbs.for : the source code
32 - cbs.exe : executable for VAX/VMS
33 - some input for tests (.com files)
34 - test9.log,vt3.log: examples of an interactive sessions.
35  
36 - a93sait.pdf : the paper on "Memorie della SAIT" 
37 - a93_poster.pdf : the text for the poster (without figures)
38
39
40 It is here as an example of VAX FORTRAN usage,
41 to be included in the collection of the 
42 [*Software Heritage*] project (https://www.softwareheritage.org/).