SOLAR ENERGY CONVERSION SYSTEMS ENGINEERING AND ECONOMIC ANALYSIS INPUT DEFINITION Volume II GILBERTO RUSSO* prepared for the UNITED STATES DEPARTMENT OF ENERGY under contract No. EX-76-A-01-2295 Task Order 37b *on leave from the Polytechnic of Torino, Italy, Faculty of Engineering TABLE OF CONTENTS Page INTRODUCTION 1 CHAPTER 6 IMPLEMENTATION CRITERIA OF THE MODEL: CODE CIRR2 3 CHAPTER 7 CIRR2 OUTPUT ANALYSIS GLOBAL ENERGY FLUX APPENDIX A7: A_ CIRR2 PROGRAM DESCRIPTION 24 120 NOMENCLATURE 134 CONVERSION TABLE 139 REFERENCES 143 INTRODUCTION The Solar Energy Conversion Systems transient operation mode requires that the engineering and economic analysis of the system be performed on the basis of an energy input to the system--solar energy flux on the collector area--properly defined in relation to the time constants of the components and the system itself. Due to the worldwide dearth of solar energy data records, a deterministic approach on the basis of a few "generally available" meteorological parameters--that permit a day-to-day match of the solar energy flux with the load--for the computation of the solar data is performed in this work. In Volume I, the solar radiative characteristics and radiation laws are presented in Chapter 1 and Appendix Al; the computation of astronomical parameters is performed in Chapter 2; the interaction of the electromagnetic flux with the atmosphere components is discussed in Chapter 3; the solar energy flux depletion analytical model is presented in Chapter 4; and the correlation of the depletion to the meteorological parameters, as well as an analysis of the meteorological input data and presentation of alternative ways of computing some of the meteorological parameters involved, are discussed in Chapter 5 and Appendices A2, A3, A4, A5, and A6. 1 Model implementation criteria, the CIRR2 code for the computation of the global energy flux, and a discussion of the results are presented in this volume. Volume III will deal with the direct (beam) component of the solar energy flux and will contain an exhaustive statistical analysis of the results. 2 CHAPTER 6 IMPLEMENTATION CRITERIA OF THE MODEL: CODE CIRR2 The astronomical parameters were defined in Chapters 1 and 2. The beam's depletion, due to the phenomena described in Chapter 3, was studied in Chapter 4, and a physical parametric model of the interaction was built. In Chapter 5, meteorological conditions were correlated with the depletion parameters. The last section of the previous chapter is a summary of the mathematical algorithms and an analysis of the different computation options, which are dependent on the meteorological data available. Independently of these computation options--or type of input data-the "logic" block diagram of the noel should be as reported in the block diagram below. The general criteria of implementation will be: i. ii iii. economy of the model minimization of memory locations employe versatility of the input and output interfaces 3 CIRR 2 BLOCK DIAGRAM GEOGRAPHIC INDIVIDUATION ADDRESSES FOR COMPUTATION DATA METEOROLOGICAL j I -I - I - MEMORIZATION OF METEOROLOGICAL DATA . COMPUTATION OF DAILY VALUES OF ASTRONOMICAL PARAMETERS - ii -~~~~~~ i COMPUTATION OF INSTANTANEOUS VALUES OF ASTRONOMICAL PARAMETERS RANDOM EVALUATION OF INSTANTANEOUS VALUES OF METEOROLOGICAL PARAMETERS I_ ,, I CORRELATION OF ATMOSPHERIC ABSORBANCE WITH ASTRO-METEO PARAMETERS I _ I COMPUTATION OF ENERGY FLUX DENSITY COMPUTATION OF ENERGY FLUX I .I _ t ASTRONOMICAL AND ESTIMATED METEOROLOGICAL PARAMETERS ENERGY FLUX DENSITY AND ENERGY FLUX SIRR'S 4 i II RESULTS ANALYSIS SENSITIVITY ANALYSIS PLOTTAGES Therefore, the program will be "modular," with each subroutine corresponding to a physical computation of the model that may or may not be recalled following the running options given. The running options will depend on the meteorological approximation option requested (see Section 5.4) and therefore on the meteorological input data available and on the number of oays in which the computation should be accomplished. The meteorological data available may be in aifferent formats, digitized or not. Therefore, two types of input will have to be previewed--from tape and batch--both allocating the input data in storage files (arrays or matrices), from where information will e recalled, as needed, by the program. The results of the computation of the meteorological aata from the basic "state parameters," when performed, are stored in the same storage files, in order to be recalled for printing. Since the program is part of a set of codes aime computing the solar input (direct, at iffuse, global) for the simulation of the transient conditions of operation of solar energy conversion systems, the output will have to be highly diversified and elastic. Printouts and plottages of the significative functions and results of the model considered here will be produced. 5 The main computation routine task is to perform the computation of the density energy flux and its integral with respect to time, i.e., the energy flux. The progression of the computation has already been described (see Section 5.4); the logic sequence of the computation is as follows: The first loop performs the computation of the daily values of the astronomic parameters-geographic inclination data sorted--and, consequently, determines the limits of integration on the horizontal surface. The second, nested loop calculates the instantaneous values of the astronomic parameters, performs the computation of KT-meteorological data stored--and A, following the summing options. If "instantaneous" values of meteorological data are not available, a subroutine ANDOM elaborates the "instantaneous" values of these parameters, on the basis of the integrated energy flux density values obtained for the set of meteorological data available for the day. Finally, the density energy flux is computed and the "instantaneous" values are stored for the integral computation. When necessary and significative, the meteorological data have been linearly interpolated (mainly on the microclimatic approximation). A block diagram for the individuation of the single subroutines and a diagram of the information flow between the modules of the program are given below. 6 Finally, the flowcharts for each of the subroutines follow. A detailed subroutine (and main program) description is reported in Appendix A7. A manual of operation instructions of the CIRR2 coae will be available immediately after the conclusion of the CIRHR coae's programming. 7 CIRR 2 BLOCK DIAGRAM (SUBROUTINES) /- " \ SOLMETJ I I I I CONVRT I I L -I METEOROLOGI CAL T yA A GEOGRAPHICAL PARAMETERS L1 - RUNNING OPTIONS COMPUTATION OPTIONS PRINTING OPTIONS METEOROLOGICAL DATA 2 IC F t - I I- -m MAIN PROGRAM rEXPERIMENTAL SUBROUTINE I _1 FLUX o- -- JOUT I VALUES ENERGY r . EXPERIMENTAL VALUES ENERGY \ LUX _ - *UXILIARY -PROGRAM I L. .. SUBROUTINE I JWMFIT6 __. WWEO f CEOC2 _J I t ALB _m r - . HE 0 a SUBROUTINE PRIN SUBROUTI NE SUBROUTINE C-RAND IIIIII I I- t.I ASTRONOMICAL AND ESTIMATED METEOROLOGICAL PARAMETERS t RESULTS ANALYSIS SENSITIVITY ANALYSIS ENERGY FLUX DENSITY AND ENERGY FLUX L_.-- I SIRR'S 8 PLOTTAGES OF OUTPUTS I CIRR 2 FLOW CHART SYMBOLS KEY * c ) E- l G PROGRAM TERMINUS INPUT TO PROGRAM INPUT TO PROGRAM, FROM TAPE PROGRAM INSTRUCTION DECISION; CONDITIONAL BRANCH SUBROUTINE OUTPUT N NO Y YES Variables within boxes are defined on Nomenclature 9J page. CIRR 2 INFORMATION KEY FLOWS A = COMPUTATION, RUNNING OPTIONS B= PRINTING OPTIONS C = GEOGRAPHICAL DATA D= METEOROLOGICAL DATA E ATTENUATION "CONSTANT" COEFFICIENTS F =ENERGY FLUX (computed values) G =ASTRONOMICAL PARAMETERS H= ENERGY FLUX DENSITY (computed values) I = PRECIPITABLE WATER (computed value) J = EQUIVALENT HEIGHT OF THE ATMOSPHERE (computed value) K =ALBEDO OF CLOUD COVER (computed value) L =RANDOM VALUE OF MINUTES OF SUNSHINE M= ENERGY FLUX (non-digitized experimental values) 10 CIRR 2 I NFORMATI ON FLOW B A ( input ) C D MAIN PROGRAM F (from CEOC2) JOUT A B C D E (to CEOC2) (from JOUT) A B C D E SUBROUTINE <T- ( from WWEQ) CEOC2 E (from JWM FIT 6) -c-j(from HEQ) K(from ALB) L(from C-RAND) B C wG H I F D %; (to ALB)(to WWEQ, (to PRIN) (to JOUT) HEQ, GRAND, PRIN) A 11 ( see following page) ( Input) ( from CEOC2) D A SUBROUTINE ALB K (to CEOC2) (input ) D SUBROUTINE C-RAND ( L ( to CEOC2) (see following page ) 12 (input) A C B D E M I AUXILIARY PROGRAM I I I I I JWMFIT6 I I I I L ID... C A B A B D (from CEOC 2 ) G H C D (to CEOC2) E_ 1 E T IUU SUBROUTINE PRIN w (output) (see following page) 13 (from CEOC2) D SUBROUTINE WWEQ I (to CEOC2) (from CEOC2) D SUBROUTINE HEQ IU (to CEOC2) 14 CIRR 2 FLOW CHARTS CONVRT 15 CEOC2 COMPUTATI ON OPTIONS RUNNING OPTIONS OUTPUT OPTIONS lb (see following page ) C COMPUTATION ENERGY FLUX DENSITY (idpal I atmosphere ) i i COMPUTATION ENERGY FLUX DENSITY (real atmosphere) SUBROUTINE HEQ \ (COMPUTATION OF EOUIVALENT HEIGT OF THE ATMOSPHERE)/ / COMPUTATION HOURLY INTEGRAL OF ENERGY FLUX DENSITY (ideal atmosphere) COMPUTATION HOURLY INTEGRAL OF ENERGY FLUX DENSITY (real atmosphere) / SUBROUTINE / C-RAND (RANDOM COMPUTATION OF \ MINUTES-OF-SUNSHINEV/ 17 LOCAL \N 3 HOUR COMPLETED Y ( see following page ) E Irr 18 HEQ l l w~~~ C START rz INITIALIZATION SATURATION TEMPERATURE,DRY AIR CONSTANT, WATER VAPOR CONSTANT COMPUTATION WATER VAPOR PARTIAL PRESSURE COMPUTATION WATER VAPOR DENSITY f COMPUTATION MIXING RATIO COMPUTATION MOIST AIR CONSTANT COMPUTATION MOIST AIR DENSITY .. + COMPUTATION EQUIVALENT HEIGHT OF THE ATMOSPHERE I i C RETURN - ~~~ ~ 19 INPUT: TEMPERATURE (dry bulb, dew point ) PRESSURE ALB N - COMPUTATION WEIGHTED AVERAGE OF ALBEDO 20 WWEQ )START ) INPUT TEMPERATURE (dry bulb, dew point) PRESSURE I I INITIALIZATION SATURATION TEM- I DAY NUMBER J PERATURE,DRY AIR CONSTANT, WATER VAPOR CONSTANT COMPUTATION WATER VAPOR PARTIAL PRESSURE | COMPUTATION WATER VAPOR DENSITY 'I. RETRI EVE OPTIMIZED ATMOSPHERIC 'SCALE HEIGHT' I COMPUTATION PRECIPITABLE WATER RETURN . 21 I JWMFIT6 INCREMENT THE NDIG DIGIT OF THE NPAR PARAMETER: PNPAR (see following page) SSO:= ( ERR ) 22 SSQ SUBROUTINE CEOC2 (COMPUTATION OF ENERGY FLUX) 23 Chapter 7 CIRR2 OUTPUT ANALYSIS GLOBAL ENERGY FLUX The availability of solar energy flux experimental data has been extensively discussed in Chapter 5; the insolation data furnished on SOLMET format using criteria presented in references [64] and [65] are reported in Appendix A4. For the purposes of analyzing results of the CIRR2 model, the values of the global solar energy flux on the horizontal have been furnished by the Solar Energy Meteorological Research and Training Site of the Atmospheric Science Research Center, State University of New York at Albany. The months of February and June 1979, being the only months for which solar data are currently availabe, are used as the initial Dasis of discussion. The Center will furnish other aata--months of July and August 1979--and more data will be furnished soon by the Lincoln Laboratories, M.I.T. A statistical analysis of CIRR2 performance will be performed as soon as the direct energy flux code, CIkk2, is 24 operative and as soon as all the data for different locations of the U.S. are available in digitized form. This chapter therefore will deal only with an analysis of the results for the months of February and June 1979, Albany N.Y., and will not attempt a statistical determination of the computation error. It should be pointed out, however, and in order to build a general idea of the precision of computation under different climatic approaches, the range of variation of the monthly relative error, obtained for Southern-European locations (for which all the data were available), is restricted within a narrow band of approximately 5 percent [8j. The global energy flux computation is performed as summarized in Section 5.4. The albedo computation is performed as indicated in Sections 5.2 and 5.3. The .single steps of the albedo computation, on a microclimatic approximation, are reported below; computer outputs are self explanatory. 25 0 M .4 12 t a, M D 4 Vl tnr '-a t) a D U t u 0 b~~~~~~~~~ * r~~~~~~~~k ii . 0 C2 2 1O~~~~ F i, 0 P) > a~~ uu o LI m= Cx -Co CDi =a LO pzemaJ3;r cjU5E cn-~ rr4 1c-sr c ~33 P-z m01: L~~C~r~~lt~D0U L 0 v u lU I cnm P a 4~~0. 0 I II II '-4 a C 14 o 4 U2 = Ul 1- M -0 EO lB II II II If II 14 I4CE L a4 H 1I1 11111XzI i xr ~~Plul~ 41 C o;t aUe 1 z 4 0 3 . zl 4~~~~~~~~~~~0 tl :4 zI = .1iZ 2 0~~ o 0 2 2 ~~~ ~ ~ II ~~~~~~~~~~~~ O *~~~~ .. - c!E01 (N LI 0 0 0 or U, O 2=L 0 =9 I 00 ZUrl :ZC E-'F 00 - LUU 1-:) () Z| Z; P Q a aul O| aVX oUw O 26 o= 3Vv I I 1i * 0% 0 0 e I9 0 X 0 0 0% 0 0%F 0% 0 0 0 00 o* '.0 * 0 .0 . 0 X N 1.4 02 0 * * N * * 0 r '. * 0. 44 * * 0 0> 0D LA m * 0 2 0 % 0 ' 0D 'A 1") 9 * 0O~ 0 00 0 0h 0 0* 0 *0 0 F '0 * 0 g '. .* 00 '0 0 0% 0'. 0 0 a' 00 .o * LA 0% 0 * 0 B 0 ~ '0 0 0% 30 N B * * 4 m0% 0 N 0 N 00B ~ 00000 - 0% 0 . * % 0 '0 % 0 ' * 0 0 0% 0% 0 '0 * 0 '0 . . 0% 0 '0 0O 0 0 0 0% 0 ' o . s 0% O '.0 0 '.0 B * * 0 S W U') 0 ,.00 r: - 0 0 6 0 0 0 ** * 0 * * t0m II r0 ac O 0 0 o 00 o 0 0 0 0 0 0 0 O o 0 o 0 0 t, 4 l C: _ V U 1 U O 4 4 4 0 2 2 2 z In iC. U z z z z z r 2 0 3: o o o z 2 2 z z z z z 2 z t4 z , -t =: 0 o o 0 2 2 0 a E- Ca 2 4 Cl . 0 0 0. N N N 0 o 0 . d O 0 L 0 14 J4 t-4 c~ 0 2 0 4 v . O 0 0 . 4 E I-I 0 0 r- - ( a Z a 0 c cu ic 0 U 1 i -I 0 0 0 0 0 0 0 0 0J0 . * 0 0 0 . 0 W ; G 1 .4 0 * 0 4 4 C; j J J0 ; J 0 0 0 - IU o, , 1- M 00 U) 0') 0 U' 0 FP E- 1t4 W U, U '.4 U '-4 U 2 0 0 0 0 0 C~ Z It U o >- L) a b Wt ',-4 U )Z C W 0 O 2 04 Q 2 0 = 0 2 ZZ Z a z 0 O = 24 2 3 2 0 2O Z 34 C O 0ll Z Ca. fr4 g 00 z,.a LO UC- 04 N ;l II O 4 * * 3 4E- . . O o . O . El O . o * : o U . ;4 _ a U, '- E N N N N 0 0 0o0 U U U N N N N z 0 C/C 0 _yW F U 0 U U Ul O4a o 04 it a-i J4t 0 UatC U1~ == 4044l3C 0 o U U 0 L7 -a z o 0 0 N· 1: ]lC1 27 o · L . Ya * 2 N i Oq · a'1 4 co M IZ .J v0 1 o 0 0 {1 w Nf ,> o 0 N N * 0 0 0 0 * 0 0 0 0 0 0 0 E4 0 0 0 0 N 11"W 0 0 0 * 0 S 0 0 0 . 0 O N N M S o , 0 0 00 0 0 a' II o * I f iECI 'O 'a . * . * N * N C; N 0 0 O 0 0 0 N N '0 0 ' s0 i9e u 1.. .. 0 N C 0 0 U 0 0 O 2 0 0 tn 0 0 o0 II 0 0 '0 0 L 0 0 E4 In M3 z,~ f13 Z a Z N U O H Fl Z 1 zn Fl z Illd u h z .. u u 0 ) ,. E-, C) 3 0 co C 0 2 . c 0 CAF. 2 0 t.4 E 14 14 4 0 °U 2 0 a' -C 66 14 0 I 0 0 cn -C N U1CX --Fu Q - u z 0C 0 e< < -3 L 0 0 0 0 0 0 0 e < < ; 0 = Q J = >: ea : 9 C, 1C, .4 r.X N* .3 uu Eq u F > W 0 iz 2 LI La 0 O _~ Q. 'C O I .4Eul Fl O s u o * 14 N 0 0 0 0 0 o N N N N N N N ... me~~~ O0 O 0 O0 O0 O0 o~~a~~o~~ b~~CPQ 0 0 0 0 0 0a z 0 a 0000000 5. I- J a' 0 N O 0 0 N ~o IQ\ · 0 O· 0a ; OI) JI 0 N0 0 N0 I C -- =~< 0 z P V 0 13 W 1 Ln a O 0 q. 0M 0 en 0 en 0 0000_ 0 0 _ 0 b ra4 0 Ztn Ic = 0 E- LI E- u, En O o o O _ 0 _ 0 L E1 0 LI 14 a a LI E- = LI F- 0 LI E1 a LI 1E 0 LI 14 LI E- L I- LI u M tn 0 tn tl tm U, 0 0 0 0 0 o o _ O. _ 0 0'O4 4 ri2 O; 0 -4 .106': 2' C I .. . 0 I . 28 : -A C4 -. , a' 0 _O: C,: -s H 4 0 N a~~~~00 0 00 N 0 N 00 OIC , Z H o 0 , 002 . 0 0 0oo N 0, 0 ooN o N o o N 0 '00 i0 0 00 N 4 4 0 - 0 0 N o c* o 0 0 o N N 0 0 e6 o 0 0 0 0 0 o 0 0 0 0 0 o 0 0 0 0 0 o 0 0 0 0 0 0 0 0 0 0 0 0 O 0 0 0 P. N 0 0 14 .0 0 U' W 0 0 0 II 0 0 O o 0 0 ; 0 U* 0000000 0 0 0 0 0 0O 0 0 0 0 c 00 o 94 o -I U 0C U N E)4 Z n 2 0 Z 0 Z 0 Z 0 Z 0 z o 2 0 Z 0 Z o 0 o 0 0 0 0 0 0 0 0 0 0 o o o 0 0 0 0 0 0 0 0 0 0 0 0 0000 0 0 0 0 0 0 0 0 0 0 0 r UU : m c 0 E 0: 2 t 1 0 H W r H '.4 4 EC 1-4 0 E: &.03 5s- c 04 0 2 o 4 0 .a 4 0 0 0 0 Uo00 2 I,.1 U -. " ·U v_ a, I, LH- c '3t U1 0 u 2 -S OX O 0 0 0 oZ 090 Z Z Z 0 O 0 0 Z o00 Z Z 0 0 0 Z Z ZZ 0000 Pa IF 0 (3 (54 0J O, 0 a0 4e 00 '.4. 2 H O4 U z. 0 o0 0 N 0 II 0 0 (1 O 0 Ii %O 0 N O 00 N 0 0 0 - N4 N o N -· N 0 0 0 o 0 _· N 0 0 0 00 o 00 o 00 0 0 0 . 0 0 * . O o o o O o 0 .0 0 o 0 0 0 o 0 1 e s 4 0 jQQQC 2 0 WW * 4 0 0 4 E Ca 14 E. E- E- .1 W W W W W 0 H H H H 0 0 0 0 0 0 Z U U U 0 Z Z Z z z Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 o 0; - e4 4 aw 0 29 ,: 0 0 0 J 21 I z~P I . t ~ *~ _10 a 14 * c; 10 2 > < < *04X 10 _ \0 0 01 0 O* O* O* c;00 0 10 0 0 0 00 0 O N O N 10 0 NS 1. 0 N '0 0D 0 N O N 10 0 N 0 0 0 0 0 N N N 0* 0 0 Oo OOO N 0 OS O N O N 10 0 N 0 \O o 0 N0 0 < O* 0 0 N a0 00 > N 1 N0 O N ~ ,Z~ 1 10 N0 O. 10 0 N O N %O o o * oo N oo %a 0 a * oN 0% M 4 N a o* 0S 10 1; 0 0 N o* o a SQ 0 o o 10 0 o o o* N o o o 10* c 0 0 0 0 N N 0 0 O 0S N 0 1J 0 0 S0 0 O0 O O 0O 0 O o II o O0 5-4 0 o 0 O 0o o 0 0 00 0 * S U O 0 0 0 o 0 U E- a W MI 1 O 0 0 a Z 0 Z a 0 Z O o 0O 0 ).4. O0U 0 0 .- a M a M M Z Z Z 2 a M 9 IC . v 11 Z C o 0 a OC 2 IC z 0 VQ 2 0 H . - I: 0. 3 a 0 U Ec 54 c- 0 0 4 0 0 0 0 o O o 0 O o o 0 0 o 0 0 o oo 0 vA O O O > o 0 O o;1 _ 0 00 C,c c. b4 2 II c 0P ~ l i 3 '' II U P ,,4 M O O0 O0 O O O a :0 .a o 0 0 0 o 0 0 o 0 C 2 D O 2 a 2 2 2 Z Z 0 Z Z ~" 0 0 ra, b., , 4,OU ba o O o Z o :a 0 O o 0 uu I o N N 0 U 0o N 1; M 10 C_ 0z -a -9 00 'a 0 N C o 'I a 0 U, 0 3 e5 _ 15ce PC- izm W W km 0 n6 0 .- N N. O 0 0 0 0 0 O N o O N IN 0 0 0 O N 0 N N O O O O 0 e 4 o N 0 0 o 0 0 _0 Z UU N 0 N N O O 0 0 0 _ E- E- [-- i :_ O C... . , O a o 0 *c C9W U .j .-:C W O r00 .4E- E- H U U U 5- E- 5- 5- u H Ln H (U 4 u7 H- En H U U U U U o o c H U > Cs E- - H En U) H .4 . U U U < >' > > M H u 2 C 5-f-. '13 6 0 HLO C4 H :4p U3r. 01 5, Zl II -~ Z 0 O O O¢ * O> * o * O O CO . C _ O O _ 30 O 4 O O 0O U D00 _ O o 1 _ _ 0 0 2 < z :s t: 0 0 0C I 0 0 - - * 0 00H C* 0 0 * N 0 ?4 0 N 0 N 0 N4 L 0 W 0 m. 44 = 0 4* '0. 0 1111 4 00 . (4 0 C;0 0 U * 0 0 0 0 0 0 a 0 a 0 ( o 0 0 0 0 0 9- 0n ;0 0 0 0 A M M 00 o0 0 0 0 0 * 0* 00 . 0e 0 o o 0 oo 0 0 0o 0 co O W 9 - - 0 'o M '0 0 0 0 o 0 L L %D LA L In ll Ul Ul 0* t. 0 00 0 *0 0 0 00 * 0 so0 * 0 0e o LA 0 0 0 LA U M 0 0 -- a * 0 0 00 o 0o 0 l0 o 0 a'O - . = ' F 0 0u 0 0 c km M 0 0 0 M r 0 u 1It 4 onoOoo bo N LA W 0 In Mv Ca 0 . . N 0 . . 066 . . . 0006J . . oo . . a. : C .. _4 H z z z Z ZZ 4 N Ln Z -C A O a c =.1 0 0 w0 C) ~" 0 0 0 0 0 0 zzaMzm 0E- 0 0 0 0 0 0 0 0M 0 0 0 a EC 0 0 0 0 .9 0 a J cu 0 0 0 Az W go 4 -C - U 4 H r04 0 Ca ,.. C' 1. No . '1 CAP LA 0 C_ a: 0U I =4 C - .4 N 0 0-3 (4 0 r00.i LA a _ 00 (.)1 Z J-. O0 04 N Da c D., 00 r LA W *; 0 0 0 0 0 a' a4 0 0 0 0 0 0 0 0 -0 0 -0 o O9o9O 0 'z II 01 0 - 0 0 -j-j- In c. O< o* * o. O* 0 LA 0 0 * O,. O. LAI ' W. a %D 0 0 0 JjJJ 0 J J J 0 1 a = CA LM 0 LA L 0 a' %D C 0m0 0 'I e IO 4 U 0.. O = = a-I 4 .4 -4 .4 -4 0 .4 4 0 0 0-3 4 I'E A = P.. L -4 A 0 Ca.. 0 0 0 III. c Ca 4 1 404..H 4 09 Eu: -a-M 00 0· ~ ea3r= tnW. 01lt . 0 0 0 0 4 CO 0 0 0 0 o0 0 4P - 0 0 e0 N 31 0 o 0 0 0 0 q. L- 0 0 0 o 0 o r¢- 0 4>' ' 0' %4 0 C 0 0 0 a 0 0 0% O 0 M 0 o 0 0 · '0* 0 o o 5 2i 0 OZ · .!* 3 * NW 0 0 0 0 0 0 Ch 0 0 0 00 a 0 0 '0 0% 0 0 o 0 0 0 0 0 5 0 O o o 19 . 0 0 0% 0 0% 0 0 M 0 000 . oo'0 * 0 0' 0 0 ' 0 0 0 0 · · · o O O O o 0 0 o 0 0 o 0 ~D o 0 0 C 0 CD * o 0 0 0 o o 0O · 00 0 0 a 0o 4 04 0 0 o 0 0 0 0 0 0 0 0 0 1 U, 0 fl5 0 0 0 u 0 II E14 a e3 Ln 2 0 le 4 Pt)e Si . 0O 1 t 04 O o 0 0 oO 0O 0o O 0 o 0, o 0 O 0 O 0 0 ,4 ,-a el 0 0 in IC M 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0Z 0 0 I 0 oao ,A3 00 : 2 2 0 0 0 I3 U u" 2 O O o) = ui E. Z 1.4 14 3 0 [-I 0 4 C 0 14 4 a I-4 I: ,-. C, f- 0 o o 0 0 2 a, 0% 0 0 0 a, 0 10 0 0 0% C 0 0 0 0 j J Jdo -, 00 Z a 0 q0 0 0 0 0 0%0 0 0 0 0 0 CY 2 0 0 0 o o 0 * 0 o * * o o o o o o 000 105 14 . = z2 0 b.. qr4 0 z P a Z Ca D U U 2 CA U = ) Da U Z 2 0 0 I- E- E14 E- 14 14 0 0 0 0 z 2 Un S 0 MV S in z z = Z 0 0 e'n M M0 M0 M0 0 0 0 0 0 00 0 0 0 0 O 0 0 0 0 - c. Z N U Z ct ~o a; 2 I:~1 0 r e C C O -C 4 C - ' CA Da C, - * I al 4 0 0. N e4 0 a: Z p. p. 0 ¢0 0 . . . . . 0 - 0 - 0 _ 0 - 0 - 0 . 0 M C ;1- 4lC- =I - 4 = 4" ' ' = = '_ W : .4 O0 U7 = = = = = = = = rnr 0 O 0 0 0 0 0 0 0 o 0 ,3- 32 0 0 0 o 0 0 0 0 0 0 U- * zs )ZrPL 2:1 CI 25 a.4 r O 0ulcr .. 1M .- be U 3A 1 0 4: gn M 0 0 ~ 4 3a 5-4322:2 0 The atmospheric density integral is performed on the basis of the station pressure experimental values, recorded every three hours. These values may be linearly interpolated. The integral of the global energy flux, computed using the station pressure or using the "Standaro Atmosphere" pressure values for an artificial day with maximum difference between these two pressures, is reported below, along with the corresponding tabulation of global energy flux values of the two hypotheses. 33 = ,n OS. 0 0 CD c3 0 0 CO 0 to CD To To TIME 34 (HRS.) _ &;.3 '' cN~ a . . . o _ ~9~ -I~ fr' un- . . .. . * r S * . S . ** S o5 5 _ 0 F °. . :-r r . * @ 5 Dw S 4T _ jT . cyr_: .* L_ @ *' . S e . e - A V Nvr :r 0^ N es , CD M S S Sr S . * * 5 *. 0NfN~rOQ O~ t S * S F S 5 en O * OS u O 6 _ ~~~~~, 5; X:CrN J o4 eN 0M 9en~~~~~~~~~~~~~~~~~~~~~~~~~~~~~b W x£ WoN s m _ N *.* *.* a, NN N S> f o t tn .. .. Lhr N U Cw M. (m -a, rl .* @ o4 6 O_ P * @ * r, N oy a, *. *.*.* o £Nu f.N 91 o) ' eseee_: n n4 0v F- *,* , @ @@.. @** ..-. .. =nCI~ In *,*. :qr ; _ ma w _o 5: a rq 9 FN 0,S - N 0 M x ZW j-, tq f -- P x ~30i0 -~~~~~~~~' lW S - rt w o V) :f XoXNro 4r 11 :S3u J^x3S: fi ' n~oerOef-Oe~0e~OeFoffl * f-.. r t_"to4r CJ sNr O 0: OL~ :;; S4Y < 0 i~~~~~~~~~~~~~~~~~~~~~ ° e ii~~~~~~~~~~~ p : 3C; / O>i13 ; -C1r 1 Sor tn On tO,, .o~ mJ - '4ND Cen E *: ,L- r, z £z P *.* x - N LM -bx _ U on Zu * S rrs -@ - C - Lm Nn t 0mtt3tm~~ ov >>aXw_ 0F>t>tC n Q CC~~~~rr~~~rCC~~~C~~CrCCC~~~~~rC 0rO V r r ~~O w2s>Xxooo-t b tev fEr) _l >~~~~~~~~~~~~~~~~~~~~~~~~~~r r o. -c m N N 0S S r N c o a I O O O* O* O I _ Nb :4 . o- -_n Fl C X N ON~dN ° e ^ 3 o . X: _ -- . ~e I en f-I -(n O OU~' o ¢ S CO . N s( rq N 1--O o0 C: CO _- O rr0c e . Lr. o e Co^0Ox@OtC° . . -t. -.1 (N~D . . rsC'LnV·njru~ . . X .5 L . _-r O Eu S> g~q~~O ?--. _ . . 5> _ . _ . . en _ . . . . . > _- 35 _ _ _ o . _ . _ . . O _ _--N _ _ ... ... :4 t~ 4 ta 9~ r r Z ........ : l D C- *.-...*4 Finally, the global energy flux is computed (see Section 5.4) on a micro-climatic approximation, with linearly interpolated values of amount of precipitable water and albeco of the sky cover. The surface meteorological data (described in Appendix A5) have been furnished by the Weather Service Forecast Office, N.O.A.A., Albany, N.Y.. The site of those measurements is only a few miles from the site of the solar energy flux measurements, at the Atmospheric Sciences Research Center at the State University of New York at Albany. As concerns the albedo computation, hourly values of the albedo are computed as a function of the albedo of different layers (as reported in the previous computer outputs). The corresponding global energy flux values and relative errors are also computed. In order to have an idea of the cloud alternation, the global energy flux without clouds is also computed. The meridian (local) time is computed through tne following algorithm:* T =T +a meridian solar *Harold M. Wolfe, "On the Computation of Solar Elevation Angles and the Determination of Sunrise and Sunset Times," National Meteorological Center, ESSA, Hillcrest Heights, Maryland, NASA TM X-1645, 1968. 36 where: = 0.123570 sin(D) - .004289 cos(D) + 0.153809 sin(2D) + 0.060783 cos(2D) 4 (xtime zone- x)160 0 = (-1)360/365.242 In reference to the tabulations, it should be noted that for some hours, although S/D is reported equal to one, there is an indication of clouds. This means only that the clouds present did not intercept the beam (which does not necessarily mean they do not have an influence on the beam's depletion as has been shown and taken into account through KT, which is a function of KT and the cloud cover). It also should be noted that sometimes, at the end or at the beginning of the day, the S/U factor appears superior to one. This is physically impossible, as is evident from its definition. The reason for this is that the minutes of sunshine are an experimental datum, which is divided exactly by one hour (in order to obtain S/D) for all periods of the day, except the sunrise and sunset hours. In those periods, the S factor has been divided by the appropriate computed fraction of the hour: this and the fact that the S measurement is rather imprecise have caused, for those sunrise and sunset times for which the fraction of the hour is particularly small, those 37 "over-computations," which have been reported without correction. The results of those computations, performed by CIRR2 on the basis of the analytical model described here, are reported below for the month of February 1979, at Albany, N.Y. The monthly values of the computation and relative errors, a synoptic table for the daily values, and a synoptic table for the error distribution follow. Finally, the same computations are reported for the month of June 1979. 38 (Al 7. p U o a -C U a a C * bO 14 a ov0 Q a a 0 1 r. 0 n a * 4 o 0 CI * 5.4 ~ ~~ ~ c L7 0 o C V3 .Ci -C C - 06 a ':L1 0 n . 4 . 4~~ 3 IP 4 ~~~~ ~ ~ ~ ~ ~ ~~~~~ Cz ~~ ~ ~ 5,e C4 ** w 4 U 4 3 u: 0 40 a4 (4b. 4 4 b4 X h. ~~~~a. Z~~~~~hL E 5~~~~~~~~.4 Wt F4~s VI Eu X;i z arii C S 4 X l F-' O A - - e - o o O 3 s -z z 4 4 LI ~ I · 1r - 1r a a~~~~~~c m z 4 C O -f4 r _ ~ ~ t cc z a 49 r0 c~~~~~- a W 4 .:~~ 40 4~~~~~~~~ C 3 :e =- O C a Z rA -r '.: _ * , 1 ~ U: W Z 2 ~~ _ Z = = 4 ) * - uz L % s 4 4 s zn C/2 z~ * 0 E a; ar U z Z e G~ sK a C/: c, z -z h. _ II ': 'o O frC; c· 4 O 0 O Z ' II ,I r X <e a : £ - 39 - r 0 N F1 * Z X (.s I I I a~ g 9- 9- 9- 9-60 9- 9- 9- 9- 9 B 00%3LAnr'flS3fm I - L- C I- 0~'~O000 as B I 1 C 9 W W 0 5I oo W c 0 e0 **403NU3OO0%0 E90%r1 9 *t~n*30 a B I ' LM CO-- 9- A a o qz 1 _4 _ 0 N I I I O 0 MI o n 9-M I - 0 o 0 - 4M V 1 :I I I Z f. N _ 0 W0% 0 1 1IN- II~ r0 I | I I 3 0% 7 I as Z-qI 03 UB = I 4 a f -4 r. -I I 3 J * r La N 0 0 I I 13 rl 1 0 -o I 0co O I 0m , N W Z e I 4 W 4 0% _ a, C I ~r O o 000 0 a *; . _ _e aS . 2 I ~ I - F LA 03 0% 3- 3 1.0 *0g 9- p. 0 r- _ LA 0 - a 0 * - 0 -LA * . .9 0 N rr - 0 0 0 * ". .w * * "Z 0%1 L* . . _J 3 _4>4 0 0 C B I * B 190 L I _ o n Ln ra, -4 0% ; 4 I 9 _ _ r- 0 = .% : *9 eL Cr? 0 N 0 W on9! e B _ L j *L . N L" _ * _ ZI Z* ,-3 0 L o oA I ' ,Z Ul 0 C% I 54 * A 0 LA 1. r0 . 0 LA0~ ISr 019 * 0 un * ;;eN _% -*eO* N-O . e a% LA 0 N - M 0% J,' *~ at C I * -K Un LA 0 N O03 I 0% N 0 LA LA I r4 0 V, * -Q Z - ;C ncOl W 0=; N %o.' o C 3% 19 6* 0o L1. . 0 ,' _ I . * o 4 3 I 9* U'.50:t rn 0 - - *4 'J _ Z N 0 * .4 ._ _ I 4 I3 N s 0% 1.0 LA 3 -Z _ * 0. O%.0 ZS N 1 03s N _ 4. I_ !0~~3 00060 :* 00 A .e 0% CN N 3: * r-g a LA S un 0 .-0* * en _* -.J C 44 4 ?I I. I I 50 * * I- -r 0 * 9 * O U 1% I.1 II : :r - 0 MI -N L O r4 1 .z s ) p. I c LA 0 aNt LI0 3- -. .I 0 9-4 4rr - LA W O Io LA x IN C 0;-- - J a, '-, 4 Z-J d 10 C IuIZ X 0 q Ln 1. *% 3¢ In Sn3~4 e0%L" - '4 U .4 Itll 0 * I - o 2: :0: EC1 9 I r99 I _ Il .0 4 C r.. I _ I 0* _ _ LA vn a,_ - -: B t S LAON -4 2: I 0 00600 oO 4 -3 0 I p. *0% · -9 N O- In - 0 440 B9-| B1 N* Z * Z *0 I IB I N0%0% I c: . C G Z E.3 - I D 00 0%.019 m - _ I| .4 = * I frI C.2 '--vIB II I I _- _ o N 3 U. : L t I *3 4 .1 M:* 4 B Ca 4 * 11 99I N . * PA I %3 1 LA 0 LA m C, . A v; q1 _ L 9 0Z *! *- *el Z ~ t. W rs rC:> 0 OC ' 9 > C _r _ OA co 9-Z -4 p..3 Z LA 0 s000 C! B . B 000000 I - -4 0. Z L e z% Na &I 11 M = 0 z Z NO= ,= p. L i B I 1I 1 _ ^2 I .4 I - * ;4 .a 2: tn = C7 I.. 2 LA .* f- 5 . e 0 .3 3 II I .4 .3333 9 * X :t oI . . . . N N 9- 11 -9-__ olC;e . . . I , _ IN 2: 0 0 a 9 - 4 < t000000 C) C : LA IN - N' 0000A * * *N N :r Pt 3) 2: Lm 2 :r 0 ** Z *% Z* . -. 4. 33 o n 0 r -t C . N4. .N . e x -4 N1 CN -it gr : r I . * 0% : 44 0 . I I "I 0 II ~JNq~JJNj~j s N N NS N N 3333 N N I 0%3 00333 |-Pp 0 N 0 0% 0% :1 II 0 LA N 00 t _ C 1 - ooo_- - - . _ . :. _ _ . _ . _ o .-. :^ IJ II -V 0I I =I ._ I a - ;. VL N 0000 0000 0 0 o0 _ trs 9 00000o0o00 II '00 0 . o 9 Ce II 33 QA n -4 Z, 9- 33333333~3 500-u 2: -% .C 00 W. Z Cr .9 9-. '0 0000o000 I %C% :J 0000000000 1. *: N 1 0% 0% C 0 33 0% 0 0% 0D 0% 0% %0 * '0 p. 0% 0% LA 0 00 £C * *N e' * *.0. 3 1. -4 :4 0. to W . *1rq.0 0 * B IB I I I I 'I 0% _%0%; f' 0000000000 -fr y f~}C Z. -: 0 * 33 4-4: n r 33333 0 LA Z Z 0 000 N 000 .c - - ._ 00 4 0 _~ _ _ I-I 9 3 0 W .. W= LA 40 9-4 9-. 0 0000000 0000000000 Oonoo * 09I = *; I SS %O _ 9- N 0 ooo 9 19 . 00 o . 9 :? LA e _ ___ IS o r b.. 94 -4 .' 0000- 9c - - - I I. e0000 00 I * 9 114 a 9 I 0r e 19 0 .. . . .0 I I I~ DOaC M no E. Ect < 0 44l d *-. I I a 4d-1 *U, X_ Z 0 = a ia 4. ,-3 0.4" 4 -a 0 0' 0 4 a -~ I 2 lI -- I I I * 4% 'C ' 0' 0 * 'C D N * 0 'C N :r 0 .* . %NJ s N oC .O 4 .N :o ELD M 43 pa a .4 0 L 99 L..I * . . . 'C 0L en V-, M 4 la N N . 0 00 .0 . C C 190 N 4r% A0 0 C U, -- N a,> M _ _u~n : an 0% N 0 C 'U, 0 'C 19 0' 0 0 CO 0 * 0' 19 r 0 0 UN0' 019 '-' N 4 00' C 0 C '- N U, 4% U, 1900' 0" E: - C 0' N 0 'C . · 0 1900'X _-L Y '- '.4 = C,. a 0 U 9C 4 0Ca. '. CA .41 N 'C 0s 4% wr- 4% 0 * 0 ¢0 C'-r 'C 19 9 0 0' UN19 0' N x 9 3> 9 r% 0' '-C N C 00' 6-1 :2 q. X 01 e N s;u, 0 'C 19 '-'C NWr s^ 0*. 0 de 0 *% * '- 0C N 0 r90% W - 0 1-::51:- 00 *0 C4 Z LII : I o 0 0 X ; V I 19 _' '- 0 U N =,0D _ C 4% 0 QN WC 4 -- -&0 . . . . . 4% '- N ~cS NN _ rW X Ol6-9-1- OM N N% 1908 C' 0' - C N 'C N .oQ cN U P. 'C 0' a rCM00 1 ES 30 0. N 'C X '- N44- g 444O I I I In In 0 C-4 - 3 n~~~r )l~~~~~~r~~~g~ 000@ * II 'oCh N 4% N *0 * ,p,, NO 'C LAu O0 N 19r'C 4% '0 4 4U· %_ S * . N'C 0 I - 0 . I N T- a ~4 I4 *9 04% : * '-'Cs 9 0004 a I: )- I W LA 4% 'C N 'C N C 0' N 0' 0 C w *X 4% 00 U, b. 4 N '-4 N 'C ¢ 0 'C N 4% N 'n-' 3 U 0 0~I I 4 _ '_ r-l * . * 19 I 0 N 0 N4 J hgOE 4 9 * r -I -_ 0 0 . * 0-~* W C~ 'C 0' 0' 4% C I Z bE C 0 a 44jCZ94C4 * M. 0000000 '1 '- .a 0 I M No 0 _ 0 N - 0 I 00 * ON Il c0 4% 019 LA I * (11 *. *0 . 9 IS. Lt " :W 9I 19 I 9-I % .- *% r I I 4 . - I N b. C· 4Y a C 0 U C 0' Li b-¢ IE .t I II 0 -sI 4 = r. 9, c--NO C 0 N :C C 0 4% :0 9% ObE 114 ! 0 I -N C 0 (N' - m3 I bM.C4 JI . I~ N0 .I 99 I I 0 *0 MC1l- 0000000600 I 0' H I 00 I N Un - '-C- 4 (1 . 0 LA 1 9I ''- '019 - M6 I I N I I.J I I I 00 ?0190O0 '- I * 0 I N 0 0*-0 4 0 r - X, < I~ 9 14 I 1i U I I= I 4 to U, 0l a, - II 4 19r I I 19 nj0 0 a NaZ * I 0 0 U, 0 4 a C o, 0 P- 0' 0 a- 0 0 % - .0 U, C ' jC r o *m 0 0 1 g'C =_ _-j 'c NV D.j~n E- 9~ r7, 0 M C 0 0 0 0 0 0u000 a a a 0 * C < 4 a _~· Z I . O 44 o . o o '1 19'-e _ en - U, cl pt·0 g.3 M M o I C 0 cm 'C 'C 'C 0 - ,-. 1 11 ar--r *. e-q I ** 0 .4 19 r r 4 9u 4 00 I ~. lm CA = Z = 0 0 0 *; . . . C W F 0 (0 . 'Z I I 0000e0 000 000000 0 Cb~1-c C0o - N 19 LA N LP U1. r C I* ' . I 49 N enr. . . . . _ _- __ 1o . N, U, 'C 'C C O N NN NJ S o £9 0 0 0- N W-, 000 C -4 NN O o° 000 -4 ~_ 4 (; > O ' V, C0 U, M 1 ,N0 N C19191 O U,__ \ oo~C? 00 oa C 0001a N ---Q VI o 19 0 C' . . . . . ~U0 0 o 0 o DO O *0000 O'-_' oo 0 0 *A o __odoo II C 000000 000000 o U) 0 U, CO 4 0 ,~o~ o l 0000 . * , ,0a O, e ^ Iu'Jt - eO O 00 o - .4 00000 L,) 0 0 4 0 4 0 . . 4 LO5 C4 9 a= f en t M e 4 M 0000000 :a 00 'OCC 0 C: O W 0 _l ,'- f4 -3 v0 ' 0 :-C so 1 ~4 q~ w41 .000000 0 0000000000 'C a C f4 4 0 g ,. o C O 'C ,o U, UN 1 0 N z - 0000000 . a: Fi I -_ 'C1 1919; 491919 . . . 0 Z o r, n C: N * a. r... LA a .9 U . - 41 .ot 000 0000000 0 00000000000 0'OZ0' N 19 C , 'CO - o 0 0 0 4 'r r;r', ) 00 00 z -,~ O ,-C 0 Lm * mm9 orL C7 mm f- 49 S= I C I I 0000000000 I a' I 000 000 m o I ad I I bq I 2 I 0 %0 f c% '4 I 0 Z ~~90 3~L 0 I * a a h Oi ~0N U 6 0 0 ~ o ClU 0.I4 2 Ca I b122 I C C's I I r$0. aI I .. *gn =: I* a I 4 II tlr o .f~LAC t I %' '9 1? I I 100-LA$S I~Lt0% a ar I 0% 49 . A 0 ,,~ ... 0% 0 Nt 0 L LA 30 N 1ZYj 01.t .at cy~~s Nv o p.. _ _- · %LA L 1. N r0. a 0 2 U 0 - _ S E- N'9In N :t = .v L N Vm a-a.. 0 r· L 0% * ..l. 0" Ct N ,' .to- V.. n(I * 0.0 U. 4U Uo .Ni p o ' U 0_ .4 .I _ C42 ?Z00 U'4 N 0 _ q e wc~fT r rz H t. ,0 C N0'9 LA0 O- L > 0r (Z - '-: O49N0 0% 0% 0% 0 *0% *0o S 00 r0% I~ P"' P" o Qrp. p. _ - 'o N ~Ltp. .4J * O *.,, o I 3 n I 2 Ln 0%, W S N-_lr U 0 a- -p f- I * N 0%1N LA LA LA LA LA LA 0 0 P F- p.. r- pV *U* L0 a 4 sD a0 Q0 ,o 'o 00 . 0 . * . . ] N 0 0O , 0 O 0 0 N '900 %0% 05_- a-N P - NN: 0a '9 LA '.: _. -. _A tt -0 _%0. N ..i ~~ N p t '-4 x4 rP11 a r 2 °o0o0oe 00000000000 * * 000. * * * un n N.* II . ; r ro : ' t .Q , ~o 000000003 a - r-O r-D f. %O :v O rl % 4 0% N~ LA L L LA LA f r. O L v 0 r--0r-0f0 O %D0 Z r0 %O ': 0 OD W0 W U0 000 0 2 a a- a, 3 < I Nl 0 LA * . L u . , C; 000 Q Z, _% Di - 00 u LU! LU:-Un LA UA c I .~C *. r 3\ , r I II 2C I -J.i f-O0 r. LA LA -0n 4 0f 000 0 - %0 p.p. _ , , 2 c P-. 1* 4 C jf~~fI )"~~~ 0 0 0 N'9 0 0 0000 0I00 0O 00 0 0000 OOC 0oo II 4 :.. -C 0~ 0 ** O00 I 0. E-q 060000000 0 O 0000000 0.03 0300 0 0 O 1 rM11 O CZ , x O zO 0000 3%000 0- 000 49o LA9 .. -DCj 10 0m 0 Q 0aO-a0000 -, oo 0,; _. .: . - . We .~ .; , cp 0, 9 -3 t W Z V. O0°o~(ooO 0 o *.*.*..*.** 0. - (N 1=1 CC orn OF N o LA N0%. - - 0%n 0" 0 N 0049 33NcO-p Ns.,0.0,* 04 LA LA LA 0% ano-0: 0% 0% 0. 0. U ,4 4 '-4 %0% t 02 a-N P-*No 23 N _~ Z 0 O .-0 F-O _ *I 0 rn a 0 : N _- _- _ NO _r .4 0 .4 t * Oc N 900 4 Z 3 m Ue · tC 0 . : ao N 0 n V) r Lo N *-'A LAhf00 N OM . a,_ N_ _ q-r. % o. .0*. 0 103K N'9 0%T mN0%0% In ~ .000On 0 o 00 ,r Nr No- LAo o OO.pto.e iCt -> t N 0 2 W R 0060 *0.* u I*I-tO N Z 11; C3 a D o43 :4 L')- C N |-tt .3 I 0% O 814 ;C I I 0; 0 r 0 LA N I I LA '9 cr. I C 0 0 ~6 I - I 0000000 SN~~~~9rO0@ N I ha Z b .h3-_ 0 I 0000000 I 0 N 0 '90 0 4 .3 ll II I I 0% I3 E- r I . I 4 .9 I I a ro . U 0 4r ' '0 n a 'r. 0 0 0 n 0 -' Ln ,- (4r0 a A- ? '9 '0%0'9D0% r0 0 0%4 oz I t= 0% .09-0 0 '40%* I 0 IC 4 r 0000600 0 0 -00 0 00 aoo . .; . 1 493 I p I .0 ra, 1 rz : -r - tel 11 I I CJ'- 00 o ,0000 0000 0O o 3 0 , 1 o" 4 *~ * *; -,)' o o 00 0 0 _ _- =OU - \_ I r 00000000000 tDo _%~ - N' p6 00%p0 eLAp o-a 0a-p.p3 0 :u1 . U'I 4-4 = 2 on 3 42 Ca r 0-4 E- .1 U I 01. = I 00000000000 00000000000 * * z * %0% o p. _Ns'90 _ ti LA i a-_ _ p_ _ _ _ -3 4 0 . I II 00000 ..1 * I e 0 o i v- f *.* C7 a, 4 00 0 . 4 . '-4 WI- N 000 0 0 0 1- r- C;4 r 0 - N P o - P. . CZ 0 0 iI . as .) .4 Z M N m 2 _ * N I y ^ , '4 0%p. _ * . .*~g. N' * -' N r0% un s N * - N I I .4 * t P. - 4 0 LA 0 - e I r 00 C0 a L VN~i Cid I- 4 2 4 4._ l _V _ *0 ,f" N l 4 *' * a- * - C-f - .4 rN 0 0% - 0 N N 0 0 N '. *0 * ml LA'"P-'4 >.""Nt . LO D ?{ N *- C N4 '4 K - p. N p. .C el *%'41 0% N C-, '.0 * JA C- T 04 *? 4, a k4 Z Ic-9 U L0~ I -, I I .a N W0 0 0% I 0 II 0 * * 2 - lN % . - ' . W A*0 04"1w N 5M_ It I I o et 0% C'4* r- LAOOO~ 0 4 0C- . I I *1 4 lI I 0 0 . U* UI 20*Sz t ". 2 I),,, -, u · 4,- zr ff 2 H ID 0 0 %0%*' N00a-0*N Z J,--P 0 I . '4'0%CNp.0I N 0 ' 0% - P9 N CNO09-o*Nh -O uto C:I3 O 0% 0 0 *0 N a- 'N ~' C- C- N *-0 P. N C- 0 Nr 0 0 0 rnx - ,C _. : 1S =%0:v - f1-.4 -Dy * r 0 0 0 0 N 0 C- N * 0O - I I I t 1 I I _9 aN . 0- 0 *w W C'4 0 -.._---4 - 0 JD a-0 0 0- 0 _ * m 0%9; O S _ N 0 In * N N N Cf O !m. eI~ 90. *! a-0 P. ' *' 4.* *0%. M uN 0% %0 0 en ° 4 'O H 0 O 0 !L L o LA * * <: Oo * OO n O C X 2 -C ID N - II "0 2, P N * s .IH 0 4 i * N 0% 0 0- N , . C 0 ffl0000 Un Z 0 O O!= Ln L ,, LA 1; ; 3 i .:- 0 Ln ,0 A D 2$ 41 CA 1 4 LJ 11 II em 0 0 0 0 00 0000 0. 0 , : 0.0 II II II II II I 00 o0 0 LAO C C % N LA O -t ' o 0O .o'o *C 0 00 L L - r- 0% 'N LA _ a * OLA p4·o \Do' O-p. '400 000000j Z OL 0 en J) rl LA - *MI9 .0 000 D(Z4 00000 000o LLO = - r - en O4 m Z U W In , rl- 0 - Z- 0000003 J,~ '4 5 - C ;n en I- . Pr = - U0 'm v-- I uD ,O 0 - I - en ; 0* C *C 00000· - . 1 0 0' N LA LA ULA Ut C; cO : '4'4'4'4' I ,I * O I I I LA : *0 0. 0*~LA *' 0* LA 'O*AN:t 0 LA 0* 0 q0 0 °0vz OO *-On °° 3r 0 ed 0 C U 0 X 0 ee 0 U0 W , Z4 0 C- I 0 0 N Cc -V L I uL o 4 3i H ,n 0 I .* 0 0 - M v, 00W 0% _: t' u"~ S * S . S 0 0%WI 0 M Z0 - LA * 0 4t _~11 0% r0% 0 " v, FN! 0 - _ * ^4 N 0 _~CDD3 LA O0 oLA '4L ' S :t :SN^a N 14. - _rI 0 .. o0 0 0 N LO CA~ , 4 I t I:4 c U tl 0 Z I-C 0 en% 4 P9N - z. I C- 0 0 _ 'N f_ st -_ - - 114 -, - , ,, -J 4 - N 0 0 N In. *0 = 2 v-, "J H II I * 0 '- _ W4 C 0 U I I . I I - PI InCZ f ' trLa <ere rN0. :tSON Lrl est> es Vn S @ u t N 0 |I I NI I . 0 W NLsAt~N 0 - NNe bt 0 *00' * g.u N _ ? 0 .^4 ON u! M> N N LA rX 0 WI :t -' .- 2~ ILA 0 'D 0 2 bs-. NN C Y f I INN I 1 1~t - 1n .. W I 00000000000 4N ?{u,,,~r,,.,;U" w . t~ a- P4 I - 0 %LA LA p C- Z N 0L N p'4%L LAr 0 ~~N -4 _ iANtNN° t II 0 0 0a000 * N F- 10 en N * 0 u' N N I I I ~3I 1 I I I1 -4 0 *- = - * 1 r II 0 · 0 2 .t I .5 I I t )4 *,n WaZ 0 (n 0 0 I I 4 03 W CA":. l. 0 -* .' t; T~ 0 1 * _ Cy a3 0%'oI ?N' _ '4 N Ln 4T NV .N t-IIeM I - NI cy% I II X; 2 0 4 N * I I II I * v 0 N 4 Ca Z '-4 . 0*6* UtI -; '4 '4 * m- c * .J -C U C I u C I * * * I O a I U- 44 64 - f 00000000000 I 0 I 4v U- = M- - I % .. I I 0 I I o. 0 O - - 00 C 0 o 0 00 I -J1 < N 0 _ I - 0 I 0 - · . I 0*' - 00 0o 1 L - *. * *;4 . 11 r- IJ I .1 ii .J 4 , b.. CA rg 3 - . H = W Z E S.. 111 +r c F 3 (a 000000 * I 0 I jI J I a- a- - a-a (c CZ 1: 44 4 1 o000 n ) 3 D r- :a 00000000000 00 O O5on 0 00 N f- 000o0 * L . Ca 43 Z 0 H E- 0:I 2 I ~a-a- C 0 c -p~a-a 4 0 0000000000 I 9M I &MoW0%OtMeo-o0 i I 1M P. U0 0 M _ 000000000000 I I o * o g 0 M__ 0 a, a 0 NS 0o _ 0 f14 '_90- I-N I m t,4- 1 . _eoo o 1 I I 0 o 0 I I I '9 _ I wE 0.4 *0l - M *0 0 I - . I Nq C 0% 0 I 0· 'C N m CY N -NiO I I I M - 1- U f M @0 n 0 l - 0 N l N* o o f'C - - I- - N' N I I I l NS M -1-Nr0 ~ill' -I'9 0 0 N 0* * - I I * .- 0"- . 0 I N - ~.~ 0 0 In 0 - 0 Sf.0 N 0 I -. a II I - *4 I N- 0 0 M '9 ' II ' W 4* I - 4 M 0 N N '-s _ N 4 _ 1- '4 *I I W Z n I 0 C; 0 - 0o II I I (VI 001 o4 t 0 N-- N 1% N N N N- t co= I W -T q 4 * 0 . . * r * e* r%UN 0 * 0* uN 0 N ' 'C - *'9 N * *19 0'-': ¢ * 0 ' ,_ 1% N 1% 0 0 _N'- __ . C4.i 0: . .J 204 v ._ -4 4C I I U- 4 0 e u * H hi· 0Z -4 S I EI 01 - * N '9N u9 N 001:0'-X * '9No O1 _ 1%00 N_% 0' 1- W t:z .. U '-4 -m~~~r * u7fII 0 N'-'-X:eX _nNNINS- * C ,3 E- .4 0 M N N- U, N - t1 N r r%94 ,_ -4 ra I l 0"t * * 1- .4- 4~ r EC 03 adI I C4~ *O * 0 00 0 I _ C 11 . a1 W r = . , -" _i Zs 0 4 M: . - 7M C 4 Z 20z M 4 C '- -C * II II I C I _ 'CO '9 0 4 II II C Ox 5 ra rl 0Q ..a I= C II _ 0 4 5. 4 - *) 0 00 Ln oD n U, c; o C; 4 :o - >* 2 5a C o 00 O fe0 0 0 0 C - . 0 0! UA N 00 --. -- r"'0 C o o o'9x 0 M '9 0O N U NM * N '9 - 0 C NO N 1% N PI *% ei * 1% 0%'- 1'0 0 .'z 0 .C 0 U N N, 0 '9000 ' N LA _ N N r- N Ia% : C N 1- 1-PLQ O W _0'9 N,- 1 - 0 ri, N 0 N ~ _-- 0 M 'C N 04 OCO No U, * 0 ' .0 0 o - N eo4 - E-: U LL4 z 0 M en 0 Ni a, M - - - - 0 - N1: '9 C 0 94- N N N O%N O N e _~( 'C N_ M * 0% Oo 0o 0: 0% - 0 I I U, N M 0 0 N _ N N Ca C r 0000000000 0000000 00 * * - - O N '" N 0 , 0 0 N<~~~~~~ N 0oo 0 *u ' '9 00 C N Lm * Nw Lo @a Ln 0 :r -0 ' 0%- *l U\4g * C4 I .0 >l tn -C Z Q N - 4-C 3.4 = 1 r- I CNO 2 PW< : - * r4019) N1- r- 1% a, 0' 0 N - IN1% I N . I II I 00 N zr . .. _- I b; 0 CP 0° V 00 000 oo00000 3C ° * .,0 ~~ - C N * -t S 0 0 0 I 0000000000 r1 Cy _ r- 0; Z .9 4 :4 .0 - N 1% 00 r. _-41- I: ,v 1* *0 * : M Uf, - 33 -I 0 -4Y .3 N - ,; 'C U, JC 1 N'9 z· I P% U, 1 so un r . _stS . hC t · b4 3.. 0 1% N 1% 00 '0'9X 00 1- .C t, 0 0 '9lNl * .3 m. e3 'C U N '9N 0 oop 4 2 0 0 _- _C1% N rx N I Ns C ^ 1 0 -C Z 0 0 N I I II Ox: 0 C J: . II 0 U, *t I NE 0* *0 N4 _ N 1% _ *-'C -'C 0o *n 4 aMII r; 4 5; LmL * I * * S *00 I P0) 0% * : *- 0 cr :re _ N -N I * :, I I I I .0 3 , 0 0 - I '9-- 4 0- e1r u I II II bQ _ 0% 0 W _ 09 C3 4 - - 000% o-oCO 0000 '0 _ qo 0000 000' io C t- - UL :r= a* 9M * 0 0 00000000 0 a, V, 0 G 3 : C;o: o; -- ' 1q -n- 1_ . 0 U, r * N 00 0 0o 0o 00 -'00000 ; Un 000 0 C * N. N N N'_ 00 0 . .0 . . 0 0 0 O o o s o bo 00 CD 'C 000 0o UL= 1000 1~. *It oo oo :oC o _ , - 000 o 000 0 e N . 0 * N 0 . _ 0 . 00 . 0 I I3 r 1% C, rr * ar N. Ln -C '- if Z ZtA W H = Z = 3.. En 0 * z4HuI I ;S C H i.- J * I I msI = I = 05 0 0! 000 1000 0 000 3% ;r CD O 00 o .: . 00 0o ' r 0000 o , W 0t . r- r LI 4: Z.- 000000 00000 00000 .O I.o O 0 . . . 1 1 . _ _ _ _ . M C r VI C 0 000 N. = I0 0000 I000 o o _ ._ I1 *: o .: * 0 r D 0 o * . 0 :-j _ U I- * W ro. 44 00000000000 0000000o0000 W i 3. 0 02 Z C 4 = I I 0 u M E. = I = * o V. ;i "C .4 Is I- .-4 - *1 0o - 0-4 1- _ I 00 0 . * . -4 e I F O'~NON000000 39_ ~- C rq_-o o F I C I 9= m I 00000000000 I I I * I Un . . .. .... I, F. .A .~ . . NI'o .A . .~ . * * .4 . . *'.0N0N000 I I' *g (4 ~ E-4 * 0 * 0*. I' * * a 0 0 0 O O _ * I I o° . °Oa O * O 8 0 O O __ * . 0 _N _ en .O 4; or: LA O I I 0 I I - 0'. N 0o - LA N 0 *t ,- N 0. 0 ,_- 0 '- r' WU '-0 @ *F@ os N 0% N 0-'LA * I'-'-0'N I § N LA 'F5t I I'-0 * S * 't-B * LA'0 ^ t mt · 0 0 0% I1 I · F '4.3 * * _ ' _ 0I * _ B* t It i O O . , en,* I I .*a x '4 .m _ I o o 0 * * .0 LII'0 S * N0 0% '-yc 0 II~~9~6 LA CZ ; 5. F' '* S t I0 -0' I i "-I U In _ _ _N N 0. '4 (83 X LA. 0 * f0 O - N N_ IN N 0 F'- LA 0 N 0 0% 00 I * 4 -3 -4 . 1N * -C 0 * 0 4 000000 r r' 0 I I'II ~ LA a, 00000 . . . .0 * . '-F'It 0 P- ,. 0 14 LA - M e A 0 r 0J 0 3X *L *F- *0_* uN :N *. '-00 . 0N- *'- N. * ,FI-. .,T 2. 0 - N'-'-_ LA LA 0- N1 0%. -r- '-_ r X'' 0% 0 -4 00 B _--N i3 '. 0 F .0 LAo F. 02 0 '.-0 N F0 -- M M II _ 00o 0 ° 4:* a -u : * '4 z 0 '4u e :t 0 0 N'-'-ne o ecr^ U -r LA 0 N. l * p. 0 LA F. 0 -N ersXw t '4 1Lrn Ol. 0@ * N F '- I I .. * LA N 0 C. N 0 '-'- r Bw N .0 L - * *% %N J4 I'- I 0 .C (. 000000000~0 P. *N * * *A * I OO .c 0 = I-4 N p. '- .' * *A *. * 000 .0 0.0 LA 0- -0 D '4 Z :* D.-'0% LA 0% o _--N N'-_ _ I LI '4 0 C -u ,on . C ,--e Na *ul MI-0 O- .A LA A 0 r '-00 * . B*N LA LA 0 N 0 * j * * . *.* (N . _- 0 p. .0 LA F' F- '4 z 0 * - '-'-N : ':2-'- 'N ~x J8 Z '~l V 7 II * . : ;n r. II C% 'C 01 00.0 'C I I 0 F- 4 'C 2M < - O 2 * * 0* 0 . 0-r e F' N 0 * . 00 ~ 0 ~ ;d _ *4~C F' N SA 0 I ~~~'C L 2:"I '4 58 02 2 '4 0.3 0 F tn . I ..I ': . - , ,_ 0 0 * 0 0 t. 0 0 . * . e N0 N 0 O 4 N . * . . . * N o * . 0 * O---O O:C _C'.00 oo oO o O^ O @* N oz _r : v Ot7 5 * ** N NJ esr f00 OD * X c N N N 'N NS Ns _ 8 _ * _ _ NSt N _ _ NI'- 0 . 0 0 0 0 I 4 N 1 I _ _ 04 o4 00 0 0q r 04.s d; * . . . 00000000000 '- N <. *LA *r-iD . 0 0% > ( N N '- 0 0 0 0 O 0 N . . 5:* >O- o I * 000000r00000 B* *. 0 00~~3m000 0 o 0 0 0 o . N N^4 .~ - Oo o N* N N N -O 0 0 0 0 0 * C00000~ * .. 8* * .* . II 4 * -- O O -I 0- , . m 0 C000 ; * . 8 * __________· :: o . , O wO n oio Oo '0r 000 o- . Oo _ I , N' . *8 ,* 000000000000 - 0 N . N N N ^OOor z O > II II II 2 _ * * . * 0~~~000 F ,_ W1,=1 a 1 0 N . W: SO ov t 2Cu U z.. ,4 '4 .0 r _.j * '-'N r U Z 3c * a . 0000 cr r L .- 2D % 2 r0% O O .04^4 oA _ e 0_rJr. LA 0a 0 LA 4 _ '' *- _'_4 o * * * . % . .% . . 01 I lilv C 0. o ~I 7' P.0%0N'' r o 0C o . .0 0F' '._ 0 000 0 N'-'P.-> 0% ' 0 :0 0 N p. Ns LA 0 *. *'- * *0 LA*. . 000 -'.'-(0 0 .LA 0: (D i-'o LA 0% 0 (N I .* Oi 1' 0 II '* I 0. .13 -3 c 4 M I'. -J *B'.J NI * I . ** * 0 0 0 0 *0 0 . .0 0 0 0 0_ 0 0 00 0 0 0 0 D 00 . U1 5 * . . 000000000 o N * F - 00* *** oc0 . I LAI LA 000000000000O 000000000 :0 5. LA -3 'C I ~d .1 C. I I M OV v -r C I 000 I 4 4 49* ^ S:M _-Nf. f _ mv--- -- I I WC Ca= I C -,.VM -- 000000000000 000000000000 . , I - . LA IIlIIt- t I*NLA* 0 t- . -w M 00 00%0"-0 I I 0 E 0 . * . * 14 0 N M a9 ^ ci 0' I I I 0* * . * 0 cmAM I INN I . I a ""I iW -. I I" 0 .a I- LD C'0 I I I I I 0 00 - -1 N t1 0 I I I O.I I 19 19 '9 Pi Z I i- I , -d I E.I * * I4. a t lI I t I I O - p 4 . ;4, I *a * I I I II I req, W I=X. -- Od N r. .3 ;.JZ =I W 4 -' I 0 00 00 ¢% C" En N 01 0% C o-x o f% U. z U LA 0 P *=AO Lo %OOQ 000 - - 01 v 19 N 090 h C ;4Ja E- - = e 1 a I i4 . 0 4 1 3= In 1; P4 '.2 0 M O -- 1 I - a, 0 0 _0 M C 2 4 o -\ i A' 0% 0% 0% 'n C X .0 e _-(o t > . O Z- ;c 0 . * r-c: (N N 4 0~ I 000 0 000,0010 0 -O a 1 >o 0D z :4 - 0 -a C X o I * Ni - I . I I V z% 0C C t r: C0 N N 0 N 4 F. .9u vt< r P.O C I C-c NO r-O= I4 EelE 0 0 Ir it C°4 : eS-_bC6 7N P. ~ N 0% 0w * .0 Z- 0 u - ~. I 4 I - I r -3 . P .%*% * 0% J 00 i * 0r OA p. = * N er* 9 'r _9 P. Cr 0% P. 19019 N -~I 13 N N 0 .P.. eN, r2 0C ,_ _. . * LA r ¢sow t , 0% 0 ' i * .\ z . " 49 s rvP. =. c) *. IP. 0 t9 rW:0 I I k. 4t c _ 'I P-Ce. 'v0*0- . I10% r._ 0ov b _Il tOf~ _ 1 W 3c w N "--"-I-U-c- *N n CC F £ r OCP.0 * 0 W. PC C4I 0 WC V* 0%. a "-N I- *. 0 *0 % *% C C xe e C -1 _ ill .4 U It a, " cr . _ -_% N_D~llM 0 * .P*. ty. 0 iI * 4I 4 0 00 °0 'T 0% c% M r 0 * * 0 * %0. %N * *00 I 0 4 - J O 19-I v,. t .0 W0 Ln 0 . * 0 0~LA p.. ** *00v O N 0 > _ efr =P'- t M~ o4-19 P. M -0 19 r :: O* e *i ae; 0;r In C C- r. % N * NIQ !::? O a_> _-_ *54 Ce 0 °-- °. iA - P. .0'P. 0% 0% 1 i4 0% C I C II 0 0 E- #00.00 e a W O O o e O :: * *. *0 r JO f9 C0-_sD D ; I i- co 0D "-N . D . tE 3 0 .0~^:'-* - N N Y W 0% N 0% *- 0 LA P.. P. ' _-_ I0~ -V W 1I 11 P. n - I I p. "0 0% 0 o %cN % 19 § 0o% I NNIII I.II -NN ihs6III 0 0%LA A 1 IIII i I 0 lii 4 0 ul oA n9 I1 IS IC 0 C 00 "- N I s .a II1-CO I III *Ni n NI tD9t0l O% :e0% . . tinrr = = - - '1 -'T 0033 'v 0 c 0'h X 1 W - a 4 In ZI* :d I Ln C r- 0 0 00 _NN .0 _H 0% 4-4 '4 0 CO C 0 LA 000 0 N N INN ND 0 N W IC ,- I C *; * II I PI f 00 0 U-..-"-NNNNNN 0* * 0 . I': =; - X FIIe o 0 00 ", O ° , . H I I O Vt, Oz ':~ 'O C: ,14 0 = o 2 O ' 4 D; O O l m p. Ut_, I I I I I I? C z C -. Ut 0% * t- t0 'Ow @ Q U c 0 4 . '3 .0 'D * c * 0 0 aI =: .4 4- 4 0.4 ' 0 N N N '0 ' n 'D 000" O 0 IC 0 000 0 I t = = ! Nt -) SN . I O N 0 '4fa Nt 0O -4 -' CCC O5 1C· 0 94 J 3 c -: : N O 000 I .4 N 000 tN -4 N Dc. 00000 C C2 F. -3 N N 0 ° N .0 r C' 0 z 'cO z r: O' D 4: _ C2 O f N 0 0 O :%0- -I 191 00000 DO I Ln * O* *l *elO5O *"'0 Fl I a* I 0"I 4 4 00 - -- CO% =O 0% 000000000 '0 C 0 0 ;;' > *1 * O 0 0% * * * N z Z 0% N N N . C . . S C : 0 '0 ^ , e .-o M o' C-. "9 19P-~. II x _ Ut z Ea Fq c i . 0 2 r 0 0 rv = - = 0 -000o 0 a* 0 c-a r- o 0 --- n N C V 4 c-I 11 _&._ . I.. 0 0- 0% in - N 1c 0% LA O 5I m a4 h-c 000-t00000000 I I-I- I- I- - F 0 P. I I-I 4* I 0-. 3' 0% 0 . 0 - .4 t, ~ Ii Q tn :_ i- 3cl ~ 0 t- :4 .4 a0 Z H I.c a 46 Ut z~~~~n I U c cI 30 -3 0% 0 0 C 00000 O : 19 M 0 0 20 'c:~~ P- 0%O- 11-= , -5 - L. -5 -J - 030 ) o o0000 * s, =1 ~0 0 C- 1~ 0% ijenI 1 I I-I- ! L 4 -3 '4 -5 N - 9v- 9- - - - M U, N - I C I M. I N~ vi a -v- M v MN N * * 19 M * %A ar * 39 %0 ?-M * * A 0 *O S * r7 N . 00 fI ! s I K - 9% r a0 ~ U o N O aU o .. a. H , 0 S N 0. I I * 0* c ',"' 1 1119 I I I I I I I 0 I 00-0 o* "N 9 I 033D ., 3 I- I I - n .. 0 N 0 lo P% I NrI I -- I N * a * eI c0r 2 4 C = 3 5 v-O 0 0% o4N N. Uo .) c . * S I or Xr in N en M N * N CD r O 9- * 9199_ O x 04 Ox II a: -9 Q U 9- 3 D I * tbZg _ W 60 bie 5.3 E. Z C C 1e e I I I N- 2 es 12 es ~g~N ~ ¢ ob _ _ _ _ 9- 99 rse 7p, I I I o I L: N I * .4 9% 9 N 3l I I 00000 000 0o40C I cn M ,eJ4 or 42. O 0.a 4f ¢1 U, . r- I Ut _ 0D M I,. N Z I4 E- a; b *( -*MN .= W U, 1%0 9-4 3 -e -4I b:.299 z 4~I E LI*. I 0ic~ 0a N 00 U, N N = 7-I I 1 ZW =, Y I 0 0 -0 s; r 0-3 S K a I I r C : *zz s |r . . , t < 0 = '5* U, 0 % 3-0- 0 0 0 00M 0 C 0 'C D '.0 Z 3 I99- - - 9- 0 *. 000000000000 . ' 000 ,_ 4 S O.. . II- t- , . l. 9-", J%%9 _ 9 1- I 19 1o '42 2u 9% I 9 0 - 0 U, U4 0U 0c0 0 1. 99 . 90 ,-000 w > p 9. I @ 9 r o 333 _ en 000 0 t_ I 5 _ 0- _- . 0 W 01. C% % W9en . - . . A . N: 0 O a, e, 0 = N , ~nO 00-¢fco00 Z > S { - 9- N 0 v, 0, 0 * U, 0 *T 0 U, = * * 0 0 00000 * L- - eOu t _C (SN5 fr * ,;: * 00_9 NC 39 U, p. 0% 9-N99 9 - a . . 1939 . L. 0% 0000 150 39 - 9- 00 0 U 1; ; d 1 1 000 *en 1 00"00 0 0 a, M M 0% %U,~ n . o 0 5 . C° Ul 0 0 0 LU, ^ 0 O 0 0 00 m9 e C -; J 0% a% ON 0% U, O 333 Co3 0- 0 II sC ; f-t O u U 0% 0 0 0 on 3 U, L4 U~ U, *) . -) 5. (n CD O O O O Om 0> CP ;J \. U 0000 333 q U, 1U, LrU, 0oU 0 3 0000 0* O o.00O 0 0 0 0 0 0 0* . n O * 0 00000 . C) O Z% ILn 0 O : N40 000 9-C r9- it 4 o *~9 . 9 I(9 e- o 0 es 0 0 0 0o 00 000000 o o o rX000000000 oooooooo W n I a: I - 0 9- 0 0000000 0 0000 vl-I 1.' , .- * * 0 CNo o 0000 11 _ * *z J- 000000000000 4 _9 rs! . N *. cr . i o o 9~ - zU, z 4 34 e , *2 .1u 0300 Zc 9z .. m. 2 0 0,t . 0 00 . - 0 0 0 00O a * 2 1-' 2 I CE C N. . I U U, N 5. a:0 Z3 C0 9%N * U, 0 . m 3 N a, N r1 M N 3 0 M 0 N I 9-9-9-9-9-9-m b a 0 9% Mu'* q 0 3 ,i 0 zO * r M, @ I N I Z C 0-0' * 5 0 %0t e N * 0* * . * 0 N 4(9 . 0 - N _ :^4 U rDo-* e N 3 N N uL, - Os . e N 0 N 9% (9 _ -N 0 0 _ 99 t t- * * 0 N 0: 0 =3 :? 9N U 9%0 v,- -F9%N P. e: Ie ts0 11 1 0000 _) ~ a: - IN I II In 9 M9- a 4 0 .. Z BeeO- e In ** U, U, 90019 0 5'.t9 9NC . N 5NM * * 0% Nt *S5 0% . '3 5; 0 N t N 0% 009% . 0% U9 0% _0 -3r 9% U, N 0 0 N .4 I 9,. I 9% 0 f- .% -It u t Ut 9- X 9- > 9* -I . n-D .,N * 0*N 9%Uv 039- Li 0 J III S. 0 s _ C I ' . .19 O 0.S u *Lm e U, 5 * *r 0 . N5. U, N a S 0% 0% 9 _ _ N 019_9%0%u-_ M en C C1 -tul eqn f^ (4 avtx f * 2 9 2 9I 0 N _ 0% 1-9 N N U, 9-' 2R 4 0 <:; II 3cc I o m C, 11 r-f:ccr 9- , 01 99 N I -* I I U, = 3:O a : U z. 4. * IIIa I - N 4 0- O 0 0 IIN * _ N 4 -I a - U, Ns 30 NS N9 r 0 N0 PIrM rOC C ?C I I I I I _ 0 cc 0% ' J. 4 u, 0 0- en9 3 - N 0 :* U, p-i I I I a2 , * N 1I o 2 1 ^ W . '.4 ¢ o 5z Y 2 0 54 ("' b* , 1.4 .,I 0 4 -C j-4 I 0000 0 O in00 9 a4 , , s· a N I I II .. 9M0M-.. N U;Z I I _, Z - r. ; 9 A - N A 4N O i .4 v;n 3 . 0 I Z Z - I Z 0-4 1-4 I 3IZ I I 4 U I II NI U- N U 00 ,o 0 .12 4 - a as 0 0 oD OIN I "I 4 0 9% ~i ; no o-' 4 -o 000 000 9 000 4; L o .~1 o~ e - 47 o0 U, r a .. -,_ 00 '-----0 09- = -4 - I . 4 00000 r0000 90 a00% 09rsC 1 e 00 - I W3~2 W V) U -4 00 0 O ci = l. 9 0000s000 -6060000 N *, 9- *eq 0M*0 . U*l 3* 0! * 4X1 Zn I_ - -4 -= I C 00 000000000 C I I I . * * * -N I 0 - 1 66666 t- * * a;81 22 F. I N ell o 0 e e 0_ O . lz I ~iz14 1 4; e4 I 0 * * * a, f MN~ I I I I *Y I X 44 E -C 4 14u L _ N N - 0 0 I I ;l p '03 F 3% I 4'51 II -rl 0' _ -L '_ N - f lo 2: * ow . 3% L * 0) => _- Nw I a I X *n I W 25 Ng I 4, I N '-0 -C 3 Ns _- co I a% 0 N - LA P N ; :r 0: ___ N N *N j- I *M. .0 . · I *N I * .* _% N - -r 3% 3 0- (_ _ ~nZI( .4 rL r.4 0 u 2 CL 7a 4 0 'S C, -Z~ -f 2 0. O yaX* * . Zr t IY) I c% 0 *0 ta> V *. I W3% -· e I - N 4 .N - a,,n I - I 3% LA _ 4 Lr, M . . * @ b N 0t 0 N -0 rt~N4 . N N _ _- .- 0 3% 5-- 03 3% N a-' 0 M N : s U, U 3% IF LA 2 N N4 L" N -- 3 t ' N 5- N -J t 3% N tr) a L U a ) ,) -- N :0 * M 0 I. F "I 4-' ro * .% 0 4. _.42 2 U a- -. .%; S . * _ _- m~~~~~~u N _ _-_ ~~~N'~ 3N"4, ~p N 1' N -L" anI33n~ _ C * S . o z S ' S . 0 S . 0 rq N 0 f~ aNX -*. 0 * . N l- % a- LA LA a' S N U ' u LA Ns t- N -% * S S r14 U' N 0' 0n 3% 3%r N 3%I 0' N 10 Na-'-3 - Z ,n 2 0- a 3% - N4I. N , '-L U; 00 3* I P. N; 0 t _ _, _. 0 U N . *. . . p* * 3 :0 5a-'-0 LA > _ _-N N _a_ -p '-'-N g- L I N&vze : V, M, ,- 0 .N' X v,, : ?I_ _ vS * 0 .4 23 I C r- - (M la-3 f"O - la -3%=-% cr ,3 E- N 0- -- F C . 3% 3 I *% . N 2 0 L1 M "4l .4 - ~30~9·Pg'E C.4 N I C mt e- 71 4 2 2 3 0 S * G 0 3% x N '3 0 I 3%N t.**.t***.*. F a rrr rim~~~~~~~~~~ I I 0 ' - , -_ O N %'0 * .l N W 4% X% __ _NN Co I I N 000060000 4 S 0 - f, .0 I '0--.--- N I e 0' - - 0 N F t 1'L - IL M 3r .4 :S _ ! m 5'. -. 4. F-i - - -'-- 2= " 0 "2 z I I * 5n _ S sr: %V - -l I .03 Nr: :f I '_--N' I I S S M M c 0 0 * %* * NIIA lt 0%,4,4 N 0 M f -' 1 00000600000 Ia ) cr o N I I I V% Vo 6 4 :I 4C . C4 X H . I .4 z W m 0' M 2 g% 0 f- IYIZM 2 i 4 p- M uI * 0' 00000 s 5 IC3 -- 0 1- .b3 0 I ,C 4 ~~~~Nr I a r- I I 4 a 0 0000060000 I A. 0 r-. * 0Wr W P14 .4 3%ro LA ulA 1p Pa- N'- Z ckb.4 Ln E- e V % cD wo 33 _ 00' -~ W rn :11 " *_ fo 0! N oz _ -'- . N ~ N,( 0 -_N O # LA0 , > P-5 p.: p. tv=, ,_ '4N 0 * -t N 0~ _ N 1.' 4 .C ut u~ -13* I S j 0u J I r: -I 0 C0 14 F U3 IC 0 000000 C tI CI 00'- F N . · II .4~ * Zrr I 00 I I N I .0 3 S *I - I LA * , *. * * :: O O~1 O4O C; O4 C t * N 30 W P = F .0 .4 :. -C - c-00-j000-~000000ta * 00 OS 0 0 0000000 I O~ O 0 *0336 -0 :: O O~ 1 -o Q 00 N 00000 II I OO0 N 000000 oo 0 a-z II * ~IC 0z, 0 bZ 0 0 o 0 I 0000000 C 2 N o m D oOo z 4 0 N o 000000nOO 3 t I O= O, Ln 000000 00o 0 . 0 N 000000 N N 50' * * 30f i® :: C _ " ;n r 3 10 . I · I 3 0 D 00 O C0 O '-D *00 0 4I '-a-'- .: 'a-I 30 0000000000 0 0 0 0 07 1 t 00 0O 0 1:1: p., . W - : - 0 - : Z .j U 11 >: f- 0 CL LA H W 2 -4 t FI _ I - 2 ,- ' 0- --- 0000 N - 0 3 0 - L ' - 0 - = * 4-¢ tn In I > F o LI =n E4- =Fl 48a 48 n c rs = 0 0 3% pO.00a 0 00bo 5-~ =O- 00 0 _ _ ~ I F WI o I I 0000000 0000000 9 I L .036 0 7 >S s- 5 - W ~ 41: I ' M zO 000 (Do O a -- - .4 a; CZV6? - - .3 ..I 1 i= . 6066~3 I O V 00 O I ___ _ as I ,4 * I I 9* o 0 -n 90 y,* in la * 0 -9- 9- - N _- -I 0 I 0 g .~ 09tA 9-t 9- O3 . . *0 I * U. . *0 0 . .- *% CO O 0m 0 0 , U, 0% 9 9* * . N4 * '0 -9- 0' -'- II . ez 4 I I t I DA .e z* A NqqN 0% *'-'0 o000 000 o '0 c% al 0' NZit 0· .4 -4 F-4 i la EU 0 II .. 0 r,OH ~ 11 II a 1 a 44 .4 H 2 C; W 0 0 U U,1 O5 a t o 0 C: z *3 I CH e ,0 J I .4 00000 * e OO 00000 * j Q C a; 0 .4 N_ - N o 0 0% Os1:4 I - * . * . ('9l0U, UU,'0 9-f~ -N r V P. 09--9 2%-.0 -'0 - rv -r o 95 _ SS __ _~ 9- en 0 D 00 * o r0 a, 5n 5,V 00 9- 1- P. P. P. 0 0 0 59 U 0P.090. ND *N - 0, 0 0 09- Un o t_ N *. 0'- P. . 0 "C 0 Ee I 42 r -, o~~u~~un U, - p. ¢ N t_ I w N N ri 5 a% 9-N ~~OP. .Q U., 9- '0 0 In -e -o 5 . 'D 0 atn X r-e U_- p.'000 0e -. P9- U1,p. -SnQ I .* _ rqD300.000~ ONII 1:4 0. 9- 59 U, r .% N S 0 95 U, 35 'O * . 0' s 0.00 * *. * -I 22 11 C...H Ia ti .4i t o 0 Z a . I _ 0e '- ~ r e.- U, 359% __ N 0% _ N _ 0 U, o. 095.0 H0 -.U . 0 . 9-_N 0.00 0 P.0% o N 49 U, 0% p. . U,*-U.~ .. . . '' 9- 4 1 U U, . . *5. . . . * . -C II 02 0 0W o"C U,zM'v; ( ;-- 4 LA9 _ n1~00 59 U, . 0. N * . .U ;r -CD LI) * LAv 9-f- I I o _- _- 0 U, Ns U, 00 U, 0 P a I a III a 4 z ' N 9ro '9P.9 * N*9-U, N0 N b r. 0 0% p.9-O.Un . 51 N i' _P. 9-9 . U, *. e1 4.. 1-J3 Ii I 0. OH 9a4 ,: m ON0 , 9-9NN9-5990%U~59.U N I 000000 . H3e f- . IIrc Ir I - U, '0 I .1 I .-. I 0 r 04 .c W U H I4 en D a.- I C3 ,J 01s: I9-U I I Ar - Na ' I II -U, I I I 4 'o 1a La. I 9-9-9 6 oI o * o *oO * t 0 U v- 0 ,a 4 m a0 N- I 9- - 9- 9-Cl _O a .a6. _ o~ _'9 *; N'D U . 0 o . M .u f. rC, 4 I . 9-* 9 * - ,- 0% oW rW . N u 0y I * ego_0.0 _0 _e 0·9- 0 . . 0 0 D '0 @ sD Xo N n 0% .0IeIO N'04C _ tn U*I 0 4 I m I tD :* II c N CO . Ulk 0 o" 0 W 0000 0o0 I I ad 00 0 00 0 . * _ I 0 0'000 r. h3* O _ U ,D - . , W =, I0 v :3'" 0 0 .' .0 In, 0 D r ._ r ILM 0 1: H U) 0 N 0 I * . p. N 9p- 0 U U, N NOaN O 0 33I *I . .4U 0.0 Om .09- ) rt . r - N 0- I I I 2 0 00 ip U, U0 0 C0 r 0 o 0 0 I H s W3 C U U, U,U, U, U, ZD o2 rI "4: 0 2 Pr. II E I .0H re 44 I < 2:s II I I I I a. 4 2 U: 0% 0 4> 1^.~r 0 _ I "- 0 La. . I X I r:4 II ~o U UU, n *~ .; . - a oU U C; 11 Un U .; 9- U 4 . D U 00o C * 5 00 C - IC I z EC4 II . o m I I I 4 I o 000000j >3;: *~1 t. O . . SI o r 0 C . o o~ o~ io; f-. IN I =:! - * . 300000000000 OQo 0 0 0 . :O o o , t; 4 . . * 1 U I 00000000000 0 000000000oo N - 9- 9 p. S0 0 9 0- a-- 0 000 00 00000 0 c; I C t --- _ 0ro~00000 o0 0 0 0 oC33oOoo U, . 3 - CI .. 0 >H r 9 . .5 *. 0C 000. * 00000 oD o W'D9, N 0 399. . . 5 0 L = N .0C _ t,~ ,:, .4 I N ,4 N 0 . - 0 000 d I H -~ 4 = r %t7 0% 0 0 u 0n 4x-1 0 1e 00000O .o 0 .o f- Z (2, V, ' 0 = n 0 C CZ - N .'- , ,, 0 0 o000 0 0 P. :! 3 I"! II 2 ,U . C; 1; O' c 00 O ' U O DO N N4 N 59 U, 0 . . . In *; 0 0 0000 ir _ U, , U, ,r *n 00 'o 0o - 3000 - o o .I . U = 35' rN I 1; tO 000000 II J N 0 *% . *:_ a . 00000r 000000 ,n U, 0 2 -4 0 0 000000 I 0r 0 , > 4 H a: 0 o >~ ob : QLS _N 20~I Cl 2 4 4 Q C P. 0 U,0 0% 9- U; 9 - 9 - 9 .3 4 0 No , (S U) H 0; 0 x: - 'aI 0 C- = * W iC 49 L, Un, * 000 o 0 : I o - -3 4 0000 C% > 0 .3 . ,ar 4 * _ r~ _ _ -1 .4 Hn 4 C i I nbrQeooooooo C 000000000000 a. OOOOOOOOe W I I 4 p I 0. I1 I *e* .600. N. ..... t I W enN I 9- In W I I.* I O0 0o9- 0 '.0 *, * . r4 C4 en 00X U P. '0l (I (~NCI#99 * I cuur 0' * %9- ** a' '. * * * N a' - . W0W - N ONN -0 (N m~ -3 : I 9 . lp f I I In - N . I I I I I 1-. . _ _ Nt C E, * %0 ( NI z -3 0. I 0G".a . 0 U :A U:g 1 N5 0 . W i be4 '4 * 'A (N . r. P D u, 710 U, *"" 0 * . 71 . ,P In '0PN CD '.0 0' 0 ( -0 (N *0 U, U, '.0 0 (NC'. 9 oO U,' Ul E4 I . C in U0E (( U, ' P 0 - - P (N 0% O0 =0 .'0*99". ( * , . a4N 9-I % 0 0 . . =. ".0-r.". ,ee f 9r b O _D tn N ", P- (N I '4 - f ' W N U, 0 N N (N 0 (N U,"_._(N 'cr 0 a' * ~ _ I -J 0 . 0 I I 1-4 . ~ rOU,0US,:u r 4 P. -_ _ 0 II 0 0 -3 W - j 0 * (N '0P* C r -. S~ N _ (N O0 (N (0U,"." . t 0 N 0 _N P(N cc c 09 O . oa C (N a U, I e u 3 W, 00 0 , n 0 (N 0 , ulN i. 0 0' 0 . 0 01.0 *CP.' P. . . 0 I 0 I E'4 I . N jS'g (N e (N n 0 t 0 r· e 0- .n U,".". (N U, o0 U_ ' U" 0o (N . 0 (N U, 'D0 (N (sN0 (N U,".". 0 .C Z 3 "D ". g - r (N p. '00 (N a' t 0 0 t E0' o 0 gee_ z LE I * -3 20 u (N '4 Cazl 0 00000000 r"."." I r, OOOOOOC709c w90 * Q * w * I9- X I9 o O rCX' * 0 * o OO *r e n gnu D t X c 0cn O° u]c oOOU z . * e . O * . o O >> r OO z . 0 3o: OO 080vo E ,2 * .0* * O O 0- z _ zz : E J* U'. *~ 00 es*00 :>O oO (N CS (N 0' '.0 . (N (N * C (N °OC(N 0 9-I £ ;13 _ * (P * -V U- U 1-i 0 0' 31 L.d Ec . U, P. 4 ' 0000 . NI I- aw t I L allc -, I (N r Ds (mN ' U, "0 t32 . 9 N I N N I N I I t I 0 -3 =1 t- I C *.*C. W0 N 0- 0 I I b4.1 I .40 0- 21 t I I Ii I (NU. C4 vU, .4 'N 0 .4 '4 (N ~~000t *0 (N q- E-4 IT =r- cn :r- -. I0 I H :s -C . -a I \Ul)m a, 0". * C It ao I I I'l M a 10 '0 U, P. (N * 9, a, U, * 0 IE u W .. N I *N = r- z S (N 0. 0 . *, . EelI 0 II 0000 O -. . "_~ N 0" (v." I Q G . W %4 *N 14OarnI U, z % rcrcr~ o I Cs 0 2". P. '4 v r I 0000000 ON o o * P. . o .;D 1 O NM <z (k@ (N 0 (N 1 F- 0 = ·31 0 Z . I o 0 to0 o '43 0 i p. P. N t 0~a1 - a' i. * C (N UU,0 9 . - n FPD e I -3 01. 4 I. W at O ootv~ __ * I * . - 0 0 '4 '4L..j f) . I I N gre 0*'rO-0o .......... g".C J III _0 _0a'0 0*1a"I" U O O os * oO * . * oo * . oo . ssr :Z 4 0 . m fr nm e w ; . .. I I U, U, U, U, U, \D oonoD:c 9 .99 *9 * . - rrtnut r r o * I 000000 e 0 e- C 00 _O 0 t N,.. he _ a U 011 3 0 L.=tI I: r. U, - '44 9I I I 4 * CC . I _, e - .r II ~i N 000000000000 ( 0 in 0. o o: O o*0o vo0 o O0 o 0 6..JI j00000 jo Io -. 00". 0 l O 0 O- . 0 . -4 -O00 0 .' 000000000006 f o ~ P- _ ~000000000 sC '4U ._ I II J 0 a' 000 o000 I-i 4 0 . n 0 9 54 00 0 0000000000 P. 0 0 C. 50 U 3- =I W O *0. cOr cvr 9O 0 t .So> * * - C I I & -, -- 1 1 I 0 I C5Z O. ;gZ Ls W - - 0% N C 0l 000000000000 , 4z 0- 0 U, 0 0% r% 0' I I I 0% N S * U, 0% 9% sr 0' N I I I I M% N 0 9 I U, aN0' cr 9% _0' I I I I *I 0 *0 0' _ ( 0 . U N * * %0 9( 0 N ' * (3 _ t I I I 9 II - J Mc 0 90 I I 9 - 0 ad m I I · 9 S~l 0% 0% 6U, 1 NN 0 0% _ * * ' , U,* * D N 0- N I % e 0' 9% 0 '0U, 5l U 0' U 4 * N 00 . 2s . urCLi" z * -z 0 It = E-. C 2 I I 0 C In .0% x 0 09 9- 2%S II * _ . -_-o 'C0200 0' ' N U, ¢ Ln frn AI 2 ; r . I -' 1* -; ; II I I I II II II -3 .' O%N 09 0% > U, N 0n _- 1~O (' b N 0 - ~ C0 - (7 0 04444 0 4,C0 0 0z 00 0 a I 9- S * I 1 1911 f, 4 0CD N 9% U, g Le. Ul CO l It I 0 .4 I I *0 *9% * N*0%" *~ . - *4 U, *0 *' .% 0* *, * . U, '. U9 0 *0' 9% 9%** 0 0r9- 0% - >0 o o o o UN LI 0o I' o 0U u J* 0 ' 0, 00U0 J.... 0 0 N 0; U U n 3 a 0r 00 00 UL" , ,' * ,0 u, * . 9 0', z u *0 z .* . o u' O' 0 N 9 * I 3 639 S , _ >>S o 9 9 I * . 2 0% 0 C . -r > * '%N U N . Dooo N 4., utbo o _ . N '- s 4 uSe * * , 9- oo O i , . ' U, _ U VI eI0% U, c o n U , 44 - - oo 0 N. * 0_ _ '0'_ , O o 0 0 OI *-I . 2 a oY I . Z I K I C r 0 0 * * . r . · X- _ _ 0.- 0% 0 0 NU, -( _ C,~ I I I 0 00X UO 0n 00 II II II I U-_ . o . . . 000000000000 U, 00 ° 0 0 0 0 . o, O O U, U, N . . , u, U, n . . I 3 0 0 4 4 4 4 *4 0 0 Ln 0 *0 O vznn . I . cr rer-r 000oo00ooooooooo0 " 0 N. oooo 00 0000000000 0000 *% * . = 0 . UN * * I* ur N . 0'' * - U, . O * - 63o9 tleS@ 9%0,%.* un o * 9- o D * . ~f 9% 1 ' ~J-I . n . I- -1 0 _ 000o 0%o 00000 1 0f C C ·C o C O 0 o4 n ' 000 t- N I V) = * 9cN *. . . s~ * 1 * '049' . 00*. . o02 r * 2 un .** w'-NOO00900 U, U, 1 U, UN '0.04 C n U, lll U, 0 U, L. z zD 0 o 0 O 0 0 C, V,U L, 0t U, 0 0000000000 0 * 000 -- 'm 0 _ ,, ('. C l 0Wl U, < N oo0o000 Cd 0% 0 N -4 C, 0W Ca . 0. £N 9- 0 .I " S * 2 0* 0 = .4 el. = 0 0'o- 9-i-f~ . 0 0 *- VI 40 (ON N 0%40 m 0 9% N . A *_ r4 0 . U - U * 000n 00 r0 93 r'. I 1 I 2 0 Cd , 0 I 2 In ' NWe-, 0% U, U,0 U, O U, o U I- o LI . X L '-4 ' U 40 0 C00 % . L, =4040 : . ' v 4c 0 %4 9 5 I 4 0 4 z C r 0 . N ; r en -Z Jr CE * * N m 4 C Z beI 0 r U, I 0* t, l ' rn ¢ 9m O0 N 00 S-100 ES: IL '.: 911191 - * 6* ' 0% 9-.- 0' cc 4:r M ,0 9 U, '0 0 NS C4N N U 0 . * S 0; I W0 .U I 0 . * YO 4 I %0 ' I C.xr C N o' 0 @ * ;43 ., I -9 * .9 *9 *N.%.' . 0 * 0 N '0N N N N U, 9% 0 4W1 40°- 0 - N9N, 1 4% 4 0 e :r _ N 0U U, - 4 , No 0. *~~ 2 24 u, 9-- f -W *P ** I I e4 I - en s 0 0% o- 0 N 0 q-199999999q I -4 r I z - 0 * . CA ,~j w~ o x I I I -- N - 9 9% 9% 4 0 ED 4 ,, N w ? 2 0 Cd 4 0 4 a U; n - -9 0 -C M-- %*; 0' S --I UN 0 N _I I U0% en i- 0 9 - - 00000 0 -C t -000000 0090000000 0 4 dS CD g-a I 0e -. 000000000000 N, % - 00 I I 0 0 U I 0 -- .9 C I In U, 0 _ II 9% % r, N N I I i- * 4 2 n 0% I - * % -" - 44 . - U; 0%9%04*N I I991 - I -r %4 - - 0 N4 0 U; 0% N C. - %0 I , - * . * um 0 I I n 4 - N I I * Do 0 U, 0 I 0 - 4 II 04 4: e:* l 4 4 - U - A I 0M. 4 - ,.- e 0' U,* * * ic c .C 0. t E-- w cn 51 I 0 000000 CL I 9 =I _ . 0 5 0 9 9- N _ 000 0' U, 4 9%0 _ _ _- _ -9 {: 4 0 a, I -000 I - - 0000 - - - - - - . - - - - V-- - - - -q -0 C 00. I I I 'll4 I 4 *. Il l . 0 * .* *00 . I l l 0 * L i i ,, 0 00 4 , ao I - I Os i- * 0 l r N In . I n cW z) f -Ir . . . N I u C N I I 0 0 . I - .. M I II I I OC W -a 4 I .I 4C -J -C 0%j . LA CCI 000000 a O OO I I 0 0 LA.;0% 0 ; I I I= N *N . N4 . ON .0 * CY 0 *r 0 l N ~4 10 '4 * *IJZ S I 0 l 'A, 0 0 II N.. Ln _ 0 ' N ; I% 0 09-~ N ' 4. -W 0,O NN -z . 0% S7 0%f- . M 00 0 * * Nl 99 M * p.9.. o 0% 5: 0 _ Ns 9- 0 f% 0 O EM _ e N i. u '4 4 o *% * 0 W z 01 . ' 9% N O- N O O: O 0rb - 99 * =0 O S Z;t = '4 .; *%* - 0 11) LAOO I--, · _ 3 .C - o- v u~ - Np.0 _ - 0 * LA M 0 .4 4 "Ir IH a. -1 I o 9-_m 0% fp.In r _ _ * 0 '4 0 N 2 W * .0*0 LA· 0 LA N 9 LA .9 0-} N * S 0 9%r A I t4 9 *4 0.i I I N * * I z rf f CN 4 3c 0% p. i L * NJ rM N - 99 0 0 p.v 9 LA 0 * N 0oo N @ r.000 99r~ ~N tI LA - 99 ar p. % _-ap. * *N 9-0% LA UA Un 0 LA LAn 99 *p. 0 Ln V U) 0% N' z9%. 0. 0.0nNI -% Vl L L ?' N 09- N LA -A- :r j 14;-, , A 9 )SbS pi 0 -i 0%r- 0% J· 0 - L S * = S - ' . \I * rN 9.- )-C-900 I - c I 'Y ~Itt * ]C ZO Z n W CN fn 9*=0 s . r e _ 4~N ^4 O £1( Oi tN : 0 cr '.4 U*0 I II r Z*.41 *.6I _ Li 01 W Nq- 99 0% ** * * . ) 0 - I ., 2 N 0 .~ ( r- ro N- I 4 I N p. - 0 -0p.0 r 0% 0% S% S N 9% O9 O NN ..9900 * 0 S 4 W A 00 . sr * r0 :e. -0 0 F:, ;a 5;1 L NOC t %rIt p-I e "I'l In - *: r4 Z .O *%* . 0- 02 N N- '4 11 11 0 * I I Li .4 e 0 Z Nz Z L AIC5N Ii N 0% 3 sra O I _ I r4· N. I II I 0 0000 0 Ln 0 *e~ll * N 4 O I I A 0 ar 9 00c NC 09 In9_ r N i .% 0 M0 ': i;. 4 0 g NI- 4r 'r L0 W N x 0O 4 .r 0% II - - r I N- * -9 I I'rl 0. M II * M - 9%' 1 M II 0% O t 00000000 0 r% N N - 4 ' N X r - * o4 0 :D %9% A N N II X II L N I 1n - - pl. W I I I J 4 I .4 -, ,a @0 p. * .LA 99 * 0 N'lLA I I * N 0 *9rMNII I I I 0% N N - N I _ en 99 M I ItLO 0% - 0% - -- 0 ino90-o% I - -- . Cy0 LA 0 0 =r NI o 0:· -- I I t p M - t . . *v N 00 - - L LA I 091- - 0- -9-~ . 0000000000 c r -9--9-99-99-Y p. I I - i I1 l 4 0 0 I °~L~Z 993 LA*LA L _ .n Z .4 Z Z- W C '4 4 1 0 = I Ou.", C O.0 I II II II .0 LA Z O * M .4 Z -^ II .01 VI 2' -C 0.0 Ch 000 0 0 0 0 5 0 0 0 I- 0 IC 0 k. '4 a 0, 0C00 \0 0 0% C, 0% C, 0 00 = ' a, A -- 00 * . 000 Cy, C J'.Cs - V IC~ 00000000 , V, ;^ . r C: a r M II . C .a .-C . V,' 4-_ L ,LA 0 0 0 o'. 0. oo 0 0 00600000 Z "b 000 000 O ',9- *'0 Z' - -1 0%:.0 p.9%0O 000 __ 8 00.0. a000000· o z0 0o 0 000000 00 0 00 1.0rrn - 000n 000000000000 t I I a ON ao IC *0 ¢I II .0900000 Z. 91 I X LO 0009000 0 '4 E * 0 000 s 00000000C 0 000 I I 0 0 0O ( 0;00000 - .- 0 0 0 , 4 L LM ;: V, 00 Vn 0009 WI II II I 00 II II I X, V,'r tl .; t 00;rV" LA 000 0, 00 C; 00 0 _ 1; CU 60 0O O O 000 N LA L N 000 . n LA %tO-r- >000 N_ A t000 LA~LA·LA 0C- Q - ,n0 *n. * . - a)0o.0. a o 00 kn _ o 00O 3 C 000f* fb *~ 1n, O ", :M Z00: Z 9D ,o u5 *'I'll C . '-' . Ct AL.L* O O S * , . -! 000 :O : .9 .. it '4 0 000000000000 LM: I * M 9g. II N 'u 41 H a . 00; i: 0 I t. 00 :j "3n 0 tr. , I I _I< C ej 0 000000 00° 0 jo - '4 * 1· I 4 0000 000 000000000 000 O (M=z (/1 S9 _ I e a W C.. 52 P = . t_ 3 0 - N rr 0 __- _ 9- L '4 4 00000000000 - C 1 -- - - - - - - I 0000000000 I --- -- - - -- I 1= -- OO0000000000 I Odc000000000 r o 4 O ( - - IL AL 606 6O0 C9%- M * * . LA L L . *. . . IC60 fp. . * 00 'f% 60 * L N l U 6 %ON rre 04 .I Z . o0 ~ I I iAmN 1. -;I o E a z 0 0C . I II 0 0 . 0 19'M M r -a LA- M - . M N Ii A U I big Ul b - 0 *0 *0 * 0 - - - q- * * * * 6 . * 0* .0 I I II Ln 6s | 4r el N -3 0 __ N N _ 0000 oozma I I C D-' 4v 0% 'J I'l " km 5 N * rU 0 N- _ e ixr LA 0 o -3 10 2 I C Es: -3 -4 CD - 0 N 0 o. · *. Q C -3 M 60 0 Fr (N z *I. N * I l~~~~~~~~~~~~~~ I 000 p.360 N9..n _ !'-N ;L N N N ci 60 ~ ~ ul') I, Iz . O* .00 e po N . M. * IDt o 0% Nr O-N; 0 z . *.P I I I N 0 L; N 4 -. 4 s2 Z0 C U r-o -U C '£ < * It 0000r0006 '-'-'-'-'-6 0O 00 n C C- O oOLALALALALALA6 6060 00D 0 6 0 UNUN1 r: __ __ n 0 or o _---C 0 4 1H 03 *'3 I ooeoo o L LA C 66 036 c6 , , oo cr LA 00 o ' x% = M 000 .0 . I Z 2 I = 'C I - 00;0000 0000 og o o 2; z 030 3 60 r0l . _ 11 Cc 4 £a - 0 M o C . -3-4 . :4 2 E[- : 0 0 c 0 az -3 O ' 1 _ :S _ _- N 4 O :: x_ _ I 1 D -'- cO N . *.* 0 ., ,_, C 'M - *(96 L *'*- _-_ S LA'- 5: 60 U - (9 '-0 ,_ - N '- N N "I n,(9Yp.. L II 0000 un i un 7 C; *; .~ 11 0000000000 6 a lw 4u (- g 0% I 3003000 II o I -4 C * _ N(N'"D I U It I x _i 447 - 0o00000 I 0000000000% L LA o 06 *'- 60 Ln I D. 1i V, X'-9-'-'- z 000 '- r I I ' _ _ I 4 * LA U (90L p. (t9 .0l _ 4 aD IC 'InA1\0 6- 74^, I 0 'Pl-c _ z N) 00 x O2 'r* I C- 0 LA D 0C0I.I V N . 0'- 0 9- ~Oc-NNr5 60 60 ('3 -00 06 * *0 . 0N6 _ b.L~vg U\i "A.- p. '-U' II I U 4-4 10 : - N4 N O0 CD 'n 9 NO-N': -A e : at -- 5 _'-NP. U N 0 N 60 060(96 LU * *06'.9(. *.N N-- * - L*A m iJ Q n X _w-', bu o w _ N s - * . I I N 60 U U * 9 N4(960 P P. 60 U N ,- I I 0: * * 0cc N*1ID 60 LA 60 U 0604 U C0%6;0N' - (9(en - - "4 0 ?3 N0 . U '0 (9 ( e . * S 0% 0 N4- ¢ N 60 LA 60 * 0 60 p. *1 N (-9 10 N U 60 P. r. 0 U N -I 0 w C M u s 'C 0 l II I 'OU - 0 U NY * N f- . '- 0* Z I 2 t -It0o 0 00o- eV N 0-C o Z *. 0Z Z S 0% l -3 N 6 0. :4 0000000 __ II -3 * 0 0 2 yox 1 9 1w31osa rn l l l - A. * * -. eaM bZe 'a _ .4 z -3 0 M U3 x NN *9 *p. N * .6**6 t 0 0 N ' N D0 N r 06 f% *o O0 N*~·0 N 1% 1% l0 0 21 0-4 0 *0*1 -4 1 03 0% 6 I -C .3 -- I V) (9 :IIIo IN I! -4 M 0 4l I o 0 -3 *6v W I I I no *. Lm u~ a 0000000 N L * * =24i-4'0 I 0. I cr) 0 U -4 I I ~ 000 M I I 1rc~ 0 66 0r-S * h4 ; C) O n 0 .j> II 0000 O 00 C 0 II II II 00 000000 00 000 00 00C II I 00000000 · · · ·o Jo*.io · :ooo.*o*. *. M I .1 60 p. p.~l * * 6 I nII Nz LA -4 *9- 0 .0 0% (1 % (6. L (63 "' * 0 'C*I -4 0 1 ,0 o00(00o0 0%0o v cl 000000000000 p. a, r- * t - g: er Q , 36 ( 0 . , jr 0 0 0 0 0000 0 00 n : . - ;4 .4 t -3 -C 000000000000 o 00 00 o 0 r. M ,> 0% 0. -N. . (x ol o0 0 Li 0 s o0 .p. M C -4 I. I o 000o 0 ho 1-4 - .DZ -C w z ft. 53 2 = Ln -i z .1 F! I E* _ t p. . 00000 0- 4 4 ., .LA . . -4 -6s 0% I * ~ I O * C e I Q ~ .sI ~~O2EI 41 a I z~~~~ I IIZ z 4 Z I p. n ,. ., zC0 I b4 I r r 4 ib . I 0 4 z o 4~~~~ =. 4 xtr w ~~ 4 o. 4 .. 4 m .I _ Ct > Y*\ u II s 3 ~ZI 0 z t ¢ .~~ 11 0P ( 4W or 4 s: 4 4 4 C. U) -I = '._ 54 N I I U, I Y I rI I '.0 I N I I N I L~ J· I I =I d N 2 : 0 * a ~iuU 0 o Cu ~ 2 ~~~~ 14 l fr m 2 a IC V: = 21 O Q ~~ ~ ~ 40~~·b.II~~~~~~0 a J rn= U~~~~~~~ ~ ~~ 0 cr.~O 4 ~ o~ 01I 10 ... z O s .~~*ne E2 xi= -z Z 4 2 O O ,,: ~ Z 4 rbb tm aa O z ~~~~~~~ ~ 2 ~ c,^ - 0a: < 4 a ~ ~~ 4 ;:5. ~3 J ~ ~ O~~ a * atVjl 0 3 ~ =, Z ~~ ~~ jU7 3nv U FX ~ a H H) c-UZO n 00 F 55 a: a cS 0 0 0H 4a =~~~ a m* C) ii M K a -~W 4 :. 0~~~~~~~~ (. ~~ < E~ Zi E- 9z0 6. Q0 Cc t " * ~~ ~ ~~ s ~~~*. ~2 ~ ~ O~ U 4~ 0: aF: w a 0m0 - u H k Zi (10 *. 4 -1 _ 0 'I~~~~~~~~~~I a A; 4 14 C: 4 ~ z ~ * 5 0 0 Y 2* ~0 '' U J a3 C 5-a < . a Uu0 a ': _ Z r Z 4 z 2 3 c , C c4 w I 3 0% 0% * . * 0 * b4* o 0 * 0I cm !% t 0 * *I . o I I I * 0 0 . - C I co N 3I o; I I 3 0% 0 I I I * in Ca 0 I 0 Un O o en9 I ea1.3.= t , I I I J4 *J I '4 C I 3 * P% 0 - I I 3 I N i O I S * CD I I I I 0 IA I C FI I I I kn -* 0 - 3 a 3 N 0 X :? 0 0 "co 0 N 13I N I ta Y 0 'D 3% a, 0 0 * 0 3 '- 3%. UI Ln U I C6 bd s4 * 39 I N 3% r3 Cy, 4a = 03 in. 1 I I 0 I 0 * 3 I 00 0 :1 I N 3 0 " 1 . U '0 9 3 NS0 I* I O N = o N 0 - M 3 0 0% _ o0 _ N N o 0C - c '- 4 N 3 0 .. N M ~ I 3 I I 3 I 3 I 3 .0I 0% 0% - ON C * N - Fl- % U - - 3% 0 'C N C t MI - 0 - N 39 - 3I N ( 3% 39 - 3 'D - - _ - 0 '. I ,_I .4 e 2; S -4 0 W V ¢: e -C O U' 4 oin * I X 0 = I n I p.- I O 3 In I I I I .4 I - S N 3 0 0 4 CS '9- 0 N 0 3 0 C . :- N : _ _- . ¢ " C : ,- r-_ -. N e U 0 p.. 3 * 0 0, N 0' i. N in e- - N N 3 N N N ( L o 0% ) . I- 0 9 rO. N 39 L, .0 : ww .4 0 -0l 0 LA CS V, C3 ID 9 0 '0 LA M, 0 o M I I I C tC 0% 0 .t 0 0 -J *5~ a o0 p.. p. - " .0 a N ... f% o " 0 9 - p. o ./ Lr , p. U0 4 p I C U '1 p.~~~~~~~ * * o 0 1 NS o _ 0 _r I N _ co - = -- -I N a . C LA N M M M, M ; 0 4 p.. 0 LI M Lr el) %0 l c a; .r 0 rC Z p.. z =0 r C Z2 Z 4 ' o; C. r. * r% 3%. Z2 4 a 0% : r % 3% .S .S 4 a .' 5: zw N N N N L0 N 3M - -0 = Ln = z = r a, M 0 0 S 0 ]. D "J 0 _ - _ 0l _ _ _ r r C M_ Z2 Z Z 0 ZO 0 2 4 >4 .> 0 a , o; c3 r3% ' 3% ~ > ' 3% r a. to. 4 4" _ e 3% _M s A -, 0 N .0 3% M a- 0 S _0 - = _ _ 0 12 M r 4 4 ;0 a% 0 .0 % p 3% r_% ro% t% . b. a. to. _. (a r3 M - M L .r N -IT 39 N 3% 9 ] 3% frv 0 p..? M '0 en {N eN p. O .a % .= 2o i j =2 4 = C Z2 20 4 >4 3% .- C_ =2 4 Z0~ X _ 0. 4^ 4 O 0% 3 S ,Q 0. 3% f C z ~p r 5 a. 56 t. L. . t. *. . t. 0 ** _ * . N *. - 'o * 0 . m~~t( * , o te _ * * * fi 0 U1 NM t _ .w N N *n ifl I w a (% ?h 0 O U~ . - O6 _ _ t > .* ~ q r ' * * 0 * N . 0 Un t t~. * .~ 0 SI 'J 0~ - * Ct N < C-- z 0 _* o C x, , _ r. 0 '0 O _ _ U' C0 - - - . N3N ON z o t4 r S' ~ ' -n 0r 3 ! L3 rx O 'r N ·- - s "' a !>4 N L? a - _ '-J ' 7· Ns Co 3 = rv 'Nt 0. N '0 '0 t >1 C * S ;. '0 U"' C. 3 I_ _ r J.. C N N :ru C rN N - '0vCso O · C U) 3 3I t:Syr 3 hi = t N · _ 3 .j 1 = c N tV^ 3 · .0 LS _ : S _ ; 5tP = mN ^ ~~~~ ~ ~ ~ ~ ~ ~ ~ ~ s~~~~ _ - = 2 CC C C N N N _ C. -. ' 57 P. 4 1P r4 IC km I 45 a Io -J rn M a> 9 cr I" 4 zZ I a: uJ 0 a: I O.- 9 - J . I ,~ JI D.. '-4 Eir LI rrl *W S C I 0 I N N N _ O _ -J " 0 .-. c W N M N @o N %t VAW , * 11o; M 01 _ LIn LI I P. % 9 ~ I : N N : ;r a: 0 N( *'In N In N vt be vt be ; 'IN " 9- W ; a be 1 F 9 0- - - N W. ; ;4 be we vc . . . . = pw 3 :: v CC C C. <: Kn: c IC H z: - v C 0 4 eI 1 N N Fn e *- '* -* VE " ' co=a Is Cy, ; 01 0~ _ 0 'c C0 o 0 U,) CN e 0 e ae M In a 0 *r N N u, N P. N rN N Un - 0 N 0 r9 0 C n 0e o . C`O0 M - W4 d be * I I .0 Oo w M N I . ; r = ,M W: . N 9 tI * . Q = - * _t g( . W. W 0 P N p. 0 0 z 0 0 Q ;d 0 3 e0 I -C 0 O a: Ie 2S * 0 _ 9- LI b J I .0 i .t 'Og rI c I I I 1 W I o ,- F 0 N - - * co a II 0. '-3 r) p. M U fP cI. 9 LI 0 C r' M 4 y v N <: P.. - I 0 c C 0 kn I .: 0 t o I I .1 * w 0 - o 0 : =~ .Cj W = .L 4 = CL a . _ ;a W. 2 W Z M I o 0 :C :4 3 C 1 W ra = uL 1 I .. I - p. 58 0 * 3 5 a s. C1 . 4 4 O - u IL. m U 0 a * 0 o a Oa ~~~ aS u ao N a on th Po v~ : ~t ~ ~ U 1 :w 4O Z O 3 " < an IL ,· cz4 P W 4 ;z 4 Nj.4 ca ZC, C a E E: < 2 .3nto H : 2 H II =4-4 -4 ; II II II r £. .< z · O ) C n W~~~~~~5,~~ E Ca: X * N N z N. 4t - I4 W~~ 4 0 ~~~, ts LO - : Nt * ~ C ON k. ra~ z. rr4 b 23 ci~ Q ~ ~~~ E o: PO -O L< z s m , Q O3 ~ Z,0 4 o >4 o 2Z 0 E 4 a.. ~ : p: 2 8. I4 z: = Wv C 0c3 c 4 0 ~~ ~ O 2 * to ~ ~ ~~~~ Ut -t t4 U toa 0 Ya £ Z m 2 0 0 2 r4 * 2, 4 8-3 ~ :E U, a j uz w: O Z =r 0 :0 X =a 0E E( rc PV' U,. 14, V9 59 0 2 2* ' W _ -3 zz - ;:; _ k r' 0%o 00 0 C, 049.--'-0 000 .- - - 00o00000000000 ao -b f^ 44 *09o _ rW 000 N 04 d U, N 05 eA 0 N 0% N 49 :r * '0 '.0 0 UN U9 9-N49U I ,, I I '%lN"'-I I o ,,t 1, 'I I 02' I tI a M 44 an Z.. 00 I .c4 u 6z N u,.'lb l1 |1U t . 01 u§§10r N I%1- I I :tIa4 lN tlls Il I IMIs I . * Ii l000% 0% _%49 U9 0t N 0oN.t I I I I oII * '.0.00% -I I Iill I111 NN'r -^ N>1~b Z 0X0t ~md * ¢ *** 4 I . S 0 . .5 .S . 0 . I a * I -3 -N | ~bN _ | 49 0%*0 49f e § * @ * * * ^ N 4*U,1Se * * . C 0oot cD e aW X x CSN I( | _ I ^ ooooooooooo0oooo M~l ~ iat U N .*0% 499 ~ 4 u . N N _ r' tn 49 N 9 N In 00 9- 1 II043, ,-.. Na. a 0 "I 1* I. -3 4! I 0r -(I~~~~ 4 0 "3 ; ~3: 40'S .. _ N 0 *D 0 0. - -t U9-_ .0 9- N N 0 o0.0 H ,, 0 0 * 4 = ix ru M w 0O 1: 0 2 4 -C 0 L H O M a 0O -J 0l .0 Q a 00 . I 4 U-JI x :Mr 0= I . L)Z N,_I I -30 * 41 I n I . =.. I 203 £a W * 0 * . E * . * 0% . 49 u s 0%.0 S N .0_ -3 U, 49 1) Ns N r. 0 0 NS 0 N -*00.° . .. 9 49 . N . % N.- . . * 0 . N. Nr le N Nrs ot r0 e N x N U, IN '.3@ N 0SSS N_ a ¢' 49 ES N p. 9n - N N' Nb 4994 o 9-' I 2. z . ,1 .o , H_ _ * . C, .0 0% N .0 9sr- N- N S N N *49 0 * ¢ r. N.0 N t~ N N U, 0D UN N ut N0' uA N rp 4 04*90 NN,- 44949 N N' _ -_ a a 0.**e* *4 0 N > S 49 * N .0 N-N w' J% .0 No LA N -0D U N NS E-nN N U,0 N .0 u' -¢ ' 0 N Ns r.9x 0% C. _, _- 0( Ln N ,^ 0 0. *0 . . * * 9- N rb 0 .0 9D- 49 *4>r *9 N N :t 0 N ,~ N N4 '.o xo 0% ,n 0% N 30 _9 '4449 N ' N * o% fr N 4* N.- o 4 N Nq - 490490e 4 _ _~ N N es N'. N 0 49 1. ;* 0r 0-4 % N * 490 N >' f' 49 00o~ b .49^ N i N Ns 9 0% .0 a 9- cb 1* 49.w N b 9 s U, 0 N9- r% 19 0% N4 ..-_9- 9- N 494949 N4 N * i. 4 N In ~'.' 92 2 C4 4 3p.Ppbb .49 000 O00 N N NNN 4 *.0.0'.0.0 @ 0 0 000OO 490 0 49 1.3 0~ 0 0- U 0 N U, N N hOO * 4 tH Ca 2 * N1 *r .00900 N N OOOO: oO N NJ 9- U, 4I a0 _ H * O. '.. O~. Ip 0- C 0 U, _0 U, N Nt N N N 49 U, u,.. . * * . *0 * 0 .0 490 0C 000 *0 *0 0* to 0 11 13 C = * 0 rb.. 4 I b4 .0 trl M 00000000 00000OO~ 03 . un 4 '.3 - 0°y OcO O 40 CZ . 9. . 00. . 0 . . ! N o N N o9 * _, o o.o490O0o00 ,, 0 M U0 * r0 £ N 0% * O~P. 0 3,3 U, T H 0 . 00 ., 00 00000 P-0049000 . . 000000000000 P 45 0 4 :. 4 i'4 H 4 I.. 2 11 -3 009. 0 fN 2 a, -3 UI 49 a% E1 * -. 00. .. - . .- . . - 9* .~~~ H 2 4 U,~c 0C In 60 w Z r D In 0 = LI I C- 4M. 00 0 _ 1-____ _ 000000000 o% I =. 0 0 tD o 0% 0 0 - 0 000 % C at Nr 1 -i 1-11111 . * . 406 *.0'0* 4- 'M It I 49 ,-4 ,. , * in fi e I- N _. 1- N 0. o. .. b. 1-6g Ns.I HPV I 3! 04*6 . %0' 4% 49 tn U, 6066 N N .* N 1- U * S _- :r4 ,, 4% Ub eI|I I 0% 4. 4%tD -0 49 ._ II .F nN 0 N-0 *0o6t __ . en t7t M U 64'NIl et '0 4." 0 .. 0 4.0 * 4 [-4 _ tm oo _0 0 no 4 0 6 N n 0 9 4.- 00 C6t .4 Ln · me =4 P4 Ca 0 o0 *a 6 6d 0 4 a .4 d C. . * * " %'U, . 90 I a a .0 t= (:-1 0 1- E-4 0Z C: 0 0 W4 ' a r= 0 O - 0 8 Z 4 Da W) U80 '4 2 * I 2 (4 9n 000000000 NN N N * ul O ' 0 4 t *6 .6 %4. 00 9 o _4 a n " 6 6 6 0 6t N 4M N' 0 C0 0% 6 -N 1 N N I ! I I I 4 4%00 '000 0 '00%N 0 N , 0 4. _ C N '89 a 0%, N N .00001O- N 1- '000 4 J 14 .. j0 Nar 4. V) ,0 r W . 0 r . 4. S. U, N .r .4. N 0O4 N -* - o-o N N 4 04cJoc N In U, 0 N 00%Q N,N 4 N :tNrorc 0% 0 A 00O 0 N ~m · I b: cr 1C0 0 00 00 049 ' 0 100 N 1 -i 9 '-Yp 0 0 0 0 00 66 0 0 9 84 I3 I Oa I =a I . I 0 = 4 '1 en , e, 0% ON. ooooooo0ooo0 C: 0O o 0 O . _ - _- Oo c_ oooo 00 _V-- N o1- 61 4iA 0 U 0000 0 0 0 s4 ~'40000 s~ Un 04 nn OOn r ' 00 4 4 9 , , 49 00 '00 aO Oa 0 0O 0 O 0 % a Q *OD 1-1_-_-1-1 0000000 : 4N ri f 3 rI ... .4 W0 hc in P 2 1 - N N OOJjJOOOC 0 '. k4 ( 4 000on 08 -4 0 OI 0- 0 'c I 00'-'-' I 000000000000 000000000000 = 1 N N . - 0 I ,..)1 U, r 1- 1Z1jt:jJJ NtJj: N- N In 4 N * * jJJ. . 0000000 6: in U, *b-xn 1-00000000 m 2nO0 Nt O '0000000 4% xr a Z0 ,~ W I 0 4 0% N N LA* * _ .4 Sn en N _ '00 Z v0f mo'a9 0- 6 u~ ~ra N 0% 04 o 0 0% 00 r 0: 0 Vo 0.4._- mge N4 .. ,* 0 c4in N '0 N N '0 4 .coA 0 ' 4 9' 0uD o 4.4 . N CO -f 1 1-1 N O O 6t N I 0 000000000 .4W4 -,N NO g. - t 0% 4( 4 '-' . m 0> a W~%* a a %at N 2 w. W aD Oab O. 0 0 0%-m 0% . '. W06. * 040 W. - ,Z000N 40. 0. 0 0 '-..6N. 4% 1'D 0 o. t' N 4 o '0 0 % N 1-4 9O0 0 0 0 0 0 N .0 N 0 4 . O U, 4 0 s0 0t'S s0% ^4 9'01-N N N4 N'-N Nol_ . 4 0% -Io rN- 4l. N="0 '0o, % 6O aO0 ( tN0 , 0 I i ' 00 0 % 0% 0r0 0' -tSNNN4N u 1-UN * l '4 33 00000000000 n -%r O I q N N N N N N - ,N _ N 04.0 o o _ Oa: 1: 1 .4 M. v, 0 0 4Irb 149Ut III 4 4 U, U, 49 U, 0 N N N N N . 6 0000 20xt 666 D 00000600'000 0 0 66 l 00000000000 0 00 o>0 Oa 0 I I 0 1-4 3 . 0 r, co Dco 6e pmq W *.* Z ;b 'I * in- *0 &A o 0% 0 I 4% 0 5 t 0 .' OP 0 .1 0 0 ooQ%0W O 0 _ U .6 0 NN N N N 6· : .N g 1- 0 _, 4.. 0 0" N Wooo 0,, O m 4. 00000 '04 N N t I I 0 1,,000 v % 0f%0%0 00 000 0000 N4N 0 0 0 _ 4% 904 O Nv e- "- 0,(9 N 4- N 4 a0 q0 a o r- %n I 9 N 0 0 r4 f4 Z I 0,. u, m . 0%= ,.N rU U,. N Ni N N _- 1 s4 Nu C O% rs O 84 W4 II .0 . I co I-4 P4 a I 33 m 6 66 , U, N I Co ' oUN;Z~ w .4 (42a-..dI 4i 4t 0% O) ( 0& j I 34 co 2bd W 0.3 c1 8_ II .3 0 2u~~ @ .. It I 3140.3 6. g. . 40o-% 0O..- ,I I. 0. O M ON 4. N t- 0% 4 N o· 6 66 I N 1- 0G · I * 2* :2 O*I I U4 0.1 -4 II 6 . I I 00000000000 I O 4~ ,"1,,n I 0. CO-t Q O 9v t 6 *. 10%c N %4% l_ 4 0 r * t I I . 8I UI * 0 I 4% 1- '00 III' . _. I 90 _t t_ _ %N * 0 W 0% * 6o6 I N P% 40 o 4% 1- - 4 % 0% '_ 0 4 1 - t, '0 1U, - 10-N -04. 4.6 4.01 4949 N tD 1I1tD 0 6N ON 0! 6-1- i 1 0tt 9 * 0 1t ,, 1 U,Q%t at * 1- I 0 0 NO a Ot U, a U1i7 !1_I W* 6 O .0 o 6 . t tD04 N 4. N U, 4. 0 N U, r . ' t* 0 I 0% . * I I_ CD . 0 4 %3 as 33 N 0 * N 1o-0 N 6 _ WC · r14 A . * . 0NtI I * a _ _ t, _ t.N CY r_ .. N ° 0O % 490l 1- 1- ;4N C4 tN N : lid I= r4 _ 0 0 0 0 O 'ao co 0 0 0 Do _ _ O tD h-u 1: .4 SC as 0 6666.66.6 4.0 0 0 g.. 0 I 0 N · S 6. I = . I (4 * 8; '1 *C4 =~ M * II .c.a 0 :* 1- '04 . 6 * 0% N'06 0 .14 Z, * co _ . _ I 4.0 N4. N t9 o% NM W a', o, 4.U M N40 r m N 4%0 0% 0% N( 01-_ N ), oP'J I Mm!'b I # _ 0 a . %r UN 4% N 0% * '0 0 I I 0 4. 0%49- .: Ai '00 0% 0r%6-rW 4% 0 I 6 /-. I A. * 11t U'1 tD N I ., *. g 44 t ' ,9 0% 'o 4 6 * 0oy 0r, ,a 0St9 _ N r II 14 1-e 1- I N t6 1 -UN I.In~~~v" 0% 0 N'6g 0 0* In N . ,* N.e _4900 N 0% u, U,. N.. 4. U, 0% o Nr * 4% (4 U a M 1- N- N 0000000600. 4%9 * 0 OS: " Cy% O t0 0 000 O 0O O O. O I I' 0 I 0 8I I 00 02000 49 0 c0 N 0 0 0000 0. .0 * * 6 0 1o o % -o o-o * * -0 0 0000 0000 11 - 40 -- - 1- - 0% 0 _--N N- __ - - I E. _ -, N 0 II N N--N 49 m 4o L w_ ow 4049ON wo r 4 N ' C gt . I I lIZ o Lr N0 N Et 4 , 0: .4 . li .j *; *1Nbmm~9 * I I 11 I 1 II I I I o ffl I I III 4 0 0 0 U. - (4 M - * * O 6* * A U 0 P.400N N . *I .4 N · 5.6 :r 0% 0~* I I ZS I _ I I ep es 0 a,0 o 0 _0 Cr qr LA mg _r-Y ,-'-,NN4949-'- 0 ? . 0 N 0% . PA.10 c, 0 ?%Nq 0 a C1 '? N%LA LA 04N40 Z ,_Y I z 0 N Nt i4 I 4 0rP 0 - 04 I N r4 I N N '- L0A4-9N'' I II O N 0 i II 2' 49 -4 I I I L 4-e e-e0 ·0O 4 · 0% s '- ,r- 0% 0 L . 049 C* % . . L. * * :r 0 -0. % %0 N N_ ^4 0% N n4 N 4f P I- e - L O P. LA 20 tn rL 0% . N . L' . . . _ N 0 0% N Nr IC r a 4t V C, 0% 0 ;iU % .1 N1 0% * . ,.=, * i4 '-N N * '-N N?, * N 0St *_ - s l I*N 0% NN-9 ° _,-NN C·· *- 0 C 43 13 N Nr In N LA 0 LA es 0t 49 C 0% * A 4 Nl co 0 .. * ' N LA 0% P 80 ? 0 P. '0 0 LA'949NN,-'- ?%49 N 3% 0% N LA - 4 0% '-4 :? 0O o' LAX Z z 4 0 'O P 0 U. 4 I LA fN S~ 4 I C - - N rN W z: 0 N~ 4* '4 H I I I _ , 0% tu 13 C x· * >· a, 11 Z% F4 D>- tn- C = v or C 14 N * .0% a C .4 L N , el r- -L 0 LA LA LA N 400 II II II O6> ~3 II I S% 0 0 0 0 '- °- 4 '. . C 14 0% J 0A ~ I Hu . . C45 O o :.: . .- . 0- P- Z 4 r_ O00e_ oD .0 3'0D 00'on-'- * * . * 900 N C' I 3 - _0 -7 P L- 040- v 0 C) 4 - II 0 = I , I - .4. 0% 4 9 0'_ N -__ . W I I z-- .D____ 0 00000000000000 0000000000000060 0; 0 IC C 0%> a LA4 0 0 . ,. 0 0 .0 o'300o5 o, 000 0 0 0a 0 e LA 0 r9 I . ,,I . cI n 0 0O 3%'o '- P . P s N- 0 .~ 0 = O 5^ 0 04 LA 6 CD . o z0n 03C% 0 H * H . P. P. Pr 40O40 40 4 '0 <:C cr, 0 0 C0 CD00 ,D I 0 N 0 ,r ! 4 NNNN I I It NI 4 9 NL 4 A4 N. .0 .4 0 6-I e Ez 0 H 5 I r~0-% )cl C''N N 4994 *1 l I 0 MO006 '0 --O% ? 6LA LAt 0 LA %'-4 0- .' LA 0% N LA A 0% N°%0% V4.. U 4 I z 34 o4 N*o4 * * C) I I0 L 4' !4N'-6- 0 P. 0.LA* . L * 0 (03 0% L "I N Ei X QQ S II 0 LA 0 0 ;I E -4 0% I '0 90 P. MW . , 0_ LAL N 'O9 LA 0r- N LuN LA -N 0 LA '0%a,''0%LA0' L LA = l49 i~ -N4,0 N VI 0 o. I 1_ * 4 I NI N P% = Z 3 In N e ". N C4 0% a 0 - - I I I I N -4 0 9N itIltIl tIitl I I I I I I 1 l CLI 0% I .4 I 4L 0.3 -V L = 0% LA r- O .O I 0 1I H 1 rN rI 0 g0ilq,_, 1 1 e 1I Elt . 1 I .40% El I IC Q 4 0 I .4 0 .6 %_D 0 0 0 N e4 0* N 71 aa .4 N .J. - I .4 b CD4 nOzQ LA :_ . 0 0iY ~0, I If0 0~ 0 F. 3 24UI J . 0 0 0 N 4 O.II N 0% 1 %a L-j 0 It -0 N'- 0C N4 _I 1 1~3Q LA 1. UA 49 , 0000000000000000 * 40-P0'-6-N 0 N 4 N NO- 0 -NN49 4949- N A * 0 15 000 0 I I 0000000000000000 1-1 LA .' ZI so tI ill 0C I * *@ * 04 r n 4r I *4 I I .4 = 0L: 1 I t.1 * W I N . 491 'Lz Mo 49 4 F I OL Ln 40r O0 4 * O I I LA N 0 - 00 04 I I 4 0 4it I I l U 46- _, M . . . . II. * O49106-0440I . *.*P *N* . Ln 400-* W P --- N I I N. cr_-N . e00 I 0 0% 0 I 00000000 _--_ M M I I O0~090 4 0 LA _--- 0 P. c0 - Oc N > oOO 00 _ 62 0Co( 00 o 00 IIU _ _ _ _ _ _ _ (N C I m9 M C I : N(N 19't0* M *1 M N N I I ON N . I e 0 - 9 -l %D va -, -- 9 %a 1 D * 4vrl v V - 9 %e 4 - - N 0 c : I ra 0% ~ M, L .4Ma N 0 v 0 *. . II ad It - Fn I o " 19 I W W 4 I Z I- I ' *% N 3 -e I N 4 0 a 0 _9r I II s N 0 96 a N 0 I - 9 0N LA A 0; -- I 0 1 I * S * % II 0* I F 0 0 '0 9 - 3 6 n N O * '00 0 I 0 I I 0 O 6 L00 (N I NI 0 000 N I O N - o0 Cy I I 9_ !1t * 4 N 0 "t - I 0 0 I . . - * 0 Ln (N L N % NI I II I~~~~~~~~~~~~~~~ *( V a 0 N I _e- NI I: I N -t III_ _ I O9- I '-p. I I I I 0C - I '0. 9 Fq 0% 0% ; 6 *O%-WN Ii e :3a 0 3 I 090 * z I * e I - C0 _ '0N t N 0 o *0%* :e N _I _ * I-%o ' M vO 0 0019 :EN0%-' ' ~~* '0 0W LA 19 4 0% 0 I I I 090 9 00o- soo- - 1: *' _ I I I ; J 0 I I 9 * I 0 I - I 9- 0- .0 'C 2 .0' · %N 1 - 9-0 A 0 1 N -- I 0 9 D00' 0 0 9_ * I 19 I N, C; 0 90N -, I ';D N 0N M * - 0o -- 'CLA0 4 - VII z F 9 Um I II II I It N I I I 9 n *w a 1 * . 9-9- II I 0 0. D IN r(L o0Iooooooooooo 0 00 --- c il 0 15 - N ~ 0 0 0 ,, 1 I - * q f I I IN I I 0000000000000000 :3 - 0 .4 LA (I M3-Z LA U. .I Or _ - Y.,' I _: I I >t · 9- 02 00 a, M, M D - 0 I II tm 4 e*. a* * * 0* *e -' 0 %19 t 9 01 LA N 9-00 C-: * 9 9- '0~ *- 0% e -t9 :' U^ 19e0 m - o 0X 0% 6% 190e N , _ N N N N N N *I 1 C t- 40190N O L* 0 O * * '* '0 N 0% ' N ' 0 N N w¢ * 0% -0 00 1 0 **** *3 0. , I I~~~~~~~~~~I 3: ('*0 II .0 0 i r9 *9LA -,*% xo . .0 * tN>-;* N'0 -N * 0- ON0 ;: o9 * C 0 LA N * 0%L I r. ,0 9-O : g a . S* :r~ * l i% 6% %'- '0 NPN19 6% o -0*0 'L 3* *t a* :% 9-4 N N O991 _ . 0 t: (- 3 10 N LA LA* 0 H z CUNI a _ t N i4x fZ x *t A * Ns * 19 ' * 0 I C N o3 LAl N ,. _ Z. 0 O I LLA LA LA n"0 19 I T: rr , O LA 00N 0 0 L000 0000000 0D 00 N N,N N1 _- 3 u '0 z o5 30000 N 'rl 3~~~~~~~~~~~ 0o H F 3: * X C L: 3:i I . 9 00 000 9 0 I 3: I U0 4 3 F F . Cl * F 'C 9I O 0 O: c LA 0 - O e e , e 8: 3: 0 0 eeeeeeeeO * * a D 0 F. 3: 0 6% .0 6% 1 °0 L - N -% 1' - ,^ .A .% N '9 N =r N ' 0 . C000 - :: - 19 L LA * . _ * * . * ; . 03 0 00 00 N N 19 LA LA LA ,AL 0000 0 0_ . N N N N 19 LA LA iu LA L^ ****'****.*.*. oa z0 N* 6% -o- o- 1 _ _ N -3 c: 0 7D n O-5 :,_ H -C 63 z o _, !z -, 'T r= Oz = = "D : n _ r_ o~ _Z = 000n = t LA .4 9-9-9-_--_-_-_ I .IF LA r~~~~~~~~~~~~~~~~~~~~~~ CI I I 0 o0 0 . . 5 * . 0000 .4 .I 0 LA L 3* Ft .*oj -H 0 U: |l N. % W - - 000£3'0300__ * *.* . I 000000000000 00 -0-- 03n z O _7 396~~~. o L 000 n LA LA Lu L LA L LA u1 r * o= 1: 3 00 O L* A 00 0C 19) Ns N N _- 0 . . . 30CO O O Nq 0% r19019 N - c- 6% '006%t ^ a0 N N N N tsL--- 9 0000503 O LAt O LAt OCLA - LA O-9 --,nO9-C A N LA 9-9LA 19s O5 . 0063000009000 0 0° 0 0~ 0 000 0 N a C :1 _ LL 00 * 9- *0*% .9 _ N '190..- 000000 ul 0 rlaN 0 000N _- 0 N O InL N a, 9 0 * 9 _ eN Ct Z, H * N N N N N ,9 LA 19 '0- N* .%*LA*. 6% 19o % N N 9-00 _It' N 9 t- C '0N LA. C%19 LAP_ _ I . cr1 19 S- 'o .. .j'w 0 0% %6% 9- 0. . 9_ 0 _0 '0 a0 0% L LA) U,. O0 ~N3 0 0 319 x -- * 0 - 191 D - * %19 LA 0 6% LA 19 * N N N N N _000 '01 33 6% N - 0-1 . 2 N .9 *% 0 *1 x.* * NLA0 _ N % N 9C N :019* NJ N LA: N a0 19 6% 0 9- r, '0 * N L-A 9-19 0% S-3 - N 0%****v******.***v LA * 0% i% 6% -o I I I : Z3 3 N 6% NS 0 LA * 0 N -. A * NS t 19 i- 03 19 0% 9- *r O--_ -1 0 NJ LAl 0 19 0 19 D0 . S 9- 19 S% - '0 6%t.LA 0 19 : N 0 ;s r: 19 N 9- C 0 N *.* *A19 *N S 0 *% %6% %9- 9- I N NS 19 v7 N N N rC U- 0%LAo wI _% £ * ._o I %0rt 9 4: 19 L 1n 19 M swoeOoe * * un e 9D - _4 N 0 * >>rs *- *A LA o O 0 _- N 6% N3 N u9 ~es* N N4 N- * N 0%= 0 .0 * * -' L^ 0 * 91°^ -i'0 O % * *. 0000000000 _ I C I 3 * 0% :* 0o _ LA %e NS r N 0 LA -¢ 1919 N *A . LA LA 0 e.4 A0 O. VI % * 0 *L L N O N 0L V 3N N 9- N 1919 N NS N- :D '0* 9- 0·33 O a( Z:3 0~i. U N _ 9 0 '0 N a N * ~ 0% 0 A LA 0 r% -% a'0* N %9- 0 0000 M M W o2 x =; M = n LA H " - 0 =. o O o~ 1s o~ o~ 1 1z 00000 000000000300000 00.* I I =F I LA ` r 0 o O~ o: 0 _ -__ N -1 __ ; _C c~ . ,= = o0 M o 0 00 .* 033 0 LA _ '__ = n 0 0_ 0% 0o -N n .4. 0--C >s S-F . 026 o00O0a00 I I - I - a-a- V-- 1 0Z .0-30 . 4 E I I I IC 0* I I - a- - ,- - - O0 - - a- a- - -aI- - - - !0 0%M00 - a-- V- - a- %0 00 - a- a-- - a- - ~ C 4, -- 1- 11 - .4.. 0a * w 4C E I I I I 0I . .~a - - I I . ul 0 ~'.0 00 4 I a- IIIII to I N N I * I -3 ,- 0 I II a- 4 a- LA 0 I.- 4 II ; N 0 000000 LA N HF .0 N ; a 00 N Hl LA .. v 00 c~ 0% -v0. in 00% .0 aLA "% .0 44 m N a 0- aO I 0I 0I :1I % ~e a- 0 - 10 0% NT 02 E-a- 0% 0% en4aU H [4~ a -- N4 H: 0 LA N LA 0 LA 0 4~ L Aa LA -0 4 o . a- 0%N LA) N fH 0 4 0 U LA H- -- 0 a- "I 4.0 V. IN LA: 0~ I -4 a,' a. C CO U,1 a a - 0 4 a- r 4 I a- In LA'. H 0v 0 'O 0:3 .... 0 ,c h4 4 . 0 H I a- a ~5 a NO N H H a a aa- * a<,-C N 0% H 4 N N :Q0 0% 0%, m LA 0 LA a a -. a- I-d 4 I o '-a W Cy, en 4- O I I 0% 00' 0 -. I I 0-. I 0 4.0 fH 0 00 4 V.- .0 0 a a a a a- 0 0% N N N:-' a ~LA :~ H c *r = ar a-4a-OLA LA a-'A) " LA 0% H OLA N ac- a-4 T4 .o e0 N N '0o U-al 0% a- pH z 0 H ~' a- 0% 'C 0 - N4 N 01 H, " L' L' '.3 3[: V.. ~ a- OLA 10 I1 e H .0 0 a co 0, 0% 0 0 LA *I LA r. a- * . 0~: 4 a- 0 0% U) 0 0% N a- 4 a- 0 LA :0%zfl '000% a-: N 0DaNN 0% LA In N1 N N N N a- I 0 . r.0 V.'0 H a 4 I A.C X2 S- p. 0%N~ 0 0 aa a, a - ' l. 1'3 0 401 0 I T, LA N SCC :: "-Z,.- J-~ ! I I 00000 cl N1 N N N N N it OH . 0 .4 Cy 0%0 4 4 z· -C OL r! .&-I.j II o% C% a- N LA . - I .0! I 0 I w IC I I LA I 0 enI '0 T It N 0 I I 0 IN 0000000 0z: 0 -2 Z 4 NI.0 0I ' I Ik. U; ..1 . i. 0 Fj a , 0 -) CO N 4r co a- N 4.0 Iofl 'Jr 0 V- I I '.o L I 0% 4 a-t *0 N 4. ac~ 0 H 000a-0 a"n 7-. N 4- PH a- 41a-N L o 0 en '0 0% H 0 -C At m4f- LA 00 * ,(2 -4 I .2 * 00 L I- ~3I o:l'-'0~ %.0 * M LA 0 . II 0% 0% I I , I 044 0% I I I 4PN'o. P Ie 0- 4 a· - 0% L O '0 N 4 4;-. III 0 4 A LA LA 00IC4 m- P-. (I " LA I 0% 4 r 00 0 5 ,a 00 004 a I O00 a-a- r, -- 4 I 4 I.P. co co%all ---- ' La 0 I L L ... - 01 0. M f 0a-0-a-a~z-aa a-D '4 3I - 00 ,-Ia Za. N LA wA0*4*~i0 I g a- ,401 I LA~'0 a0 0 1 a- I N N N %, N N a q--.d,; N =E · A 0 0% N- . a- M x mN en a- H40 ,0 1 LA; .0o H- 0 L e N20% H Z IN H~ ...JLA. Ut I n a4 a' a a., a1 a a- :2 q.. 4 'z3 C, oN C' cy%0 00a 00 0 · ~J o 004 0 00L a la 0 C, , 1-a- a LA ~ 0l. in u- 0 a . 0 0- ,~ N " '0 C a-j.0 LA LA C, 4- 0 a 000 N 1-LA 0000 LI, v - - a- a- L L L a- - LA L 0- 0 0 0 LA N 0 0% a- O·L· en p. crA f'0 0 01-. 4 0 0 l0, '0.0.0-" Ln - · a- 000000 , 0 Vc r'- L"A. 0% a ;4a -a a aa a* a a a a- % a a a I.. 0 a 0 0" 0 LA 0 (0 A N 0%0 CZ 0 0l %r a, -~~~~~~~ 0 00 a- a- LA -. 0 4 L 0 ;1 4 1n II~~~~~~~- -1 - --. 0 0% =% 0 0 L A. - L. LA LA N 0C m 0DCD 0 p 0% 0 0 0--. 000000000000000 00000000~0a-- 000000 .j 64 -- 000 -1 0 q-e- -- 00LA LAj J. '. 0 0:0OC 0 0 0000000000 0 Z0 0 0c 00 LA ' 0 N- N N 000 00000 00a00 00 0%000 0.01-a-aa U' UraMV a.3~.d ' 0 4 C. IN. Ln bI 0 " 0 -em C'i 0 C008: Ir 0 N N a 0 0.01- a- a- - a- L .D km LA LA LA L A N aD1 0 0000000000 ..-. C,, Cm _. 00 0 0 M a- 1Z .. ,I 00 LA 0 asC % a-)% H- 400 0000.0a-a-a-a-, a, a 4LA--aN r4-I 40 , N1.0 Nkl H'0^ 4 41 l 64 04 11 LA ". '.z 0 " L" 0 ] ol E-a ,._ I = : 0 L A; 000'~000( LA '3r 0' 000 0000000000 0% 0 0000000000 1- N4a-a-a-a-a-a-a-a-a-N~r1 ; A.0 H0'0l 0)000000000000000 0 000 03 00: .- ___________,___.0000 00000O00000 III as I I 4 N W- .. -O o 4. r- 0 ~~~~ * .. * . 9-*- O ° % cc co O0. * *D v O o 0 0 0 00 Is; 0% o .- 4. M N * * - 0.- O. Ol o O- O 0 L * S o * n 0 42 = (4Z 2 :t. :r i. -.I I i I II I XC 00 N '9%'r'.-o 0 .n . In II *, .* I I '9' ¢ 4 cj 0 .4 94 i4 0 N H 0 x _- U H 1-4 004 ^ * . 0o-0o 0. * N- I o N *0 . . 0% 4. In :r9 _. Iw0 s. - N *-%: ~9 N N ' 0 -0 * I C~ H7O 94 I PL. e. ON 4 . 0 a9 ( 0.4. . 0 In.- 9 0%* 0r0 N 4.0 N 4.0 ra = .** r' 0 n CZ. 00 0i . N In 0 '9.T 0 0' U vI 0 s a.0o N OC O4 Z ra- r- 0 N * N en - .-: 0o 4. . C. '9 nO' N'_ -In 4. 0 0 .%*- .- * . U,' _- 0 fO In In In > '_%N N In 0 * N 9- i_0 2 0 0 = W 1.3 -a I 0% E-4 0 0 Oa 0 In N ° N 1 N 0 I I - N C0I I 9 o III I 0 * I '- I I O -- O a C II I, In N 1r I N o00 '' O I n f Oa . 1% 400 P o -0 N 0% O . . N . I 0o , I .w * ID', 00 9 . 4 4 N eon * .. In '90 _ i,. - 0% o- _- NN- . '0 0' 9 _-_ 0'9oi o. . *In1r N N N W _ a% 0%'' a- o0%0 a °o 0 O "D cr as > t: a o a %0% In 0l on I% cr I:r '-_ s n In In n In 00 In 0 In 00 Z _0 9- I 0 I *0 * Z1 2 * a, 1. 0 II 44 -C 2 4 0 ,0 In 0 In 00000 -_--n 0% o n s In _n n In In In I In o0o00o00 J N1£ v - - .1Qtst}l 0 0 00 . . 0000 .... 00 H .a " a 6 I Io0o000CO I oo00ooo0oc7o . . . . . * . . . . . . . . OOOOO,;JOOOOOOOOO 000~00000000000 4 InI OI I 01 W : 94 : H 1 0000o0000000000 ona.0 C o r- %r 0% 10 '9 - - e--9 - .oo o - -. . o i -i i- *a -. --. -* - . 94 H In 65 . N * " I In 0 C n OqSU m Ini-' 0%rC - 0. 0 '-* . *(N.* . I 4 S e '-n 5 0 00- C)N 0 * S 04. N0a . O 1 ' fn In '9 * 0 '-0'N a nI m '9n- n N 0 * , ab- 0 1% 0 N' 00 0UI . a. 1 a-C: U N :* 0 Gs 00D N : \0 :* 0 1% . o 0 'o In 'U-0'*00 N a.x 0tb N N 0%sIn o '91% N _--N N'' ON N t-a _ . , . . N , 0000000 000 L In fl u). a.- 0 In In In I0 * "oS4NS _*00000X 000000000 an In In In0 . 0 '9 t09t In G n 0° 0 In .%* . o Ino . 00000 oO * on * . e10'9 1% O0 00 In 9- 0 '9 * * . . 09 ' '9O'9In 0 0%C:lt In .90 11 . 1 I :. I 0 Z 0 N N 000000 W H 3 = 0 *% In N* * IC I I * II N rv -00: InX 9n 0% 0 o 9- - _0 N%Il 0' . N .r O 0000000 9-X 0io-No oo 9o - % C 0 C ?0o o. mg 94 In N 0% 0% 00o% 0% 0'cN 0 0% 3s 0% 0% 0% 0 00 £ a. 000O In Ixn O0000 0 an In an In 00 In In In Irn 000 0 0 i 0 *9 I nI- I >*ul ~ - 0% 0% %0% 0% 0% 0f 0% o cr 0% c 0% o%0%0 ooooooosoooooo 0 2; = In 9- I I '9M 0; W InO 0 0% N'-00O 001%0 * a *~ NO '90 H 0 C x 4 H 0 H A ,. Jt p,-U 0, 0Jo0' NN C H 1-4 0C In u' n o 0 n . n * . 0. * .0 * . * * *N . . N'9 0% In * 0 '-0 % o0 '9 In 'r-0_ ' 0 N 0O-0 'N In o' In.- I C 0 :. 0 0 - 0 r- °' * '9 OH . D aW o, o o 00 In 0 N N In z In Invoq In 0000 00 * X oN*I en __PI '-_o en N 22 . 4. '- ou In 00-_ *. 1 '-'-o0 la sO 0 0 C4 N'- 4.0.0 N 0% N * 0 * * *N0o %On0% -n _ '90 N 0%l a 0 a LA 1% 4... 0%0 00 0000000o I9--_-_ O 0Io O %0 00000 OOo 000000 O 00o 9 a---a 00 0 0 0D I n n n In n n nu In In uIn InI nn0q * a * .*., a 4 J C H. 14 Ew :r N 090% a.tn C .g *1 . H I ~ II In lz l=.l =1 Mr I I~ I L2 0| In 34 II 0 N N *% *. * '-. 0 .* N 08 1% 00 . 00'0 I I * 1&H r 1u 94 4 ~ a o2 0 _ tn l N a. r~ > 0 t. N X '9-t 4. 0 * * . , .e . , _--NsN'9}N-N 0%a In N a.*. * . 9 * a . 90 InU't* _-fi 01 In 4. N 0 *S9In0% a a -N ,4 . CZ 9to, - 4H4 c .J 2: < l 11 I lii -oC. 0 N 00 1%--' 0000 oX "~YI O0 *1 !.re > ..-Ii . cn .0e. ** . I IIHC I _ _-vf- -0 N 0 O o 0oX In %, I lit . S. o%0 N 0 r- *I N N a rI 0 o N In N 0( I 0% F~ * o 0% n 0 .0 % * 01N 9.4 0 N In 00 0 r.. 000 N Z I* 4. UFI N 10 CO 1% N N e N a A: -'J I II '1 N4 . _- Nrn N _- 0 0 0 N N N s. Wn 00 0 C i .-1 LII s I *3 N > * *_0 N' %In '9N- W cn ON O -N 4 (P. IfI t4 1.3 11 1 4. I g 2042 I 0 had I _ I . 4. 00*~ b.4I I aa .4 ) W: d3C 2 c T *@ . 9 0 Ni- N N 0 o-0N N , 0 It 0 0 4 0 I I %I N .4 4 I II 4W N 00@ Ns N4 a 2; I a Yl 4 i-4 z 1.4 0: 9 b1. 0 W N' 0 0o I~ I Ul C4 In -0 0 000e0 1 H . I1 Et-, a0 I I 4 .. "0 z a, :3 W. 1., 94 D. n 00 00 _ 0 II * f i. H E4 10 0% i-0 _ 00 1%-f. In I I o 0 0 I 'A 94 Ic 4 .4 09 .4 C * 0% .. * "I H 0 '- 00 -f 1% 0 I = a. In 0 I O * , -4 E 0 Nr ;D0 ' .' * . 4.9-i-Ni- E1- ro. In . ). I*0IIp % In 0 I I l 0W,1%0 *nIn . * 0 1% O'9 0W UZ e =. r-30 i. 0 d O% o ux Ine 0 0, O~ 4. N Nr *_ 04o 0 o X 0o :r90 u. N 0 Nr In 0 I I s----N- 0t I b:. *CA H 01II - C. *_ 44 I 94.: 1 ta I 0 I I . 0W0 00 00 0%tN0% '9' r1 N 0D 0**I In 4.0% t- NO I JUn40 ---. u1k _%' n. 0 In I I * IH .4 * 94 I* ~r -m . -_..t II.. I. II M 4. f 1% 0 00 1 v- co li In ~1 Z I I: c1.4.' ~s II at * 1 I I I C I I N . o F 1 3 3: H 54 * In CZ I = I 00000000o00000000e af 0 .%*0% 09 N * 9-9-9-9-i-9-i-O-i In. * 0 *% 0 Se 9 -N C4 9-4 HC 4m S I "Oq- g 0- - - O * 0 0 - W %00MO o r 000000- MB-0N OM 000 a- 0 C N- - 0- 0- -N - - * 'D t 0-0- - - - 0- N t :* BA '9 I~ fu II I I II II II II II II I II II II I 0 0 * * -- ,Den * I 011 I I I _ 1 I I _ 4 0 0 Z . . 0 LA O14 .* 4N Pa I I .JU '-4 I f. .0 A I I1) I t Ia I I I I I I C- 4 _ I OJO - I CoI PZO N 'I 1,#. Q - *k) PAa 3; Z 4N 00 *4 -I N i 03 I= J0 '9 4* - I O _ 0 tLO 00 . * . 0% LA a 0* 4t N 0 1 _'.0 '9 '0 II 0* I 4 0%'9 e00 n - - N I-, I b * *n I ZYI o W. I LA r-*0- a 0- N 0 0 N g 0_ (I 0 lrq :1 uli ..i o I oro * I I 04 I 0J I * LA 0 a N N4N- 00* * *0 -) S 0- LA N o gO 0 r_ 0 i- 1 C N 0 *e N 0 o * 1L r--v - . I a LA\0 0% N 1 1 N :* .t 4 >H 0 m K 0 0 U3 0 Co z3 0 *0 .0 %OL fO' az-N- 0 0 I L 0% W * * D 0 - LA n S ¢ * ' 1- r 000-10 19 'L o - - 0 L m9 I 4 N NN1 r. :t O LA- LA N 00 =.0 I _ 0- Nz 0-_ * 10 a * . 0% :a 0 N U III 0 '0 LA - I% r 0 L0 a 0 '1 _ v0 4 0 0u zr : O " * ** 0 ' N 4 U-LN N m~~~~~~~~ n r N H orr r ' - LA 0- 1N 0 0 o0 '00- _-4 4 z 0 0 a0*s 7 '.01 00 - 0 N 0: 0 II 0 0 0 '0 ) 0 0 * * O' 0- - -l N 20. 2 W0 XU1 3oozooso 0 In a 0 0 . m (-V1 n = In -r OLA*919'(0o0N0%0 . . . LA L r-CN W .*oI0. a'- 0e '. 0% 0- 0 N4 N9 1 0 N .0 el- 00 0 U0 LA . '0 0 0 . . _ en 0°- N LA! 05 0 07" 01 - 0 LA-101 0m 0_ 0 0-! f0- C, 0 0 C - 0 In · -_O 0- 0 0 _ 0000000000000000 . I I . II X :Cr 00 r7 :0 a I 44 * r( B I :: N \ O 5> 0 0 0 0p. 64 03 H 0- 0 0E 0 0 0 0 0 *, * 0% (0 _ U0 a 0 r 0 a >* * - O r0 0 O-0- rr. *. - 0N - "9 * L 0-0-0-0-0- '0 - O 0- 0 - ON · - z '0 >Q 19 00 . ~ * . 0- ' x 3 0 0n £ _ 0 0 r U0- C e * * 9. ~N~~O n * * * : S - * 0- 0- 0 sDw:4 * r =o_ i- i,^_ v^ zO £u * C~N 0 - 0 4- ^ ^ cw _ * * O 0 --- * 0 ^ tC s s _ _ . . . oOnO P..HI . H~ .001 I C I I H ~~~ H 66 Z Z =000 = 0~I % 00 0 0:, J, O C*. ,* .: * . 0- m o4 = H O e uexC~ D° 00-- o 00 J-00 emt 0 000 6 e cN 0 O I-ZbS 0 N --- N .- I nooo00o000o0 -000000 _e_ ~ ~ 00000-0000~i0-i000 C0 .. ~ 1 : @> - 191 S eO4 LA X -e4 £XN . . . _ oono: N Sw Nr N'9 LA' O * 0z _ a00000 0 3 o 000000000000000 S LA '0 a aS .@ 0D 0 0 LA LA '0- N 1 .. ' = 0 ***.*.**.*...*.. f , V' 0 0 B N *.**£**£**** 0 0 0 In IC 0 0 n . . 0L9; "I * 0 9 0O r Nn O4 x-4 SD vDx Ds q 0 0% N %0% 19 0 LA 0 1 0 0 0 'D 00 0 ND LA 0000000000000-u50sW £C Ca<^o; qrq NN I I A a IN N4 0 9.*.****.***.**. N o 0% 7u 0 '0*5-r0 0 0* N 0 L N 0 NC __ 19 f. LAn A* 0 S* O% U 0% o Nv '0* ° - 0..0***LA 00o--00 0 N1 04 0N 000 '04 LA 0o 19 19 N 4 019 _N C ~, r4 0 rS e0 "IN 0 0 -i 0 C N r4 0 Im H ; C * * . 000000000000 I I Z 0- '.n '. 0.*.*0 0 00 * .0 e9 0 0 LA 0 a. 0 0 00 0 *en ' a 000 C 4 0 __ N r a, NJ Lu 101 0D LA 19 womooNNON 9Pto 300 I 0 0 U, L' N 0 . *1 0. O Y 00: Ln I) * N en N un 9 W OLALLALAALALN0%0 W N I 3 0 I t-t I 0% - N O 00 0% a 0.3 '* - - - 10 '1 0.0 _ 0 a '09 * * * 00000000000000 II 0W 'l 0 . 1tO 0 . a ) 190 1 Nn 1N N '1, 0 0- f.' 0 a 0; F-. N I 4 - N o 0 0000000000000000 0.0~a an O 'D 00:tf nX 1-1LA '9 e NN m 1 0 LA Z-0-0-I I I I I~~~~~~~ -C a 0 - O g 0 t_-1 e a: 000e** S r 4 @ i- 0 0n 0- o :? 0 o _n cXn O4-4 O4 N L 'LA0 a> 00-t- LA 0%' 0.0 * .3 * Ns * to. LA . 0% a 0 I I I I I t 101 *I _ * 0 0 . * 0* 0n-'- 0- *0 LA I I 0 '0 - 0- * 0 0% 0% * *s 0e N 0 0-l N III 0 - N a ! LA0- 0fi 50 IIIII1 - III 0- 0% 00->r I 0. *N 0 LA ~l 4 0 _r 0 *0 I0-ll 0 '90 *NA* * o o * 9 0% LA 0 r'' 0 0-@c0 0% 0% '1 0 at 0 U;NN0NN 0% -O. LA 19 LA N0- 0. '0 N \ N t-^4 s N 0a>00-0-NNNNN~N0 t0 a; 1 · Y zC) N *0t cS ' 0% 0 a N (0 t D4 '91 a0 > 0 * N * a1y.-N(- YI *. *'.OI 4 I * r 0o0 N s : W C - - l Sc '- *0 *011111 _ :t _ * 0 v I' O IIIIIcrl~ * ~111 0 *% 0* 0-1i1 LA. -V _ In N 0 e .A 0 ^ 0 .-_0 0 r . 0 .A .%*9 .0 o .N LA -w a (- LA'9' 10 '0 .0 '0 0-F (0 tO * I r 2 N 0.0 a IC '4 N A .. _ 0."1 6& cr N a 4 I J -1 t H 0 o Ne a 0v B prI z 0 4 0 'A N '9 1. 'N (-. LA D% 0 *00 0% .0L. 0 * - 0 9' ** .00N *a 0 0 - (00 ' I .10 *I 04 32 I 0*.0 0. n L 4 E- 0 0 0 0 0 * . 0 0 0 N o.3 *lu CA 4 =Z Y I 4-t.0Ii el. E-b O n ,I, 1,4 *- r.}- 4rW NWN*IO 0 0. 0 0 0 0 0 0 0 0 0.0 0 0 . (- 30- 4 NI II 19 360 099 4 0j-I Ls ? I I 1 *LJ a U :t. I c '0 y4 31 t 0 H * 1 . LABI C$ I 00 _ _oee_ e_ _ e >o-____ 0000000000000000 L^ 'D. I 10 0% 0 _ 0- N _-- 0 - 00 ,-) .S LA rrrrr~~~~~rr _ - ; - B- - = -M I N -0 .4 Mud I I I 1 f" m9 L n F _ 0 09 - - o 0 0 Lm - m e - 0 o t O O _ N N N N N o % 0 n I r 0 . W 0 0 00 I orN I I 0 0% F- I 0; * *r * U N N V-- ~* 0 W 0 0 40 0 0 - - N N - N * * a - -N N - 9- N N '" N N 0'.0o o00000 *9 0 y 9 9 e N 0 0 L N _ 4 I aI to II II _N I_ I I I _- I I I _ II_ I I II II .4u. .4 n P4 2 U * -r I I I I C.I - N S *LA LA _ I tro ,m 0 0 :r L L * LA** * 9 - II II e l I I I I II I W L 0% N 0% 9% * NS U N N N 0 I I I ov * *o I I I N I :v N - I LA N _ I- ~ O% D N I I N * * ° 0 * ~1 I I N C .* Jj~JJI _ - M N I .4 I 6. N o MN - N M 04 a N 0 0% 9% z N 0 N N 0% IA . a I N I cu! i N (1 a, I I 0000000 *0, II e 0 ;0 N _ 0O I C 0- 9I Iz LM If I C N 0% -3 ,I ~. I I cI 9 t'a * . *0 * 00 LA 0% 0% D. 97 9%'0 U 0 N 0 0O * .zg 0 -3 C~9r* . 99 t c ~r- Z ~N N' 0~ ( NN 0 * 0 ' * '0 N .4 s _ -r 0-_S _--__ t r,% 3:0 = t-* D bO *99 '0* * 2I e * . 0J 0 31 I,- 2 0 N *No . Nz * O * *3_ 0* 0 LA -% 0% 0'0 0% iU U hr 0 r- 9% _ 0 99' 0 0 00O%% 0 0, L O t> _ ' 00 LA*0'*' _ * 0U~3* *LA ** * * * (N $ tN * 0 UsZ o 9% N9 r 0ONN _ _ -s xX * e s- 0% oO0 N e * * .4 0, ~CZI (, t.." I N -. v 0 r- u N L: N- '" .o V i 0 :; L '0 U 4 99 LA L N N W v _ r -N N 9 O L 9 N r ~(I F. D Irl 9- _ N _ 0% = LA 00 Lt U N 4: N , N - - z 0 .o O.'9 ) 0l 0 0 N Ns N N 0 0 N0 0 0 0 :>cz ° 0 0 z: 2 L LA 99 '0.0-'0 ; S e OCX C; *000000000 mr 0 I W 1 0 C 0 0 N 99 0s,0D 0 _' * * It L * 0 * N'0 99f * * * O LnN 00909 000o~0000900000' O * I " _ ,, .4 *l . 9% r- :;* U II ^ _: 2 : s-. * I 6 'o 0'.3:'*.0'*' 9 000000%000900000 N4 N N4-4N . LA * D 0 -9 zW =1 4-' : 0 a *G -n '9 L 0 0 '0 9 0 0* LA -3 9-. LA LA -' 9% 0 . ~900 30 LA -5_ 0 9%00 n* _* tm W- = -4 = ::1 E- . I -_- I = I .,-1 00 -9000~00-000 0000000000000000 - L 0 0 -, LA - OO'.OO - 0v0 ~.0. 0 0 9900 *_ N - - _0 C 3 N .4 0 = '- 00C 0 0 O0~O9. I I Z 0 0--' 000000000000000 4 '4 0 0 C P 000 0 L0-~ 00 00000 -9I "- : 0 u LA99'0LA99r5 ' O9' 0000000000 *LAL*L*LL* 'C '0 '0 '0 ' #- f . E4 .0'~ .9 NU; trl ;1 a n I LA r~~~~~~~r L 9,-000009'0.0 30 N * 0 - 0;2LeUALAx C° C. L ::, 'D 0Z 0m N - _L 0 10 E _ .. _ NZ NS 0 CZ= '-' 0 : * .I 0n LA U NS 5' - '0N N1 N> -_ rN 99 ,~ N _N * L tm . U N u_ 9% D% LA 0 0% -0LA :* 0 '0 N 0c 0OC' c - LA0 v- U\ P.3 n z O Y 0 Il v-, LA Lr Lt LALA10 0% 0 LAt'0 0% 0 N _ O c99 z :s cc0 00 0 a '0 0% (9t 99 9 N 99 L . * * * * .* . . . . '00 9%' r 99 '0' xDD 0% N .0 -: ' _ N~ N~ 0-9 9% _LAv LA ^O U U) 0 0D O 'N 0 '- 0 LA _ N - _- '0N -- 'S N4 99 e rN N4 -_ h- 14 0. _.0 > N 99 LA 0 0 N '0O~ O 09. O°O°O - tNto S _- t-t9 01 'X 0 0 'N -N I . ' - 0 L LA Ln LA U '.0 '0 C; OO Cn L0 O° er q -X :U 0- I-. _N cst rr N W N :r = 0% 0 LA '0 0% 99 9 _ ;c N .4 3r I-4 L LA LA a0 .400 - '0 \0 - _ ******.**.*.**.t * , M' r - tN0 ' 9 2 .4 N I 00 9% _° '.0 -c * c 0 -3 u 0 3. .4 a 4 .4 N 9 - _ *.*.*0*.*. * -I N I N o 9%' 0% 9' .0 0% 0 N .0 D r 9 Nx N81 N x "= ell%9. %LLn 9A -P 0_ ' N e_- 9% o 0LLAUrLA 0 ri 0- C. 1 . 0 U 0 '0N 0 0 LA er N ' vD _-N C*N N 991 el) 'NN ' 9 N1 N4 %UrN _000_ N9L 0. UJ Ca 000 ,.4 i -N I 3 u 3.4 E.4 UX 0>N N 3 N O 00 3 I. .0 r: % 0 No0 -. .oD N N LA U 0% 'o N I II 0 9r Is c * 0- . N I :.49 0: Q u 0N 0 . 0 LA 0 0% N 0 LA %0- 0 "IO r M ON l U 19%LA'n- "- I It 1 I LA o% N 00 o :r N Us: 99 N N N-- _-_ 9999 NQ3O N9 N tt\, o - f3 Ns W I-0 9 I N NJv- z -3 - D -- ......... I I *******.*.**.... I 0 .pN .0% I i( E-e Q z -I C.) = 0000000000000 :? I 3.r~ I C6 3 N 11 0% * 0% 9 0% N ;l. -3 "I N 9 l0 U .0%' La NAONON90'LALO' (N o3 .4 -4 0 -3 I z: _ O - '9 . 0O _ LA 00.- Z I I it N i I 4 * 0 0 rz 3;r {1819 O; 4 r; 4 - '0 n LA N uN ' tn 'Q 0- Ln N -'D :N N _- -N N N N N 331 -3 .c 3-. 00 '0 r I * J . A ** LA ~ I9 0 0 .14 0 . * 0 LA nv 000000000 Ozt0N c on c On r * O* OO * e 39%00'0 -c 3 L - -r-4* n_ * s: . -. nn C N -* N^ JJ*. *. * * . * * . * . . . .4 0 67 " .0 .4 C% I C% I~ I 9L 'a' 0L M *-fr- 0 0% 0 ~ 9nI C '00'O° - 9- - N IC- I I 5r I 0 N4 l l 0 5 - 0 0 N | a la 0%t'9 . 0 . - I _ ind9 | 04 I 4 I C I I I I I 0CZ0-5 3 141 Z I I W |m3~ ME I la ;I Ln 4r N WN 0 4% 0 0 L I N N 'III I a44 -l3 Id 0 a, 0 N * I -l l I I I II - I WI 0 K Eg La Y t tAgI = X C t]- r - -.4 3 er II N4o- *0 z; Ib * - 0 0 11,*,-' P - N U N _- _- a . . rn 0 A-C, 0 * * 0 0 0 - . . . xiZ 4u 5 LA 0% 0 0 c. x = cc r-LUo' . . . . rc 0 N ICo0-b I _I Um UM 3L l~ N%0 . c0-'- W I 59 C00% = : L 0r AII N L4 4 "- m'o 'm 7I I= 4 i 0 N LA N09 ' _ '0N N % 0 'LA'T 0 _ ' 0 0 A- N rn N N-_-_ L N 0L - - 0 0 0% 0s N A 00 _ _ 0 0e u _0 ~ 99 x0 00 0 O L 0 '00 N 0 '-0 D' NL_ . C 0% N'- O%0 - r. a 0 '0 0 N ,,-: 0 " 4g z I0 H a IN 0-w-_ 0% N LA 00 w _% 0% 0% N C 0% 0 O 0 *. L LA .o '0 '0 LA A- 0% 0 '00 O 00 r - *% *0 LA'- '99'0'- 00 N 0% .o 0% 0 LA'0 N s N LA N '0 Is >r 0 *% 0 *% *% .~ * 9-0 A- 993'- it 00' N %0 0 D 0% 0 0 ., O * 9 , t- Ln 9, = N'-r ' O-w . N LA N 0~ r- LA 0 '9 v-0% '00I0 W% ml N .0 *o%04 o% z .- 0r 0_ 0'- N S%'0~ 0'-:* . _ II -L -059'-'-'- 5 7m '-'00 0L LA 04 L 0 0 I r) E Cd 0' 0% LA M N --- I% c!" 1 -% a -rZ 0 I 0% N I O LA'N N u N * . 0 r LA I - .I -a a,0 N LA gb. O-0o -ox-X N '- o'- N r- 5% Z0 I'-'-0 I I o Ln I II 0 4 O, '-'--CC- N r iJ ''0 LA NXNN99 0'u4N'-'_-4 0% 0% 0 N LAN1 - I ; rf -. II II0 0 _l, _r _ '0 '-0 -N I LA 9% 09 ' Cl r- v _-N J N 0 An LA 0X9 '0 NS o 0 0 N @U - rn N N'-'- 0 L 04 l II t4 0'-' w - N n~ 0e '0 eL N LAN N 0 U) Al A a -3 - eDO uC O o1 `O3= L 5 ->Fb'>r e o m0 LC LfLn o 099 0% A- 0 '. LA0 A A0N 0t0% A- l .4 x 4 r II I3 I I N N- 0 I LA 'b r0' LA z 0r 0 0 * 0 .. LA S 0' 0 . A- N 0% 0 000=010000000000 * 0 N' N'0 LA N LA A-t'-0 N5) 0 - 4 I 9, 9 * . a: 0 '.4 '-t9-0 L N II 0 en 0% o tl In 0 4 LA I I i %gZ e (; 0 9.0 I 0% Cr N LA L N VI 0% _' 0% 0% r- '- ,-c -U I a ° 0% 'f4 I 0000000000 C 000 - - 9- o- en J N la I 0 W 0 0W .. o - -- o o -I I 0 o5 0t U *: 'N I '-U o4 oa- o 4l 4 kN al'- W 4 N fL -A- 0 '-0 0% 0O-0 I . I 0 C% LAnA- 099 . - 9-9 - 0 I 0 M 0. c a a 0 I 0 * COa0 I I I 0 '-' I 1, 0 O -''0crA I -- * N l A. - 0% 0D 0 0' '0 N I N I 00 - 0 I 00 aXo 00000000 D@\05O000OO % 0 99 0 a C 000%0000O I I 0 A -i. LA L 0 . . . 0O . * N LA N _0A OtS *3 ~a3 D . u:i '-_ I 5 0% crcr-' s% '-0 . 0 N - - 0n o% o '09, 0 . 00 ->ouw Ar N - - I _ Ca I H N r. 0% 0 N LA LA.- . I 09 0% N-p '. n_)I %LA 0% '0 to A LA 0 N O o 0 N: ', 'U N A t-0- LA :%- - L.- ae I -I 51 W _ U3 LM Ln N 04 00O'-'C00 000 00 %0 '0.C5 0'-'-O O'-'-'-'-'0 0%3 L n L o L N LC*;LL00' L L% L L' : 'N LA) I-A L N-- >c.. I G I 2 00 '0O . '0 ; ..'0o-. '0 *9l. 9-'o. . °-. * . o.'-'.'.N o U- O '-~~~~ -- 9 .LA LA LAL L A AL L *r 4 93 2I 04 >. -3 I I 3. 9 o oO Oo °O O 0A-N000000 N ... , . . - o o0'0 ... oO L-l oO-. o0 0 . . S . ~E . ** __________NN~ . * O-ef 0 o 00000 00 C. - ;i4I _ _J · _ OooOU00 ul I 2 W .0% C,* ; SqaX LA 00ooo o o 0% 000- --- 0 ;s 01- 9% Lr %- N 0 9% 0% 0% '09-00,^u 0-4 W " ItJ x: H ii a tol =f ti2 H 2 = 4 r- o 0% r0000000LA ''-o 0O 0D 0 * 0% 0 '- II II . IC - '0 0L WN s-- - 0% v, C% 0% 0a 000000 V, 0% C V, 000O U, .L 00 0 0 00000000 0 II 000 * . II .I im W-, L L_ 4 9- .'... C ' .... L0 nN O O _-c 0 _ = ' 'N '-'-e0 -, 00 00 0 O C;. °O 00000-I I- S-I iA -C- 0I I 4 V1 . . O Wli * 9 - S% - G ¢1 0%' _% _t _^ nxR 0 0 _- 0- 0o0 0000'oA' 'v-N _ I a. 00o 9, . 0O -, 51 oO ooooooo J3 an r' LA 4C 0- 04 C 9- >-> L a: °0°00 oooooo te O o Z * *.j '0 ~ oo t* 0 0% CD 0 . 0-000000000000 9 a 0 * 00 '- I Cd . N4 9* 0% 0s s% '0 0% 5 L '-'-N N N N N rOLA O 4 I ak.M O '0 N N 0 L 0 68 Z0Z LO U 04 0 W = z 99 LA H P 1 I 000000 000000000 0000000000000000 0 :z:m I . LA '.0 '1;> 9_40 . ; . 40_ -4 _ . ~ . A. 0. % . 4_ . 4% ;',, D:. __D > _ __ 0 N -3 .4 -C I I *Ooo a-NM fl~m 0000'-N ''9 M--- C I 000oo00 . ' Itmm - - - I I ad 9L I I a ' Ur n 0 en L ' 0 40! 0 0000a tI1 11 I I II 0 o Lit t I S . t ~l - , X.; 0 Or, XI r c 0 u D4.40 - *U I II * . ! I I I!I -. 3 9 N 0 _0 Ni e * 0 0 U 3 , 4e4J '. 4 N It4 CD! fl, E \. a I ' . 0 o0 00 . . ..W 40 Csn ._ 0o0 N cr a0 **.*.*00*.**.*.. * a- 5 0 3 ul0^ 0 --- N r.1 0 V o X Cy N o 0_0 I. 2 0%. I-4 E.. r.O 0 40 _4 40 . I L WW 0 3c .4r 33 00-3 * . t -o 0%0Cl S * 0 L - I = .- U" ' . ..P. .4 V) I X LN n_0lz I - C. ' 0 C-¢ .4 L ~a ~~~It2 >at0 LA . a a S 40' r%40 0% 40 40 O9 N 4 N =4 eN - 0 LA 0 0 0 0 w' LA N 0 8: t '9 O ° -9. S D0 3_ N_04N 0-@ a-0-'9N N-Ar4 40 N N N 40 Nr - ' -a 40 a% 4040.90 N LA ~. 0 N 40 N N r 4 LA 0 4 0 '940 O- :O 0n 0 LA LA N LA 0%' x '40 0 a-' 40 '-'9.9-a- 40 _0 N N f. 0 4040 '- 40 a- * * a %40 * N * * . . r 0 Ls N 4 0 N . 40r0 LA _ Z N N _ "o N N N 40 * a* * . . P- 0 LA 0 0 - 33 N -I 0. -I 0 a- - 40 :: 40..9C a--.90', 9-400 4 r 0.O ,o , 0 1 4 N 'D 0 0% .900 N N 0 '9 9 9N N C! _ 4 IC 0 4. 40S-' LA .0 '-_-N .--. --0' ,' .oO-'9.9n 9 0 0. _'. oo 0 ('4 n. LA.N O rN 40 rn e0% n1 4040'9O rS 1 N Nq Nt 0 a- 40 a---:J 40 S LA04 _N '-'-N£r :r Oav_ rO NaD u N -i N 4 -O '4 r Ln .ILAL N LA,CY, "z~ aa! eN N'- 9.w 1n e-0 4 N e N N-a 9mS m} NL044LAN 20 0 _n C N' 40 N Na- a 0- a LA n L00 '42z * 4 I x 4 I 0 3 a 40 o oo Oo oo oooonoot~oOmozoo .. .* _ Ln N 40 W.a I 'a- 0 _ 4 $1I 0 a 00o N CO 0% N S*1 5 . >4 I LA 0% 0 O%040 S ~a-40 a-- N LA 0 40. 4C 4 r N 0.9 . 0 C4 40 LA s ;J' o: 0% OCC 'O a S a 'a 40 a- 40 N 40 * ^ I ,.. 40 40.9'_ .%*99. N * I X:n: 4 L N a, 0 040o N . . ur . . oO . ry . . 3 Sa 5 _ Oo . oo * . aO_ _s ra> _ : * . O . . rP _ r- - 4 I I U: II 40.9 0 I I II I 0000000003c a ei0r - _F - 00- 0 LAL N L I a- - - rl I * * . * * 000000000 a- 5 4 z . *.**. I .9 . i- . *- . . * . -. 0. o0 O0 3 :0 40 404 o 404o0 a D U.. Sn a 00 r- t-000000 00 r1. .* I c I .: . o%o -n 0 o- 0 0 C C *'4 = _11 a- DI: C Z0 rW I COo Z n 9| .... I 4 . 4zCz 3 . 0000 ° Ca a-41 10 . a _ r.;1 c a* * * * ° OoO .90.9000 40 -. a.3t a4 4ala Z 40 -4 3 4 t · 0I . . r C, * 40 = r~ I \*0 ^ 4 I I I 00n0 0000 o00 o 00 Q2osO oOO 00 o 0 0 a- .r r- - C 3 r z =: 2 40 0 z CD 00 tA Ca " * 4 1 ¢ * '.' * ., N N'-, 000000 N o °o rN49'9'9 n * : 1: **n oa aa 0 o 040404040 1 : r I 0 .00 . o oaa . 00 . oo- 000 a 0 _ o2 - *I W. I = I 0 I * - 01 . _0 0*cn ' * o a oa 11 a- * oo {~ 3 .1 17 * * '-'-N N.9 .9.9 ~Nt 4 a 0" 1a- I, gg 1 g l I I 1 a111 a ~O~~c~N~ccr~~tl 'a1 0 I W M r . '9190 * 40 . 0 -'- 0% C'9 N 4 .. 0 a.5 LA N 'N 0 0L 0 LA N 9 N4 NI .9..9. m N _ _ 0 a-'- _ b3*Y .A 090 a. . 40 0 40 CD N 40 X. '4 4 > LA N ! 0000000000000000 I I SD4_: .9a-4 40'_ '90 C N 40 40' _ N '.3: 0% tr NN _-'-N N' Ln 0 0' 0 za -4 a, C -, . L_ * Ia '-.9 0 4099 N O0 0s 4.0 a- Nt '00 L O0 L *: _o1c>4o 5 n '9.9'9mN Lr ul ;:> 0 In ,,r _N 2n :N. _ _a -I -C N % 0 N .. * . .9.. . *S I 0% r- L X . I1 N N'_ - .4 _-- 0' 0% 0 LA' U-,. 0 . ra ai? 'n9m aa.S . .n . .en.. C4 0% 'l 0% s40LA' 0% S' L N 04 a a. . * .I In.. = "a * .* I ~m~J~rq~~NO~Ntrq f- 0%.r.9 c _-'a 4 ; a I 04 I II 40 N N el t * II * a rag 0 . a 4, 9.0 0 N . e'' Ns 0 1'.. 'eN _--' _-9. _ I I a I I a I I § xt o . I I I 0oo 0 oo . * * . ge I * II .3 N 4 r ' * W 0l IW O4 I -A u ' _0 0 N N'- N 0 '940 O e 0'v - .' _--N N'9. '9. N N'-e e Na I Y I LA 40 -J o0 D 'N 0 In A n. 40 e0 N 0s o 0 00 IEi dbau( 1L. L X oc Z WS =_ L ' . iai a -a 0.40 * c I I *. . I 0 I tw 00)a0 N 0 lX '9-49 N 0O e N - -- . 0% OS c 0- 0c :9 ic l 6 9--'-0O000O0'-cr00000 I '90% 40 0% a 9.9'9' I r' u4 b.. 4 3m ,n 69 I 0 40 I ' 4 LA 40 a- 0 * I *I- % 0__ N. . _ 0 LA 40 a- 0: c 0 _ __-_-N= I 1= 00000 -0000- Zr I r_ W V> o C I 0~1 O eMcO *> cr ° O O O %% 0o cp a I I rFIrllll 0 _ 0 O0S N N . __ l Il a: o W ;* -* I |a a 4 C *. :H . I 64Z. ." -C*Cn a t a 0 w r ; p.. 0 19 tl 0-50000 . 1.C .4 -I z 00 e0 D00 _ 0 N N U -II 0 0-) ?'- " N II O N Z ,3 M r. Z0* I o '9 0% fn 0 I I I N -. U1n I 9 I rz it I a t _. l I ell - " N W 4 Z c 2 0 ~ In * , N · 0 I I I I ,I - a f I I I I Ul I I '. 00 4 I 0 '.o N 0 r 0 'o N 4 aI ii .lJ * a jeoao a, 0 r- N Un 0% N N'9 191919 N N" N4 N V' f4 5I -a a at -t * . 4 0% 0 fo N 0 %N---- IM .* . e- *N '0 e. . . 9 -a; 1 .3 .1* e 1. 0 G0 N N . 'O* O _ 2.D _ W .: _ I 4 N9 O N P." N N'9 N 0'9 199" '99 :0 N II '0 0 O N · I- N U, It C1 N N -- 0 _. v o4 _ I.C N 0019 N C = P r S_ tn-:> -MW ID N Zf -No U N 0 '9 N--^4-~ N 0% L, -N · ii0 Z ,l I *40 . *0 0 0? r'0 '0P. P. LI N^ a, oxb 0 o - :* '3 - ' 00 '". 0- * I0 N 19Orv '0 _I" oM 0 . . r r- U<,:t N 0% 0' '9 N 0O' > sO NMuM c: 0 02m t :0 '92490 '0 *. 0 4 8N L. _ . 0 ". N .0.0*.*. " - *.*.**.********* , O'n 0 * * _'9"_ 0 V- 0 a, M C%'9 N ii o p9 N 0n 41; ' - N N n ON M M, m ' .1 019 1 T _ ". 0 -N N _ N_-_ 0 eN N '0 N *n '0I 9%U1 o, ". U, cs 1. tn '9 U V ui * n W Z 19 0, 1 '9.. U, VI N'9 L00N_ II o P U oN '9 0 N".i '919 N '0'90% N".". :t--8un 7C e * 0 §, I N,-N . 0% P. P. . -N \ a , .. rra a _ aa 4 0. 0 o 1A o - , P U, 0* · 0· U* * * 0EZ ZrC :oP' I a . 0 ". N C N · . *- 0 _ 0 P cr 0 r'0 o N % _0 " % CO U _ 0% Le . M- - vo (, 1. o: P. Cy _- _ . . . . . . ON U, U,n I- = '9 0dl o0 P IN r ;D _ o . . 9 ". N ' Z, . 0 r- 0 _ . , 1- C - N ". Z L. _ 54 r -- N C L' .0 'I . M C r ". _ . N SN -N Nt tEC N N "r. I 3 'r 0 I . C - . rN - e.. e - r->rr . Ir 0 * * M* 1 9'9 1 9 1 9 .' 0 0 a I a U Z~ o C N ,* N'0 13 Oz NX r N s3 I . 0% *tO I l .0 IM 0 N P. _.1 _. N, N'9 _90% r- 0-w" N 71 # N r-4 -P-. ". - M1 11 C M, O ' 0% U, O 'f.o r- N 0 eNN N'919 49 0 _% '919 o '9 N N_ '9 UN' N". .*.. *% * *" . % .990 * * ' U-I Crl * :r" 'I I O r u-. rP r' C` P. N 4 Sa 0 00 *~ N N. U, e9 N4 n. a a 000006000000 B LA 0 0% '90 u - _ 0 0 II * C. _i 00 '00 o N"_ N 0 '90 0. 00 o' J19 _ u x o0 N _ la' i S5 i4 - It I 00 , -".0 . *. 19p _. * 0 0 a0 N l M W M M W M W ~" 0 N -_ 11 - - x . NI n ZWX,y 0 0f *t 1 N U, 0 w.N *o 0i* 9" *'9 .. , I *.-* *9 IIII I a a a.a aa a a a a a a a· I I a I a I I 0% N I N u, s- 00 0 00 Z-.N". 4 I -- _".0 I l l Il". N ant 1 000 a I I I _ 0 o 0 N 0 *. p..eeeeeert~eleeeee 01 N 0J O l_ 0 *rn". N U,*1 N U, * . * n 0 * . * * * * * 0c : 00' o9" 4 191 U, ' 0 . --"".0 Ia a I a Ia a __,- %1 r" 0 Ia *. _ an I -0 0 l I Sf 0 .t _ __ O U 0 og ** __ rru a Iwrlllllllll~~r 0 Nl 0 ., a a I Illccr a9 N an U, * *.0*0.*0 0 _ I I W Wc C' f HI I O C I ' 0 'S'. 0 L' .^ 0 -__00 0 0 0 0 0 0 0 -000000600 0 0 0c 0 0 0 O 0 O0 O0 Oo 0 0 0 0 O 0 O UI I 0 Ln 0 E 000000 a. _ .- _ _ S W C; C = 0 0* Oo . . 0 o ' 00: o.3 'cO Cfmt . ::.4 I e> vO _ o _ . E--<r A - "., · , 0r _ '0t 3 NosC 4 " J^ NO . . t 0 t-0 n;O;O t * . ,^ 0. s OO q s . 0D 0C 0 dto ._ . 0 o 00 00 00 0 00 tE< D OO OO _ ,4 Aq ^4 .".".Nr _ e-0 e d 4 * * .0 0 0 00 e .0 0I0 00 00OOOOOOOOOOO 0\ '-- s _ * 1- esi N O . O 4 . 0- 0 0 0 O 5 t 4 . N 2 O 1: el 0 0 OOO0 0 0 000 II l I 2 C I >2 < H S 3 Z J .1 a 2 'i 1/ -s .. 0 0 Z 20 o 0 0 0 o '0 0 - or 0 o 3~~~4t * * * * O I - 0e 0000000 le 0 * Z 9 00 ,. :, ti P. U^ 0-' 1 000 :t O0 Ut a 0 * . I U, '9t1 .9 0 000000 4 ,3, I o9 o . 08 0 N P- U, . N N r 0O , U -, voso OO oO N N t _ O 0 0 0 0 0' U 19 f-itNi_ 4 e4j I I I .11 * O If 000000 U, '9 0 P. 0 9000 cn Nr--: O0 i~,0 0 ^l*e: ~S ~ r n r r U, r * ** C z U, L^ Z ._= L^Z DO U, - - LC. 000000 . .-0 . . . . ' 0000000000 -C 4 .I .4 01= . '0 :.D:0 O : O zO ¢ o -Oo 4 oO 4 o '0 * O . *OC; 0 _-,__________-_ O o ono oO oOc! ,A -C 70 U,4 '.3 ! * 0 04 ** 0 ZZ4;JJ~5z~J~9 z: .J C3 I . I 00_ _- I| X OO 0 0 _ O'a %co _ 1 04 O _0U"B22 O = P oO 0 OMM O mO I I ! ll .0 o. a 4 .NS_ U'pn *- N * . I U Z- __ I f- I I 0 9o _ $IIB I . 's Un r r B Nm * I 0% . * N * O 20D I - . - I U - - A CD0 10 g~1 ;6. 4 I- '3 3 -Y I z NC 4 _ I I pt' p. l I I I I r t -N I I r _ _ NM N U * 2 2 0 N _ B P- I Phd IC I 99 . cr '3! ": N Nr 09 9 . .0N rr *fiN U' N 2 O p. 0. . . V .-, Z N * . . . . I 9 U' x 2 N4 C p I grY r42: t, -N I I* r4 lene N 0 ~ .-tm p. O0 9_V U. . N o N N ev 9 o .9 0% N 2 p. Ut 0 NI Nr0 00 esIo O o m NN 9toso M N r' p. 04 - - 9- N9 0}:0% un o N r. 19_N 04 t') NJ IJ N N _ -1 N - _3' _ N e0 F-, 2 S U 1 '.; -' 09 .0. 0 oU' N "I 9N N N N oe Nr .4 . N u .9 r 0C .- -Z 1 - e,4N S = 2,0 0 :0 2 ., - . . U N 5 N N N N r. _ 4 b.0 I N N 6' N r. N 0 2 0 U' . . 0 N - 9- M - . . .0 0 a4 N 2 It fn 9- -5 = . =: . 9- p. rr n a 27 N U'.0 IS* 9. (4* 0.. 9 u' 2 N U'S: N U N .0 3 U' N 9- N N N 9N9-02 '.3 1 N O 04 0r.0 _ ;sr G 2 - - 9- N~ p. 9 - 2 o4 ") - 9- .00 9- 25 oU't . s* :r N N I o U4N 9_ c Lr !) -S M0 Uo r4 7 I- _lr ab r- I ' 0 5 t-4 N 2 f_ t r4 - N N4N 9- v) 9 C '3 0 p.** a, ^' "' N N- c NI 9 4 .0 2 9- -ur L(, CO Xa - - N 0*0 9 i9 U" = rN 2 0 Is 3r a p. 0 p. N .3 "I 1 C - _ - mele~~~~~~~ . Q4 0 B OiwEtie ~!II @* N 000000 0300 O 000 0 N O! o O >. O O 2* 44 - S 0 N 14 5rs rn C;^r r 2 C - N U ' N* Zt _1 _ _0 0O N r- ' rn D N CD N 4 : r1;CDmc 0o '.n * e -rI Nf%1 9- u W .3 - 2 .N 0% Bi _- G 9-N N I I 0 f- _ N U' 9_ * O - I* . LN B U'0l0U'U'- 0 N N _ 9 N20 N t N 0 p 0p2 , N p wM 2 p. C'N " N 0 99Nr9 p .p N 99--0N 0N%U ' 9- 10 Nt * 59 9 a: 04 0 p. Ny - N O N -r - N 0%0 UI - 9 I "3 9- N _ NJI N . O 9- 04 . -24 - O~ o C H ;>l .rm I .*,n I W = W I 9 p.) 0 U' U' N _- 9- :SO >U' cr O 9 . . N. * 0 . p. 2.-*.0 -6 a .C -C . I3 r N _ % u' rp U' rn Z -v 9-rs 5 7z .2 I B I B 2 a; 2 tD N O 2 t-P r9 - _.00 O; 0oc ts; O p. r : .0rD G f" P 0 , W p.0 N - 0 o 9 ( 3 . .0 " 4 I I I I I . 4s * 00 .C E- U I I-i .IIIIII. tVdh I . 411 A 9. t_ I I-;4 0 %0n p. 0 9- II oCZ 04 o .01. - 5; 4 v >* O . - II 0 .90 0-r I _I I *- N 0* -4. W N 4 .O N _. MrN 0%B- 2 0000000000 .0.. . . p. '.p. 0 p. .0 n LM V' .8.0.0!tm P.- N 0 p.s, '9 .O - - N _1 N- -r 9r9- W D ' '0 - 0 -4 0 o fn I n rr' N M P9 N I I - I "V L. 11 ..~fn . c I 0 0 *r _ W r ' O * * 0 r N rN Ofn A I I .4 ~3N un No - N I C.4 0o 000 U' t 9- on 4 o000000 _- _- _- 1 . 4 .4 O000022 0C I .;2 . I IB * : 0 : N0 rMfj CM.a u I en I M'a - 0 I * N 0p. ' rn- * 4 Mx - I U' r. r 0000022000000 I I I oOoOOOOO3 0 * 4 I . 9 9- rs 99- (N '-I = *I - 2 - O D N N.:t - 0 Q. .4 0.I .4 9 , r. 9 IP b i 1 u, r C - N m :% 2 o O - Q U' NI 499-ep. 20N9-0 09-2 U' 9 . 9 N 0 D 0% 21N U' VI 0 0 0 o O :-r I. r 20%0% 0 0 5 . . rr x W ., 2 '0r 0 I '0 0 O 0 00 0 O 0 00 0 0 0 0 C00;C 1O o 000 N N Ot \0 r. - I N 04 W . =< 1 I e = Z N 000 0 O C 00030 C00O - .4 c4* O t. I I J 2 . =: 9i N W z = n 0 -J 0 N . . =0 "3 UI 11Z r 2Z = Ln *' I r. -4 - . 0000 o o :: o Ct o I N4- * * 2 v' 000 o 0 o t t 0 ,; t * .0 NSN 9 I0. 9- - IC; 2 = 9 . Q I . I 10 .Z : * 000 .. -9-_- 9 .4 0000 U' U''.01 9 V 000 C 0 0% 000 000 N. S z . * )* O o U' 0- . * 71 "3 U r c~ _ o i'. t *o 9. 0.00.0000 M .0 C C n s o . I .= .0 . o .n . _ =. '. I U Q n r 9- 00 0000 000000000600 E- 0 *0* 00 000 3 . EII4 C ,0 .0 300000O0 0000000 r z 0D 96 0000000 t 000000 0000 0000000 *.220 9 0o N u. 0 4 000 ' *.N __ 9_-__4 A lz I= '3 00000 * I tW = C, 0. 0N a, r0oo · - C, . 9 9 0000000 I r ; a' a . 0000000000000 _. _ L C . 000000 U s' o . N U' 4 * := 11 00*N' · oI*Un o-N * 000 roo _34 r _ * o o -IO ,, 9- N AN (4 U: 4 _N CY, C.. C, B I '. B :r ON B II I I I or , 0'I = 000 1 . I .4 1 U _ 4 .9 I Wc -- - :z _N 0% N 4 Un 1 01 i .= 1 i 6-4 S 1 M o = 0 Z :0 _ 4 a 3000000000030 .0r 10 NvU I O- oo P. . U'U'p. o .CO qD ,C * 4 3c 2 . Z H U_ cmr - iI- ;,2 :4 b-S b* e N5 0%,%2 0r0 4 I . o _s . = - N N U r0p In p = N t :2.. 1 0 h3 . 000 er .N r 9- rN PS o I I * . u m99 O'z S: z I. .0 N ..4B .2 B-B p. - S _r' N UN vo c O %O 31 . C zcui W4 = 2 o U' M1O .0000 =1 I I U 10 p. 1 f Q c 00 0 . .N 9____-__--- '-9 0 -5 00 00 1. . o9-9 -4 0 . .0 c9 oIN - -3 - N N 0 - n 0000000 I I 0 C7 I N °O3 0 N 99'- '-00000000 l N M 9% r% N :0 N 9% : 4t N N ' 0 O- - O f 9- U 9 0 0% I t N U M 4.IC*z a %t 9 N N .;1 I It I IIIIIt-NN t Z .i _ I M I : f"!6 I I 9II_I 1l l II N W M "I 9999en N N . 0 0.z=='aW . . . . * . Sez 10~ r N . . 40 NT 4 - . 9 I .4 .CX CC9%UMl9 CY 0% N e04 N 44 z -1 . : 0a .C 4W 04 G 0% N N 0^ t> 3N *4 N 9 0% 9 NS '-n Z w3 v) *4 ii * .0 *. XJ~ 9% 0 * 9 . * U, 9 U 0 9 o 4 -'-NN0%m0%99NN'O rs0 N N _4 N .N C A~ 0 qO 0o 5 C.."x H 2tp· -L 0 4._% 0% 2: UzwU 3 0 'rr N N. N %N 0~ N W N U, W el N N* o 0 re 0r N II 0 0% N E. .4 0% ;o U .4 C Q _'- 999 0t%99 N4 N II I I-N0%4 "I 0` 9% 0 :r0 ** :0N 40 *o0 i zeW :O9' f-, - N . ZT.. *0 z .r 9% -,%9% .n o -4 v, N N r '-CD ,0%Z4N 0% 9% 0_ U N - 9% 40 In N 09 C, 4 . o U, N :* D 4 uN. -6 4;% ¢'- r% 0 D-%'0% % 4 '- S t 0 9% ^ 4: 0r *C u 4 = U,0%N40iS 2: 0 N 9-%01U-9%U,,1 -N U, -% 10 LN 4 0% i-4 _0 _% 40 4 0% 0%-N 9%- '-N 0 N4 N U, 9% U, 0S 9% 0 0 90 0% 900'-f 4 0 % rN %tN 44 N 0s N U, -% 0 .JI * 5 . IIII · 0% o 0-N M N U 099 0 C- NN0.-00-N40UW-0 I .I 0 M54t -1 M Sn '-NN0%0%m-D 0 -% 0- D9- U, , N a:% '- 1- 40 0 -s. o 0.0*.*e**@ * *. * co :SO: '0N %v- 3 0* 0 0 . 0% II 0 9% 9 u * .* . . L, 00r . In 90I', co0N N U, :0 ,v en l.l Nr N-1vm- W W 49 -'-N .0 E'.3 * ,, I 99 NZ .3 .4 I * I . 3 z 30 I *..**...*.*..... - ~~ ~ ~~ N-Qo M > _-N l 9 co ). N 409% l~l I 99 z l I I D O-l . 0'* -'U, Ii .4 II I ~99 -4 I -_. N 1 00000000000600 0 - - t ~ M a, N N ~ I I I l -l (ri| I 9I N I 9 N4N9 0 _% -'o .0 O N 000> U, C 5oaJt *0 * -00 * O-q .S N9§* Ns N *0 - 0 -i 0.N o-i |I-N994: 9'Ue rcauI 1 I 1. :. . C69 .1. I I .4 * .* * * * * * * * :*.1; 90 M -N I 00 OC '-0 Z% N o -- U) IIPC~ I I9 9_ I7l l 000003050000000 ; v.;.* 0% U : 4 I I . .* S * -t I% a I 0% I I3 UN t I0 S 0. DIU, * *0 N N '-00 : I 0W :;- ...I W %~ U, 9% N '-0 N 0 9% N'- II11t '-0 000030000000 rN* N S 0 N*N I 0% f" I 00 I I I% v 0 0. I-z 0000o00 0' . _ U U, o N S40'- j *O 3: *0 s. * * 40 0' o% U, 4- U, 0% N 9 N- 0O% , *.* 9% U, 6. * * - U, U, N _ :4 -u- *'-0 N 0 ;r N _% U, N 0: s. U' -N s '0 0% 0% U C, N c s 0 0 0 0 9 co 0 CZ N un w - D: 9% 4 0 4 0S 0% N * U, ru9 W 0 a,% I0 0l U, C N 0 N = N aT _ _-N N 990 M Mr W p r: K i- p zU: U\I W 4 0 0 0 0 . : :D0 r 9 %-' N 0t N 0 t \0 0N W N U, 0% 9 N N - ' -'-N S 2: N -%09 0% O N'- N L _t k-Q 0' U, U, N 4 7 '-0 4 0'- _% - 4 U, '0 ^ 4 %-4 4 0 :' ^4 _~i 0% k0 ~9 .. d ¢J. · ZC · Z IJI - r ), .. 2: , un cr - 9 C 2:I I II II I * N r 0 U, _ " 0 . -I, -1 :: , 0 <2 0 JC ..0._ o e: ; < u 0 O e 0 e0 ' OO , , , CO e oO N I 00 0%n0000 000 000 _ _ .~ N. U r - I _ C, 0% 3- U) 0. Z f' .0 I . - - 0 C0000000 00 0 0 0 00 0 -": I 9% Z 0 0% =U) N- _ 9- = I _ _ _ _ _ - _ 00 0 _ 0 0 N 0 * 0> 0 0.3 -C N 72 W U) , = 0 0 0 0 N 0% a 0 0-%0 - 0 0W - N ^ 0 4- 4^0 0- - E- I = - 0- Ln ^ N -^ - 0% N %0 _-__n N N N o 0% I, _ r2 z o 0 0 N 0 o NC N * 00O- 0O u, 0% r- 0% 0% 0_ ND 00 e N o 00 000000000000 0 00 00000000000C0O O U) - 0 Irtr~Or~' 0 0 z N * . .4 3 -3 N 9%O-4 0% N4o N ~~~ 0 00 .~~ * o 30 - .Z % _ C. N O 0 6 0* e .4 O O 00000000000000 I = 0% O :1 00000000000'~9- w 000000000000000 -- 0°% ' 0 hoOO _- 0 t~~~.0 0 0 0% 0% 0 OC O N . C I C FA19 4A :* 0 W W0 oC% 0%0 * VO tI I c o _ m 93c 9 I I * . 4 15 0 '0 00 II a. I *I .* '-'-1 A * *- I1I I 0 . * * J . - I--N 0% 0 H U 2 *I 19 I U U 4 C-. : L 0 _- 4. l-9 l9 -0% I L0r 342 till O9 N Ln '0 co -- r0 N* U5Un *tI '-I 0f a 3 N e ~ _ I _III_ S-"I 0: aZ . : 'A U _ . I -4 0 "-,I I H-4 *'l -4 D-70 I 342·1 a >e 0 0 1t -90 9-_ molov- . O IN .00N4 191 c' 19 -"%cooLAM N' _""mM"MNN-~~r C? r o: c~~mr 0 .* -p .0* '0 ON 1 0 o0 '0:T . 4 _-'-IN HZ u 0 =,-. 0 * a fa 0 0 H fa 03 .. 0 *e >.' * Z o3 * Cc 0 0% N ZS M r N - - n 0% *D :r * . * * %'0 0 a . 9r% _% *00 X>e . 0%' 0D '-L A L A L A 0%0 0 19 o0 'o0 0 LA *r 0 N * * a . 9' 0 L A_ 0n 0 o% N4 9 19 3 I .20 3....'C I U '..C ) *6 t94 I 332"I I E " - 0% H a . . . * 0% 0o0 19 o, '-'- . * * - 0 N 0 a 31 W 1-4 U 34 2 in N * * w '0.- * . * . 0 0-0 0 U ,v' - '- L A - U a a W (1 I I 0 I * S 9 0 2 H * * .0 A a 'o-L z0 .- 0 00 0 0 0 . 1~ LA;1 C 000000000000000 '0000 0 LA' 4 I .. * a0 . 4V 011 I 0 4N . * O * re_ '-19 c%0r. I 0 no . o 0 0'-0 * eS. II Lm 1n N p. Saa0 , 9- r0'N N _ N' I I r-' % an N C 0% 19 0 nu 0'- 0 *'- la cr'-'*19 N 9%'A 19 N 0% '0Ni 0_0 o X * r 0% 0' _% O 0 NMN '0 n N- 5 _ 'a- *- , 0% ND9% N * * * LA 0 * * . '-9%N 001 * UN '0 N * te:U, O w o I H u, N (4 ~; 2u a U 0 0 .0% -. L U L LA II * *W H ina osX mo l-o * * * ;S*S . . 19*Ni 0 0% . _ * . oO L-* _* :.-0 * * 0. 0.* . * r oo). 19 OO Ni 0o-QNs 9% N'0 :* N N N' _ w-_ C; xD osl M _ N'0':-r 9% U, pS a r-Un .0-_- '0 s0 oL'''Ni N Ni N Ni N''-10%0 Uptm LA 0% '0.0 1 a1 '-N N N N'-'- ~~~~OooooOOoooOooO o o o o rO() or) o 0 C U L000 *N 0O 0 . > 0 . 0m NW . O ____ * . * * * 00n00000000000 C% o 0a 0 0u L A , -' - 0 '-N0 a' NCD, O * un . N a . * * o * N £> LoP A_--__ N 05 0 . 0'-N0 0 0 34 9 . 2 LA LA0 ,C -n L a o 0 m o~ n CM = - .4 0 Ho Z> (n t 4 C2 in '-LA * . * * . 00.0 00 a 10 00 0 o . A LA *i * 1 N *.**.****.****.> . N---19911 * * * iL C CD a ¢ aOO LA = :. 0 *C 0000000000000001 I1 2 II .A 9 .9 * * * . 0 0 0 0 0 o 0 O 9 W * . 0 0 0 * * 0 0 C 0 U0 r_ * IY 0% tCA 4 11 C; '-4 0. > o "" v) a 2 1 Xu 3 C4 m W I *I I *I - 73 73 . =3 33 CU 0 0000 0 I '- I2I _-,-0001 000000000000000 . 0% O 00-_O0 0 .2 1Q0000S0000000 00 :r 0 - S x * 0 3- ¢ 00'--' i- 0 U, I 0 0 N'-C- 04 _ 0 0% Ni '-0 N . '-.:r 1 9 0%'.0 Ni LA p. 9%'0 _ N N N 10 _1 -0 cr oaoocS Ln '4 0 v w' * . N. N C90% 0% * S * = ooooeno v) = U, -." N '-q a cr LAN Ln 9r '0 '-N N '4 P4 * U4 H 0 9 II ' I '00**9%00'0'-9-.000oO C 0 - '- *z19 INol I I o0 N _'_'(A a 0 0% ow * N 0. 00% qz ' 44 La a34 ,_ I N I * U L A LA L 0 -'0 0 t rp p. r9 9 N M LA Ln 1 N Nq *T *'0.0 C a LA . I 1 0% 9a- 0 N_ O 0 0 -. % a% 1-%0 0% 0 * 33 0 6. 0; Ca32OCI O0 * LA 19 0% o 1 N 0 0%N 0%N'OA 0n 0% 'O-s X 9 N LA N N N 1919x N N'-,- ' 0 0 0 C 00 H 4 OS I a A1 9- I *19 C 1 - aI ' 1 0000000000000000 * * . . S * 4 H 0 Ca '-I 1 1 N 9-4 0 0 u, 34 U 4- w- H I N '- v.7z.0'- ( NY L) -0a f~ I * X~~~~~~~~O 9 *% ** U, N 0 *ri U,* -0>OsXs* U,*, rn: Ln U, N N 1919 N N'_'- _'-N CoI II 0 uS U, U, N '000 ** O I v; Co 19 N %ON 0% 19 0O'-N * 9- 4 Ns Ns 119 N N'-' '--N l .4 0 vA 000% 000 -C 0 L a c a '-L Ln U oNO0.0 0 LA _ 1 9O 0 , 0 U, 0 r" -v 3 '0 %O NO .A0.- *%0 *% *. .0* Cy, f-I 0 UO,0 r H 94 9I N N- - I g 4.3 '0 *,O *% *-S*- * *% 000** . . u, U, %0 0 1 'L0 9% Lm : 0, 19 N 0 0 N 0 1 L 00-C C r0 N N NS19 C N '^-I- 0 ,0 0 Oa 0 94 U~r a - _- M I N 00 a- 0% C a0%' LA . u 0 m * . - I-I 0I r_ I 0I I N a- 2 0* * U UZ N '0 U, r -r * ; . _n ' 0*v; *)U1 , v; - 0 cZ ::;D o o 1 0o 0.0 W Ln -t N0 M9O L z L 0 00 I'-'_ _ 1N N N 1 91 N . 2 2 0 . -A 9% -IIOO% .*****.****~.*. 0% I o: o-o4 8 C -I 4w IC o 1; -; 9 N'- 1 0 c 0 4 ** * . :* * p. N I O H H o -uu 4L AF4 2 III I'L I e 0I 0°000000000000 .3 N' I- 0 9% 19 %19 ON ' r- I 19 I I 4 II a ,3 a u I I u 0-0 r 00000o 0 N 0 o '_ 19 L4 oo 40000C Il 0 00 I I O 00' a *-r009 N 0 9L*r I I 4 o o0 I 5.3 O_ 4 e4 M 0 0- 0 * -v o _ I 9- I% W3a 0 a130 00 - a C 0 - O E2 u I OA C. 0 O% 0 0% 0 o- O9 Q o. O0 o O o,0 v o0 *) 0 0 o o 0 a . I 006 V--1 V.6 q 0 C II °O ---OOOOOOoo_ _ O _ I Od O - E OO _ C0300000000000 %ao E e. 0 p. N * .* * 4 00 0 * ^ N- '0 0 0h '0 :* N 0 p. N * * : N 'S I O0 0% '0' 0% ^0 * '1 N 00 f-N 0 *0 * 0 013 " 0 I IlI p. D 0: 0% u p. 0%x * 0 0 m I 0 N* 0h I I 11 I I I 0 0 0 0 00 ~1111111 * '0 '0 8 0 0 o _ I 6900000000000000 I § N0Nm0~ O0 CO 0* -00'_ Wa cc O * 00e N r . 0 N tw I 0 0 0*0%*~n'.0 0 =:r I 03'S * :n '0 0 0 _ 04 Q IlI 0 , * - o 0O M- .= eD N CO0% 0%%0 0O 10 0 00.* .0 Iel I I 0 O 0%fb n0 o * *0 00 'o _0 zO I b. : l 0 1 . N I % - OO U, _O _ t W C : 0 .4 0 0 t) co .4 II 0 D. L) * | I 0D N O C14 N Ow - I- CD X C Z rNwte=u 0 ( oN-!fo II * vDr ro '0 rl 0 N I ~m3 >* 11 0 z U, un-t5: lI * r a : :. iw CI 2l :3 I O& X. O0 6 X i ;L w* 23 Col ^ r * - I . . . . ¢\00 > e~O O0 * . * * r 1-V: -_ 0C : . e * 0 * mr tb-O rSe c p--0 o 0F 1f¢ 0 £o 00 oJ_5 , O * _ o 1: x -O 0-)30 * . Q0 '0 _eerSo 0 _ 0 0- 0t N D 0->NO(n Of -e -' tz _'; 30N0 -N 00 . 0 0 o Q N^ 0000 * N@ - I U 0 Nlœ 5' 0 ext-tX :~D X y4 0w 3C 0 b, U ~ -. * N 0 0 * ..0 , -0N 0 0 0 0* 0*0 O, 0*I 0N _.*0 0 0060 ' 0NQ 3000 0~~ o 3 0 0 r N U C0 0 e t 24 w 0. 2 . rX- -9 U 2 0 w zJ x W . ~ ~ :: = .14 0: U, 0EttNrMJPO N N- U, t 10 N 00 N 0 00 0 I - - '000 0 _00 . r O so _· 0 I O 0 I I O .O00 O ,,0 I N N 0 N N*~ . 0% *. * . X- o-nOx 2, N Js In 0 0 m 0 v N 0 F N r- W 0t :51 * '4 *1 4, ,. 0 4, 1.4 YI 0. *, *, 4 _ rIn Lr 2 = 0 - , 4 P. 0 N - 3' U, 0- 0- I 0 t N N N N N - - I 20 2 r: b'4 L, U, 0 - MI 00 X· .v. VM 0 .. 3 00 0 N N4-O4 I: .4 W - r I : 0 U, '- C. I Z I X I .C .~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~r 4 - - 0 2 -I 0 > I 0 o Y . t/ II II U U, U- U, C 0 C O 0000000000 000000 000000C0000000 0000C000 - U Un U.) O m O g , L C 0 C 0000000000 00 000 O 0 e 0 OC* I '0 0 4 II I . 33 3 * * - 0 t * * * 4, 4 4e r" _ N 0: C, -, 0000000o00000 ooononooooooooo 00~0 0 0 00000,En 11 13 Z· 2 rn v) = - = (fn o e U i UO m III O l0 _ I - U Z El = , 74 I r 0-cO-4-,0-0-0 _eN N eN * - .i I f 4r I I ,e F *Z u ~ I o, z o t-3 i' -,, II ¢. Cz. t:> I Oc z 0 x c AL. X . .. I, !t< w o 10 z I .4 C) -C .4 -j LI tn 1 o I L? m 0 z C. Lt N · ·t-, I * Z. r4 r O ;4 rt c . :J1 :> I I flC rC c 0 UN * N U4 .4 f.4 C) v 75 I C I L^ ; - ~~~~ Q a =q a 0 a a k o he V aa.*, o b-4 aO 4 a o aa Da~~~~ ~~ e 6 oo a E3 ~~ ' = ~ 4~ 2 oZ i ~ .. ~ 31 w W~ - ~~~rc 2 a a. o = :: '" C a cZ b - x -s _ ~~~~ IrI C II II II C3 * H a w * * 3 U) a Es- Z3 a..~~ ci, o W7 .3 4 a Ug a: 2 Z E bz X I o _2 o p wo O\ 4 IC 3ra a . a z n *< * .. ** H _ rs s r - . I. Z Z o a X~~~ =z z S a C) b cr; , ·- ~ · ~a: ~~ ~~ 0 2~~~. * ~= o 3; S' ~ ~~>: ~ F Zr ' 2 "'- 2a. az : * 0 r3c ~ ~ E 3 zQ ZI D IL - ~ 76 :C S 'n-z a ,, II * \ E E- :S = aU u z Ez * X 'I : _ :x -r k iC _ e u. o 4* :I I I le W ~0 I ~oI ol2 * I i _ *t F I N I1 v * * S II I I e * (I _. * ! a r- Ul N I M - I N I 0 0 * 0 It I 0 0 I rI _ I \0 ^0 *t # - I I I ( , I I _ 41 -0 W .4 '. W II ll 3 *iC I *U I M : CC. a W U * C I I * I X - 0 I ** I* r I * * 0 N P O I I .i - S 'I N 0 P * '0 UM * _ I N I_ I * N r 0. A I -0t a I I 7 '2 I. I M c j on.I e * A '0 I I I W * . _ 43 '- M : 1 MY ;r 0 * I N I 4 J.= 5 N I O I up a * * N I N I N W I- M . 0% _ N _*r N M N g* C N N C) N g F4 .~ I I N C N = rN N t.- = i I t N 0 NN ~N 5- 0 0 * I I * t 0% U, N- I 0% rn :S - Or N - 0' I 4 -C N Nv I-. = 0 * U O M = 2 I 11C 4 = C C. :C _ 5- %0 0 * 2 * 5- 2 Wn Nq p. 0 _ 5- N 0% * 4 * 0 N _ U'U N4 N 2 '.0 *r 2r 0% % U, U'9 0% . g0 ' 2 P. 2 I I I o i0 Z. = OL 2 II '0 I Ns kr, 0 a _. P9 0 0 2 U, p 0% 0% 0 N 0 5 I-r _ N N N eN t.'4 N4 C v r 2 N 0% _ :t on U = * N N :* N U N '0 U) N M oN- '0 U, ., N NJ . % I C Ii C, U H N Lr nY~ UN N 0% X .3 LI In - Un r. N N .0 .. U' Nl , '.0 %C r_ P.f L N - N o a p. P. N P. O~ N 2 r r ~N 0 0% U, * 0 2 'r .4l U, z a. 2 3g A P9 U, Ul H E , C. C, M 04 * E e*e .4 t.3 P _,) _ N 2 -~I N N U9 NS 00 U1 fN N 0% 0 U N4 N '0 '2 '.0 5- 0 uh N q- 0% Ln C P. %O N N N r I I N u * * * P9 N e , 9 U N NS N - U, r _- u 0 LM _ N N U!U N u,: 0 PUr M - N P9 N NY 2 0 2 M I Z - Z . " p. - M Z * Z . p I- - O ' =t .3 co _ = W. C M Z Z C Z 7 z. M p. p. z p. 77 t: r N U, N Ln = N M" ' N IC '0 _ co r _ Z M . ' 0- _- r 0 U, 'N tC un _ ~O t '~2 CZ Ca~ =; , z 2 :s r' - - s . WV N ID N * 2 U, ;, N z _ a:; M IC 2 * rW oT 0 p Lr P. 'C *r Lu '.L~ 0 IN4 C( L ' r, _ _ X. 3 X r 0 0 _ 3; - " 4 _ :4 = u ~ 'CW %C 9 In W: '°0 = P. _ 5; W :L2 G r C _ C Z Z 7 a p M. ' ' . l z ' Mp. = = : 71 2 7-1 2~i z7 p* a . = I 7 m M t t Un g 0 0! I 0 I o I I ! m 0It f0 I I I w 0 0 0% oW rq V !r3 I0 A - , _ vi " 0 co v0 * 0 &A _ ^ I I Oq 0 P- fI , on om o N I Ir I , , 0% % N I I I A I A I I _ At 0 o 0% o n N fn 'C %D ac o 'C n N r X m 3 I e erl t I N o. N ^ _ >, N o V 5-% N *I A to 0 0 M S.' '4 'C fI r LA 5 0 = N 0 co U, - 0 fYI :I 0% Ne a ini N 0 0 N Z 3 0 ol~hl L N ON N - c% 0% cr N~mDr 0 o N = 04 .. c0 Ct 0 gr 'C m N *w N 9.'C o N 0 N4 h eo *T 'C 0 Ln N C4 41 N I4 N 0 'a 2. C co .3 (U, co cs t- N, _- 9 7 'C i 9 - - 0 0 0 0 w 0 0 0 0A Z Z % 9_ 0 0 0o I. f, co N ' 0 C* 0 " = l0 Gill o N = S4, o * c> Z P 2 : 2 0· 0b N N N4 * 0 z 0 p, D a 0 ql * N i N 'C N % 0 N N * : D, z Z 9, U0 78 o C 9. % w at 2 Z 2 Il C0 0II n 0 N W. Z z vi * 4 O 1 DO Z D, Iie, 0s 0 4 e0I 0 *% 0 N 5, U * S U 0 ,z ! II - I o o Co Ia U O 0 o 0= 0 N , t: O * N 0 C - N - t It %a * C: C Izr CC) (3 U P( ~ ! N N *. lS . * D0 a,% o. 0 f- f N 0 N N II oam A 0 0 - o : l 4 k %D 0 U(9 r sS *4 U i. UR we bc 0% v0% 0% O% 0% CY, .0 qN .0 (N A be be W (N as u, (N ,.0 .D ' N (N * _3 o O M U. 3 Oa O N r4 O (N ,. t 9 14 a - N I (N o N I I.. .3 C co (N 0 r- - o z- a -aI I 2 r ( a: | , · l (9 U4 04I 14m -CI z Ut z 0; ~3 3 UN 03 !' Z Z S 3: * * be \ a, 0 0n 'B. 0C IC IC 0 0 J Cl o C 0 o. O 2 0 o0 o I=0 i X L In , co o (N (N (N % 0 (N4 N U (N (N '.(N '. N '. N 5% N bC r e %CV be a, rb 0%7 a. 55 0% 0 (N 0 LI V X . ,> s C 0% 0% 0, F (0' 0% C, (N0C, '.0 q A, N' c IC N (N IC N N N (N N Wk W VA be be W be W U, 0 - U # O .N 0 m 0 z 0 n O o * V. "C = 0 I-' 0 0;0 tn I I I-4 I ¢ I U,; _9 0 10 5% . a: = 0 c I .- o (14 C3 0 a N U) U1 o g3 - (, 0 Z 4. I- Un a; ,; Da .4 rZ 79 I (N a. _ The results of the computation for different macro-climatic options are reported below, again for the months of February and June 1979, Albany, N.Y. Different options have been considered: 1. worldwide yearly average of albedo 2. worldwide yearly average of minutes of sunshine per day 3. computed values of amount of precipitable water from dry-bulb temperature, dew-point, and atmospheric pressure values 4. pressure set at "Standard Atmosphere" value 5. worldwide yearly average value for KT and options 1 and 2. 80 * U I" 0 0 N -N 0 . 4 r2 a: ; n U 0-14 3 C 3) * C . z d1 6 _· c a 0 0z E) Ic N 14 F 1-4 e 0 4 4A O 4 U H -3 . 0 0 W 3 I: O * aC 2 0 4 o4 4 0 4r; U4 H E) 4 U 5t4 4 U) X 0ea L cn4 29 o 00 A. 4. 14 uci Cu 41 nz :1 EC) 0 c 4 cH 0 L3a a; 0 14 , SX A. 0 H A. Al A. 14 : o o o 0 0 U1 z Cl aa D 2 0 U a D Z M A. Z H a; A 1 u Al Cl *4 * -3 Ha ; 0 H 0 e a3; ; a a ff , ^ S Al A l A 54 4 X c; II II II I. II II II II z Z = H* c z 0 H A. 4 *i u c 2: 0 Li z d U cz Li A. 81 uc W4 a: L CL -4 co 1 X . 0 !I Lf ;. II ItI ; -3 C c-c A.E 0 H Q -c 14 0 0r o Ln Ca. > H a ; lr c ; X. Y c~ N u) 1 '4 c o a I-1 H 0, !I '4. N - 0 - 9- 9- I I 24 I P: Di * I I 'a ' 'a 0% 'a co C M f O O co - * M L I = = S -. I I a [, I 'a % r 'a No *a 2 ', I - 0 4 I OawI I en 0 * 0% :r _ M M - 0 N '9 LA I I :a M a N 0 LA c o 'a @ ul a - L _- _- cr% '9 0 N 0 'a - In l- 0 N O * a a 'a o M I a N a M n 0% 0O 0 M I I * M -I _- - _ _ %a N r 'v I 0 _- M @ I I N P. 'D e N 0 0 - __ N N N * I I , L - co r0 s I 9- ' , U 0 _ N N I I I - I N , Ln 0 a Cy, N 'a c0 0 0 0 0% c 0 ci % r P. 1- 'a t9 a fn D N A 0 I ; A I I I P I 0 _" 0 N 0 F-. U, LM r- - Lm 2 N '9 N ,a ar 0 ' r_ N - O 3~~~~~~~~~r0010m =1 U, .U 0* * 0 c c _ M * 'A -F _ a 'a * '9 N I o 0 M W- oP 0 t - I N, I 0' - - ' . C M SI M 1 I rs 0 0% la D% N ' - N 0 U 0 * ;0 N 'a t- I M co * :a I 0 V0 I co I a F.. N F N ' U, % 'o M * 9- . - % M l 'a . N N I rs 0 I | - - 0 I I 0 r N 9-9 _- I * N I _ N * ' 'a a ; .4 * u; o O _ Of | OD a - N l & ON kn 'a c N I s C 9- , I2 . C I I 0 'a 0% . t F" 'I 5 - 0 N Pcy % N ciLu I c 'a f- 'a 9~~~~~~~~~~~~~~ N Z..I z1 . . i, la 1* L I - U 0% 4 r: I I ra _- _~ I I O _? N %D 0 0 - ' I 2 en co e" a_ * N * *" 1N N .3 0 W '41 ' 0 'r '9 0% 'O Ln as 0 C% 0 N N 0% 0 0 I' c S'a p1 5l9 - 0 LA '9 N _- N_ a 0 N - 0 0% 9_ '9 __ eo 0% o __ '9 '- 4t e co 'a a a IC 0 ' N - I LA c - ' I 0% N N Cy N UL - I I _ U ' 0 0 N ' 0 N N ~~~rNN~~~r3~~~~N_ - : r- n In . 2 3 Ci 0 *a4 3 z_ C4 0 N 0L 0 I 0 a t 0 'a 'a > D - a _v 0 a - - rI q 4- .I- I * N B * a N 0 t9 II N I N , - It I I = I oo - -4 UU 0 - Ut I Igo. j I .4 ; ,.,g N (I Utt I I I <* g' e4 g 0 I 0 0 r - 'a - P- F - a r, 0 in '9 la en a o ' N 0 o _ I J I e tDM :V a _ "- _ I I a 0 '4 s0 co o4 000 a04 0 % - 9 % % - - . 0 . pit M. X rP r. N 'a '. M N 0% 0 - _ NS ' 0 B- M ON 0 4 S 4 0r0 0 % % - - % % 9 ~ p 0 0 -S . 'n xD 0 N_- PI 'a 0 'a 0% 9 0 0 N 9 _ - CD 9_- - N 'en N N P 82 CD Ln - 9_- a _ a 0 - sa4 I I ' 1. 'a 1 - fB 0 _- I 0 _% a% M a C S.Y 0~ 0 0 0 - 0 0 9 9 B 0 5 -w o' 0 0 ; NI o4 r0 04 0 0 0 0 - 9- B 9 0 r - ~ 0Ct B ' 9- X At b 0 Zia N 0% LA 0f 9 'a 0 4 4 9 0 N '0s0 % % 9 B a S M CD 0 0 " °7 NS % % 9 A ,- I UL B a zzze~~~~~~9 0 % % 9 I I I N I 4 c0s00 co B ' 0Q 0 04 = o4 0s % % % st _ a o B a. 'i _30CI en en 9- N 0 % 0% I~9~r~g N 9- N "I I n 'a _ 0% 0% cm - I I 1 I 'I 04 co 0 0 - * B '9 a 9- 9-9- ~ 1X a I 1 o4 - 0 co o co 0 0 0 0 0 0 9 9 4 B A ' 9- 5 A 0. 1 0. p 9 ; 0. a 9 .3w N en f- V a a1 4 * q- o N' N' - 0 V0 LM 0* r * t- q, en .9 0I · o S e _ D v 9-- 0 : * - a L M M 0 N N o ll 0* *. r 5 at 0 M V- I t I *0 %a at1 U 4 -39 49 ' LM 0 f M !- LA *0 N 49, *0 F'- N ta 0 -I 0' - N4 Lm N a' N 9 9* 9 I N *a : 0 0 W M N 0 *0 co Ln a M v- - - tD - 0 *0 o 0 LA N U p4 C 49 I Z o -I . 9I 1a . ,. 9 Mi I a *0 N I * . S S 0 N' LA 0 c - 0 fn I _r 0 0 ;' 0 LA L 0 0 co r c o N' *9, N en * LA At LA C' %a - N N N' la LA en* N u r f Ln . . ' 4t S 0 N N I' L I-- r. - - I -I' 0 -' 0 0 0 CD *0 en, N' Ln In LA co r L *0 M P. la - M9 In Ln Nr _n _r _ N N 0I r. 9- N '- _~r * 0 * I I ll~ I Uo I ea @ I 00. 4 I.' 2rl a'en U ZNn 44 4 *0 N r I93 gJ I : 4 'J .~ r o I 0 fS, I (, = CZ N0 tN 9- 9- N _ J| CDI *49.I _sJ c~l 9 N a 0* aN I~ LA I9 0* w N 0* 0* N 3, ~ 9 9 N N: CO N *1 D O 4 9, N' ILLA 0 I Lna A L I N N LA *0 0 0* 0* *n 9f m 99 0 _- ON - It IT en 9 r N NS NN ^, en I N' N 0* M N *0 co *o N 49 _" \ ." !A p.. *0 5 0 0* N 0 0 * 49 S rrl * N N I *0 * ' 9 - e '. 0s 0o C f.,. ;U m3 4 4' _ I ' ' J-3 aI~ a: b4 0 0 = _ I S * * . . 0* @ : .iI I J I t4 o0 I I * c o I_ I.N 9 N *0 0* 4M 0 N .* 9 9 N' 0 *0 N4 a _ In - A 0* uL LA) * W U) 9- 9'S I' N *0 0 Ln I Nr eo LC 'a. I X4I '3 4 IL <: I, O (e U I 'I II 9- 0 11 LAs LA 0 0* 0 0 u a 4 C c *9 _- N U0 a a I M 1'e LM M94 4 ' LA *0 ~ 0 U0 0 0~ U0Un I N' N' LA 0 a a a3 ' 4 >4 4 4 - - 9' 9_ _~ _- - _- N t LA N 0 N _ s . I K ¢ P N * * Q 49 N . n q K N N N 3* 0 4 e,-i Di - 83 N C *0 0 4 4 _ _- - *0 rN N > 0 N 5} 'c33 a.. X . ¢a. X D. Ca. 4 ca. c a a a 4 cr - ~ ey) 0 6n Sr 0 * OI I 0 N' 5 4 _ X. _CDr\ 9- 9- 0 _ ^ 49 . *: ,6 t i 2 -, N N r nbd* ,y Yd I_4 ._ 1 , as * *m U, U 8 4* 0 * 4 U, o 4 i44 2 8 t 2 8 4 V 0 21 H 2 a P 00 H 2 04 El8; 4 U C ' Ua 24 U rml3 4 2 o4 2 H 2 Z -4 r 04 4 C 0 4 U 4 a ; ( 3 4 o ow U :2 H 2o = 0 04 -C th ; U 0 % 4 54 ra '4 2 2 4oEw4 20 (3 ~ 4 4 -a i m U 54 C H'4 V < 4H H~C (3Q 2 hi HC U4 0 2 U 2 F4 0 4 H 4 -C 4 0 0 '4 2 2k2484 = 84 .4 m a 54 s4 O 0 H 2 HZ go 2 2 ;; C U E 2 b a 2v 0 2 8888 4 a Ho , f S I I 2 2 L z; X X I Cd 2 W (3 2 2 2 2 = 2 a (3 22 2 2 II II H 4 Ia 4 k4 o~ IU * 0 * U Z >4 z a N X < 3 w wN 9 0 Ln a as w H ( 2 I H (3 2 2 * 2 II 0 U 0 04 84 In II . U 4 2 * U H 2 1 I I I II 4 -C 14 04 H 2 co 2 (P Y N 0 U, hi I I II N V U I.3 I .4 tn 4 N r N * N N Nf * 0 I i N In - N. N N N 4' M N 9- % N (0) ' M 4 N 0o _ _- - _ a M ' 0 0 CO IT N4 co co N r w 40 I b l o I L r (9 r 4' '. _ 0% 0 N I X> I : a lN N - N) eNn 00% 9% 9_- 0 N f% I tv c tD Ln Ln 1 . uN LA N4 4 0 I * 0% 99 n e 4 I In 19 = II M _* *M 0 g h_ .4 :> 0 u-l LA N I LA - * 4 en j q N O W f = 0 9% en 0 > q cy.0 la % la LA Q * fS Un o4 N LA _- . r U Ot LA 0O M Ln 9- 0 %a rv- q S 0% a M ~- N _- _ P. _-P * N tLA LA N 9% -_ 4' 1 0% 91 - O O Q3 N N 0 N N N N a, 0 0I 0% i N _Z rn I I 7I N N - 0 0 LA =0 N O 4 0% - - r 'X W 0% 0% o ' N - N N ,0 - I 0% Ln 0 O 44 . . X Ca4 :4 I =_ 5.4 LA ... 0 2 Z3 & I : I H -I * I I· 0 9 I: Ln 9- 9% _N - rr~ N * 0 . N N _ rrn m H 4 ,. I 04 0 1 4 I 0 a _ I I . t'1 .- _y ? N _- > O (9 % N % 2 * 0 0 o NN * .' '0 0 N 0 NI N N N co (9 9 9% No .0 U N ffl 6J 4' * * IN .41 I .:W I O 9- > 9 4 a;L A I 5W No 0 N -0 * 0 9% 9 9 II 9- - LA 0O 0 4 In t30 0 0 9- N 5 0 -i. am I ( N 9 * O :r _9 _ - 0. 0_ 00 o 9% 9%· 4' 0 9 - e( 0 "I * - 9- O Ulf - N N la gr 0% O :9 IV Lm -' 0 S 9 N _ N e x ON*%0@ N _- NS -I * 0 un I 0' a N 4 at N zr*A 6V @ N ON N> Ko '*- 9- * I 0 N n V t It*~ _ M NN N W LA ( 4' N - N e.', LA N 0% rq (" 9- 0% N N % N N '0 N 9% 0' ,~ O 0 LA 0 LA N r 9 N N .N 9__ _ l . * I .4 9I W mI I 9% 0 9* * 5 * N9 '0 9 0z 9 *. * 9 N 4' 9 N . .4 W U I I a :> -9 I M9 I I ( 0% Nf '.0 6* - 0 O N 0 Nt (N LA N N 0 9% N LA * 9- 4' 99 4' 9 0 IT LA N la 0% p. I c 9 4 LA N Nt 04 W CaI I I 0. 9I 9- 0% 0% 0 _- _ 9% 9% \ d * _- 0 _ I N I 0 O LA ' I I N D N o f 97 N en IIIn n N N 0 0 I I S- 0 .4 * i 9 a a09 Q1 =I 4-HI =Il 9- 0% LA 0 N N LA LA 0 L _ _ _ 0 0 50 2 0i 04 0 2 I A W. 0 M IC a M = 2 0 M = 3 a 4 .4 .4 .4 .4 .4 0 0 0 0 0 ~0% L 0% 'o Nl L - - - 0% 0 e 0 0% ( . % 21 0 :r __ LA LA N N s^S 9 L . 0 9-0 % . fN I0 M 0 W 0 M 0 W ad g 0 0 La 0 s J 0 0 M = M 0 = 0 M .4 .4 .4 .4 .4 4 f% P r" F. r 0 - f :r ' 0 M 0 W a M I 2 S M 0 2 .4 . a 4 in r a 7 0 2 a a 9-0 0 M an 0 M N _a0 1- _ 0% % LA '_ 0 9 - - L _ 0 (9 I '... '09 0 0 0 0 0m c 0 A : W - 0% 0 b , 4 W M 9a 9a 85 9- N ON 51 v 0 s ,0 0; 4 0 W , l M = 2 M 2 M 4 .4 0% A 0% Ca n0 n , _ M 0% - W n , 0 N - M M g s ' tN t n 4C @ 4' W 9 - W N - - - W v 9 9 o,3 na q0 20 9 P0 0 I l , t4 114 N 1 ;1 ;4 J . II I I I eI I II I * I H I -4 z " n a4 N 0% N 0% N 0% M D co U. *C I 0 41 r n W C a j I 4l a- I N I 0 L . n la 4 - N - e * LA t. .- 0 *. r I 4 * 0 CO 0 r- O 0 N N 0% N O 0 t 0 0% N L NS _ * 0 * I rl I - N I I t I I LA N N rI O LA '9 4 0 O- r r. 0 C 0 C 0 N - e 0 I "a0 N4 '9 I ! - 0 -L N MM I !4 * l 1N I* en t N * I 0I en 0 o I - o, r N '** H 3 en - M I I u LA N -°0 ~~~m~~~~nm~~ !I NOl I at 1 Ca W.I go A i II I NII 0 ,I . I ;I o - Ir co : W r- r 0- I- - N LA 0% 9 I LA '9 I .D 0% _ 0 4 0 I I I I .1 I' 060 N o ; 0 X2l 4 I - 0. 41 : 04 'A- 5 rc 0 y - LA r- 0 _ I I_ W A _ M-I N 0 r A 0 M N n - 0% cmM1 A9 0 P. 0% r. 0t N e : 0 - t_ 4 LA N 0% N _ ' 4 - CaII0 LA P Hs a 4 OI he* o H U L o ti H; o J I@ C I ' I @ I 44' N X I0 f0 0% NS 0 I 0 0% N ZI * *J0 pi 1I W I ,4 . r-~ N 0X N I I ~NI I J I M I 94 co N4 N 0 co 7 _ N - N 0 0 P 14 u * * *I . * r 0 N I _ I 4 v. 0 0 ULA ' e 4 ~t * M 0% W _ e 9- LA N 0 a 0 = 0 0 0 0% 0 0 _ I. N e ON 0o 0% P. 5 en N N N gr a 4 0 9- I t 0 0 0 L M 0 0 0 N N N 4 0% N c- t- a 0 _- * t. - 0 % M C 'v9 0 9 M * I L - i LA 0% . P l C LA I N 0 0 0. I- % N _. V- I- co to 0 0 t51 C In _ a r - 4 : 0 a 4 - co 0 N * - r .N I * N N 0 * r 4;I I 10i- N~ I - 0 fcc N c N 0- 4* 4 I (9 N r M9 - I 1 I NI kn 0 N . Z 4 ~.~ 0 :T I N * I q"4 I I11 tjS Io 9; 01 W 0. -1 : cr * 0 a 0 C 0 0 0% P. i f'. I o 0% , 0 i0 The results of the computation of the global energy flux have been reported on the previous pages. As has already been noted, no attempt to perform a statistical analysis of the results will be attempted, either for daily or hourly approaches, due to the reduced amount of data available. Some general considerations of the model performance, though, will be presented, on the basis of the previous tabulations. A deeper analysis of the results will be deferred until more data are processed. As expected, the monthly precision is higher than the daily, which is higher than the hourly precision: for the two months considered, there is a one to three percent monthly precision; at least three-quarters of the daily data are within a 15 percent precision; and the hourly precision is lower. The average of the relative error is extremely low, and the standard deviation of the daily values for those two months is also low. The first simplified version of this program, run for European locations, did not appear to have a sensible statistical dependency on the month of the year (for the same location) or, more generally, from location to location. If days with no clouds during the entire insolation period are considered, the daily match of experimental and computed values is extremely satisfactory, as may be seen from the previous tabulations. In order to better visualize this, the 87 hourly global energy fluxes--the hourly interval is used because experimental data were available only on an hourly basis--both experimental and computed, are plotted versus time. All the days on which the factor S/D (minutes of sunshine per hour) was equal to one during the entire day are substantially represented by days such as February 3, February 6, February 11, February 28, June 14, June 20, and June 25. Their plottages are reported below. 88 a) T KIT rr D n I C lC D r Y E'l I IV Un SEO (EXPER. ) SEO (COMP.) FEB. 3, 1979 CD ('" DRY NUMBER 34 CD in cti L¥ CD r -, bI n'- CC Ln U( rJ 'r 0 0 U, 0 12 TIME 89 16 (HRS.) 2 ok T K -rE'(- O nI rK Ln M3 0 cv o c: CD 0 uJ 0 0 Ln CD CI 0D 0 Ln cr Ln ·0 0 Ln 0o 0) 0 TIME 90 HRS.) 117 0r ,V r I I I / 0) O u, lrE'KIEY 'Y1 T klTCrDl cr) 0 0 0 O Ll C 0 Cu cr cm CD -- 0 0 Ln mE U) ILLJ F- u CC00 C- o u) 0 Li 0 TIME 91 HRS.) lIV C C U, cT, T I 7 r77 O I r- a) cD CD 0 0 0 Ln CU CI): uli 0 C) 0 cmr CT CD 0 0 0 cm 4= CD "r I CD Ln TIME 92 HRS.) I r M -, V r I I I \/ CD T I -Tr r nD I r_ 1s U, CY7 C: CD 0 cr) C) ,, Ln L.J c-f C) LU z -J I C) V] cr To O TO TO us o TIME 93 (HRS.) r 'v I I I \/ CD Ln cr) INTEG ENERGY FLUX M JEO (EXPER.) L EO (COMP.) JUNE 20, 1979 DRY NUMBER 171 a) a) CD cn CD m c, 0 L CD C%j cm r LJ a) Lr 0 0 U, z I 0 0 CD 0 0 0 u> 0 1 TIME 94 HRS.) CD u) INTEG ENERGY FLUX m EO (EXPER.) , EO (COMP.) JUNE 25, 1979 DRY NUMBER 176 a CM 0 0 (0 v, cn cu 0 rm Lu - z Ml 0 0 Ln ru 0 LT >I 0 0 0n m 0 0 U, 0 TIME 95 HRS.) The extensive presence of clouds intercepting the beam tends to introduce an increase in the error. This error is compounded by the fact that the albedo factors are interpolated on an hourly basis, since the cloud coverage condition of the sky-dome is observed at one instant during the hour (at the end of the hour); this interpolation tends to affect the hourly precision, when performed between zero and some albedo, but the lack of data does not permit a deeper investigation. Consequently, the interpolation has been left generalizea during the whole day no matter what were the values between which the interpolation was accomplished. This fact is shown, for instance, on the plottage of June 13 (the S/D value different from one is that at 13.00 hours), and the plottage of June 19 (the S/D values different from one are those at 16.00 ana 18.00 hours). Both plottages are reported below. 96 T I r r- e- r-, e,,% i r- L I r- r-- - , , - . , . . . C CV7 C) CD cn Ln C? 0 0 U, C.' Co CM L: cu CL L.J 0 Ln I Ln 0o 1,, U, c 4L 16 TIME 97 (HRS.I 20 2 CD T KI r - - I Ln CV 0 cD m: Ln Cuj LU C LU C: c: 03 rr C U. I =, _. r'r "r" u, 0 TIME 98 HRS.) L i -- r- - , , Even on those days on which S/D equals one during the whole day, the cloud's presence tends to affect the precision of the model. trend: June 6 and June 21 are good examples of this They both have S/D equal to one over the whole day, but the former has cloud-cover fluctuations (n fluctuations) ranging from 10 to 80 percent (even though the clouds never intercept the beam) and the latter has a cloud cover consistently less than 30 percent. The precision of the latter is lower than the precision of the former. during the same day: This happens also On June 26, S/D equals one the entire day, but the cloud cover is zero during the morning and different from zero in the afternoon. reported below. 99 The three plottages are cm a Ln Cr) INTEGR ENERGY FLUX I JEO (EXPER.) A SEO (COMP.) JUNE 6, 1979 C) DRY NUMBER 157 .- CD, (, N1. Cu LL 0 LJ a) c: crI. ul) 0 0 ct a) Jr I 0 0 Ln Ll 0o 0o 0o 0o 0o U, 0 16 TIME 100 (HRS.) t 0 0 U, C,, I NTEGR ENERGY FLUX a) JUNE 21, 1979 \DRY NUMBER 172 C3 cn C) !-1 NC w LL cu Lf LLJ z 0= I 0D 0 TIME 101 (HRS.) 0 0 U, cV7 INTEG ENERGY FLUX SEO \mSEO (EXPER.) (COMP.) JUNE 26, 1979 DRY NUMBER 177 l= 0 I= MU 0 Ln 0 >CT 0 cu 0 rn o (f) C: LuI 0 0 z u, - -- 0 0 U, TIME 102 (HRS.) It appears reasonable to state that, on a daily basis, the analytical model represents well the interaction in the total absence of clouds. On an hourly basis, though, the model is affected by the lack of information on meteorological conditions (state parameters of the system). Some systematicity on the error introduced by the clouds, mainly at high sky cover (S/D always being one), may be noticed (e.g., the influence of the clouds on the increase of humidity content of the atmosphere). Once more, nothing has been done to decrease this "systeniatic" error, both for lack of relevant amount of ata in different climatological conditions and in order to permit an analysis of the "physical" model. reason is particularly relevant, The first ue to the fact that no real information related to statistical fluctuations is available. It is plausible to state that the amount of precipitable water, though, is a critical measurement. The limits of its availability (twice a day) and reliability affect the precision of the mooel, even though linear interpolation of its daily values is performed. This is evidenced by days such as February 17, where both the cloud cover ana S/D equal one during the entire day. It may be seen from the plottage reported below that the precision of computation tends to drop, mainly around noon, which corresponds to the time between the two precipitable water hours' measurements (performed at OO.UU ano 12.00 MT). 103 CD T kI T r r) F I r- Ln cn CD 0 CD 0 0 cm, (I) "I 1-1 0 0 L, cu C i.I CD rLU cr a) 0 Cu cU -J 0 0 U, F- a) e- Z 0 U,) To To us 0 TIME 104 HRS.) KI r - I "V I- 1 I The sum of the two effects, i.e., the lack of information on the humidity content and the effect that the clouds have on the humidity content, is clearly shown by June 27. The same situation is represented by February 14, when cloud cover is inferior to 30 percent in the morning, is superior to 30 percent in the afternoon, ana S/D equals one during the entire oay. Both plottages are reported below. 105 o O Ln U, T Kl T r" I1 'kI ED r" Y EI C,, CD 0 C, Cr en -1 0 U, CD 0 0 0 LL cu CD C) fm Ul) 0 z UC 0 - c: C) 0 0 0 Ln 0 a) 1 TIME 106 (HRS.) 2 I V °- , T KI T ErDfI r I dE'l~rYy c EnI E IV U, C3 'r D EO SEO (COMP. FEB. 14, 1979 DRY NUMBER 45 C CX (c (EXPER. ) O0 LnU >- _JC Z 0 J I Ta =O 16 TIME 107 (HRS.) 21 All discussion of the clouds thus far pertains only to those days on which the S/U factor was consistently near one during the entire day or on a portion of the day. The effect of the clouds on the amount of precipitable water obviously will be heightened on those days on which S/D equals zero the entire day (or in those portions of the day on which S/D consistently equals zero). The stochastic presence of clouds will therefore strongly affect the total humidity content of the atmosphere, nullifying the effect of the interpolation between those two available values of measured amount of precipitable water. Furthermore, as the cloud cover on those days on which S/D is particularly low tends to be higher, the visual information on the cloud types (used for the computation of the albedo) will be more and more incomplete, lacking information on the higher layers, which are shielded from visual observation by the lower layers. Tis will strongly affect the precision of the computation of the global energy flux, in which the albedo is an intensive factor that obviously results from this "series" connection effect. (Itis worthwhile to note that this effect will be much less severe as concerns the direct energy flux computation, as will e seen.) This lack of information on the higher layers will also strongly affect the precision of the computation of the total humidity content due to clouds, since the KT factor has only an extensive factor (the total cloud cover) and does not 108 have an intensive factor, relative to the albedo of all the layers. Certain systematicities of the error also may be relevant in this case, in which S/D is consistently low, but have not been corrected, for the reasons previously stated. Furthermore, those effects appear to be sensibly increased (and this appears nieaningful) on those days on which S/D equals zero during the entire day. Typical days on which S/D equals zero the entire day and the sky cover is 100 percent during the entire day are February 27 or June 11. These plottages are reported below. 109 cm° T KTI I r " I I Ir U CD cn Xo o o CD I-n a) CN r LLJ LTo LLJ o o -J I 0a 1 TIME 110 [HRS.3 m rl- \/ I II\ r- :) ' "I r =, r r -- U, (=) CD C --CM Uo a LI O -O O ET U, To 1O TIME 111 (HRS. i - , , , For ays on which S/D equals substantially zero the whole day and the cloud cover is 100 percent during the entire day but with more transparent (lower albedo) clouds, the precision is sensiDly increased, as may be seen from the plottage of June 28, reported below. The lower albedo of the clouds on this day may be noticed either from the tabulations or by comparing this day with the two previously presented: The former has an hourly maximum value of global energy flux of approximately 3,000 kJ/m2; the latter is less than 1,000 kJ/m2 112 a) T C' r ' 1 an cr) CD CD) Cr _ Ln CU L CD C) Li i- :) Ln P- I a rr a CD CD E: a 'T a C) u 0r 0 TIME 113 HRS.) I r- ) V r-i I I\/ Those days on which S/D equals zero only part of the day, always with a high percent of cloud cover, are representted by February 1 or June 18, on both of which S/D tends to be zero from late morning until late afternoon. reported below. 114 These plottages are CD T lT'r'Dnl IEklDr C IY El I I IV Ln cr) SEO CEXPER.) SEO (COMP.) FEB. 1, 1979 DRY NUMBER 32 CD cr) O - 4= Co ao LLJ I C C) Z: 0 C:) C) IO cr: L, O TIME 115 (HRS.) Ca Ca T kI T C r(- N CEKIECDrY L) M a) C, I- (: '"3 n Uc lo LL Co L1J :3 ru a: r.z U, r '1 U, 0 TIME 116 (HRS.) I I IV Although rarely, the experimental global energy flux behaves sometimes in a particularly unusual way. This is evident without reference to the computed values of the global energy flux. For instance, considering February 19, it may be seen that all the weather and cloud conditions--although within the limits of those measurements and observations, respectively--are homogeneous from 09.00 to 14.00 hours: he experimental value of the global energy flux at 10.00, however, peaks at a value that is 10 times the value it had at 09.U0, and falls back to a consistent value at 11.00. February 19 is reported below. 117 The plottage of .0 T K1 7 r r' M n I r- KI r CD cr 0 CD CD cn N. - CD Ln 0 0 CD, C 4= Cr) U, CU -LLI rr Ln CD Cu 0 0 U, cr cE: 0 0 0 I _JCD 4- 0 0) o TIME 118 HRS.) M (% ' -I I / No further attempt to interpret these results will be made. It appears now that the analytical model permits an extremely good approximation on a monthly basis (within the limits of error of the energy flux measurements), ano is slightly affected by a lack of frequency on the input data (mainly precipitable water) on those days in which the global flux equals the diffusion component of the radiation. On those days in which the diffuse component is particularly reduced (or the coefficient S/D is equal to one), the precision of computation is particularly satisfactory. A general conclusion and error analysis of the work will be made as soon as more data have been processed and after the model for the computation of the direct component has been implemented (Volume III). 119 APPENDIX A7 CIRR2 PROGRAM DESCRIPTIUN* The subroutine CEOC2 is, in effect, the main program of the model. Meteorological input data are transmitted to the subprogram via "common" arrays. Geographical parameters are written into the program, while running parameters (output options, computing options, etc.) are transmitted at the time of calling the subprogram. Meteorological data are retrieved from data files by the MAIN program, JUUT. JOUT also interactively prompts the user for output options ana sets the appropriate output-option variables for transmission to CEUC2. The outputs generated within JUUT (i.e., the plots and tabulatea values) are only a sample of what might be accomplished by the 1,vAIN program. The individual user coula put, in the place of (or in addition to) the printing and plotting instructions, any further processing of the energy flux values that he may wish to run. Calculation of the values of precipitable water (if experimental values are not available), equivalent atmospheric *The description of this present, first version of the program has been prepared by .I.T. student J. McCombie. 120 height, and the albedo of the cloud cover are computed via the "function" subprograms WWEQ, HEQ, and ALB, respectively. Appropriate input data are transmitted to these subroutines in their "call" statements. Using subroutines in this manner enhances the flexibility of the program, as well as being an aid in the debugging process. The subroutine PRIN is used to generate an output file with hourly values of energy flux density and meteorological parameters. Using a separate subroutine for printing gives the user the flexibility to design the format of the final output, printing only those values that are needed for a specific implementation. Fine tuning of the model is accomplished via the program JWMFIT6. The parameters Pl, P2, and p3 (from the KT computation) are varied in such a way that the error in calculated values of energy flux density is minimized. The program requires the user to have in a data file both meteorological data and experimental values of energy flux density. The program then prompts the user for initial estimates of the parameters and the accuracy desired; the end results are the optimized values for the parameters. 121 The technique used by JWMFIT6 to find the optimized values is a variation on the "spider" technique of finding a local minimum. Consider the system as a function in 4-space--the three parameters and the sum-squared-errors (SSQ): SSQ = (EO I - exp E i )2 calc Starting from the initial estimates of P1, P2 , and p3, the program "crawls" around testing different values of the three parameters, attempting to find a local minimum of SSQ. When a location is reached at which SSQ increases with any variation of Pl, P2, or p3 , a local minimum has been reached: values. The program stops and reports the new parmeters' The program JWMTEST calculates and prints SSQ for both the initial and final estimates of the parameters for comparison purposes. In this implementation of the nmoel, there exists a clean, application-independent set of programs for modeling solar energy flux. The user can use the entire set of programs as written, producing his choice of various printouts and plots, or use the calculating routine (CEUC2) with his own main-program, and use the energy flux values for his own purposes. In either case, the user should have no problems in the implementation of this model. 122 The worksheets of each of the subroutines and of the main program are given below. Refer to Chapter 6 for the logic of the programs. 123 NAME: CONVRT TYPE: MAIN - auxiliary UPDATE: July 1, 1979 DESCRIPTION: Reads records from a SOLMET tape and writes desired data to an output file SUBROUTINES: No subroutines COMMONS: No commons LOGIC: 1) Position data tape (SOLMET) to beginning of one year 2) Read records from SOLMET tape and write to output file until end of year 3) Stop ERRORS: If SOLMET records end before 24.00 hours on December 31, tape runs out of reel causing read error 124 NAME: JOUT TYPE: MAIN UPDATE: August 1, 1979 DESCRIPTION: Determines and assigns run parameters; reads appropriate meteorological data from files; calls subroutine CEOC2 SUBROUTINES: CEOC2 is called COMMONS: /BLK1/ LOGIC: 1) Prompt for running parameters /PRSS/ /HBLK/ 2) Prompt for output options 3) Write headers on output files 4) Call CEOC2 5) Write end-of-report data to main output file 6) Stop 125 NAME: CEOC2 TYPE: SUBROUTINE UPDATING: August 1, 1979 DESCRIPTION: Computes and stores density of energy flux and energy flux values; calls subroutine PRIN SUBROUTINES: PRIN COMMONS: /OUTBLK/ INPUT: Values for parameters P1, P2, P3 ; number of days for which program is to be run; number of integration intervals per hour; value for albedo; flag determines output options; eventually, computed values of precipitable water, equivalent height of the atmosphere, randomized c OUTPUTS: Density of energy flux; hourly, daily, monthly, or yearly values of energy flux LOGIC: HEQ /BLK1/ WWEQ ALB /PRSS/ C-RAND are called /HBLK/ 1) Initialize all parameters 2) Initialize all output variables to zero 3) Compute daily parameters 4) Retrieve daily meteological parameters from storage 5) Compute instantaneous astronomical parameters 6) Call ALB 7) Call C-RAND 8) Compute density of energy flux 9) Compute energy flux ERRORS: 10) Call PRIN 11) Stop 1. Overflow if P1 P2 P3 make KT unreasonably small or large; program terminates 2. Bad flag input (output-options); program terminates 126 NAME: PRIN TYPE: SUBROUTI NE DESCRIPTION: Prints astronomical parameters, meteorological parameters; density of energy flux, and energy flux values, following output options SUBROUTINES: None COMMONS: None ARGUMENTS: Name Description Type I TI Time R*8 I H Sun's altitude R*8 I MO Month 1*4 1 IDY Day 1*4 I WW Precipitable water R*8 I PO Pressure R*8 I AO Density integral R*8 1 Al1 Relative atmospheric mass K*8 1 KT Atmospheric attenuation constant R*8 I TAU Atmospheric attenuation R*8 I EOORTI Density of energy flux in an ideal atmosphere R*8 I EURT Density of energy flux in a *8 real atmosphere I EOHOR Density of energy flux on the horizontal k*8 I NCALL Counter 1*4 I ES Extra terrestrial density of energy flux R*8 I - (see following page) 127 LOGIC: 1) If NCALL = 1 (first hour of printed data this day) write column headers to main output file 2) Write hourly data to main output file 3) Increment NCALL 4) Return 128 NAME: WWEQ UPDATE: August 3, 1979 TYPE: FUNCTION - subprogram DESCRIPTION: WWEQ computes values of precipitable water (WW) SUBROUTINES: None COMMONS: None INPUTS: Values of dry-bulb temperature, dew-point, pressure OUTPUT: Computed WW value LOGIC: 1) Compute WW value 2) Return 129 NAME: HEQ TYPE: FUNCTION - subroutine UPDATE: August 3, 1979 DESCRIPTION: Calculates the equivalent height, HH SUBROUTINES: None COMMONS: None ARGUMENTS: Dry-bulb temperature, dew-point, pressure (all input) LOGIC: 1) Compute equivalent height (HH) 2) Return 130 NAME: ALB UPDATE: August 1, 1979 TYPE: FUNCTION - Subroutine and auxiliary DESCRIPTION: Computes the albeao of the cloud cover ARGUMENTS: NAME DESCRIPTION TYPE I/0 IMO Month number I*4 I IDY Day number 1*4 I HR Hour R*8 I NOUT Number of outputs desired I*4 I OUT1 (% a )/n R*8 U OUT2 (%i ai )/(% R*8 0 OUT3 Undefined R*8 U OUT4 Maximum of albedos R*8 0 OUT5 Minimum of albeaos R*8 0 ALB Linear average of albedos R* U j) SUBROUTINES: None COMMONS: None LOGIC: 1) Read in type of cloud, cloud layer, and percent of sky dome covered (from meteorological data file) 2) n = total number of types of clouds 3) Compute albeuos for each type of clouo (= ai) 4) Compute total albedo for tnis hour, following tne alternative methodologies defined as out: (see argument aescription) 5) Return 131 NAME: JWMFIT6 TYPE: MAIN - Auxiliary UPDATE: August 1, 1979 DESCRIPTION: Find values of P1 P2 P3 (from KT computation) such ERR 2 is minimized (ERR = E/experimental that Eo/computed) SUBROUTINES: CEOC2 is called COMMONS: /BLK1/ LOGIC: 1) Read meteological data and hourly experimental energy flux values for clear days (days with no clouds or obscuring phenomena) /HBLK/ /PRSS/ 2) Prompt for initial estimates of P1 P 2 P3 3) Prompt for accuracy desired 4) Vary parameters so as to minimize 5) Print the optimized parameters 6) Stop 132 (ERR) 2 NAME: JWMTEST TYPE: MAIN - auxiliary UPDATE: August 1, 1979 DESCRIPTION: Compares initial and final estimates of P1 P2 P3 and prints (ERR)2 for both estimates SUBROUTINES: CEOC2 is called COiMMONS: /BLK1/ LOGIC: 1) Read meteological aata and hourly experimental energy flux values for clear days (days with no clouas or obscuring phenomena) /HBLK/ /PRSS/ 2) Prompt for initial and final estimates of P P2 P3 3) Compute (ERR) 2 for initial and final estimates of P1 P2 P3 4) Print (ERR) 2 for initial and final estimates 5) Stop 133 NOMENCLATURE A = parameter on the delination computation; in Appendix Al, area A0 = density integral of the atmosphere A1 = relative atmospheric mass b = radiance in Appendix Al (Subsection 1.1) or brilliance (Subsection 2.1) D = geometrical day length E - energy flux ensity; in Chapter 2, East; in Appendix Al (Subsection 1.2), luminescence ES = extraterrestrial solar energy flux density for average Sun-Earth distance ES extraterrestrial solar energy flux computed Sun-Earth distance Eu = solar energy flux ensity for daily ensity on the ground FO = irraoiance (integrated energy flux) F0 = irradiance in the hypothesizeo absence of atmosphere H = equivalent height I = energy as electromagnetic radiation K = absorbance function of the atmosphere KT = integral absorbance function of the atmosphere without clouds KT = integral absorbance function of the atmopshere with clouds M = number of days in the month M i = molecular weight of gas i Mk = moist ratio N = progressive number of the days of the year, first of January N = 1 P = pressure 134 R = radius; in Appendix Al radiative energy intensity (Subsection 1.1) or light intensity (Subsection 1.2); Appendix A3 molar gas content Ri = gas constant of gas i RD = gas constant of dry air RW = gas constant of water vapor S = minutes of sunshine S/D = T = G.M.T. (Greenwhich Mean Time); in Chapter 1 and Appenuixes absolute temperature minutes of sunshine for interval time (hour or oay) TDbK = dry-bulD temperature TDp = oew-point V = sensitivity factor (associated with the visibility curve) w = energy emission (electromagnetic waves) in Chapter 1; otherwise, West Wp = light flux (photometric units) W = radiative tflux (radiometric units) Z = elevation Z a = albeoo c = 1 - S/D is the extensive factor of the cloud presence; in Appendix Al, velocity of the electromagnetic radiation e = Earth orbit parameter g = acceleration of gravity h = altitude of the Sun; in Appendix A1, Planck's constant h r = relative humidity m = mass 135 p = local" factor of the KT expression; in eq. 2.1, Earth orbit parameter and in eqs. 4.27, 4.28, and 4.29, transparency coefficient of the atmosphere; in Appendix A3, partial pressure P1 = intensive factor of depletion due to permanent components of the atmosphere P2 = intensive factor of depletion due to precipitable water P3 = intensive factor of depletion due to precipitable water P4 = intensive factor of depletion due to "local" factors r = number of rainy ays in a month s = generic beam direction abscissa t = solar time tf = sunset time (solar time) ti sunrise time (solar time) w - amount of precipitable water; in Appendix Al, radiative tlux zip w, a x = generic abscissa total water vapor content in the atmosphere in the vertical direction z = zenith (vertical) axis abscissa zo elevation zo Greek a v angle of the "position triangle"; in Appendix Al, absorpti vity = angle of the "position triangle" (azimuth computation) Y = angle of the "position triangle" (hourly angle) y' = hourly angle value at sunrise (or sunset) 6 = aeclination 6o = daily averageu declination c = emissivity coefficient = angle between the Earth axis and the nor.?t to the plane of the ecliptic; in Chapter 2 (Subsection 2.5) inclination angle of an inclined surface 136 = total cloud cover n' = total opaque cloua cover e = zenith angle x = wavelength; in astronomical computations, longitude = anomaly of the Earth in its orbit w = 3.1415927 p = density; in Chapters 1 and 2, daily average value of the Sun-Earth distance; in Appenaix Al, retlectivity coefficient p = average between aphelion and perihelion of Sun-Earth distance a = Stefan-Boltzmann's constant T = transmission coefficient + = latituae + = function symbol = azimuth A' = orientation angle of an inclined surface ("azimuth" of the normal) - = solid angle Superscripts = degrees = minutes Subscripts U = dry air E = Earth i = inciaent; in Appenoixes, i-th gas 137 1 = local m = meridian M = moist air max = maximum S = Sun W = water vapor Z = elevation Z 0 = zero 138 CONVERSION TABLE (in alphabetical order) To convert from Acceleration: foot/sec 2 inch/sec 2 meter/sec 2 meter/sec 2 to meter/sec 2 meter/sec 2 foot/sec 2 inch/sec 2 multiply by (power of 10) 3.048 2.540 3.281 -1 -1 0 3.937 1 9.290 6.452 2.590 8.361 1.550 1.076 1.196 3.861 -2 -4 1.056 4.185 4.185 3.600 9.470 3 0 3 6 -4 -1 -4 Area: meter sq. foot sq. inch sq. mile sq. yard sq. meter sq. sq. sq. sq. sq. sq. meter sq. meter sq. foot sq. yard sq. mile sq. meter meter meter meter inch 6 -1 3 1 0 -7 Energy: BTU joule calorie kilocalorie kilowatt hour joule joule joule joule BTU joule joule calorie kilocalorie Joule Kilowatt hour 2.390 2.390 2.778 W/m2 W/m2 Wl/m 2 1.135 1.891 3.152 Energy/Area Time: BTU/foot2 sec BTU/foot 2 min BTU/foot2 -hr 139 -7 4 2 0 CONVERSION TABLE (in alphabetical order) (continued) To convert from to multiply by (power of 10) Energy/Area Time: (continued) BTU/inch 2 sec W/m2 calories/cm 2 min W/m2 W/cm 2 W/m2 W/m2 BTU/foot 2 sec W/m2 BTU/foot 2 min W/m2 BTU/foot 2 hr W/m2 BTU/inch 2 sec W/m2 calories/cm 2 min W/m2 W/cm 2 Force: dyne kilogram force pound force 1.634 6.973 6 2 1.000 8.811 5.288 3.1'73 4 -5 -3 -1 -7 -3 -4 6.120 1.434 1.000 Newton Newton Newton 1.000 9.807 4.448 Newton Newton dyne 1.000 0 5 kilogram force 1.020 -1 Newton pound force 2.248 -1 centimeter meter meter meter mile 2.540 3.048 9.144 1.609 6.214 3.281 3.937 3.937 0 -1 -1 3 Length: inch foot yard mile meter meter centimeter millimeter foot inch inch 140 -5 0 -4 0 -1 -2 CONVERSION TABLE (in alphabetical order) (continued) To convert from Power: BTU/sec BTU/min calories/sec calories/mi n horsepower watt watt watt watt Pressure: atmosphere bar inch of mercury (60-F) inch of water (60°F) millibar mm of mercury (oC) Pascal torr (O°C) N/sq. meter N/sq. meter N/sq. meter N/sq. meter N/sq. meter N/sq. meter N/sq. meter to multiply by (power of 10) watt watt 1.054 1.757 3 1 watt watt 4.184 6.973 0 -2 watt BTU/sec 7.460 9.488 2 -4 BTU/min calories/sec calories/min 5.692 2.390 1.434 -2 -1 N/sq. meter N/sq. meter N/sq. meter 1.013 1.000 3.377 5 5 3 N/sq. meter 2.488 2 N/sq. meter N/sq. meter 1.000 1.333 2 2 N/sq. meter N/sq. meter atmospheres 1.000 1.333 9.872 0 2 -6 1.000 bar inches of mercury (60'F) 2.961 4.019 inches of water (60°F) millibars 1.000 ° 7.502 mm of mercury (0 C) 7.502 torr (O°C) -5 -4 141 1 -3 -2 -3 -3 CONVERSION TABLE (inalphabetical order) (continued) To convert from Temperature: Fahrenheit Fahrenheit Celsius Celsius Rankine Kelvin to Celsius Kelvin Fahrenheit Kelvin Kelvin Rankine 142 multiply by tc = (5/9)(tf - 32) tk = (5/9)(tf + 459.67) tf= (9/5)(tc) + 32 tk = tc + 273.15 tk = 5/9 tr tr = 9/5 tk REFERENCES 1. G. Russo, Analytical Models and Numerical Simulation Codes for Solar Energy Systems' Engineers (I)," Fourth Course on Solar Energy Conversion, International Center for Theoretical Physics, Italy, 1977. 2. G. Russo, "Passive and Active Systems Radiation Dynamics," Act of the Congress SAIE 77, Italy, 1977. 3. A. Russo and G. Russo, "Analytical Models and Numerical Simulation Codes for Solar Energy Systems Engineering (II)," Fourth Course on Solar Energy Conversion, International Center for Theoretical Physics, Italy, 1977. 4. G. Russo, "Design of Solar Energy Conditioning Systems," Technical Report, Polytechnic of Torino, School of Engineering, Torino, Italy, 1975. 5. G. Russo, "Solar Collectors: Testing Loop Design," FIAT C.R.F. Technical Report No. 528/75/lmr, 1975. 6. G. Russo and F. Demichelis, "Transmission Solar Focusing Collectors," Lettere al Nuovo Cimento, 19 5, 1977, pp. 145-51. 7. G. Russo and L. Metteoli, Energy Programming for the Energy Independence of the Island of Pantelleria," Pantelleria Administration, Trapani, Italy, 1978. 8. G. Russo, "Analytical Model and Simulation Codes for the Solar Input Determination: Irradiation Maps," Journal of Solar Energy 21, 1978, pp. 201-210. 9. K.Y. Kondratyev, "The Radiant Energy of the Sun," Gidrometeoizdat, Leningrad, 1954. 10. R.M. Goody, Atmospheric Radiation: Theoretical Basis, London: Oxford University Press, 1964. 11. M.I. Budyko, et al., "The Heat Balance of the Earth's Surface," Zvest Akademie, URSS Geographical Series 3, 1954. 12. G.A.W. Rutgers, Temperature Radiation of Solyds, Handbuch der Physic 26. 143 Oxford 13. S. Chandrasekhar, Radiative Transfer, London: University Press, 1950. 14. S.L. Valley, Handbook of Geophysics and Space Environments, Bedford, Massachusetts: Air Force Cambridge Research Laboratories, 1965. 15. U.S. Hydrographic Office, "Tables of Computed Altitude and Azimuth," Publication No. 214, 1940. 16. NASA, 17. M.P. Thekaekara and A.J. Drummond, "Standard Values for the Solar Constant and its Spectral Components," Nat. Phys. Sci. 229 6, 1971. 18. R.M. Goody, "A Statistical Model for Water Vapor Absorption," Quart. J. Roy. Meteorol. Soc. 78 336, 1954. 19. G.N. Plass, "The Influence of Numerous Low-Intensity Spectral Lines on Band Absorptance," Appl. Opt. 3 7, 1964. 20. L.D. Kaplan, "A Quasi-Statistical Approach to the Calculation of Atmospheric Transmission," Proc. Toronto Meteorol. Conf., Toronto, 1953. 21. G.N. Plass, "Models of Spectral Band Absorption," J. Amn. Opt. Soc. 58 10, 1958. 22. G.N. Plass, "Useful Representation for Measurements of Spectral Band Absorption," J. Am. Opt. Soc., 50 9, 1960. 23. K.Y. Kondratyev, et al., "A New Radiation Chart," Geofis. Para. Appl. 49, 1961. 24. K.Y. Kondratyev, Radiant Solar Energy, Leningrad, 1954. 25. E. Glueckauf, "The Composition of Atmospheric Air," Compendium of Meteorology, 1951, pp. 1-11. 26. R.M. Goody, The Physics of the Stratosphere, Oxford University Press, 1954. 27. F. Moller, et al., "On the Heat Balance of the Troposphere," Final Report Contract AF 61-052-18, Mainz. Solar Electromagnetic Radiation," SP-8005, 1971. 144 28. A. Angstrom, "Absorption of Solar Radiation by Atmospheric Water Vapor," Arkiv Geophysik 3, 23, 1961. 29. E. Vigroux, et al., "Resultats d'Observations de l'Ozone Atmospherique par le Methode Infra-rouge," Ann. Geophys. 19 31, 1963. 30. D.E. Burch, et al., "Infrared Absorption by Carbon Dioxide Water Vapor and Minor Atmospheric Constituents," Contract AF 19-604-2633, Ohio State University, 1962. 31. H.C. Van de Hulst, Light Scattering by Small Particles, New York: J. Wiley, 1964. 32. K. Bullrich, "Scattered Radiation in the Atmosphere and the Natural Aerosol," Adv. Geophys. 10, 1964. 33. Proceedings of the International Interdisciplinary Conference on Electromagnetic Scattering, Oxford, England: Pergamon Press, 1963. 34. A. Angstrom, "The Parameters of Atmospheric Turbidity," Tellus 16 1, 1963. 35. E.M. Fuegelson, "Radiative Process in the Stratus Clouds," Nauke, Moscow, 1964. 36. H. Korb and F. Moller, "Theoretical Investigation of Energy Gain by Absorption of Solar Radiation in Clouds," Tech. Dep. DA-91-591-EVC-1612, Munchen, 1962. 37. L.M. Romanova, "Radiation Field in the Plane Layers of a Turbid Medium with a Strong Unisotropic Scattering," Opt. Spectr. (English Translation), 13 3 and 6, USSR, 1963. 38. D.J. Norris, Correlation of Solar Radiation with Clouds," Solar Energy 12 107, 1968. 39. G.T. Trewartha, An Introduction to Climate, New York: McGraw Hill, 1954. 40. S.J. Reddy, "An Empirical Method for Estimating Sunshine from Total Cloud Amount," Solar Energy 15, 1974. 41. S.J. Reddy, "An Empirical Method of Estimation of Total Solar Radiation," Solar Energy 13 289, 1971. 42. S.J. Reddy, An Empirical Method of Estimation of Net Radiation Intensity," Solar Energy 13 291, 1971. 145 43. A. Angstrom, "On the Computation of Global Radiation from Records of Sunshine," Arkiv for Geophysik, 1957. 44. J.N. Black, et al., "Solar Radiation and the Duration of Sunshine," Royal Meteorological Society, 1954. 45. Acta of the Congress, The Sun in the Service of Mankind, Paris, 1973. 46. F.E. Lumb, "The Influence of Clouds on Hourly Amounts of Total Solar Radiation," Royal Meteorological Society, 1964. 47. Data of the "Aeronautica Militare Italiana, Ispettorato Telecomunicazioni ed Assistenza al Volo," Servizio Meteorologico, Rome. 48. Data of the Meteorological Observatory of Pino Torinese, Torino, Italy. 49. G. Bozza, "Tabelle di Solarita," La Termotecnica Ricerche 7, 1958. 50. K.H. Pogosyan, The Air Envelope of the Earth, Gimitz, Leningrad (English Translation: Israel Program for Scientific Translation, Jerusalem, 1965), 1962. 51. V.G. Kastrov, To the Problem of Solar Radiation Attenuation in an Ideal Atmosphere," Meteorol. 47 4, \ 1930. 52. V.G. Kastrov, "Solar Radiation in the Troposphere in the Case of Absolutely Clean and Dry Air," Trans. Centr. Aerol. Obs. 16, 1956. 53. S.I. Sivkov, "Attenuation of Solar Radiation in an Ideal Atmosphere," Trans. Main Geophysics Obs. 169, 1965. 54. Peter H. Stone, Massachusetts Institute of Technology, private communication, 1979. 55. T. Sesamori, et al., "Radiation Budget of the Southern Hemisphere," Meteor. Mous. 13, 9-23. 56. T.H. Vander Hear and V.E. Susni, "Measurements of the Earth's Radiation Budget from Satellites during Five-Year Period," J. Atmos. Sci. 28, pp. 305-315. 57. R.C.J. Sommerville, et al., "The GISS Model of the Global Atmosphere, J. Atmos. Sci. 31, pp. 84-117. 146 58. N.E. Ter-Markariantz, "Mean Daily Albedo Values," Trans. Main Geophys. Obs. 100, 1960. 59. A.P. Koptev, "Albedo of Clouds, Water, Snow, and Ice," Trans. Arct. Antarct. Inst. 229, 1961. 60. A.A. Lacis and J.E. Hansen, "A Parametrization for the Absorption of Solar Radiation in the Atmosphere," J. Atmos. Sci. 31, 1974, pp. 118-133. 61. SOLMET, Vol. I: User's Manual, U.S. Department of Commerce, National Oceanic and Atmospheric Administration, Environmental Data and Information Service, National Climatic Center, Asheville, North Carolina, 1978. TD-9724. 62. SOLMET, Vol. II: Final Report, U.S. Department of Commerce, National Oceanic and Atmospheric Administration, Environmental Data and Information Service, National Climatic Center, Asheville, North Carolina, 1978. TD-9724. 63. National Weather Service Observing Handbook No. 3: Radiation Observations, 1977. 64. W.R. Seguin, "Documentation for the 1977 Global and Diffuse Solar Radiation Data," National Climatic Center, Asheville, North Carolina. 65. C.M. Randall and M.E. Whiton, Jr., "Final Report Hourly Insolation and Meteorological Data Bases including Improved Direct Insolation Estimates," The Aerospace Corporation, Report No. ATR-78(7592)-1. 66. M.P. Thekerara and A. J. Drummond, "tandard Values for the Solar Constant and its Spectral Components," Nature Physical Science 229, 1971. 67. C. Frohlich, et al., "The Third International Comparisons of Phyroheliometers and a Comparison of Radiometric Scales," Solar Energy 14, 1973. 68. World Meteorological Organization Cloud Atlas, 1957. 147 Solar