4 | | * Each job card consists of several namelists. Each namelists contains input parameters for one specific module within GiBUU. |
5 | | * Text after an exclamation mark (!) is considered as a comment in a name list |
6 | | * The example files given below are not strictly is not 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. |
| 4 | * Each job card consists of several namelists. Each namelist contains input parameters for one specific module within GiBUU. |
| 5 | * 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''. |