gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 14 and Version 15 of jobCards


Ignore:
Timestamp:
May 26, 2010, 2:01:47 PM (14 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jobCards

    v14 v15  
    11= Job cards for GiBUU =
    22
    3 Before you go on studying example job cards given below, please note the following:
    4  * Each job card consists of several namelists. Each namelist contains input parameters for one specific module within GiBUU.
     3We use so-called "job cards" for passing input parameters to GiBUU. A job card is just a simple plain-text file which contains all these parameters, determining the setup of the simulation being performed (e.g. type of projectile and target, beam energy, number of runs, which analysis to perform, which output to generate, etc).
     4
     5Before you go on studying the example job cards given below, please note the following:
     6 * Each job card consists of several "namelists". Each namelist contains input parameters for one specific module within GiBUU.
    57 * Text after an exclamation mark (!) is considered as a comment in a namelist
    6  * The example files given below are not strictly conform with fortran 95 standard (we use "$end" as ending and not "/", and we use "$" instead of "&"). So code compiled with some compilers might complain about our convention (If this is the case then please replace "$end" by "/" and "$" by "&").
    7  * Distances are given in ''fm'', Energies and momenta in ''GeV'', hadronic cross sections in ''mb''.
     8 * Some of the example files given below are not strictly conform with the Fortran 2003 standard (we use "$end" as ending and not "/", and we use "$" instead of "&"). So code compiled with some compilers might complain about our convention (if this is the case then please replace "$end" by "/" and "$" by "&").
     9 * Unless indicated otherwise, distances are given in ''fm'', Energies and momenta in ''GeV'' and hadronic cross sections in ''mb''.
    810
    911For detailed information on almost all possible namelists and its switches we refer to our [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_namelist.html#top online namelist documentation].