ML20212N402

From kanterella
Jump to navigation Jump to search
Difxy,Fortran Code for Solution of Multi-Energy Group Diffusion Equations in X-Y Geometry
ML20212N402
Person / Time
Site: Rensselaer Polytechnic Institute
Issue date: 03/03/1987
From: Harris D
RENSSELAER POLYTECHNIC INSTITUTE, TROY, NY
To:
Shared Package
ML20212N386 List:
References
NUDOCS 8703130008
Download: ML20212N402 (23)


Text

. _ . __

REFERENCE 5.

DIFXY, A FORTRAN CODE FOR SOLUTION OF THE MULTI-ENERGY GROUP DIFFUSION EQUATIONS IN X-Y GEOMETRY D.R. Harris Rensselaer Polytechnic Institute Troy, New York Abstract DIFXY is a Standard FORTRAN code for solution of the multi-energy group diffusion equations in x y geometry. The difference equations are mesh point centered and in this respect, as well as in the layout of the the _ x y

, geometry, DIFXY conforms with the widely used PDQ codes and yields similar l results. DIFXY operates on a PC, is small, and a dictionary is provided defining all variables. Input and output are in fixed field formats and are identified by variable names. DIFXY carries out eigenvalue problems and l

source problems with or without fission, and forward and adjoint solutions as well as reactivity inner products from the forward and adjoint results. DIFXY depletes according to macroscopic cross sections which are polynomials in burnup; no nuclide chains are provided.

l l

8703130008 870303 PDR ADOCK 05000225 P PDR l

.m -

4

