gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 1 and Version 2 of running


Ignore:
Timestamp:
Apr 4, 2016, 1:45:11 PM (8 years ago)
Author:
jweil
Comment:

explain input files (buuinput)

Legend:

Unmodified
Added
Removed
Modified
  • running

    v1 v2  
    3333== Input files ==
    3434
     35In addition to the jobcard, GiBUU requires several other input files to run (containing various tabulations and data). All these input files and collected in the directory "buuinput", which has to be downloaded in addition to the actual code, as explained [wiki:download here]. The input directory can be placed in a location of your choice, but its path must be specified in the jobcard, so that GiBUU knows where to find the input files. To achieve this, the switch "path_to_input" in the namelist "&input" must be set to the correct path:
     36
     37{{{
     38&input
     39  ! ... here may be other options ...
     40  path_to_input = "/full/path/to/buuinput"
     41/
     42}}}
     43
     44If GiBUU stops with this error
     45
     46{{{
     47 Path to input files= /full/path/to/buuinput
     48 Directory does not exist: /full/path/to/buuinput
     49
     50Stop!
     51}}}
     52
     53then you should check that the path you specified is correct and that it actually contains the input files.
    3554
    3655== Output files ==