CHECKR is a program for checking that an evaluated data file conforms to the ENDF format. It can recognize the difference between ENDF-6 and ENDF-5 formats and performs its tests accordingly. Integer control fields are checked to see that ENDF/B procedural limits on those fields are not violated. To the extent possible, fatal format errors are trapped to prevent unwanted termination of the program. Any file that passes through CHECKR without error messages fully conforms to the ENDF format.
The resulting information on checking is registered in report output file, the ENDF formatted input file is not changed.
The first version of this program 6.0 was developed in June 1985, the last one 7.01 - in April 2005. On our site we present the version 7.01 for PC under MSDOS (WINDOWS).
The requirements to the task input file are presented in the file CHECKR_TAB.doc.
CHECKR_TAB.doc
|
Line |
Explanation of parameters
|
|
1 |
The name of input file (to be checked)
|
|
2 |
The name of report output file
If BLANK, then report goes to standard output on unit 6.
|
|
3 |
Options selection (2 numbers, separated by comma) |
|
1-rst number |
MAT material number where processing starts (integer).
If MAT = 0, then checking begins with the 1-rst material. |
|
2-nd number |
MAT material number where processing ends (integer).
If MAT = 0, then checking continues to end of the file. |
|
If line 3 is left entirely BLANK, then the entire input file is processed.
Multiple input ENDF files can be processed to produce multiple output report files by repeating the above input data sequence.
The program execution is terminated by a line containing the word DONE.
|
To facilitate the work with CHECKR we present the version of task input file named CHECKR.INP
Let tape-1 and tape-2 are the ENDF formatted files, each of them
contains several materials. Assuming that in tape-1 we intend to check
only the materials, which ÌÀÒ numbers are in the range from 101 to
203, and checking results to write in report output file ñt-1.out.
Simultaneously we intend to check all materials in file tape-2 and
checking results to write in report output file ñt-2.out.
tape-1
ñt-1.out
101,203
tape-2
ñt-2.out
done
The running on this code: CHECKR.EXE < CHECKR.INP
|
|