,. [

4 2

Introduction ~

Multienergy group diffusion solutions are widely used in reactor analysis. DIFXY solves the multienergy group diffusion equations for any number of energy groups with arbitrary up and down scattering. The difference

- equations are mesh point centered and are in accord with those used in the PDQ codes, .as are the geometry specifications. Iteration and convergence used.in.

DIFXY and PDQ are different, but as these do not. generally affect the results the results are found to agree when both codes are sufficiently converged.

DIFXY solves eigenvalue and source problems, direct and adjoint problems, and it can calculate reactivity worth inner products from the direct and adjoint solutions. Zero flux or zero current boundary conditions are separately l applied to the four outer boundaries; repeating arrays and shuffle are not provided for-in DIFXY. DIFXY depletes according to macroscopic cross sections which are polynomials in burnup; no nuclide chains are provided.

j Program DIFXY is a clearly written Standard . FORTRAN code of less than 500 statement lines. The code has operated on a variety of PCs and mainframes. A dictionary (Appendix A) provides a definition for every variable. Input utilizes only three fixed field formats (20A4, I4, E12.6), and all input is l echoed. Output items are identified by their variable names which are defined l in the Appendix.

I

_The difference equations in DIFXY are those given in Ref. 1, Section 2.4.

DIFXY uses optimized successive overrelaxation (SOR) for convergence of the i

inner iterations, and it has used several techniques for convergence of the outer iterations, including SOR and Chebyshev. Convergence criteria are provided for (a) the maximum relative change in flux in any energy group and at any mesh point (not just the mesh points where there is fission as in PDQ, see Ref.1, Eq (2.2.1)) from iteration to iteration; (b) maximum relative change in fission neutron source at any mesh point; and (c) relative change in multiplicative eigenvalue. Exeprience has shown that convergence for the fission neutron source is least rapid. Further convergence is very rapid after moderate convergence is obtained; thus stringent convergence criteria (10-5 or 10-6) are usually used. The error and convergence situations at each iteration are edited.

j Input All variable names in DIFXY follow the simple FORTRAN requirements on type (variables beginning with I, J, K, L, M, or N are integer); thus the format for a variable (I4 for an integer variable field, E12.5 for a real variable field) can be recognized immediately from the variable names. All input is echoed.

j l

4 3 l The input first requires job data, j Job. Title (Format 20A4)

KE,KP,KXM,KYM,KXP,KYP,KA,KW,KB NXR,NYR,NR,NRC,NM NG,NI,NO,NB,NP EF,EE ES,AI,AO,BS This is followed by geometry data beginning with mesh lines (which must, as in PDQ, go entirely through the geometry layout),

IXR,MXR(IXR),XR(IXR) for IXR=1,NXR IYR,MYR(IYR),YR(IYR) for IYR=1,NYR Here, for command IXR,MXR(IXR) mesh intervals are put into place in the x direction with spacing XR(IXR)/MXR(IR), and similarly for y. The mesh lines bound small rectangular " mesh figures". . A region consists of one or more such mesh figures. All mesh figures are first labeled as region 1, then other region numbers are overlayed intil the desired region distribution is t obtained. A region contains a single material " mix," i.e. , cross sections are

i. the same throughout a region, and tb a mix numbers JM(IR) are next supplied for each region IR, (JM(IR),IR=1,NR) p The region overlay is supplied next. For each of NRC region overlay commands one supplies for each command

( JRC,LX(IRC),MX(IRC),LY(IRC),MY(IRC) for IRC=Q,NRC 4

A particular overlay command assigns region ID numbers JRC to all mesh figures

, between x coordinates LX(IRC) and MX(IRC) and between y coordinates LY(IRC) l and MY(IRC). A sequence of such commands can lay out any required set of I regions. A region map and a mix map are edited for each job (see I

Appendix C).

Finally, the cross sections are input. For each cross section mix (IM-1,NM) the first quantity read in in the transverse buckling (B )2named BZ, in units of cm-2 Then for each energy group (IG=1,NG) are read in the

six index IM, the group index IG, the diffusion coefficient DF(IM,1G), the complete group loss (absorption plus removal) cross section SA(IM,IG), the fission neutron production (v[f) cross section SN(IM,1G), and the fission j energy (c[g) production cross section SE(IM,IG). On one or more subsequent lines is the full outscattering vector (SS(IM,IG,IH),IH-1,NG) for particle I transfer from group IG to IH. All these cross sections are macroscopic and l are input in units of (barn em)-1 for croas sections and em/ barn for diffusion i coefficient. Specifically for each cross section mix IM, the read commands are l

1

4 BZ DO....IG=I,NG READ (5,14) IH,IG,IP,DF(IM,IG),SA(IM,1G),SN(IM,IG),SE(IM,IG)

READ (5,11) (SS(IM,IG,IH),IH=I,NG)

The input indices IM and IG are only temporaries for clarity in visual interpretation of input files; if they are input out of order, however, they are edited with minus signs to alert the user. The same comment applies to the indices IXR and IYR appearing earlier. If burnup is not requested (KB control) then the number of burnup steps (NB) and the burnup per step (BS) need not be input. If burnup is requested then these parameters must be supplied as well as NP other sets of cross section data representing coefficients in polynomials in burnup.

A sample input appear in Appendix B. The corresponding output appears in Appendix C.

Output Core layouts are provided showing region and mix assignments for each mesh figure (see Appendix C). Fluxes, fission neutron sources, and energy production are edited for each mesh point.

Code Testing The DIFKY code has been tested .by comparing its calculations against (a) PDQ-1 calculations, and (b) analytic solutions. The analytic solutions arise when, for a uniform medium, one uses zero current boundary conditions on two opposite outer boundaries and zero flux conditions on the other boundaries. This results in effectively one-dimensional problems with known analytic solutions. DIFXY results for these tests have agreed within the accuracies of convergence.

References

1. C.J. Pfeifer and C.J. Spitz, "PDQ-8 Reference Manual,"

WAPD-TM-1266 (1978).

~

l APPENDIX 1 l

van!

$! $$. _E., E'E EPb'"

!$ 74LWU E! f il i. =

.ex l

q'"p""4,ik.ron.,.=,.inp

, IAi

,ghgSIS"th"!, a nr.n ix.n 1-p,(jE:d512 Mir,n",iE="fi't,'"!ali JR.JV gL.cA,1.N .F LM , LUX MS! DUAL

. ~b

! asst PLux A, net " ,I i 13:1! E i N' M .I.h Pi!

u n'ie'II I n x, u<i.cMa<W" -

'h. Widig6 d %r:3 n n  ? i.r.we n = mi lly , g 'l;WkgCfa r d, ,f i.

i i. ia

, m ' in E .,p"11M g r.r m:=

3.

! 1:'

2:l335 54' Adit  %

klhlllpg.Ef.:.=,.'f#"'":3 g ip!:.m_,,.

R <'ev, .p am ,r.ro,=,ir- i-r,,t ef r. 4 1,. . . i.

.<i.J., 4 ,, _ _ _ ,.

.,,Ed,":lli:i:

1,. .,, ,.

ElU:

W l

w. _--w.e__. , ,,..y .

_7,.,_ -w,._ , - . , , , _ , _,_,,_,,_y ,____,__._,,,,,,_,,,__,wp, _.,,, ,,___,.,,.___, _ , , , , ___-,_ _, ,-._____., _.-- ,_., .

Listing Of O! FIN D at 10:20:34 on MWt 6, 1987 for CCitPEA E

. 1 SPst7 FUEL PITDa* 68511 F I DATA g 2 1 2 . i 1 0 4 l 28 d 'g 8 APPENDIX 2

.00001 .00001 1.40 1.4 1 01 0.742950 2 23 34 1767C

? 8 1 01 0.342950 9 2 23 34.17570

.' 10 1' 2 1 11 l 14 l'4 1 24 12 13 l5 24 13 12 l 4 24 14 11 l.4 l:4 it17 'h'  !'2Li

.4 to ;.4 1[ 7
:4 11 l 4 Iw 6 .4 12 l 4 l 0 $ l.4 13 ; 4 l:1 1 ;:4 14 l:4 l'2 ,, 13 3 01 01
3 .00088775 lj 1 .03260317 .01228419 1.

.1800317 .30385370 1.

]

l g 1. .0 0 1. .049347158 r=Nm .0

i 344 l

l,3 2 .ar-r-na.04h705860 2 2 .15 2907 .01921927

.0000000000 .r " N = a N-r m .0 4 0.000000000 .0

.00088775
3 1 1.1677 .03132199 .01220571 1.

0000000000 .017827 l.4 3 2 .29511 1 .1778247 .30054900 1.

l ;9 .0000000000 .0000000000 40 1.000000000 .0 41 12345678901234567890123456789012345678901234567890 1

I

. .I I

i

Listing Of OUTP at C:20:53 on W 6,1987 for CC10*EAIK Ps0S 1 1 SPERT FUEL PITD*.6861% IIP! OATA i

4 l 201 111 i ' " '30 0.10000E-04 0.10000E-04 0.14000E+01 0.14000E+01 1 1 0.7429EE+00 0.74296E+00 2 23 0.34175t+02 0.14869E+01 8

9 24 a 0.74296E+00 C.14 9E+01 0.'4 +0' O.14469E*01 APPENDIX 3 10 0.1486M*01 0.14 9E*01 0.'4 +0 ' O.14869E*01 11 0.14869E*01 0.14 +01 0. '4 80' O.14869E*01 12 0.14469E*01 0.14 +01 0.1486 +0' O.14869E*01 13 0.14869E+01 0.14 +01 0.14869E*01 0.14869E*01 14 0.14869E*01 0.1486 +01 0.14869E*01 0.14869E*01

+ 16 1 1 0.742WE*00 0.74296E*00 J ]g 0.34176E+02 0.14869E+01

'8 0.7429 'E+00 0.1 +01 0.14 +01 0.14869E+01

'9 0.'4 '

E+01 0.1 +01 0.14 +01 0.14869E*01

0 0. '4 E*01 0,1

+01 0.14 +01 0.14869E+0"

1 0. '4 E+01 0.14

+01 0.1486 +01 0.14869E*0'

2 0. '486' E+01 0.1 9E+01 0.14869E*01 0.14869E+0'

,:3 0. '486' E*01 0.14 9E+01 0.14869E+01 0.14869E+0'

4
1

< 14 24 1 24

'3 M 24
't l4 l:4
8 '

1 l 4 4 l$ "1  :.4 8 ::4

,0 il '4 9 4 l,1 1. '
4 to 4 f,2 <

,'4

11 4 l,3 4 6 ::4 12 ; 4 l4 4 6 ::4 13 24
6 1  ;'d 14 24 16 o 13 3 1 1
7 0.14776E-03 l4 1 l 0.11418E+01 0.32603E-01 0.12964E c1 0.10000E*01 l ,9 1 1 0.11416E*01 0.336171-01 0.12264E '.1 0.10000E+01 40 0.0 0.1 -01 41 1 2 0.2 +00 0.18003E+00 0.30386E*00 0.10000E+01 42 1 1 0.2 +00 0.18026t*00 0.30366t+00 0.10000E*01 43 0.0 0.0 44 0.'0000E*01 0.0 4 0.14776E-03 4 l 1 0.12706E *01 0. 49347E-01 0. 0 0.0 4  ;. 1 0.12706E *01 0.604 76 E-01 0. 0 0.0 og 0.0 0.48833k-01 10 61 0.0 i i 8:1:lin:888:ll'n:8i8:8 0.0 u 8:8 62 0.0 0.0 63 0. 776E-03 64 1 0.11677E*01 0.31322E-01 0.12206E-01 0.10000E*01

. 66 1 0.11677E*01 0.32369E-01 0.12206E-01 0.10000E+01

] 66 0.0 0,17828E-01

= 67 3 2 0.29612E+00 0.17782E+00 0.30066E*00 0.10000E*01 j 68 3 2 0.296125+00 0.17800E*00 0.30066E*00 0.10000E*01

-)33 s 5 l Listtn9 of OUTP at 16:20:63 on MAR 6,1987 for CC1d*EAWK 2 P30e g

i j 69 0. 0 0.0 0.10000E*01 0.0

. 0

$ 1 (REGION MAP JR(!X,!Y s 2 L 111 11111 "1132: " '

<l '

< :22 22 l2 21

'l 11111111 111  ;

111 11111 11 i ,

4 < <

2 ;

66 11111111 11 . . . . . :22l <

66 11111111 1 l <

,2l  ;.22l 67 111 11111 '

<. < ..:2  ;.2l: 42

! 11 Ih 70 11 111 < J ': 2l  ; ,

l 71 11 11 , < <

gl <

11 11l i

l 72 73 1'l 2l

Il l l 74 ,1 ;

.2l

.2.,<

' ) !, 4 i 2

7g '

77 l .

l I

78 .  ; l <

79 j .. <

;  ; , 4. l  ;

80 < <

i 1 < < < < < < ,  ; :2:  ;

l l . . < . I 4 <
i < < < < < < . ;

.,;< .: l:. . .2P g . . . < <

i

..? 11 111 1111 l l  : 2 l: 222::2 i

.4 11 1111111111 2 ' 22 ' '

9 11 1111111411 l l l'l

-C 11 111till11 " 2l ...;

't1 11111111111' '2l <

12 11111111111l . l'l  ;

1111' 111112l 13 <

4 1111 1' 1' l'l'l < < <

96 1111 1

'1ll l '

< < .: 2:, , .

96 1111 '

< < . . 2 2 ;' 2 .

97 1111  ; < <

< < , .. .
l. 2 2 98 1III , l  ; ,  ;; 2
22 99 1111; < , ,:, < < . , . ;; 2 22 100 222l i l:' l < < . < . < .;.<  : 22 .22 tot 2 2 2 l. . < <

c}j.2::222

.2;..: 22 2 102 22222l < < , < . 2 103 2 2 l: 22l < . .  ; < l: 2222 2 104 22l: 2l  ;  ;  ;  ; ,  ?::222222

< 106 2 l' :: 2;  ; <

.t222 2

. 106 q; p 24' <

< , 2H; . :2222 2 107 2 . < , 2 l. . .2222 2 t'.

'* -; 2 ;

108  ; .

.gg22g2 10 111 0

$k E .k 2hb122 22 112 0 13 1 1 20 24 0.106413E+00 0.904638E*00 114 2 1 24 24 0.829189E*01-0.124061E+00 11 3 1 23 24 0.202480E*02-0.180369E-01 11 0.24276E*00 0.20248E+02 0 86830E*00 0.14676E*01

+

+.

o+ +

Listing of OUTP et C:20:53 en least 8, 1987 for CC10=EAtst Pets 6 0.N122E 0. O. l +00 0.14685E+C1

  • 5 :' 20 0 C. +00 0. i 3E-02 0.00$1 + 0. 40 0.4 .

+00 0.1483M*01 6 l 1 11 c. +00 0.Its '

OE-01 0 74117 8 +00 0. 0.00 4 l +00 0.16147E*01 I 22 0.1 +00 0.4; 11 1 84-01 0.79490E+00 0.1 +00 0.9114 .

+00 0.18616E*01 40 8 2 1 21 0.1 100'E*00 0.6;^' 4E-01 41 0.7D 83E+00 0.1 110.+00 0.9 IIl? .+00 c.16283E+01

~. 42 9 l 1 20 0.I'14101+00 0.1 . d SE-01 4.43 0 . 7 41 +00 0.11410.+00 0.8 14 +00 0.16188E*01

44 10 ' 10. T 44E-01 0. '1 1 1.46 0.78. +00 0. 774E-01 0.8 11 OE*00 0.15034E*01 1 46 11
. 1 20 0. 2 40E-01 0. 4'764E-01 l 47 0.71, +00 C. 214E-01 0.0 0 SE+00 C.14901E+01
'48 12 l 1 0.444;i 4-01 0. '

d 1- ;702E-01 l 49 0.70:7 +00 0.444li 1.-01 0.4 2 Ii +00 0.14900E+01

'l0 13 :: 1 20 0.l 1l:. E-01 0.1 0 1 SE-01 l l 1 0.8802E+00 0. 11:. pot 0.4 e i l *00 0.14400E+01 l 2 14 : 1 19 0.l 1 1 1 TE-01 0.i 1 OE-01

, l 3 0.89172E*00 0. Lim .E-01 0.4 39 0+00 0.14835E+01 l <

l 4 16 ' I 19 0. ' N47E-01 0.0 0.88 38E+00 0.15d -01 0.8"I 1 *C0 0.14408E+01 i SE*01 l  ! 11 0.10 -01 0.D i 8E-01 l l l 18 :.ISE+ 0.10 0.88 01 0.81 i

+00 0.14785E*01 l 4 17 l 11 0.70 000E-02 0.0 L IM7E-01 9 0.87'9 01. 0.70 ii1 -02 0.8%a44+00 0.14767t+01

<: 0 18 l' '

1 0.47 dl ;E-01 0.lWlr0M-01 O . 8 71 16 +00 0.47 Wi 4 -02 0.8"l14E*00 0.14763E+01

.. < 19 1. t '

1 0.  :: GE-02 0.lW 811E-01 l ll t 0 . 8 71:31 +00 c. ':: I -02 0.8911 E+00 0.14738E+01 ll C 20 ;: 19 0. 11ii r -02 0.1all -01 ll 2 14 5 1 0. ' 8l;1r +01 0. . ;I -Of 0.32 W78E+01 0.181679E+01 i

l1 1 1l 1210.iFr10 . -01 0.1Id! 03 l ll 0.9827]4 +00 0.' iTUI -01 0.9 d i

(+00 0.17764E+01 l ll 4 2 1< 21 0. a 70 E-01 0 till 27E-03 j S 0 982814 +00 0.' 379 -01 0. l E+00 0.17787E+01 l 0 b1 21 0.' O II E-01 C.

,M-M
71 0.98251E.+00 0.W' -01 0.9 dii 0.1778CE*01 21 0.' I L dE-01 0.i l 72 4 1l ei -03 1 73 0.961414+00 0.. I L t-01 0.9 3n +00 0.17730E+01 l 74 5 1
1 21 0.. 47 CE-01 0. 14307E-03 L 0.95001+% 0. . 147lE-01 0.9' ;40E*00 0.17893E*01 l:7 6 1 ;.1 21 0.. 41401E-01 0.' 4 29E-03 l7 0.95824E+00 0.- 414JE-01 0.9  ; E*00 0.17649E+01 278 7 1 1 21 c. '671l37E-01 0.' L 89E-03 279 0 956 E+00 0.76714E-010.98 40E*00 0.17600E*01 l80 8 1 1 21 0.734: 20E-01 0. 492034E-03

'.11 0.96406E+00 0.734: 2'-01 0.98049E*00 0.17649E*01 2 9 1 21 21 0.7tc 7 E-01 0. 23E-03 3 0.96184E+00 0.7'11 4 -01 0.9 +00 0.17490E+01

<s 4 10 1 21 21 0.1iii 3 E-01 0.4 077E-03 L 6 0.94949E*00 0.i idi d'.-01 0.97 7E*00 0.17448E*01 2 6 11 1 21 21 0.i ;. 64E-01 0.406408E-03 L 7 0.94716E+00 0.i-/

l

.11

% 4 12 1 21 21 0.5 6 b-010.97919E*00 l O1 0 3 1 472E-03 0.17396E+01

; e 0.94440E+00 0.5- 0 E-01 0.47 OtE+00 0.17347E+01 l

) J0 13 1 21 21 0.6 6 7E-01 0.3 953E-03 i

h Listing Of OU7P at 16:20:53 on lenft 8,1987 f or CCt0*EM8l Pace 6 l 2 1 0.94266E*00 0.58869E-01 0.9 14 1 21 21 0.634039E-01 0. 34 13E-03 7E*00 0.17301E*01 3 0.9402SE*00 0.63404E-01 0.9747 f*00 0.17266E+01 4 16 1 21 21 0.602 t48E-01 0. 327183E-03 2! 6 0.93811E*00 0.60215E-01 0.97381E*00 0.17214E*01 2' 6 16 1 21 21 0. 471067E-01 0. 3 2464E-03 2' 7 0.93603E*00 0.47107E-01 0.97lH4E+00 0.17176E+01 2' 4 17 1 21 21 0.440031E-01 0.21Pl298E-03 2' G 0.93812E*00 0.44 E-01 0 97:W IE*00 0.17214E+01 000 18 1 1240.41 7E-01 C.t' 081E-02 001 0 93760E*00 0.41 E-01 0.97 E*00 0.17201E+01 l42 19 1 24 1 0. 7793E-01 0.1 E-02 503 0.93540E*00 0. 779E-01 0.97 *00 0.17163E+01

.44 20 1 1 4 0. 2740E-01 0.1 IE-02 NE 1 2 24 4 0.i0739tE*01 0.254168E-04 LOS 2 2 23 0.1 +00 0.218 3 4 -03 i

M7 0.44272E*00 0.1 00 0.8184l5 00 0.14024E+01 l 3 2 12 22 0..067 26E-03 1

4] 03 61 goo g4go+000.66g 8gg.14474E+01 l l' O.82089E+00 0.187 E*00 0.92831 E*00 0.16731E*01 1 12 6 2 1 23 0.16D I 7E*00 0.897M87E-02

13 0.77719E+00 0.16'r i E*00 0.9097:LE+00 0.15379E+01
14

, 6 2 1 22 0. I t'I I GE*00 C.129:$4E-01 l 16 0. 74 283E*00 0. ' ' I E*00 0.497tBE*00 0.16142E*01 I

l 16 7 2 1120.. 6 4E-01 0.111712E-01

'7 0. 73494E+00 0.. . k <;4-01 0.894:'0E*00 0.1608tE*01

'8 4 1 21 0.i l l M-01 0.16! 224E-01 l '9 0.7 +00 0.ll l44E-01 0.8841 GE*00 0.14930E+01

0 9 21 1 0.4 44 E-01 0.16.185E-01
1 0.89595E+00 0.a'62 4-01 0.84064E+00 0.14863E*01 1
2 to 2 1 20 0.Rtg E-01 0. I' 17692E-01 l
3 0.00029E+00 0.l4 157E-01 0. 87 IE*00 0.14832E+01 1 < a4 11 2 1 20 0.lJ.21 E-01 0 1' 297E-01 l26 0.84330E*00 0.;.l
21 -010.87 St+00 0.14796E*01 l 26 12 2 20 1 0. 61 E-01 0.t'0405E-01 l.27 0 67772E+00 0. '61 -01 0.87439E*00 0.14767E+01
28 18 1200.

l 29 0.67 31E*00 0. "02901E-01 0. taa467E-01"0290E-010.87M3E*00 0.14744E*01 LO 14 1 20 0.892844E-02 0.187170E-01 et 0.67020E+00 0.69264E-02 0.87191E*00 0.14729E+01 02 16 2 1 to 0.464344E-02 0.146306E-01 L3 0.66749E*00 0.46434E-02 0.87102E*00 0.14716E*01 l,34 16 2 1 20 0. 09944E-02 0,185729E-01 l, O. 23E*00 C. 0994E-02 0.87026E+00 0.14704E*01 l 17 1 20 0. 06184E-02 0.186347E-01

, f t l. ? 0.66 74E+00 0.20618E-02 0.86979E*00 0.14697E*01

  • : .38 18 to 10.1 2E-02 0.186093E-01
39 0.66201E*00 0.1 E-02 0.86924E*00 0.14688E*01 l40 19 2 1 20 0.906 1E-03 0.184926E-01
41 0.66000E+00 0.90599E-03 0.86868E*00 0.14679E*01 l42 13 2 1 20 0.!'97954E-03 0.184815E-01 l43 3 1 1 10.1 34826E*00 0.246798E-02 0.660193E*00 0.116669E*01 l44 1 1 1240.;48664E-01 0.998121E-03 l46 0.93144E+00 0.l 3866E-01 0.97103E*00 0.17091E+01 l46 2 1 1 24 0.l 16361E-01 0.967608E-03
47 0.32942E*00 0.; 1536E-010.37019E*00 0.17066t+01
48 3 1 124 0.L93093E-010.940056E-03

Listing Of OUTP at 020:63 On lenR 6.1987 for CCt0=EAWK Page 9

.* 0 78040E+00 0.19004 010.91003E+00 0.16403E+01 I2 1 1 0.1 -01 0.117418E-01 7 0.63411E+00 0.1 1b 01 0.06042E+00 0.14660E+01 4 l: 1 23000.- 404t8b 02 0.461169E-02 0.74:336 0.' 4042E-02 0.89723E+00 0.16146E+01 470 6 l 1 23 0. Pr043E-02 0 02

e. 471 0.71l32600 0.1sM04E-02 0. 7h00 0.14968E+01

/ 472 6 :: 22 10.4'i,296bO2 0 7 44116 02 473 0.68364E*00 0.4'l Z9E-02 0.87$37E*00 0.14797E+01 474 7 2 1 22 0.l 4 2E-02 0.722366E-02 4 0.68701E*00 0.l E-02 0.87750E*00 0.14816E+01 47 8 2 1 21 0. l 34 2E-02 0.103600E-01 =

47 0.67319E*00 0.h3403E-02 0.87289E+00 0.14744E+01 478 9 2 1 21 0. 67647E-02 0.103346E-01 479 0.66809E*00 C.16751E-02 0.87147D 00 0.14722E+01 460 10 2 1 21 0.106l. 1E-02 0.103237E-01 481 0.66697E*00 0.106: . 4-02 0.87006E+00 0.14713E*01 4 11 2 1 21 0.702)I SE-03 0.103166E-01 4 0.66446E+00 0.702ii4-03 0.87018E+00 0.14702E+01 4 12 2 20 1 0.467,voE-03 0.140222E-01 486 0.66327E+00 0.467:4E-03 0.86964t*00 0.14696E+01 4<6 4,.7 13 2 1 20 0.bo9 44E-03 0.140179E-01 0.66462E*00 0.h00 dE-03 0.870086 00 0.14701E+01 4i4 14 2 20 1 0. l 06 G4b03 0.140149E-01 4 19 0.66204E*00 0.l -

