NOT4.md
NOT4
This keyword switches off the output to the external file that was switched on by the TAB4 keyword (gamma-ray spectrum). Both TAB4 and NOT4 may be used several times during a run to restrict the output as required.
Example usage, where TAB4 output to the .tab4 file is turned on and off over several steps:
< -- Control phase -- >
...
FISPACT
* Title of the simulation
< -- Initial phase -- >
...
TAB4
FLUX 1.0E10
ATOMS
< -- Inventory phase -- >
TIME 1.0 HOURS ATOMS
NOT4
TIME 1.0 HOURS ATOMS
TAB4
TIME 1.0 HOURS ATOMS
NOT4
TIME 1.0 HOURS ATOMS
...