| | 1 | Get the latest version of Corsika from here: |
| | 2 | https://www.ikp.kit.edu/corsika/ |
| | 3 | |
| | 4 | Extract Corsika |
| | 5 | {{{ |
| | 6 | [0] tar xvf corsika-76400.tar.bz2 |
| | 7 | }}} |
| | 8 | |
| | 9 | Call coconut |
| | 10 | {{{ |
| | 11 | [1] cd corsika-76400 |
| | 12 | [2] ./coconut |
| | 13 | }}} |
| | 14 | |
| | 15 | You can use the defaults (just press return) for |
| | 16 | |
| | 17 | * Compile in 32 or 64bit mode? [64 bit] |
| | 18 | * Which high energy hadronic interaction model do you want to use? [QGSJET 01C] |
| | 19 | * Which low energy hadronic interaction model do you want to use? [GHEISHA 2002d] |
| | 20 | * Which detector geometry do you have? [horizontal flat] |
| | 21 | |
| | 22 | Now you should get a long list of possible options |
| | 23 | {{{ |
| | 24 | Which additional CORSIKA program options do you need? |
| | 25 | }}} |
| | 26 | |
| | 27 | Enter |
| | 28 | {{{ |
| | 29 | (multiple selections accepted, leading '-' removes option): 1a 1b 1c 1e 7c 9 |
| | 30 | }}} |
| | 31 | |
| | 32 | There options correspond to: CERENKOV, IACT, CEFFIC, TRAJECT, VIEWCONE and ATMEXT. |
| | 33 | |
| | 34 | Now you will get asked more question, answer them as follows |
| | 35 | * Cherenkov light vertical (longitudinal) distribution option? [only in step] |
| | 36 | * Do you want Cherenkov light emission angle wavelength dependence? [depending on wavelength] {This corresponds to the CERWLEN option} |
| | 37 | * IACTEXT external output file option? [not stored] {no eventio format} |
| | 38 | |
| | 39 | Now, coconut can create the input files, configure the make system and make. To proceed, select `*** Finish selection ***`. |
| | 40 | |
| | 41 | You should see |
| | 42 | {{{ |
| | 43 | Are you sure you want to continue with these current option selection: |
| | 44 | BERNLOHRDIR IACT TRAJECT CEFFIC CERENKOV CERWLEN IACTDIR VIEWCONE ATMEXT |
| | 45 | yes or no ? (default: yes) > |
| | 46 | }}} |
| | 47 | |
| | 48 | Which you acknowledge. Now, go ahead! |
| | 49 | |
| | 50 | |
| | 51 | |
| | 52 | |