GE-03 0.80924E*00 0.14880E+01 4'O 16 2 1 20 0. ,

76E-03 0.140131E-01 -

4'11 0.66734E+00 0.1 l4E-03 0.86773600 0.14806E*01 4412 16 2 1 21 0. 64 b 04 0.103040E-01 4' L3 0.66967E*00 0. SE-04 0.86846E+00 0.14877E+01 4 17 2 1 20 0.691278E-04 0.140110E-01 t 4 0.67742E+00 0.69128E-04 0.87429E+00 0.14766t+01 4 18 2 1 20 0.40543E-08 0.140104E-01 47 0.64286E+00 0.40064E-04 0.86314E*00 0.14699E+01 l 498 19 2 1 21 0.2674'12E-04 0.1030288-01 499 0.66667E*00 0.2674' E-04 0.87076E+00 0.14711E+01 600 20 l 1 22 0.1716 1E-04 0.717466 6 02 601 6 1 1 0.4234,1E-01 0. 260662E-02 0.260311E-01 0.100926E+01 1

602 1 2 2 0.172329E-02 0.110704E*00 l

603 0.96673E*00 0.17233E-02 0.98119E+00 0.17688D01 6 04 2 1 1 2 0.164700E-02 0.110777t+00

, 606 3 1 1 10.169764E-02 0.110843b00 l 606 0.82978E+00 0.16976E-02 0.92990E*00 0.16813E+01 i

