Changes between Initial Version and Version 1 of InstallingCorsika


Ignore:
Timestamp:
10/19/18 21:21:31 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingCorsika

    v1 v1  
     1Get the latest version of Corsika from here:
     2https://www.ikp.kit.edu/corsika/
     3
     4Extract Corsika
     5{{{
     6[0] tar xvf corsika-76400.tar.bz2
     7}}}
     8
     9Call coconut
     10{{{
     11[1] cd corsika-76400
     12[2] ./coconut
     13}}}
     14
     15You 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
     22Now you should get a long list of possible options
     23{{{
     24Which additional CORSIKA program options do you need?
     25}}}
     26
     27Enter
     28{{{
     29(multiple selections accepted, leading '-' removes option): 1a 1b 1c 1e 7c 9
     30}}}
     31
     32There options correspond to: CERENKOV, IACT, CEFFIC, TRAJECT, VIEWCONE and ATMEXT.
     33
     34Now 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
     39Now, coconut can create the input files, configure the make system and make. To proceed, select  `*** Finish selection ***`.
     40
     41You 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
     48Which you acknowledge. Now, go ahead!
     49
     50
     51
     52