| 6 | | |
| 7 | | |
| 8 | | /* following two macros used to define recombination coef arrays */ |
| 9 | | /* Max n desired in RRCoef file. */ |
| 10 | | /* >>chng 02 jan 28, from 10 to 20 so large HeI tests are fast */ |
| 11 | | /** this is the number of levels used with the |
| 12 | | * atom he-like levels large command */ |
| 13 | | /* Helium itself will have precompiled recombination coefficients up to this maximum n. */ |
| 14 | | #define HE_RREC_MAXN 40 |
| 15 | | |
| 16 | | /** Ions of the sequence will go up to this n. */ |
| 17 | | #define HE_LIKE_RREC_MAXN 20 |
| 18 | | |
| 19 | | #define N_HE_TE_RECOMB 41 |
| 20 | | |
| 21 | | /** This is the n to go up to when calculating total recombination. Any change |
| 22 | | * here will not be reflected in total recomb until "compile helike" is run */ |
| 23 | | #define SumUpToThisN 1000 |
| 24 | | /** the magic number for the table of recombination coefficients, YYMMDD */ |
| 25 | | /* >>chng 02 mar 08, data structure the same but improved fits to He photo cs */ |
| 26 | | #define RECOMBMAGIC (51213) |