607 4 1 1 1 0.140868 b O2 0.110687E+00 1 606 0.96667E*00 0.14086E-02 0.98169E*00 0.17611E*01 609 6 1 1 1 0.1 4764 b C2 0.110638E*00 610 0.90021E*00 0.1}a476E-02 0.95814E+00 0.16603E+01 611 6 1 1 1 0.1l 1307E-02 0.110404600 612 ,0.922171+00 0.1l.131E-02 0.96718E*00 0.16932E+01 613 7 1 1 1 0.1 1866E-02 0.110281E+00 614 0.90822E+00 0.1' 1 7E-02 0.96060E+00 0.16688E*01 l 616 8 1 1 1 0.101 6E-02 0.110169E+00 616 0.90687E*00 0.101 E-02 0.96087 boo 0.16697E*01 l 617 9 1 1 1 0.9193426 03 0.110068E*00 618 0.89623E+00 0.91934b03 0.96610b00 0.16636E+01

. $19 to 1 1 1 0.82302 tt-03 0.109977E+00 j 620 0.89803 boo 0.42302E-03 0.96724E+00 0.16673E*01 a 621 11 1 1 1 0.739098E-03 C.1098966 00 j 622 0.89419E+00 0.73910E-03 0.966666 00 0.16622E+01

\

[

) Listing of OUTP at 16:20.63 on IWt 6,1987 for C010=EAWL Pace to I* 623 12 1 1 1 0.660896E-03 0.109823E*00 624 0.89033b OO 0.66090E 03 0.964106 00 0.16471E*01 w

! 626 626 13 1 1 1 0.688417E-03 0.109758E*00 0.89627E+00 0.68842E 03 0.96663E*00 0.16649E*01 627 14 1 1 1 0.6273821-03 0.109701E*00 l 628 0.89612E+00 0.62738E-03 0 96606E+00 0.16634E+01 l

629 16 1 1 1 0.472069E-03 0.109649E *00 I $30 0.C0707E*00 0.47207E-03 0.94096E+00 0.16700E+01 631 16 1 1 1 0.428200E-03 0.109602b 00 632 0.90200E+00 0.42820E-03 0.96887E*00 0.16628E+01 633 17 1 1 10.386234b03 0.109669E+00 634 0.90123E+00 0.38624E-03 0.96866b00 0.16617E+01 6;6 18 1 1 1 0. 348091E-03 0.109621E*00

$l6 0.89863b00 0.34800E-03 0.96749E+00 0.16681E+01 6l 7 19 1 1 1 0.31 806E-03 0.109487E*00 6;8 0.899396 00 0.3 81E-03 0.96780E*00 0.16692E+01 6l 9 20 1 1 1 0.2 334E-03 0.109466E+00 640 1 2 3 3 0.7963166 02 0.111739E-01 641 0.76329E+00 0.79632E-02 0.900866 00 0.16211E+01 642 2 2 1 3 0.699861E-02 0.113067E-01 643 0.83 29b00 0.69986E-02 0.93206E*00 0.16866E*01 544 3 1 1 0.601060E-02 0.114379E-01 646 0106602 0.83660E*00 0.14229E+01 646 0.64 4 2 82E*00 1 1 0. 0.[c71988bO2 0.114069E-01 647 0.64341E*00 0.L71996 02 0.863316 00 0.14602E+01 648 6 2 1 1 0.'74999E-02 0.1138706 01 649 0.23416E+00 0.17600602 0.87246900 C.14737E+01 660 6 2 1 1 0.416766E-03 0.113822E-01 66 1 0.49686E+00 0.41676E-03 0.82632E+00 0.14117 D CI 662 7 1 22 0.207901E-03 0.714746E-02 663 0 64 20E+00 0.20790E-03 0.86293E+00 0.14696t+01 664 8 1210.133614E-03 0.102663601 666 0.63671E+00 0.13361603 0.86092E+00 0.14667t+01 666 9 2 1 21 0.644770E-04 0.102666E-01 667 0.66292E+00 0.84877E-04 0.86963E+00 0.14693E+01 668 to 2 21 1 0. 2668bo4 0.1026486 01 669 0.64407t+00 0. 267b04 0.8636tE*00 0.14606b01 660 11 2 1 22 c. 2396b 04 0.7146296 02 661 0.66789E*00 0. 240E04 0.86790E*00 0.14669E+01 662 12 2 1 20 0.L 19E-04 0.139644E-01 663 0.68000E*00 0.L 2E-04 0.87516E+00 0.14778E+01 664 13 2 1 20 0. 62126 b 04 0.139642E-01 666 0.64706E*00 0.16212E-04 0.86445E+00 0.14618E*01 666 to 2 1 19 0.104904 b 04 0.182629E-01 667 0.72727E+00 0.10490E-04 0.89147E+00 0.16044E+01 668 16 2 20 1 0.762939E-05 0.139639E-01 669 6 1 13 10.1790236010.363463E 02 0.461674E-02 0.100463E*01

-I 670 1 1 13 4 0.721633E-03 0.468806 6 01 671 0.68966E*00 0.721635-03 0.84746900 0.14383E+01 672 2 1 1 13 0.42J618b O3 0.489662E-01 673 0.94679b00 0.42662E-03 0.97702E*00 0.17367E*01 674 3 1 4 1 0.402461E-03 0.105924E+00 6 0.93602E*00 0.40246E-03 0.97294E+00 0.17176E*01 67 4 1 1 3 0.D76701E 03 0.108063b 00 67 0.99241E+00 0.l.7670E-03 0.99676E+00 0.18921E+01 678 6 1 1 1 0.h73840E-03 0.109316b 00 679 0.98214E+00 0.37384E 03 0.99237E*00 0.18394E+01 640 6 I i 1 0.;47166b O3 C.10G276b 00

Lteting of GU7P at C20:53 on IAAR S,1987 for CCle=EAest Page 13

,  ; 0.94000E*00 0. 0.97C .17351E+01

- 8 1 1 1 0. 0 +00 0.9 O. 0.17177E 41

, 7 N1175+00, i 0. i O. -W 0 iW.00

?

7 Y'?1*M:i 0.93023E+00 0. 1 "NYW 04 0.97t

%".&.17070E+01 31 +

7 9 1 1 1 0. 14 0 . 16 7' 1 J 7 0.9250 M *00 0. 14 0.WI $ 0.10079E+01 7 10 1 1 1 0. 0 . 16 7' 00 7 0.08400E+00 0.- 0.94l 'll 0.16160E+01 7 11 1 1 1 0. -04014 "I 00 7 0 N075E+00 0. 04 0.401 l'l 0.17931E+01 7 11 1 1 1 0. O. It N 00 7 0 87W7E*00 C. 0 . 9 41. ll 0.18230E+01 7 II 1 1 1 0. 0 . 15 II 7E*00 7 0.80000E 00 0.  ? 0.N; +00 0.16453E41 7 14 1 1 2 0. -04 0.16 I I M*00 7 ,

O.1000N +01 0.- 04 0.10f I +01 0.20000E+01 7 i 15 1 1 1 0. - O . 16 3E+00

. 7 O.76000E+00 0. -04 0.05 +00 0.16180E+01

[

7 14 1 1 1 0. E-04 0.16 1 7 0.94444E+00 0. -04 0.971- i 1 0.17340E+01 7 -

17 1 1 1 0. O . 16 i +00 7 0.002ME+00 0. -04 0.96 1 +00 0.18371E41 7 18 1 1 1 0. lE-06 0.10 i 7 0.98333E+00 0. -04 0.97 l 0.17125E41 7- 19 1 1 1 0. 14E-06 0.1k i

! 7 0.85714E+00 0. IE-04 0.94k  : +00 0.10084b O1 t

7 20 1 1 1 0. 44415-06 0.IklI i 44+00 7 1 l' 4 4 0. ' .

'^ " 0.1H d5E-01 i 7- 0 . 0 0187E+00 0.ldd 41I; 0.87k ' I .

O.14711E+01 7 2 l 1 3 0. lll O' O.1 li 1 -

1 7- 0 77l 11E+00 0.lll C 0.90 t 1 0.15349E+01 7- 3 : 1 1 c. 41 0.1 3 .

t 7- 0.814IN +00 c. 1 di 0.E 4 . 0.14470E+01

0. ' ll 1 : 01 7- 4 2 1 1 0. 'i l '71 7- 0. 548?E*00 0.'i "? 0. 811ll i 0.1464E*01 7 6 F t 1 0.7 Il?' E 0. ll l 01 7- 0.2727t+00 0.7 ll7l -04 0.86lpl IL+ 0.14301E+01 7- 6 :. I 10.1' @ E-04 0.1 ll kr 01 7 0.60l12E+90 0.I' 07:I -04 0. N'll <1 0.14433E*01 1 7.

7 7 :' 1 zz 0.190 E-06 0.714M3E-02 0.79 75E*00 c.11804E-04 0.01 #1+00 0.15490E+01

( 7 8 ' 1 21 0.9'1 -05 0. ' I 78E-01 7 9 1 10.'i d -02 0. l !I 61E-02 0.133614b O3 0.100242E*01 7 1 1 14 5 0. ll 1. E-04 0. l 11 I GE-01 7 0 50000E*00 0.ll 1. -04 0.801 +00 0.14417E*01 <

7 i 1 14 1 0.l E-04 0. ; 7~r CE-01 0 M99+00 0.l ':70 i

7 9 -04 0.9140 + 00 0.15 64E*01 7 i 1 1 1 0. l11 1 11 E-04 0. ON 1E+00 7 0.72727E*00 0.l "

I

-04 0.0014?t+00 0.15044E+01 7 4 1 1 2 0. '

. . i i E-06 0.100 42E*00 7 =

0.10000E+01 0.1 : l 1 -04 0.1000 E*01 0.20000E*01 d

. 7 6 1 1 10.I' i , i E-04 0.t 74E*00

} 7 0.93750E40 0.1'  ;! -

1 -04 0.97 +00 0.17203E 41 7 6 1 1 2 0.14: s l E-04 0.1 +00 j 7 0.10000E+01 0.14;dI 6 04 0.1000- +01 0.20000E*01 i

.3

- l Ltettne of OUTP at 16:20:53 on least 6. 1987 for CC10=EAtst Page 14 j 7 1 1 1 0.14:051b04 0.10171E*00 0.93333E 40 0.14:05E-04 0.971 l.E*00 0.1712SE*01 l

s  ? .8 6 1 1 1 0.13l: 14E-04 0.10 1 70E*00 C.78671E+00 0.13ll TE-04 0.912 ;a 400 0.16443D01 7 9 9 1 1 1 0.104 04b 04 0.10 lISE+00 7 4 0.10000E+01 0.104'CE-04 0.100 iI +01 0.20000E+01 7 1 10 1 1 1 0.104'04bO4 0.10i i'7E*00

? i2 0.81818E+00 0.104'CE 04 0.925' i i +00 0.16700E*01 7 i3 11 1 1 2 0.0 447E-05 0.10 1 3E*00 <

7 4 1 2 4 4 0.7 i t'80E-04 0.10 .: 7E-01 7 6 0.72289E+00 0.7 II4E-04 0.400 I +00 0.16017t+01 -

7 6 2 2 1 3 0.6 l; WE-04 0.11 l 1E-01 l

? ? 0.85000E 40 0.67': 0E-04 0.93ti +00 0.10010E+01 i 7 8 3 :: 1 10.  ; 74E-04 0. ':a 1 SE-01

? O 0.8000E*00 0.  ; 7 bot 0.8l0ll l +00 0.14142E*01 70 4 :. 1 1 0.24 il 'boe 0. ;iI 3E-01 i 771 0.W:M E+00 0.249Ii -04 0.0lll 1 +00 0.14N CE+01 772 773 6 ' 1 1 0.1H ll E-04 0.'

0.88;$0E*00 0.153 '

. . 04 0.84H 3E-01

+00 0.14289E*01 774 6 '; 20 1 0.9' til -05 0.1'l J5E-01 7 10 1 1 0.41 4ll 1 -03 0.2 L 4415-02 0.171081604 0.100280E*01 7 1 4 13 0.11 41,1 -04 0.4 ilt02E-01 7 0.80030.+00 0.11 Wo -04 0.87 ;SE*00 0.14780E*01 d

l 778 2 1 1;i 10.1' I Iri E-04 0.4 iG 4E-01 1 779 0 000441.+00 0.1' I ill -04 0.80 741 +00 0.14482E*01 1 74 i 1 1 0.7 L' fl E-N 0.10 ll 4E*00 i

7 1 2 3 40.1' .l i i E-04 0.10 ll OE-01 '"

l 7 T 0 88750E+00 C. L' ', ! ' I

-04 0.877 1 7 L i 1 0. 104 i uE-04 0.10 iL .+00 3E-01 0.14817E 41 l 7 d 0.6 +00 0. (1.-04 0.881 3 +00 0.14670E+01 7 3 1 10.1 7 7l1-05 0.11lH4E-01 7 11 1 1 1 0. ' Si4-03 0.2804.S b ot 0.381470E 05 0.100280E*01 7, 0 71 l NIGENVALUE= 0.10027971E+01 7 v 0 9 0 0. 0 0.0 -0.41735E-75 9 '

0

' : 0!X,1Y,(FL(IX !Y,16),1G=1,MB),(OF(IX,1Y,1G),16*1 MG) 9 L 0 9 o 1 1 0.1 +00 0.11308E-01 0.26N43E-02 0.26243E-02 0.0 7 5 2 1 0.1 +00 0.11292E-01 0.39:.'l?E-02 0.39397b 02 0.0 7 6 3 'I 0.10747E*00 0.1 1E-01 0.61il"0E-02 0.619'OE-02 0.0 t 17 4 0.10536E+00 0.1 2E-01 0.601 lib O2 0.6080tt-02 0.0 7 8 6 0.10224b 00 0.1 39E-01 0.49 41bE-02 0.49314b02 0.0

?9 6 0. 166E-01 0.'0 7E-01 0. 4 74l ." b C2 0.474 0 E-02 0.0

.. .uo 7 O. 207b01 0.'17 -02 0.46041E-02 0.46048602 0.0

.41 8 0. 48bol 0.'11 1 -02 0.4E30iE-02 0.42306b 02 0.0 42 9 'I 0. 76 6 01 0.<,47 -02 0.3'12 9 ;;E 02 0. 9292E-02 0.0

, ,03 10 10.7' CE-01 0.7 316E- . 17 E-02 0. 171b 02 0.0 iO4 11 1 0.S i 7E-01 0.7 7E- 344E-02 0.3 344E-02 0.0

. ,06 12 1 0.6 a tE-01 0. Ot3E- .. ' 24E-02 0.31924b O2 0.0 46 13 1 0.4 0 14-010.16167E-02 0.3 62E-02 0.3MQ2E-02 0.0 47 14 1 0.3 IME-01 0. 41 4l'-01 0.2 29b02 0.2cuz9E-02 0.0 10 8 1 1 0.27 'l E01 0. l:7 e i -01 0.0 0.0 0.0 40 1 1 0.19 WE-01 0.;49 i.-01 0.0 0.0 0.0 l . ,10 1 1 0.13115b 01 0.l744'I-01 0.0 0.0 0.0 111 1 i;12 18 10.S'i4E-N 0.2 M S -01 0.0 0.0 0.0 19 1 0.701.4E-02 0.15273E-01 0.0 0.0 0.0

Listing 0F OU7P at C:20:53 en IeWt 8, 1987 for CCle=Emot Page 17 i1 l8 l'1 1L:Ml!!:=0'i a:'lil l :-01t 0.3

0. l l O. l:071 1 8:g!:5 -02::'tg,tt,:5 0.37 7

-02 0.0

'* 14 I 0. l' -C ' O. l' ,

-01 0.0 0.0 0.0

'i 1 1 0. -0 0. l l#01 0.0 0.0 0.0 "4 1 1 0. ' -C ' O. l$4L E-01 0.0 0.0 0.0 r '

1 1 1

Ilv 1

0.1 0.7 M 7E-t . 0. W 37_l-

0. l 4l ;114-01 0. 0
0. 941-01 0.0
0. 'WId 4-01 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  • -$  :.0 I . 0. 4l42E- 0.' 1. ; i E-01 0. 0 0. 0 0.0

-0 l.1 i 0. 2JI,04E- 0.10 41 4-02 0.0 .). O 0.0 i

-0 l2 I . 0.1't 4 0.10 0 E- 0.0 0.0 0.0

-1 i.3 i 0.1 ' .

0. l4144- 0.0 0.0 0.0 1

-2 l 4 1 0.00 0. '84 IE I 0.0 0.0 0.0 l

-3 25 1 0. ii 0. l 0.0 0.0 0.0

-4 1 0. ' 207E-01 0. ' WS$ -G : 0.46049E-02 0.46049E-03 0.0

-6 2 7 0.' l 471k -01 0.' Ii 40r0: 0.i7484E-02 0.17484E-UZ 0.0

-6 3 7 0. ' l.04ll -01 0. Is 07 G; 0. 9011i'-02 0.. 90 -02 0.0

-7 4 7 0. ' i00 -01 0.' Gl 2 -0;. O. 71ll -0J 0. . 71 -02 0.0 >

8 7 0. . 198ll -01 0. -G: 0. 44ll l -w 0. '44 -02 0.0

[ -9 7 0. . ;C111 -01 0. ' .777 -G: 0. 11ld rot 0.,11 E-G: 0.0 70.I 14 -01 0.. 43 E-G: 0. -G: 0.0 t 0 O .- 0.7 l 1 8 7 0.7' 44p' #01 0. l 771E-P: 0.7 LE- 0.74 IE-G: 0.0 2 9 7 0.9 04 -Of 0. I 41 w 4-0 : 0.7 -

0.74 E-G: 0.0 3 10 7 0.5 24 -01 0. l'Iq4-02 0.

< I 0 -G: 0.0 4 11 7 0.4' 10 -01 0. ,4014-0 3.

- 0

-G: 0.0

  • 12 7 0. ll G4 -01 0.2 10 P

-02 0. -02 0.0 i 13 7 0. lv101 -01 0. l 4/""4-01  : -Of S.O4. 0. 0 0.0 l 14 7 0. lM4 -01 0. l2110 -01 0.0 .

0.0 0.0 l

-01 0.l 104 -01 0.0 0.0 0.0 IO i 1 Q1 1

I1I ?7:':

18 70.

0. di:*'  ??E-
& 11::

O. 01 0.0 0.0 0.0 2 19 7 0. -

0. '4l 7 -01 0.0 0.0 0.0 3 to 7 0. -
0. ' G 1 -01 0.0 0.0 0.0 4 21 7 0. -

0.10 7 E- 0.0 0.0 0.0 '

} i4 ?7 0.61 :1 - 8:MI:

0. 011E-0.0 0.0 0.0 5 7 0.0 0. 0 0.0 0.0 0.0 9 1 0. . 7447E-01 0. 110 l -02 0.4l:30SE-02 0.42300E-02 0.0

- 0 2 0. . 7ll1 -01 0. 01 1 -02 0. ,377E-02 0. 3377E-02 0.0 1 3 0. . 6l -01 0. F -02 0. l493E-02 0. 3693E-02 0.0 2 4 8 0. . 4:14 -01 0. l,3 ir02 0. 847E-02 0. 1847E-02 0.0 3 ImE-02 0.70467E-02 0.79467E-02 0.0

' I40..tlp4-010.

i a:#241:010: f',1E?2 0.Pett:82 0@tt!:82:::  !

8 , 0 . 611 71 4-01 0. 383E-01 0.7 59E-02 0.71.759E-02 0.0 1

- 7 9 0. F l4 E-01 0.'0'37E-01 0.8 78E-02 0.8l478E-02 0.0 8 10 0.300 E-01 0.' 4ll16E-01 0.8 100E-02 0.8L100E-02 0.0 9 11 0.41 4, E-01 0. l11l43E-01 0. 41130E-02 0. 4 ' 130ti-02 0. 0 I0 12 0.3297 E-01 0. lJ1i49E-01 0.0 0.0 0.0 I

i,1 13 0.2493tt-01 0.l1 040E-01 0.0 0.0 0.0 l 2 14 . C.191l1E-01 0.l :M 17E-01 0.0 0. 0 0.0 l

j 3 . 0. ' diJ. 4-01 0. l11 143E-01 0.0 0.0 0.0 l 15 l

i4 16 . 0. '0 i E-01 0.l1.1 1 -01 0.0 d 0.0 0.0 l

a I6 17 , 0.111' Id E-02 0.lJl E-01 0.0 0.0 0.0 l j 'i6 18 , 0.lio l L E-02 0. 67 -01 0.0 0.0 0.0

\ b Ltstino of OUTP at 16:20:53 on test 6, 1967 for CC10.EAeK Page 18 1* 7 19 8 0.44800E-02 0.13064E-01 0.0 0.0 0.0 20 8 0.325635-02 0.99160E-02 0.0 0.0 0.0 s

l 9 21 - 0.23144E-02 0.71837f-02 0.0 0.15763E-02 0.

0.0 0.0 0.0 0.0 g2 1 2! 8:%ti!!:a8:go817E-020.0 ii m !:n :: 8:8  ::: -

3 25 0. 0 0. 0 0. 0 0. 0 0.0 38  !

7 4 '

I 0.77l IE-01 0..

5 i 0 . 7 44 E-01 0.. 247tE-02 0.761942-03.

1071E-02 0.74450E-C C 76194E-02 0.74460E-02 0.0 0.0 6 i 0.70 2E-C ' O. - 1034E-02 0.733488-02 0.73348E-02 0.0 1000 7'

l 0.6l nia 7E-C ' O. 6464E-02 0.7494 'E O 0.7 1E-02 0.0 1001 8 ' tI 0.0. 560466E-C' au-O' - O. 0137E-01 0.83879E-02 0.4 -02 0.0 O'4478E-01 0.83033E 02 0.8 E-02 0.0 10 ' I 0.4M127E-01 9

1002 1003 0. l1477E-010.42009E J2 0.42 -02 0.0 1004 11 ' O. lU387E-01 0. lJ.710E-01 0.0 0.0 0.0 10G5 12 ' O. lh27l E-0' O.ll 727E-01 0.0 0.0 0.0 1006 13 1:E-C' O.lI453E-01 0.0 0.0 0.0 1007 14 . 0.

0. 'l00l7e E-0' O.l~167E-01 0.0 0.0 0.0 1 15 - 0.1 E-O' O. l .7816E-01 0. 0 0.0 0.0 1 16 . 0. 9 .E-02 0.23264E-01 0.0 0.0 0.0 1010 17 i 0.7 E-02 0.18919E-01 0.0 0.0 0.0 ill' 101 il '1::lMil:*8:igil::::

l 0 . 211 20E 0.48 CE-02 0.0 0.0 0.0 1014 20 ' 1 i 0. 2u 88E-w 0.862 t' E-02 0.0 0.0 0.0 101 2 ' l 0.13' 60E-02 0.4 E-02 0.0 0.0 0.0 101 3 ' O.86 76E-03 0.4 .

E-02 0.0 0.0 0.0 101 24  ;

0.41164E-03 0.1 1.4-02 0.0 0.0 0.0 1018 8 . 0.0 0.0 0.0 0.0 0.0 1019 1 10 0.7 -01 0.78318E-02 0.38 71E-0] 0.36171E-02 0.0 1020 2 10 0.7 767E-01 0.74243E-02 0.64' E-w 0.54 -02 0.0 1021 LE-02 0.71 E-02 0.0 151 1024 i3100.7779E-010.77700E$0.711:a la8:TRI:31::mul:

6 10 0. 70E-01 0.82772E-02 0.7266'E-02 0.72569E-02 0.0 i:n U03 :1:::

1025 7 10 0.5 24E-01 0.99166E-02 0.82C46E-02 0.82046E-02 0.0 1026 8 to 0.5 -01 0.14316E-01 0.82100E-02 0.82100E-02 0.0 1027 9 to 0.421 7E-01 0.23477E-01 0.42009E-02 0.42009E-02 0.0 1028 10 10 0. 33789E-01 0. l 4106E-01 0. 0 0.0 0.0 1029 11 to 0.26934E-01 0.l 7606E-C' O.0 0.0 0.0 1030 12 10 0.21326E-01 0.lM53E-0' O.0 0.0 0.0 1031 13 10 0.16766E-01 0.l3764E-OL 0.0 0.0 0.c 1032 to 10 0.13079E-01 0.29582E-0' O.0 0.0 0.0 1033 15 10 0.10124E-01 0.25082E-C' O.0 0.0 0.0 1034 16 10 0.77753E-02 0.20721E-0' O.0 0.0 0.0 17 to 0.59249E-02 0.16746E-01 0.0 0.0 0.0

1035 1036 18 to 0.44766E-02 0.13270E-01 0.0 0.0 0.0 1037 "9 10 0.33470E-02 0.10308E-01 0.0 0.0 0.0 1038 l:0 10 0.24666E-02 0.78268E-02 0.0 0.0 0.0 1039 l:1 10 0.17725E-02 0.57607E-02 0.0 0.0 0.0 i 1040 l:2 to 0.12183E-02 0.40296E-02 0.0 0.0 0.0 1041 l:3 to 0.76133E-04 0.25489E-02 0.0 0.0 0.0 1042 l'4 to 0.36679E-03 0.12334E-02 0.0 0. 0 0.0 <

1043 25 to 0.0 0.0 0.0 0.0 0.0 1044 1 110.66258E-010.72947E-02 0.33344E-02 0.33344E-02 0.0

L18 tin 8 of OU7P at O20:53 On slut 8,1987 for CCle=EAtm Paes 21 )

4

, 11 't 18 16 0.1 -Gl 0.68167E-02 0.0 0.0 0.0 11 19160.1 -0: 0.481476-02 0.0 0.0 0.0 11 i ll0 16 Q. -G. 0. l4< 47E-02 0.0 0.0 0.0 11 4 ' 1 11 0. -0 0. l 5 -02 0.0 0.0 0.0 11 l21 0. E-0, 0. 8'. -02 0.0 0. 0 0.0 11  ::3 1'. O. -G , 0. ' 11 -02 0.0 0.0 0.0 11 l 4 O.1 -03 0.861 7E-03 0.0 0.0 0.0 i i

j 11 l5 0.0 0. 0 0.0 0.0 0.0 )

11 1'i, 0.1' 411E-01 0.l 411 -01 0.0 0.0 0.0

(- 11 0 2h, 0.1' OE-01 0.lWl E-01 0.0 0.0 0.0 l 11 1 3 1l 0.1, 0.l".' 14 7E-01 0.l -01 0.0 0.0 0.0 1 11 2 4 11, 0.1 7E-01 C4 -01 0.0 0.0 0.0 1 11 3 ti 0.164<I E-01 0.h II'0E-01 0.0 0.0 0.0 1 1' 4 11 0.1 4-01 0. l; o 7E-01 0.0 0.0 0.0 .

1" 11 0.1 7' E-01 0.l: 2113E-01 0.0 0.0 0.0 1'l 8 11 . O. 44-01 0.l54 SE-01 0.0 0. 0 0.0 1 1' 9 li . O. .

I E-02 0.llll214E-01 0.0 0.0 0.0 l l' 8 10 ti 0. 77' lJ-02 0.ll07ll1E-01 0.0 0.0 0.0 l' 9 11 11 , O. L: -02 0. 111' W-01 0.0 0.0 0.0

. I' O 12 ti ' O . 3 11 di -02 0. 'I414E-01 0.0 0.0 0.0 l 11 1 13 1 0.4341i,1 -G 0.' : # 0E-01 0.0 .

0.0 0.0 i 11 14 li , 0.ll ; 46 .-0 . 0. ' 0'6E-01 0.0 0.0 0. 0 11 1 li, 0. lJ;40 .-0: 0.1IG41 '- 0.0 0.0 0.0 11 4 1 11 0. lll 7N-0: 0. 4 ' 'il - 0.0 0.0 0.0 11 1 II 0. 171E-0. 0.14 IL: - 0.0 0.0 0.0 11 4 11 0. '4 -G: 0.471 :I - 0.0 0.0 0.0 11 '9 'I 0. -G O. l7.3 .- i 0. 0 0.0 0.0 11 8 l.0 'i 0.83 -0 0. lF 4M- 0.0 0.0 0.0 11 9 l 1'i,0.61 -0 0. l. 4 ' '7E- 0.0 0.0 0.0  !

11'O  ::2 ' 0.4 I E-C. O. 11 GE- 0.0 0.0 0.0 1 l 11-1 l 3 11 0.2 -G 0.1 4 ,3E- 0.0 0.0 0.0 i 11 l 4 11 0.1 -G , 0.4 114E- 0.0 0.0 0.0

S li . 0.0 0.0 0.0 0.0 0.0 11,4 11 11 0. l SE-01 0. l '7449E-01 0.0 d 0.0 0.0 l 11 1 17 0. 'lin3E-01 0.l 7404E-01 0. 0 0.0 0.0 1 11 4 17 0.' : 14E-01 0. l 7042E-01 0.0 0.0 0.0 11-7 4170.' '1 46E-01 0.l$378E-01 0.0 s 0.0 0.0 1 11 17 0.' 42E-01 0.lS472E-01 0.0 0.0 0.0 i l' 17 0. 10E-01 0.'4316E-01 0.0 0.0 0.0 i 1.4 17 0.'O :2 14E-01 0.0 0.0 0.0 1l 1 8 17 0.94600E-02 s1967E-02 0.20.l :E-01 0.0 0.0 0.0 1l "2 9 17 0.70001E-02 0.1 l'E-01 0.0 0.0 0.0 l 11 ."3 9 10 '7 0.6 -02 0.1 744E-01 0.0 0.0 0.0 12 4 11 't 0.4 -02 0.1468.1-01 0.0 0.0 0.0

( 12 4 1 ' 7 0.411 E-02 0.126 -01 0.0 0.0 0.0 1 4 1 ' 29E-02 0.1068 -01 0.0 0.0 0.0 7 14 '77 0. 11E-02 0. 0.0 0.0 l 1 "4 7 0.22l64E-02 0.04650E-02 73211E-02 0.0 0.0 0.0 0.0

'24 '7 0.171 71E-02 0.6 2E-02 0.0 0.0 0.0

'20 '

170.11l '7E-02 0.14l' 11E-02 0. 0. -02 0.0 0.0 0.0 I

'!: 1 '4 1/ IE-02 0.0 0.0 0.0 i ll 9 17 0.871P -03 0. 0390E-02 0.0 0.0 0.0 0 17 0.67i - 0.23419E-02 0.0

- 0.0 0.0 ll 4 :1 17 0.499 0.17503E-02 0.0 0.0 0. 0 I '2 l:217 0.36190E- 0.12416E-02 0.0 0.0 0.0 3 1 23 17 0.22427E- 0.79416E-03 0.0 0.0 0.0 a 1 24 17 0.10008E-03 0.38700E-03 0.0 0.0 0.0 j 1 8 25 17 0.0 0. 0 0.0 0. 0 . 0.0

.- j c('  ?

1 g Listino of OUTP at 16:20:53 en ItWI 6,1987 f or CC10= eat

  • Page 22

$* 1219 1 18 . E-02 0.2 79E-01 0.0 0.0 0.0 1 1220 E-C2 0.2 36E-01 0.0 0.0 0.0 1 1221 18 1.. O. . 776E-02 0.22589E-01 0.0 0.0 0.0 i

12 4 1 ' O.922fCE-02 0.2 7E-01 0.0 0.0 0.0 i

12 1.' O. E-02 0.2 9E-01 0.0 0.0 0.0 1224 1 i 0. -C2 0.1 02E-01 0.0 0.0 0.0 1225 18 0. 7E-02 0.1 380E-01 0.0 0.0 0.0 1226 8 16 0.60067E-02 0.16 E-01 0.0 0.0 0.0 1227 9 18 0.62523E-0 0.16 -01 0.0 0.0 0.0 1228 10 18 0.44766E-0 0.13270E-01 0. 0 0.0 0.0 1229 11 18 0.37741E-01 0.11534E-01 0.0 0.0 0.0 12l0 12 18 0.3162'E-02 0. 3E-02 0.0 0.0 0.0 12l 1 13 11. 0.2609E-02 c. 9E-02 0.0 0.0 0.0 14 1, 0.214rE-02 0.7 14E-02 0.0 0.0 0.0 16 1 0.17461 E-02 0.64167E-02 0.0 0.0 0.0

34 16 1 0.1410;:E-02 0.47673E-02 0.0 0.0 0.0 lll6 17 1' 0.1'29"E-02 0.38141E-02 0.0 0.0 0.0
l6 18 1' O. St47tE-03 C. -02 0.0 0.0 0.0

< l7 '

9 1. 0 . 81P64E-03 3. -02 0.0 0.0 0.0

.l4 l:01 0.5:169E-03 0.181 CE-02 0.0 0.0 0.0 19 l:11 P 09E-03 0.14I tE-02 0.0 0.0 0.0 "240 l:2 1, 0.2 0. 3'..,94E-03 0. 7E-02 0.0 0.0 0.0 L241  ::31 . C.1.070E-03 0. -03 0.0 0.0 0.0

':242  ::4 1 0.84001E-04 0. 1370E-03 0.0 0.0 0.0 9243 26 1 0.0 0.0 0.0 0.0 0.0 1244 11'l 0.700 1E-02 0.'8 -01 0.0 0.0 0. 0 1245 21' O.7081 4E-02 0.'8 -01 0.0 0.0 0.0 1246 31' O. 17E-02 0. ' 7 3E-01 0.0 0.0 0.0 1247 41 3. ,2E-02 0.' 78E-01 0.0 0.0 0.0 124 li' O. 1 71 7E-02 0. 0.0 0.0 124 7E-0{ 0.'6670E-01 6666E-01 0.0 0.0 0. 0 0.0

260 1'. 0.6071 ,2E-w 0. ' 4370E-01 0.0 1' O.686. 0.0 0.0 l 26 1 1': 0.444 OE-02 0.'3 E-01 0.0 '

0. 0 0.0 <

l

'262 1'l 0. 476E-02 0.' IE-01 0.0 0.0 0.0 '

i '125 3 10 l' i 0. 470E- 0. 00E-01 0.0 0.0 0.0 l 264 11 19 0. 420E- 0. 1E-02 0.0 0.0 0.0 '

"266 12 1 0.2: 91E-02 0. E-02 0.0 0.0 0.0 "266 13 1 0. I' -02 0.66306E-02 0.0 0.0 0.0 "257 14 ' O . 11433E-02 0.64804E-02 0.0 0.0 0.0 "258 16 ' O.1;457E-02 0.45607E-02 0.0 0.0 0.0

'259 16 ' O.10926E-02 0. 7393E-02 0.0 0.0 0.0 I

'260 17 ' i 0.8 96E-03 C. 0390E-02 0.0 0.0 0.0

'261 18 'I 0.6 4E-03 0.24396E-02 0.0 0.0 00 t

i 12 2 '91 0.64 15E-03 0.19290E-02 0.0 0.0 0.0 12 3 l:0 ' O.42 84E-03 0.14942E-02 0.0 0.0 0.0 12 4 l:1 1 0.31597E-03 0.11219E-02 0.0 0.0 0.0

~ '

1265 1:2 19 0.22419E-03 0.79894E-03 0.0 0.0 0.0 l 1266 l 31 0.14346E-03 0.61256E-03 0.0 0.0 0.0 )

l 1267  : 4 1 0.69944E-04 0.25029E-03 0.0 0.0 0.0 j <

1264 US 19 0.0 0.0 0.0 0.0 0.0 1269 1 20 0.60129E-02 0.1l971E-01 0.0 0.0 0.0 1270 20 0.49997E-02 0.1:942E-01 0.0 0.0 0. 0 1 71 20 0.48947E-02 0.1: 713E-01 0.0 0.0 0.0 1 72 4 20 0.46918E-02 0.1l269E-01 0.0 0.0 0.0 1273 20 0.44049E-02 0.12633E-01 0.0 0.0 0.0 1 14 0 0.40643E-02 0.11838E-01 C.0 0.0 0.0 ,

1 75 0 0. 7E-02 0.10919E-01 0.0 0.0 0.0 1 1276 8 0 C. E-02 0.99161E-02 0.0 0.0 0.0 '

l

\

i . N D' Listing Of OUTP at O20:53 on MWt 6, 137 for CCIO*EA

  • Page D
  • O 40.0 0.0 0.0 0.0 0.0 I 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0. 0 1 0.0 0.0 0.0 0.0 0.0 '

4 0.0 0.0 0.0 0.0 0. 0 25 0.0 0. 0 0.0 0. 0 0. 0 25 0. 0 0.0 0.0 0.0 0.0

'i400 25 0.0 0.0 0.0 0.0 0.0 1401 8 0.0 0.0 0.0 0.0 0.0 s' 1402 9 0.0 0.0 0.0 0.0 0.0 1403 10 0.0 0.0 0.0 0.0 0.0 l 14 04 is 0.0 0.0 0.0 0.0 0.0 14 0s 12 0.0 0. 0 0.0 0.0 0. 0 1406 13 0.0 0.0 0.0 0.0 0.0 1407 14 0.0 0.0 0.0 0.0 0.0 1406 1 0.0 0.0 0.0 0.0 0.0 1409 1 0.0 0.0 0.0 0.0 0.0 l 1410 1 0.0 0.0 0.0 0.0 0.0 1419 18 25 0.0 0.0 0.0 0.0 0.0 1412 '930.0 0.0 0.0 0. 0 0. 0 1413 1:0 M 0.0 0.0 0.0 0.0 0.0 1414 ll1 0.0 0.0 0.0 0.0 0.0 141 l'2

. 0.0 0.0 0.0 0.0 0. 0 14 1  ::3 0.0 0.0 0.0 0.0 0. 0 14 1 24 0.0 0.0 0.0 0.0 0.0 1418 8 25 0.0 0.0 0.0 0.0 0. 0 l

i l

J l

l l j l 2 l  ?

1 I

l l

l l

l 1

l l

l l t 1

I i

l

j 1

, g.

g -.

-s-.

i

  • +

g i

3.

'5, ADDENDUM TO ANSWER'TO QUESTION 17. -

Unchanged Technical Specifications definition of Control Rod Assembly.

New SECTION 4.4 of the Safety Analysis Report.

New SECTION 5.4.4 of the Technical Specifications.

,  ;{

c p ,

.e .

i , :t-

'4 51 .,i-x

~

ADDF,NDUM TO ANSWER TO QUESTION 17 i *

,- Pagp 2 '

y.

s- x, TEC10iICAL SPECIFICATIONS DEFINITION OF CONTROL ROD ASSEMBLY: .,,

.n . ,

Cont'Eo1 Rod Assembly' ' A contiol nachanism consisting "of a stainless steel 9 basket that houses two absorber sections, one above the other. These absorber sections may contain'either enriched borop in iron, Eu03 in a stainless steel cermet, stainless steof; or an alloy of silver-cadmium-indium. All absorber sections except the one containing silver-cadmium-indium are citi in stainless N steel. All are of the ssme. dimensions, nominally 2.6 inches sqhare, with' ,

.their poisons uniformly distributed. The absorbers, when' fully: inserted, shall:' extend above the top and to within one-inch of the bottom of the active l core. , ,

, s i x- e a 1%

6-3 4

-(

e I -

. I <

> \ 'r /~ j ,

t /

\

/

r I

w<

l f

is ..

4 a

, . _ . , n_,_. w- ,,-

' ---, ,-m-,, , + - - - - - e +~ - *-

P w' Ci e.

~-

1sf w

<+ _.

' ADDENDUM TO ANSWER TO QUESTION 17 Page 3:

SECTION'4.4 0F THE SAFETY ANALYSIS REPORT.

4.4 Control Rods.

Four control rods are provided, spaced 90 degrees apart at the. core periphery. Each rod consists of.a 2.75 inch square stainless steel' tube, 65

. inches in length, which passes through the core and rests on a-hydraulic buffer on the bottom ca refer plate of the support structure. Housed in each of these " baskets" are two neutron absorber sections,'one positioned above the-

.other as depicted in Figure 4.8. These absorber sections may contain either enriched Boron (in B10) in iron, Eu03 in a stainless steel cermet, or an alloy.

of silver-cadmium-indium. All-absorber setions except the one containing silver-cadmium-indium are clad in stainless steel. . All absorber sections are of'the same dimensions, nominally 2.6 inches square, with their poisons uniformly distributed.

- The relative worth lof these absorber sections was measured, in an outcore position of the HEU core, by the rod drop method. Results are given as e follows.

Absorber Reactivity Worth [d]

A-1(B10) 27.17 A-2(B10) 23.27 A-5(B10) 22.24 16 (B10) 18.83 MA 22.15 (Eu03 )

L (B10) 16.92

, H (B10) 23.61 i

SS (Stainless 4.99 Steel)

  • K . , ;.

e:

w t

ADDENDUM TO ANSWER.TO QUESTION 17 Page 4~

Absorbers - A-3, A-4, A-6, and A-7 were part of the ' control rods for the. HEU core.. Therefore necessary changes to the absorber section of the control rods to accomodate the larger axial dimension of the LEU. core (36" active length) can be made by using existing absorber sections, n'

.'l

pe-~~--

\

  • r _

4-

. o-

-o

-ADDENDUM TO ANSWER TO-QUESTION.17 Page 5 SECTION 5.4.4 0F THE TECHNICAL SPECIFICATIONS.

5.4.4 Control Rod' Assemblies Four control rod assemblies are installed, spaced 90 degrees apart at the-core periphery. Each rod consists of a 2.75 inch square stainless steel tube which passes through the core and rests on a hydraulic buffer on the bottom carrier plate of .the support structure. 11oused in each of these " baskets" are two neutron absorber sections, one positioned above the other as depicted in Figure 4.8 of the SAR. The combination of the four rods must meet the Technical Specification,'given in Table 5.2, with regard to reactivity with one stuck rod and shutdown margin.

_! ,! i! , \ I q t s

5aMzcc go $mi W E HO ocMmHH q 5nG o o

-);Sg : I h m. ,

?

. , -  ?

l,t

'n s

V n

./p '

' , i t

o c

e

,.. , S

- ;W, r

e t br e -

o k

s a .'s sJ b s

B A d g#

o .

? R d-.+

l o

t r

n dx#

o .

v C N. - -

~

-~ ,

p

,h' .

2 ' _

5 -

2 e n ,

d iu .' i , ' ,

h G 4 d

o

/p,.

R f

4 lor

?;. '

_ t o n ,

7 o

C ,

, < . d

_ i s m

~ ,

gy.n. .,, '

_ r. '4

E '

_ . 4 Qxf_-..

. -3 j i -,

.' ~

~ ' ,

_ 0 .

?onc sG e0 @ahH mS ,a S ~*

j ,1-l i- .

N o

(-

c a

ADDENDUM TO ANSWER TO l

1 i QUESTION 20 New Section 2.0 of the Technical Specifications.

l

> m .

u -- ,s.

s 4s 2.0 SAFETY LIMITS AND-LIMITING SAFETY SYSTEM SETTINGS

'2.1 : Safety Limits - Fuel Pellet Temperature Applicability Applies to. the maximum temperature reached in any core fuel pin pellet due to either normal operation or transient effects.

Objective To identify the _ maximum temperature beyond which material degradation of the fuel and/or its cladding is expected.

Specification Fuel pellet temperature at any point in the core, resulting from normal operation or transient effects, shall be limited to no more than 2000*C.

Basis-Specific determination of . the melting point of the SPERT fuel has not been reported. ' A safety limit of 2000*C is below the listed melting point of UO2 under a wide variety of conditions._ The chosen value is conservative in view of variations that might result due to the presence of small quantities of impurities and the comparatively high vapor pressure of UO2 at elevated. temperatures. The safety limit specified is about 700 degrees below -the measured melting point of UO2 in a helium atmosphere.*

1 l

\

Reference:

W. A. Duckworth, ed. , " Physical Properties of Uranium Dioxide,"

Uranium Dioxide: Properties and Nuclear Applications (Washington, D.C.: Naval Reactors, Division of Reactor Development), 1961, pp. 173-228.

4 ... 7 g ._

u -i

~0

, u. ,

ADDENDUM

.TO ANSWER TO

-QUESTION 24.

Recently amended Technical Specification 5.6 (to be deleted)

~ Recently amended Technical Specification 5.7 is Proposed Technical Specification 5.6

M r

D .

RECENTLY AMENDED TECHNICAL SPECIFICATION 5.6 (to be deleted).

5.6 Fuel The fuel used for reactor operation is a plate-type, stainless steel clad, UO2-SS cermet enriched to 93% U-235. Stainless steel clad, SPERT (F-1) - fuel pins, enriched to 4.8% U-235, can be stored in the facility, but not used for reactor operation.

RECENTLY AMENDED TECHNICAL SPECIFICATION 5.7 IS PROPOSED TECHNICAL SPECIFICATION 5.6.

5.7 Fuel Storage and Transfer When not in use, the fuel shall be stored within the storage vault located in the reactor room. The vault shall be closed by a locked door and shall be provided with a criticality monitor near the vault door.

The fuel shall be stored in cadmium clad steel tubes with no more than 1 kg fuel per tube mounted on a steel wall rack. A storage tube in the storage vault can not contain more than 15 SPERT (F-1) fuel pins at any time. The center-to-center spacing of the storage tubes together with the cadmium clad steel tubes assures that the infinite multiplication factor is less than 0.9 when flooded with water.

All fuel transfers shall be conducted under the direction of a licensed senior operator.

Operating personnel shall be familiar with health physics procedures and monitoring techniques and shall monitor the operation with appropriate radiation instrumentation.

For a completely unknown or untested system, fuel loading shall follow the inverse multiplication approach to criticality and, thereaf ter, meet Specification 4.2. Should any interruption of the loading occur (more than four days), all fuel elements except the initial loading step shall be removed from the core in reverse sequence and the operation repeated.

For a known system, up to a quadrant of fuel pins may be removed from the core or a single fuel pin be replaced with another fuel pin only under the following conditions:

1. The net change in reactivity has been previously determined by measurement or calculation to be negative or less than $.72.
2. The reactor is suberitical by at least $2.86 in reactivity.
3. There ir. initially only one vacant position within the active fuel lattice.
4. The nuclear instrumentation is on scale and the dump valve is not bypassed.
5. The critical rod bank position is checked after the operation is complete.

i l

t .