General Disclaimer

One or more of the Following Statements may affect this Document

This document has been reproduced from the best copy furnished by the organizational source. It is being released in the interest of making available as much information as possible.

This document may contain data, which exceeds the sheet parameters. It was furnished in this condition by the organizational source and is the best copy available.

This document may contain tone-on-tone or color graphs, charts and/or pictures, which have been reproduced in black and white.

This document is paginated as submitted by the original source.

Portions of this document are not fully legible due to the historical nature of some of the material. However, it is the best reproduction available from the original submission.

Produced by the NASA Center for Aerospace Information (CASI) ° i .R , .. a ,... y..., , a ..,tea.. ,w, ..^._...a ....p-'^,.., , r ,.^y +..+a ,^-R-".'.'^ 7 ►

NASA Technical Memorandum 80608

Documentation of the Fourth Order Band Model

Eugenia Kalnay-Rivas David H o itsma

, (N ASA-TH-606 06) DOCUMENTATION O.F THE FOURTH N80-17638 ORDER SAND MODEL (NASA) 117 p HC A06/MP A01 CSCL 048 a. Unclas G3/47 12902 I'.

DECEMBER 1979 -3 r

National Aeronautics and a ` Space Administration ^^^ x> ° °' '^ Goddard Space Flight Center q © Greenbeit, Maryland 20771 a. 6 J ^ - tti 4^ .a J rrl ^^.

9

a

p^ `3

f^xua....^.^.•+-+.^-^n - rn...w.....h+ +Frv'mr M^!^4nNaNY - ^a r^.+gtK#d^'.v+.ry+'^.H.k^as>dMY.HiN. y..:. i.^YS •.. Yr#+aYLi'kCA"^^NYbWUStRWY=^.fidYSiM.S#bk'u i^Yr.Nl.eu+3n:.n-.. x..L.1 +,wY^.:^rn^.I Y Y 6i1.1. Documentation of the

Fourth Order Band Model

Eugenia Kalnay-Rivas

David Hoitsma Sigma Data Services Corp.

November 1979

Modeling and Simulation Facility Laboratory for Atmospheric Sciences NASA/Goddard Space Flight Center Greenbelt, MD 20771 r e ^.

f TABLE OF CONTENTS Page Preface i I. Introduction I_1

II. Primitive Equations of Motion II-1 Derivation of the Equations at the Poles II-3 Computation of ZI.e Horizontal Pressure Gradient II-7 as suggested by N. A. Phillips

' III. Finite Difference Variables and Grid IIt-1

^i Periodic filtering of Short Waves II1-3 M v IV. Boundary Conditions IV-1 t V. Finite Difference Equations V-1 The Zonal (U) Momentum Equation V-1 The Meridional ( v) Momentum Equation V-2 .: The Thermodynamic Energy Equation V-3 The Moisture Equation V-4 The Pressure - Tendency Equation V-5 Vi. The Forecast Equations at the Poles VI-1 Zonal (U) Momentum Equation (Poles) VI-3 Meridional ( V) Momentum Equation ( Poles) VI-3 The Thermodynamics Energy Equation ( Poles) VI-4 The Moisture Balance Equation ( Poles) VI-4 ~ The Pressure Tendency Equation ( Poles) VI-5 The Vertical Velocity ,Equation ( Poles) VI-5 xr . VII. Diagnostic Equations (^,a,p) VII-1 VIII. The Time Differencing Scheme VIII-1

IX. Documentation of the Code ( Preliminary) IX-1 X. Flow Charts X-1

Appendix A Reprints of Three Papers A-;I. A Fourth-Order Forecasting Model IN-1 The 4th Order GISS Model of the Global A-3 Atmosphere The Effect of Accuracy, Conservation and A-16 Filtering on Numerical Weather Forecasting Appendix B Program Listing B-],

x;

it V__ Preface

We have decided to compile a preliminary documentatio: of the new GLAS Fourth Order General Circulation Model. The present documenta- tion has not been subjected to a careful editing process; we hope that its possible usefulness will compensate for some of its defects. The model dynamics (COMPO, COMP1 and COMP2) is still undergoing minor improvements, especially in the time differencing scheme which . we hope will improve its efficiency. The "physics" routine (COMPS) has not been documented because it is being thoroughly revised. The present version of COMPS, similar to the one used in the GLAS/GISS

models (see the documentation Iby Tsang and Karn), with modifications introduced by Y. Sud (;1979) is included in the code. Criticisms and suggestions for improvement will be reatly appreciated, since a final documentation will be prepared in 1980.

We are very grateful to all the people that have helped us generously. In particular, Dr. N. Rushfield had a major impact in the process of making the model operational. W. Connelly, D. Edelmann, D. Han, S. Breining, P. Anolick and M. Almeida were very helpful, in the devel- opment of the model. The documentation was expertly and cheerfully typed by S. Mathis; D. Edelmann and D. Rosen have also cooperated in its compilation. We want to express our special gratitude toward Dr. Y. Sud, who offered us generously both his advice and his time in the development of the "physics 1° routine, and most especially to Dr, M., Halem: without whose many useful suggestions, constant encour- agement, and long patience, this work would not have been finished.

Eugenia Kalnay-Rivas November 1979

i mR

I. Introduction

The band fourth order model is a G04 which uses quadratically oonservative, fourth order horizontal space differences on an unstaggered grid and second order vertical space differences with a Matsuno (forward-backward) or a smooth leapfrog time scheme to solve the primitive equations e of motion.

This program numerically solves these equations one latitude hand

I at a tim which greatly reduces the amount of computer core storage needed to run the program. It also uses the same variable names, order of computations, I/O, post-processing as the standard second order GCM. Appropriate modifications have been made for she fourth order differences and leapfrog scheme. (See the 1978 Goddard Model- ing and Simulation Research Review for an overview of the fourth order band model.)

The main feature of this model is that fourth order approximations are used for all the horizontal derivatives. The derivative aX is approximated by

4 ( q (x+ Ax) -q (x-Ax) , - 1 ( q (x+2Ax) -q (x-2Ax) ) 3 Ax 3 4Ax

and the derivative as (qT) by x

4 (T(x)+T (x+Ax) ) (q ( x) + (x+Ax)) - (T (x) +T (x-Ax))( (x) +, (x-Ax)) 3 [ 4 x

1. (T (x) +T (x+2Ax))(q (x) +q (x+2Ax)) - (T (x) +T (x-2Ax))(q (x) +q (x-'6Ax)) , 3 ` 8Ax

I-1 The second approximation is derived by averaging the flux qT to yield a conservative form of the dynamic equations. Note that if T is equal to 1 the second equation reduces to the first.

The primary variables are the horizontal components of the wind velocity, %V=(u,v), the temperature, T, the specific humidity, q, and the shifted surface pressure, 7r, ('r=ps-ptop' ptop^10 mb) .

The secondary variables are the geopotential,o, the vertical wind velocity,a, and the pressure,p.

The following ,pages give the differential equations of motion for the GCM model with the initial and boundary conditions. This is foAllowed by the equations with the corresponding fourth order approx- imations which use the same notation as the current second order model. A complete description of the primitive equations with the a coordinate system is found in the Arakawa UCLA notes (1976).

P

I-2 II. Primitive Eguat, ons of Motion 1

1.&2. Horizontal momentum equations

9

a

-Trvo - TT RT VW- (fiu t )kx P a f +

3. Continuity equation

+ V• (7AV) + aQ (TTc) = 0 , or (3.1) a 1 1 (3.2) V - (7i\V)da _ - V • 7^Vda at - - 0

4. Equation of state RT a = z P

S. First law of thermodynamics

at + V - (7AVT) + aQ (7r6T) _ fCa + CQ, (WAR) a P P k a IT From 6 =T/p , p=pT+Q7r, w=a7r+;G, W'ItW V7r, k=R/CP we get

D 7raT = pk a 7T;O Q(xT Replacing in 5, aQ Do + C P

a TrT + a 7T66 _ Tr ak T a Tr + ^V • V Tr) 7TQ V (7^VT) + pk + at as p at Cp

t 6. Humidity equation

a q + V • (AVq) = 0

7. Iiydrostatic equation

= -Cpa (from a _ -P = -^11) a A

II-1

q. s^' a`'S Y"E t'».t`GAOY'v"J^NaYiWIk:".^'_'=._- Ia:oan.. 1- 3 Of the varia bl e.^. Wr ,u,v0T , q 7 0'A WW upd ate th e 5Primary var4a es gr,u,v,T, and q using equations 1 ,2,3.2,5 and 6. From equations 3.1, 4, and 7 we can obtain ^,a, and; which are our secondary variables. Note that p=af'+Atop'

Sea level pressure (used only in the smoothing routine SMSHAP)

Hydrostatic eq. _ -p = A = -^ log( SLP ) _ RT cp s SLP - p(a=1) exp( a) RT

11-2

DERIVATION OF THE EQUATIONS AT THE POLES

Consider the continuity equation

Tr as = 0 t + V . (^►) + a^O

coupled with a conservation equation ^S which can be expanded into

P a t a ^r ct at + v . ( ^AVT) + a^ 71S

If we .integrate this equation over a polar cap of radius AO

2 r; -ao 27r 7T p0 ' I 'r a 2 cosOdOdA = - V. (7AYT) a2cosod^& a 0 7

2fr 7 /2-A o 2n 7r/2-Ao

a a^T a 2 cosododA a2cosododA 7r/2 T/2 and we assume the value of atT to be approximately constant over the polar cap

27 7T/2 —Qo 2n 7r /2 -Ao

T a2 cosododA = (a ffT) a2cosodo& f12 0 7r/ 2

27ra2 U-cosAy } (a tT) NP The first term in the rhs is, using Gauss' theorem

2fr ff/2-A^ 27r C V. (PVT) a 2 cos^d^dA - f 7vT a sinAoda ; ^r/2 0

II-3 This can be approximated as IM 2 7r -IM 71ivi Ti a sinA1 i=1

The third term on the rhs is

27r-A^ a7^T f a 2 cos¢ d^d A = 27a 2 (1-cos6fl (Dn;T ff

and similarly with the source term.

From these eauations we obtain

IM 8 ^rT m cotA^ /2 97TaT (at ) Pole - -(-1) aIM ^ T. (^iviT 7T - O Pole + S =1 I-A^

/2cos©cp/2 = since 2Tra sin A 2na 2 (1-cosQf ) = 2s nAO cotes IM / IMa 2sin ^ — a TM

This formulation is used in the continuity, momentum temperature and moisture equations. Note that the first term changes sign in the South Pole (m=1). In the momentum equations we make use of the transformation

U = -sinAu i - (-1) m cosAvi

Vi = (-l) m cosAu i sinAvi where m=1 for the South Pole and m=2 for the North Pole. U V Vi are the "cartesian" velocities at longitude Ja i , and u i , v i the corres- ponding spherical velocities.

The pressure gradient terms are computed making use of Green's

Theorem : a Dif Q dxdy = Qdy; fs a gP dxdy = - ^Pdx

II-4

For example

271 7wT/2-nm

a 2 cosOdOda _ —0 OaAO(-cosXda)

o T/2 Tr AO

+ aAo2zr IM OicosAi IM i=1

In the U-momentum equation we have then the following pressure terms IM AO (0i 7T ( atU) P — $ -cosh M +(2L

and similarly for 7V .

In the model we have approx ;i.rtiat,ed A^—'Qsin^

Then A^ _ 1 aTl=cos IM a sin A2 IM

Based on this formulation we construct the fourth order scheme at the Poles by taking 4 of the differences evaluated at A^ from the Poles (as expanded here), minus 3 of the differences at 2A^ from the Poles.

This formulation is not conservative at the Poles. However we have found that this has had no noticeable effect in the conservation of mass or energy in the model. In our shallow water experiments we studied a set of equations that were quadratically conservative, but inconsistent at the Pole,and another scheme analagous to the GFDL scheme, which is both quadratically conservative and consistent

II-5

44 .^ ,.,^ , ^ at the Poles, but suffers from a serious truncation errcr near the Poles in the pressure gradient term. The scheme that we chose gave better results than !';., le other two (Kalnay-Rivas, 1976).

11

11-6 ., r

Computation of the horizontal pressure gradient as suggested by N. A. Phillips (1) Let 0- T + 4 1 , ® 280 ° K/1000 i.e. constant

(2) 0 -T + Q', k R/Cp = .286

DO M -Cps 00 - CpOpk with 00 = Cp81000k apk

(3) T = T(p) + T' ► T(p) _ Wpk

• Thus our new dependent variables are V = 0 + Cp3 (pk-1000k) T ° _ T - gpk

VRT ' In this way w(nm + ©7), the pressure gradient in the momentum equations gets transformed into _ _ k , (4) ^r (9 + V + aR02 Cllr + IRA VTr) k apT 7r (off' + © Rt + 7r ( V + t3R^3^ O pt )

But t'A i ,,.,w i,)ond parenthesis is zero: _ k _ k Vy + aR6 QTT = - Cp80pk + ROp Vp = 0 P

In regions of steep orography, the second parenthesis in (4) is much larger than the first. When the horizontal pressure gradient terms are computed in their original form, the rear cancellation of the two terms introduces large truncation errors. The procedure sugges- ted by Phillips greatly reduces this truncation error. We have chosen a simpler definition of 0 o than the one suggested by Phillips.

II-7 III. Finite Difference Variables and Grid

The notation used in fourth band model is the same as the standard GLAS(GISS) second order GCM except that we use a non-staggered hori- zontal grid. A complete description of the variables can be found in the TSA.NG-KARN documentation of the GISS 9 level model.

Let u ijk , v ijk , Tijk , g ijk , Br ij be the

finite difference approximations to the primary variables u,v,T,q,

and v at the mesh point (ipa^ jp^, (k,. ^pQ) , Also the scaled variables fru,frv, ...are approximated by ffu ijk' nv ijk , ... .

The finite difference equations also use the followinq geometric arrays:

DXP(j) = mj - a cos h jA X , DYU(j) = n j = aQ^ We use a factor of 12 in DXYP to make our scaled fourth odder differences simpler. DXYP(j) = 12.:,, j • n j , fl ij = DXYP(j)'7Tij ' U ijk = nj'ijuijk

S ij k = 11 i j . ijk ADLDP = 12.a*AXAc Vijk mj ' j jVijk

F 1jk DXYP(j)f j + AD1'DP • SIN^ UiQj

V Horizontal Grid

The fourth order bknd model uses an unstaggered grid in the hori- zontal direction. j=JM1(N.Pole

Q$ JM intervals between south pole and north pole j=l(S.Pole)

i=l i=2 ^X i=IM i=IM+I IM intervals in the longitudinal direction and periodic,

i=IM+l is identical to i=1.

III-1

r 0 I^h9 JI

A i = (i-1)G^-7T = '(i-1)51-160° 2 - (j-1) 9°-90° 7 JSP = 1 JNP = JM1 = JM+1

Vertical Grid

The vertical grid is staggered; the values of all.the variables u,v,T,q,ir, ... except 5 are computed at the center of each layer.

The values of a are computed at the edges of the layers.

d=0 __ — Cfz0 2

k u,v,T, qk k'+ 1 ^rk ' Pk °+1

V

N L A Y.^_

In the case of uniform vertical resole tion and NLAY=9 vertical layers, }'9 G = SIG ;:n) = 1 (0,1/9 . ...1)

a k , = SIGE(Y) = 2k18-1 = (1^,...^18) and Aa = 1/9 .

U ijk and its scaled version S i j k are defined at the eight interior edges, i.e. for ak with k=1 to 8 since 6(0)=6(1)=0 from the

boundary conditions. The pressure pk1=:,Trakv+ATOP is defined at the same level as &k°-1' Note for level k we need S ijk and Sijk-1 to form the second order vertical differences:

S ijk jijk;.-Vijk+l) - S ijk-1 (Vijk+Vijk-1)

(t1AGNAL PASk US, R III-2 I' I- II1-2 Periodic Filtering of Short Waves

An integral part of the numerical scheme is tht periodic applica-

tion (every ISMTH steps, generally 2 hours) of a 16th order Shapiro filter. This has the effect of removing waves shorter than 4Ax, which are not resolved in the model, while waves longer than 4nx, which are accurately computed by the difference scheme, are not affected by the filter (Kalnay-Rivas and Hoitsma, 1979).

The filter is applied to an array q j in the following way: Let ^'.. (q j ) = qj+ q 3' d - (q j ) yj qj-1

Then a Shapiro kilter of order 2N is given by

q j qj-(-l) (d+ d - ) qj

The response of the f.iltea, applied to a wave of the form,

qj =Q exPUL2^n' /1xj) is

sin 2N 'n'nx) qj L

The 2-dimensional filter is applied as a product of 1-di:mensior;al filters (first in longitude, then in latitude). In latitude we filter the fields on great circles ;formed by meridians of longitude

A and A+ ,n', where .0< A ..< ,rr. We are presently filtering only potential temperature and sea level pressure. These .fields were chosen because they are not very affected by orography. Winds are not currently filtered, because the adjustment between mass and velocity fields does .lot allow the development of short waves in the winds alone. However, in the tropics, where the adjustment of winds to the mass field ik. minimal, the winds are somewhat noisy, and we may opt to filter them too.

III-3 V. L'r-

IV. Boundary Conditions

Periodicity in the Zonal (East-West) direction

IT IM+mj 11mj m=1,2,3,..., j=2,...,JM

QIM+mjk-Qmjk m=1,2,3,..., j=21...,JM, k=1,...,NLAY

for Q=u,v,T,q,0,6,7ru,wv,...

Boundary conditions at the north and south poles.Def ne the array INDEX as follows:

k2 F>. INDEX(i) = i+ IM i=1,2,...,22 N ole P INDEX U } 2) i i=11, ... rim

i.e., INDEX: 2+1,I I-2+2....,IM,1,2,...,I2

Then we can define Tr 7r ts needed "beyond" the North Pole, iJM+2 INDEX (i) JM f or the poi.,►

and 7T for the points "beyoni, " the South Pole 11 i 0 INDEX(i)2 and similarly for T,q 4 .

For the horizontal velocity V=(u,v) we have

V iJM+2k ` -ViJMk

Vi0k = Vi2k

IV-1

V. Finite Difference Equations

THE ZONAL (U) MOMENTUM EQUATION

a7ru _ 1 a (7ru • u) + a (7rvco^^ I ax s •u.) a (7rvu) at - - acos ^ a^ ) - a o

7r [ a 0 + aRT a7r ) ^ acos^ -DT p + (f + U tana ) Iry + ^tFx

COMP1: HA: PU Ii PUli all U. _1/ 2j) (U +1/2 1 k = 4.*[ ( *. + )-(U*. a ijk U*i-ljk ijk +U i -ljk ijk +U i+ljk ) (U ijk +U..i+ljk )l PU2i PU2it1 -.5[ (U 1. +U* ) (U +U. )-( U * +'1 ) Jk i-2jk ijk 1-2jk ijk i+2jk ) (t)..ilk +U i +2jk PV1 +4* [(V# (U j-lk) +Vij+lk)(Uijk+Uij+lk)Hu PV2 . ijk+U 5*[(Uijk+Vij-2k ) (U ij-2k )-(Vim k Vij+20 (Uijk+Uij+2k) VA: +.5*[S ijk-1 (U ijk +Uijk-1)-S ijk (Uijk+Uijk+l)l /Aoyk COMP2: PC +(7r i .*n.* { 8*[^1-1'k-^'i+1.k+akRTijk (Tr i-ij-7i+ij)l + 7 7 J J Pk

dkRTia k I _ 1+2jk - i-2jk+ It ( ^i+2j ?ji-2j)) C: COMP3 + Fijlc*lij*Vijk)+(IIFX)

Note: COMP1, COMP2, COMP3 are the names of the three subroutines where the different terms are computed. HA: Horizontal ad vection terms. VA: Vertical advection terms. PG: Pressure gradient terms,C: Coriolis term. Also note that PV2 is set equal to zero for j=0 and j=JM, i.e., there is no transport of mass acres3 the poles

t V-1

THE MERIDIONAL (V) MOMENTUM EQUATION

a7rV 1 a ('nu °v) + a ('►rt"COS^ V afrav a t - aco s ^ [ ate-- a m 3)- 0

7r a^ pRT a utan ^ + P a) — (f+ a ) ^ru + rrFy a [ a m

COMP1: HA: artv.. ilk = {4°*I (Uijk+U -ljk) (V . +V )-(U*. +U* ) (V. +V. ) at i Jk i-ljk i.Jk 1+ljk i.jk .i +ljk

-.5[(Uijk+U*i-2jk)*(v^jk+Vi-2jk)-(Uijk+Ui+2jk)(Vijk+Vi+2jk)

+4.*[(Vijk+Vij-lk)(Vijk+Vij-lk)-(Vijk}v1^+lk)(V^jk+Vijtlk)

—.5*{(Vijk+Vij+2k)(Vijk+Vij-2k)-(Vijk+Vij+2k)(Vijk+Vij+2k)

VA: +. 5* — S ijk ( ijk ijk ) [S ijk-1 (Vijk+Vijk-1) V +V + l l /Auk3

COMP2: P: +(7r. *m, —^_k (7ri.-1-^ri +1)l 1 1 J *{8. *[`^i'J -lk '$i'+lk+J ^k Pk J J

akRTjk ( ^r ij .j-2) l } + [ ij+2k-ij-2k+ a°k +2-' C: COMP3: F.ijk *fij *Uijk)+(gFy)

V-2

s

THE THERMODYNAMIC ENERGY EQUATION

a 7rT 1 [ a 7TUT + a nycosm • T k a Tr&T k at - " acoso 3 a^ ] - p 3

+ ll(,KT a ^ U a ^ v a 7r 'IQ p (aat + acoso + a d + Cp

COMP1: HA: 3nT1 k

.[( )(T. +T. ilk 1-ljk i.jk i-ljk)"(Uiik+Ui+ljk)(Tijk+Ti+ljk)

-.5*[(Uijk+Ui-2jk)(T jk+Ti-2jk) - (Ulik+Ui+2jk)(Tijk+Ti+2jk)

(Vjk +4:' [(Vijk+Vij-lk)(Tijk+lij-lk) " +Vij+lk)(Tijk+Tij+lk)

- .5*[(V*. +V* ) (T.. +T. ) - (V*. +V* )(T. i3k ij-2k Jk j+2k ilk ij+2k ijk +T.ij+2k)] VA: ( Tick +. 5p^' [S .. -T-1-^-k=1 - S (T-^k + Tom ijk ijk-1 k + k ) ijk k k ) ] /L^^k } p ijk p ijk-1 pijk pijk+l COM.P2 :

QkKTijk a 7r + U {8. _lj (+ [^r k * [^i+lj-^i ]+^ i-2j ^i+2j } i 7 at pij ?c

+ Vl jk{ 8 .*[^r ij+l - Br ij-1 +7r ] ij-2 -Br ij+2 }] ) COMP 3:

+(^Qijk Cp

V-3 THE MOISTURE EQUATION

a 7Tq = _ . 1 [ a^ ,^, a ffycosc^ • q ) — a^rc^q t acos^ a s a 7T + r 11 E—C) COMP1: HA a Rqi k at (4.*[(Uijk+U-ljk)(gijk+qi-ljk)-(U*ijk+Ui+ljk)(gijk+qi+ljk)I

-.5*[(Uijk+U*i+2jk )(g ijk+q i-2jk )-(U ijk+U +2jk)(gijk+qi+2jk)l

+4.*[(Vijk+Vij-lk)(gijk+qij-lk)-(Vijk+Vij+lk)(gijk+qij+llc)j

Y 4 -.5*[(Vijk+Vij-2k) (gijk+qij-2k)-(Vijk+Vij+2k)(gijk+qij+2k)]

+.5* S .. ( q. +q. )—S. (q. +q, [ i3k-1 ijk ijk -1 ijk ijk ijk+l )l/^Q k} COMPS: +n(Eijk-Cijk)

Note: The current transport scheme for the moisture field is being modified.

r

V-4 THE PRESSURE-TENDENCY EQUATION

a7T _ _ `° Q) k ^a ,►ru + a7r vcos at k=lE acos^ am 7 COMP1: CONVi^j =©v&(8.*(ULljk- Ui+1jR) +Ui+2jk-Ui-2j2 +V -Vi 8.*(Vij-1R -Vij +1R^ ij+2k j-22} COMP1: a II .. L 1 ^ = E CONV at 2=1 izj

THE VERTICAL VELOCITY EQUATION

a 7r I ( a TrV + a 7rVcas l _ a (76) at - - acos^ aX a^ aQ Thus

A°k all = CONVikj - ASijk giving: COMPI : - Dok a T1 S ijk {S ijk-1 + CONV kj TT}

V-5 P V._. T The Forecast Equations at the Poles

The fourth order band model uses a spherical cap at the poles, and the finite difference approximations to the equations of motion must be derived for this spherical region. Stereographic projection is used to give us a well-defined velocity vector at the poles.

From trigonometry, (Fig.Vla) if the vector ( U,V) in X-Y coordinates is represented by (U',V') in X'-Y' coordinates where the prime co- ordinate axes are rotated by an angle A then, Y - (U',v') Y' v'co a - --^%\ 1 (11 U = U I cosa - V°sinA i x' 7 (2) V = ul sina - V' cosa U'sina -_ I Al We want to interpret "polar stereographic" velocities ( UNP , VNp ) also as "spherical" ^i'^ x U'cos7. velocities (U,V) ,, as we approach the Fig. VIa North .Pole along a meridian of longitude A. From Fig. VIb, which shows a unit vector in both coordinate: systems, we see that, at the North Pole, spherical coordinates are rotated by an angle ( 7+X) with respect to the polar stereographic coordinates. Therefore, Ucos(a +2) - Vsin(a UNP = +2)

V_ VNP = Usin(X+2) + Vcos(a +2)

or UNP = -13sinX - Vcosa (3) VNP = Ucosa - Vsina

Similarly, for the South Pole: J ^^UA USP = -Usina + VCOsA (4) VSP _ -UcosA - Vs ina VNP r also,

UNP U = -UNP sinA + VNPcosa (5) V = -UNPCOSA - VNPsina

U = -USP sina - VSPcoSX Fig. VIb (6) V = USPcosX - VSPsinA VI-1

^f

a:

*#•w y "1.'?" !^r....),'6^'isl;J^i1!'^t:rb've'+:eftciiGn.:..,. The initial values for UNPk ' VNPk ' USPk ' VSPk are obtained from equations 3 and 4 by averaging in the zonal direction on the line of latitude j=45 for the north pole and j=2 for the south pole. In the forecast stereographic velocities are advected and 'transformed back into spherical velocities after each time step by equations 5 and 6.

In the following equation we will denote the polar velocities by VPk'm , VPk,m and the temperature and other variables in a similar

way, TPk,m' ffPk,m' ••• where m=1 for the south pole and m=2 for the north pole. The following constants are used,

COEF1=(-1) m COEF2=-COEF1 RADIM=3•a•IM CONI=4COT(.5A^)/RADIM CON2=-COT(AO)/RADIM CON3=4DT/(RADIM*SIN(.50O) CON4=DT/(RADIM*SIN(AO))

V- JPOL(K,M)=(2- JM } 3 JM-1

r=JPOL (1,m) =first interior value of j ( 2 for the S. Pole, JM for tae N. Pole) s=JPOL (2,m) =second interior value of j(3 for the S. Pole, JM-1 for the N. Pole) .

VI-2

ZONAL (U) MOMENTUM EQUATION (POLES)

COMP1 : a TrUP IM k,m {COEF1*[CON1*lEl-7TirVirk irk S nXi+COEF1*VirkCOSai) att - (U

IM +CON2* i=1E -'r isVisk(UiskSinxi+COEFI*ViskCOSAi))

+.5[SPk-1 (UP k +UPk-1 )-APk (UP k+UPk+l))/AQk}

COMP2: IM o RTP^ 0 + TrPm[ CDT3 *iE1 ($irk+ kPPkk Trir),COSai 1,

4 kRPk 7is)COSXi) +CDT *IE (disk+G PP i=1 k COMPS: + fm7TPm*VPk.sn) + (7TPm.FPk,m

MERIDIONAL (V) MOMENTUM EQUATION (POLES)

COMP1: IM a TrVP k,m = {COEF1*[CON1* E —ff V irk. *COSa. SinA ) at i=] it irk*rk irkrk i IM +CON2* E -'nisVisk(COEF2*Uisk*COSai+ViskSinai)) i=1

+.5[SP k _1 (VP k+VPk-1 )-SPk (VP k+VPk+l)]/Aak}

COMP2: CO IM Cl RTPk NS +TrPm.[ DT * E _._ i=1 (do irk P?k ^ir)Sinhi IM a RTP +CDT4 * E (disk+ k P kTris)Sinail =1 P k i COMPS: - f mTrPm'UPk,m + (TrPm•SPk,m)

VI-3

s

THE THERMODYNAMICS ENERGY EQUATION ( POLES)

9 COMPl: aTrTP IM IM k m_ _ (COEF1 *( CON1* E +CON2* E ^irVirkTirk nisViskTisk) 8t i=1 iml k * • TPk,m _TPk-1,m k ._ ) +.SPPk , m [Spk-l,m ( c + pPk,m nPk-1,m

TP - APk,m ( TP= m + --Y—. ))/Aak} PPk ,,^ PPk+ l , m COMP2:

+('n mP ak KTP a IM k,mf_+C:ON5* E [(COEF1*UPkmCOSxi+VPkmSINAi ci=1^tnl ° ° ppk,m

COMP3: (87tir-'is)) } ) Tr p QPk) +(-Cpm-

THE MOISTURE BALANCE EQUATION (POLES)

COMPl: a 7rgPk , IM m iM ={COEF1*(CON1 * E 7T irk irk +CON2*E 7TisViskgisk) at i=1 irV g i=1

+.5[6Pk-1,m(gPk,m+qPk-1m) SPk,m(gPk,m+qPk+l,m))/Aak}

COMP3: +(ffPm *EP k)

VI-4

THE PRESSURE TENDENCY EQUATION ( POLES)

IM IM CONVPLk=COEF1 *( CON1* E irVirk+CON2* E 7ri^Visk) Aok ,m i=1 i=i

a TrP NLAY E CONVP'Lk m at m k=1

THE VERTICAL VELOCITY EQUATION (POLES)

D 7r Pm 91., SP SPk—1,m + CONVPLk Q^k at

VI-5 VII. Diagnostic Equations (^,v,p)

Once the updated values of ffU, nV, wT, ffq are found we unscale:

Ui jk = fui +j k,/ir3jl for all i,j,k.

Similarly for V,T,q. We also filter the fields near the poles to prevent linear instability (see subroutine AVRX). a is obtained from A by un.^caling also.

We determine from nr 4," and ak r Pijk

PTOP=constant. F Ijk ck^ij l + PTOP

^s is the surface geopotential (a function only of latitude acid longitude) For the Phillips ge^pvtential we define (p) k At the center of the layer in the following way: k+1k+l_ k+l) ( ,^ ) k = pijk+l° Pijk° = 1 ap k (pk-1 k k21 a 1 j (k+l) (pijk ,+lRpi jk,',) p , ... , NL:AY where +1 2 pig , = (SIGE(k)*^ij +pTOP)k (SIGE(k)=cV, i.e.

pk+l is obtained by exponentiation and ( p }k by differences.

The following equations represent the geopote.ntial calculations used in the old fourth.order model.

VII-1

j

Let k k C 10 'k I p ijk + i k-1 Pijk 1 k' k # -1 ' L Pijk Pi jk for k=l,...,NLAY

with

k k j , and p k Pijo = Pi ijNLAY+l - PijNLAY

An optimized version of C, IS:

it R& ij k k .5c k k l3k A o +0 (P k k p ' ij k kt(Pijk+l-pijk ) k-I Pijk ijk+l-pijk-I

Rather than compute ^ and then subtract T' wv do everything at once.- NLAY (1) ^!IjNLAY CPTH*(PSKAPA - ) + E C ^s - P^IjN-'r,AY ijz Tijk

(2) k T— T I j ^^t ljk+l ( + :-iA+l ) - 2r)) 2 ljt+l -Pijk) k — P ijk Pijk+l where

CPTII = C • C) PSKAPA = 1000k = p k p s

VII-2 VIII. The Time Differencing

The fourth order band model ha time scheme or the smooth leapfrog scheme (see MWR-Vol 100 (487- 490) R. Asselin!.

Let Q represent a typical variable that is to be updated to time n+l, and let D(Qn ) represent the nonlinear space differences. The Matsuno (Euler-backward) scheme is as follows: d = Qn+©tD(Qn) Qn+l = Qn+4tD(4)

The standard leapfrog scheme is given by

For the smooth leapfrog scheme we replace Qn-1 by Qn-1

n+1=Qn'-1 + 2 OtD (Q (2) 111 n ) with

( 1+Qn+1) (3) Qn 1 -v)Qn + .5v(5n-

Equation (3) represent: a simple time filter except V1_1 is used instead of Qn-1 in order to save core storage. The above equa- tions (2) and (3) represent the order in which the smooth leapfrog scheme is evaluated. For n=1 we define Q O=Q0 then we update in equation (2) followed by the filtering in equation (3) which is needed for the next time step.

VIII-1 i

The smoothing step introduces dissipation with respect to time, controlled explicitly by the parameter v, as compared to the im- plicit dissipation in the Matsuno scheme. The amplification factor can be found in the paper by Asselin.

A further modification must be made to the smooth leapfrog scheme when source terms are included. Essentially the idea is that we must include the source term effect over two steps rather than one.

If we do not do this, then the source effects ( COMP3) are included only in every other step which will introduce large discretization errors. ( For details see the attached report, Appendix B.)

If the source terms are called every NCOMP3 steps, then for step n=NCOMP3

Q* = Qn-2 + 2AtD(Qn-1)

Qn-l = (1-v) Qn-1 + .5v(Qn- 2 + Qn)

Then compute the ..source terms $ n and include in both steps n and n-1,

Q = Q* + NCOMP3'AtSn

Qn-1_ Qn* -1 + NCOMP3•^tSn

The actual code is complicated by the fact that we actually use scaled and unsealed variables, but the generalization is straight- forward.

VIII-2 IX. Documentation of the Code (Preliminary)

The band fourth model uses special equivalences and nonstandard dimen- sions in order to have the variables P,U,V,T,SH stored in contiguous locations for each line of latitude. Thus, we desire to have the variables stored as follows.

IM NLAY*IM IM NLAY*IM IM NLAY*IM IN NLAY*IM Zr9 1 IM+l (NLAY+1) *IM+l ~ i PHIS TS V sfis T P ,- - SH , PHISy U J=1 t- J The scaled variables PT, UT, VT, TT, SHT are to be stored as ,follows:

IM NLWIM IM NLAVIM IM NLAY*IM IM NLAY*IM IM

1 1M (NLAY,F1) *D1+l PU UT GT VT TT FT SHT FU UT --- - GW

The above storage designation is accomplished by dimensioning PHIS(4*(NLAY+1)*IM,JNP) instead of PHIS(IM,JNP) (for a fine grid we have PHIS(2880,46), for ultrafine we have PHIS(4800,72)). Then we equivalence NLAY*IM locations of the first line of latitude of U with PHIS(IM+1,1) to PHIS((NLAY+1)*IM,1) (the first IM locations of

PHIS are used for the quantity PHIS itself).

Similarly, we equivalence TS(1,1) to TS(IM,1) with PHIS((NLAY+1)* IM+1,1) to PHIS((NLAY+2)*IM,I) and so forth. (See the enclosed com- puter codc3 for the exact values in the fine and ultrafine versions.)

IX-1 1

In order to have the successive lines of latitude arranged properly in storage we dimension ou)r variables to achieve this purpose. Thus, we have U(IM,4*(NLAY+1),1) instead of U(IM,NLAY,JM), similarly for V,T,SH,UT,VT,TT, and SHT. For P we have P(4*(NLAY+1)*IM,1) instead of P(IM,JNP) and similarly for TS, SHS,GT,GW, and PT. Note that the variables U,UT,... are only computed at IM*NLAY*JNP points, the special dimensions are needed to properly align the variables in storage. It is important to recall that we are using two proper- ties of the FORTRAN Compiler:

First, by equivalencing two elements of two different arrays we im- plicitly equivalence the other elements of the arrays. Second, that last array dimension can be left as 1 as long as it is dimensioned properly in the calling routine or it is equivalenced to a properly dimensioned array. Note we could have dimensioned U as U(IM,4*(NLAY+1),JNP)we would use the same amount of storage. It is crucial to have the IM*(NLAY+1) dimension because it would cause the computations on i) for the successive lines of latitude to by shifted IM*(NLAY+1) locations where the next line of latitude of U are stor- ed. For clarity and simplicity in programming we use the standard equivalence of U,V,T,SH with Q(I,L,N,J) with U equivalent to Q(I,L,1,J) and so forth. Since we want P,U,V,T, and SH in contiguous storage locations and the equivalence of Q with U,V,T, and SH, then we must dimension Q as Q(IM,NLAY+1,4,1) instead of Q(IM,NLAY,4,1). We fill in the extra locations by including PHIS,TS,SH, and P.

IX-2 COMPO Description

This subroutine contains the time schemes and controls the calling sequences of the routines COMP1, COMP2, COMPS, and the polar filter- ing routine AVRX.

The logic of this subroutine involves three considerations. First, it permits one to choose either the Matsuno or the smooth leapfrog time scheme. Second, the latter scheme involves the use of storage arrays PSM and QSM. Third, the unscaling, smoothing of the updated variables QT and the call of subroutine COMP3 occur at the value JS2=J-2 when J is the value of the current line of latitude which is being computed. The routine COMP1 and COMP2 require the values of U,V,... at JS2 in order to compute the updated values at J because fourth order differences are used in the meridional (J) direction. Only after the COMP1 and COMP2 are called for value J can we unsca.le, smooth, and finish processing the variables at JS2.

The code for the poles is identical in format with the code for the other J values except the variables are scaled by the pressure PPOL only.

The main program contains two calls to COMP which cannot be treated

independently because of the calling sequence: COMP0(Q,QT), COPIPP (QT,Q). If the first call is a leapfrog step (LF), the second one must be also LF. If the first call is Matsuno predictor (MP), the second one must be Matsuno corrector (MC). This is represented

symbolically by LF -;P LF, or MP-+MC. The second call can be followed by either MP or LF. Each of these combinations requires different transfers.

IX-3

F Description of the Time Step Sequence Parameters

NSTEP: Counts the time steps. Starts and restarts both begin with NSTEP=0.

NSEQ: The number of steps (combined matsuno and leapfrog) in each (repeated) sequence of time steps.

MLF(I): MLF(I)=0 or 1 according to whether the Ith step in the sequence is Leapfrog or Matsuno, respectively. First step is always Matsuno (MLF(1)=1). ISMTH, Smoothing routine (SMSHAP) is called MOD(NSTEP-NSM1, NSM1: ISMTH); if ISMTH=O, there is no smoothing.

NCOMP3, Physics routine (COMPS) is called MOD (NSTEP-NCM1, NCM1: NCOMP3).

Sample Runs

Matsuno only:

NSEQ%z , MLF(1) =1, MATSUN=1, DT=750., NSM1=0, NCM1=0 BCINO3=4, ISMTH=8

Leapfrog only:

NSEQ=1, MLF (1)=1, MATSUN=O, DT=600., NSM1=0, NCMl=O NCOMP3=5, ISMTH=10

1 Matsuno, 4 Leap- Frog:

NSEQ=5, MLF= (1,0,0,0,0), MATSUN=not needed, NSM1=0, NCM1=0, DT=600., NCOMP3=5, ISMTH=10

IX-4

h COMP1 Description

The COMP1 subroutine contains the horizontal and vertical advection

differences. The DO loops over I are arranged to make use of the

periodicity of the variables in the zonal (I) direction. For example,

suppose we are to compute for I=1,...,IM. Then the corresponding code is

I=IM DO 10 IP1=1,IM D(I)=Q(IP1)-Q(I) I=IP1 10 CONTINUE

Where we used the periodicity Q(IM+1)=Q(1). r

In the meridional (J) direction we compute our difference approxi.ma-

tions in stages in -^ ler to make maximum use of each line of latitude

of a typical var4lable when it is in core. The fourth order differ- ence approximation to (ikj0^) =D(i,k,j) aQa

(1) 3(Q j+l -QiRj-1 ) - 3(QiYj++22-Qikj-2)

Thus we see that Qi.,j will be needed in the difference approximations

to aQ for j-2, j-1, j+l, and j+2. The corresponding code is

DO 20 I = 1,IM QFLUXI= 4*(Q(I,L,JP1)+Q(I,L,J)) QFLUX2= .5*(Q(I,L,JP2)+Q(I,L,J)) D(I,L,JP2)= D(I,L,Jp2)-QFLUX2 D(I,L,JP1)= D(I,L,JP1)-QFLUXI D(I,L,J) D(I,L,J)+QFLUXI+QFLUX2 20 CONTINUE

For simplicity the array D is inititalized to zero and Q is scaled

so that (1) contains no divisions.

At the poles (j-1 or J=JNP=46) we use the values given in jection IV

on boundary conditions. We have special code for these cases denoted

J=2 or J=JM corrections. IX-5 COMP2 Description

This routine contains the Coriolis force term, the geopotential calculation (which should be made into a separate subroutine), and the pressure gradient and energy term calculations.

The geopotential PHI is dimensioned PHI(72,9,5) since we only need at most five storage locations for any computation. We use modular arithmetic (MOD5) to compute; the indices MOD, JPIMOD, JP2MOD which correspond to the standard index values of J,J+1, and J+2. Thus PHI(I,L,6) is stored in PHI (I,L,1), and we avoid shifting array values by using the MOD index as a pointer.

For the south pole calculation we need geopotential values at J=2 and 3, thus, for J=1 we compute PHI for J=1,2, and 3. For successive values of J we need only compute PHI at JP2 which is needed in the pressure gradient calcualtion at J. Therefore, the calculation of PHI and the associated array PK are coded for calculation at JP2. Except for the first J value we are only computing the geopotential at one latitude value for each pressure gradient calculation.

IX-6

T . ry ^^e . ,...^' ...u^t'^+^.:..,-. ,o.^^..u..^..uarl. .f, .^.M^.^f^'u.Yxl.'ia.3LFa.`ud.! ... _.1,.,_., . ....,.. .. X: Flow Charts

CCMPO (0, or)

JS1=1 JS2=1

((MAIN LOW)) DO 10 J=1,JM 1 ( (COMPEY'E ALL J-PAR*WrERS) ) IF(JP2>JM) GO 70 25 IF (J>1) CO TO 18 JP2=JP2MOD=2 ( (SAVE OTPOL (M) IN QM1POL (M) ,Wl, 2) ) 18 ((SAVE Q7(JP2) IN OSM(JP2MOD))) IF(JP2>2) GO TO 25 ((INCRM4MT JP2 , JP2WD)) GO :b 18 25 CALL, COMP1(O, QT, J) { CALL COMP2(Q, QT, J) ((ELIMINATE NBGATIVE HUMIDITIES) IF(PT4(400,1100.)) STOP IF(J<3) GO TO 200 9

IF (J=3) GO TO 70 i 29 ((UNSCALE QT(JS2))) CALL AVRX(QT,JS2) ((LEAP FROG, MATSUNO AS RELINED TO THE SEQUENCE OF 2 CALLS TO COMPO: 1st CALL 4 LF # LF or MP 4 MC, 2nd CALL, 4 IF 4 LF or LF 4 MP or MC 4 DIP) IF (LF+LF) GO TO 45

IF (LF-►MP. OR. MCMP) GO TO 58 ((STATUS: MP4W OR MC+LF)) ((P(I,JS2)'-PSM(I,JS2MOD),Q+QSM)) IF(MC+LF) GO TO 63 (STATUS: MP+MC) )

(contin.) a X-1 a

(Q• QT) j

S8 ((P(I,JS2)+-PT(I,JS2) oC)*.WDXYP*PT)) GO TO 64 45 ((P(I,JS2)4 *P(I,JS2)+a*(PSM+PT), 01-$*DXYP*P*QMt* (QSM+QT*DXYP*PT)) ) a 63 CON'1nLE ((SOURCE TER4 CORK MOM FOR LEAP FROG) ) A IF (NOT 00HP3 CALL) GO TO 67

((Qa4-M*DXYP*PT) )

64 IN NOT COMP3 CALL) GO TO 67

IF (MAT`SUNO PREDICTOR STEP) GO TO 67

CALL COMP3(QT,JS2) ((OOMPUTE SOURCE TERI CORRECTION, Q° Q+WDXYP*PT) )

67 IF (J,

((1NCREMT JS2,JS2MOD))

IF (JS2,

70 ((POLES))

200 JS2=JS1 J 'I-?

10 CONTINUE

((END OF J LOOP))

F:F:ITJRN

CW1 (QIQTIJ)

{(COMPUTE JP2-JS2MOD))

IF(J>2) GO TO 2150

JS1=JS2-JSIMOD=JS2MOD=1

(contin.)

X-2 COMPl (Q,QT,J)

2150 IF (J--JM) GO TO 2158 ((Cawm PV 1 ,Pv2 =V^ + v^+2}}

IF(J=1) GO TO 2225

2158 ((COMPtTI'E PUl , PU2= U* + Ui+2 )) a ((COMPUTE HORIZ.ADVEC.-IN TANG. DIREC.)) IF (J JM} GO TO 2237

2225 ((COMPUTE HORIZ.ADV.-IN LAT. DIREC.)) IF (J>l) GO TO 2290 (0=2 CORKED'. TO HORIZ. ADVEC & COW.)) ((CONY. CALC. FOR CONT. EQ.)) 2290 IF (J

IF (J=1) GO TO 2600 ((COMPUTE SIGDOT,PT)) ({COMPUTE VERTICAL, ADVEC.))

IF (J

2600 ((POLES, M=1 or 2)) ((HORIZ. ADVEC.)) ((CONT. E.Q.)) ((SIGDOT PL, PTPOL)) ( WERT. .AD,., EC.) ) RETURN END OF COMP1 Alternative code from to -e-----^ IF(J.EQ.1) GO TO 2222 ((COPIPUTE .PU, PU ) ((COMPUTE HAiI) )) GO TO 2235

2222 ((J=2 CORREC ))

2235 IF (J

2225 ((HORIZ ADVEC(J) )) ((CONV.CALC.FORCONT.EQ.))

2405 ((CONV CONV*DSIG(L))) ----•----

X-3

COMP2 (Q,QT,J)

((COMPUTE JP2=... )) IF (J>1) GO TO 3001 ((JP2=JP2MOD=JPKP2=1)) :3005 3001 ((CORIOLIS )) I F (J >JM) GO TO 3032 ((FIRST MAIN LOOP IN L))

4 3005 ((DO 3030 LX=I,NLAY )) ((COMPUTE ENERGY TERM IN THERMODYNAMIC EQN )) ((L=NLAY+1-LX )) IF(L

3007 ((COMPUTE PK(I,LL,JPKP2)FORLL= I,NLAY)) ' ((COMPUTE PHI'(I,NLAY,JP2MOD)) :3065 3055 ((COMPUTE PHI' AT JP2MOD FOR L

(( 2nd MAIN LOOP IN L) )

3032 ((DO 3031 IX--1, NLAY)) IF(J=1) GO TO 3111 ( POLES)

IF (J>2) Go TO 3085 ((J=2: VT,TT COPMC.))

3085 MP) Frig is m-)) IF (J--2orJM) GO TO 3135 (((P) FOR V EQ.))

3135 IF (J < JM) GO TO 3031 ( ( CORREC. TO (P) J=JM) ) 3111 ((POLES)) 3031 ((CONTINUE)) END

X-4 A FOURTH-ORDER FORECASTINV MODEL* r (E. Kalnay- Rivas, D. Hoitsma, and P. Anolick)

The GISS fourth-order model, (Kalnay-Rivas, et al., 1977), which is a fourth-order, energy-conserving C M on an unstaggered grid, had shown promising capabilities. It produced forecasts that showed an 1;141provement over the second-order GTSS forecasts with the same fine grid (4 1 x 5 0 ) resolution, but that were somewhat inferior to the "ultrafi.ne" forecasts. , , , However, the first version of the model required excessive amounts ,of computer memory and time for execution,.

The model has been reprogrammed into the "fourth-order band model." The, new program solves the primitive equations one latitude band at a time The arrays are stored in an interlaced way, with all arrays being u pdated at the same latitude stored contiguously, and similarly for all arrays used in the computation of the time derivatives. This design of the program makes effective use of the virtual memory capability of the Modeling and Simulation Facility's IBM 370/165 or Amdahl computers. The virtual memory facility permits the execution of programs whose c,)re size is larger than the one available, by placing the excess on disk and reading in those pages of information needed in the current calculations. The band fourth-order data structure and computations were constructed to optimize this virtual 1/0 process; a possible improvement may be to interlace also the arrays being updated with those used to compute the time derivatives. The use of the virtual memory facility avoids the explicit 1/0 used in the current Kern model, and yields a simpler program. (The band structure was suggested by G. Russell.)

The band Fourth-order model computations have been optimized so that each time step is computed in the Amdahl in half the time requi,od by the old model. The array structure has also been designed to reduce the amount of overall storage and high- speed memory by a factor of two (see Table 1).

Table 1. Comparison of Fourth-Order Model Computing Requirements.

Original 6,nd 4th-Order Model 4th-Order Model

Core (bytes) 3500K 1500K

CPU time per step (COMPI, COMP2) 34 sec 17 sec

*Reprint from Atmospheric and Oceanographic Research Review--1978, C'AS, NASA Technical Memorandum 80253,

A-1 TM^

The model has been programmed so that it can use both the Matsuno and the leapfrog time schemes, the latter with the Robert time smoother. I f Q and D ( Qn ) denote the fields at time nAt and the corresponding time derivative computed from thEk space differences, the smoothed leapfrog ^%,J ,L eme is

Qn+l = Qn - 1 + 2At D(Qn)

Qn = Qn + .5v ( Qn-1 + Qn+l -2Qn)

with Qo = too . The use of a smoothing coefficient requires a slightly smaller time step. For example, with v = .1, the model is marginally stable with At = 288 sec., compared to = 300 sec. for the Matsuno and leapfrog schemes.

The smooth-d leapfrog scheme is further modified to include the sub grid '°,.,Ahysics" terms, and scaling and spatial smoothing proc ,,I ures. Since the "physics" is called every few time steps, unless the leapfrog scheme is restarted after every call to the "physics," only one of the two consecutive fields will be affected. The restarting procedure is time- consuming, so it has been replaced by the following algorithm

Qn-1 = Qn-1 Qn

Qn = Qn + Sn Q n-1 = Qn-1 + Qn

where S n corresponds to the "physics" terms. This procedure, which ensures that the physics is applied to two consecutive time steps, has been tested with good results.

The model can be extended into an "ultrafine" version in a straightforward way.

Preliminary Results. The first numerical integrations performed with the new band fourth-order model show dramatic improvements over forecasts made with the GLAS model with the same resolution ("fine grid" or 4 1 latitude by 5 1 longitude). The quality of the forecasts is now comparable with those produced with the "ultrafine°' (2.5 0 latitude by 3 0 longitude) version of tie model. Results from a 3-day numerical integration are present:e.,r,.',I in Figure 1. During an extended 8-day integration of the new fourth-order model, the atmospheric systems remained remarkably smooth, exhibiting a realistic behavior both with respect to position and intensities.

References

Kalnay-Rivas, E., R Bayliss, and J. Storch, 1977: The fourth- order GISS moc.-. of the global atmosphere. Contributions to Atmos. Phys., 20, pp. 299-311.

A-2

G. The 4th Order GIBS Model of the Global Atmosphere*

E, K61nay•Rivas t ) and '), A, Bayliss ` ) t) and J. Storch') t ) Massachusetts Intitute of Teelmology Dept, of , Cambrid ge, MA 02139, USA a) Goddard Institute for Space Studies NASA, New York, NY 10025, USA °) Present affiliation: (CASE, NASA Langley Research Center Hamptc.1, Vir ginia 23665, U,S,A,

Abstract: The new (HISS 4th order model of the global atmosphere is described. It is based oil order quadnttically conserving differences with the periodic application of a l6th order filter oil sea level pressure and potential temperature equations, a combination which is approximately enstrophy conserving, Several short range forecasts indicate a significant improvement over 2nd order forecasts with file same resolution (- 400 kilt), Ilowever the 4111 order forecasts are somewhat inferior to 2nd order forecasts with double resolution, This is probably (tile to the presence of short waxes in the range between 1000 kilt and 2000 kilt, which are computed more accurately by the 2n(i order high resolution model. An operation count of the schemes indicates that with similar code optimization, the 4th order model will require approximately the same amount of computer tints as the 2nd order model with the same resolution. It is estimated that tie 4th order model with a grid size of 200 kill provides enough accuracy to make horizontal truncation errors negligible over it period of a week for all synoptic scales (waves longer than 1000 kiln),

1. Introduction It is generally accepted that the use of 4th order finite differences is more efficient in reducing space truncation errors than the use of higher resolution on a 2nd order model (KREISS and 01JUER, 1972), Linear analyses and shallow water type of experinents give an upper limit of the inll rovenient that can be expected from the reduction of errors in the horizontal differences, For example, Table I corresponds to it linear wive e(Itiation with phase speed c = I I ins - t , typical of atmospl-.°ric motions, It provides a measure of the "computational predictability period" after which the errors introduced by horizontal truncation alone become very serious. The table ,suggests that for waves longer than 2000 km ,I Order - 400 kin grid model is preferable to a 2 nd order , 200 grid model. Waves shorter than III 2000 kill are forecast more accurately by it 2nd order - 200 kin grid model. to insure that horizoni'al truncation errors are sinall in the 1 •3 week period of atmospheric predictability for all synoptic scale waves it is necessary to use either 4th order differences with a grid resolution of the .)rder of 200 kilt or 2nd order differences with a grid of the order of 100 km. Numerical experiments with simple nonlinear models (WI LI.IAMSON and BROWNING. 1913, KALNAY-RfVAS 1976a, from now oil also indicate dramatic reduction of errors by the use of 4th order differences, All these studies indicate that a considerable improvement in forecasting skill into be expected from the use of 4th order differences if a substantial portion of the f m-caving errors is clue to horizontal tnu►ra- tion errors. III numerical forecasts there are several are several ether important sources of errors: vertical truncation errors, errors in the initial conditions, and poor "physics" (i.e. parameterization of physical processes like radiation, dissipation, subgrid transports, cumulus convection, boundary layers, etc.)

(Paper presented during; the DMG-AMS Meeting, Hamburg 1970; .see Preface to issue I 211977)

9eltnige zur P hysik der Atmosphlire, 50, Bard, 1977, Seite 299-311

A-3 ^y

^g1 • Wable 1, Fiapsed lime `I' after which a wave of wuvelrngill 1, moving with it speed c I 1 ms' ► lags by more utalt 1 00 kill due to space irwication errors.

Ax r 400 km Ax ; 200 kn1 2nd order 1. 2000 ku► _ f , 0,4 ch►ys L - 2000 kin, I' - 1.6 days differences 1. 4000 kilt, T" 1.6 days h ., 4000 kin, T" 6,4 days 41h order 1. 2000 lint, T;^ 1.5 days L ­ 2000 knt, 1'_- 21 days dit'feronces I, = 4000 kilt, '1' _= 21 Buys I. - 4000 knt, Tr ;328 days

At the Goddard Institute for Space Studies (( SS), New York, we have developed it 4111 order general circulation model ((;CM) with the expectation that it will yield more accurate short range forecasts, and probably more realistic climate simulations, but with the inlprovetlicnl limited by the other sources of errors, The model is described fit Section 2, The results of several experimental short rouge forecasts are discussed in Section 3. A sample 30-hour forecast is presented and compared with forecasts by the standard 2nd order GISS model, which has the same resolution as the 41h order nu►del, and by the "ultrafine" 2nd order CISS model, which has twice the horizontal resolution, Section 4 contains the conclusions and a discussion of future work.

2. Description of the model

The 4th ord,.r (HISS global atnu►spheric tilt►del is a primitive equation model using longitude (X), latitude (0) and sigma (o) coordinates, The hasic equations and the paranteterixttfious of physical processes are the same its those of the standard 211d order GISS global model (Somerville of al, 1974). fit The finite difference scheme is quite different and is described following subsections,

2.1. Finite-difference scheme The horizontal grid is u0fform (constant AX and J(p) and non-staggered, There are two ways to define such it depending oil variables are defined of the poles., as do-ne by wl I IANISt1N and n ROW NING (1073), or half a grief size aw.ly from the poles (I101,1,OWAY et al, 1 1)73), We chose the lornler method because in the absence of smoothing near the poles it allows a lime step twice Its large its the lattcr. The singularity that shcrical coordinates have at the poles is e yplicitly avoided by the use of it polar cell where "stereographic" velocities are used, III vertical direction we use it grid with !r, the vertical velocity, dctini=d ill tlu_ boundaries of each layer, atld all other variables in file center of the layer. The vertical grid can he non uniform although experiments have been made so, far with constant 8n. Experiments reported in I indicated that no significant improvement ill was obtained when a 4 0l Order staggered Conservative schcane ill was itself vertical direction. `I'llerefore the uuxlel,has 211d order vertical differences, The eompu- tation of* the geopotclitial (1) is performed as indicated by .ARAKAwA (1072), with iI modification suggested by h111 i,i,i vs (1974).

a) Forecast equation away from the poles

Several systems of horizontal difference werl tested as reported in I, 'I'lle scheme chosen for ► he h asis of these experiments consists of the Simlllcst possible quadrahcally conservative 4th order difl'erenc:es. a

A^4

We define the finite difference horizontal divergence operator at die vertical level k as

^ 4 6,v (Ihi^`9 A ) 1 6 2 ,\ (Ilu2^g 2^) Dk(b) = atscs

+ 5 0 (IIV o is^ 0 9 ^52,,(llv COS 0 2` 920)J k

and the finite difference gradient operator as d14 ^ ._ 3fi2^g 2A 6 (2.2) Vg ucosc^ ^ 3fiAf3 + a [ -- 9) ^ .. 62^,t3 20i

here II = pS p,r, is the difference between the pressure at the surface and the constant pressure at the top of the model, a is the radius of the earth, w = u6 + v is fhe horizontal velocity vector ill coordina(es, and we use the finite difference notation

8,\ g = jg(X + n AX/2, 0, o, t) f? 1 _, nAN/2., t)II(n AN), (2.3) 9 11h = . ig(X +nAX/2, 0, o, 1)+ g (N nAX/2, 0, o,t)1 12,

and similar formulas for the other independent variables, With this notation, the continuity equation away from the poles is

0113t _=. R( )... _ l) 1 11fi ti h ( . 4a )

or, if we integrate it in the vertical and slake use of (lie boundary condition n =r 0at0 = 0, 1,

l< 11 = V 1)k (1) Aok (2.4b) It ^ l

where K is the mimber of vertical layers. Equation (2.4b) is the forecast equation for 11. The momentum equation is

Ilk tarlo _ lmo r 11S a (ow ")k + ^t + a IK X (Ihv)k c)t rc

II ( V ,I" + our/ V 11] + IFir, k

The first law 6f thermodynamics is

11r:^^k=,,.Dk(T)^-(p"11fizT^o l'n (1'/p k ) ^}k

IIox T r31f II + 8t + V.VlI } } + Q. (2.6) K 1 k r>

A•, 5 I lore '1' is absolute temperature, IF is the 1'rictiunai force, )i = R/C1„ Q is the diabetic heating per unit fit mass, p is the pressure and p" is computed as indicated :, Lct The moisture equation for the water vapor mixing ratio q is i) Ilrl 1 I) 41 (p), where T - 0 p", 0 = 280 K/(1001) mb)", ,1; = q)►► cp 0 p" and (I)o = pi, x(1000 mb)" I• We have sfnlpiified 1 11111 11118' expression lirr h , since its precise value is not III ► important, With this proce^lure, pressure gradient term there is lilt cancellation of the terms it III V (1) + °`^ V II, and this implies reduction of truncation errors with steep orography, .,

b) Forecast equations at the Poles

We have followed the n►ethord used by W1 ► HANISON and BROWNINC (1973)and define it polar Call of' radius a ny, on which we use "stereographic" (or rather "cartesian") velocity components defined by tilt lransl'ormatioll L usin\ t vcos\

V. I,a coO v sinx (2.8) with Inverse it sin\ 4 V.,pcas\ v FII, CON \ V j pSlllN ( ,i)) where the top and bottom signs correspond to the north and south poles respcctivvly. The positive x-axis of the carrtesia n coordinates coincides with lho meridian of longitude N 0, The difference in signsl at (lie South pale is due to the choice of I right hallded system ol'coordinaies with tile verti- ca unit vector pointing outwards, formulas (2,8) :n d t,Z. o)) are used for define "spherical" or "carlesian„ velocity components wherever !!Icy are required in thi s finite difference equations. The finile dit'terenco horizontal divergence operator :11 file pales is defined by all average aver all longitudes \a:

11 1, k(3) : + a'r 1Aa (ilvi;) ;, I i A (Ilvg),\;, ^ ('; z as") j (^.11t) where \I w (t 3) AN, AN M 2n/l, and A,, -- JNasin(n 10)/1 2na = (1 vos(nAo))j, The unite difference gradient operator at the poles is also defined by an average over all longitudes:

f V1 p9 ^.+ gs 1 , r ads) t~^ i (; ^ao)1' leosXa ,' sinNi j, t ,I I) I:► ^¢ 3 l`; 6

A- 6

71ren the continuity equation at the poles is 3 ' t^ = 4 ^ D, 11,W) 11ak, (2,12) k-1 the momentum equation is

d II V) =T DtPk(V) - 11 ,P h o(a tP V„P) +fipkx(11V) at^, k k 1111 oR7'' I II tP ^O,P ^It +_4'_.. Dil'llI k +IFtP,k (2.13)

where Vt1, = U tt, i + V tt,j. The thermodynamic equation is

J 1 1T = +D,,P,k (T) — {PtP I I tP b a Oil' (TsP/PsP k (2.14) cat .tP,k

ill t1, a K Ttp + ._. _ ptt^ #t' lip _ C^c7l^ + Vi VtI,flk+ 'Qtt, and the moisture equation is similar,

C) Diagnostic equations

In a-coordinates, the pressure is defined by p = all + p ,t, . hollowing a suggestion by Pill UlPS (1974) we define at the center of a layer pk = I /(N + 1) S„pk ” 1 /hepk, instead of pk = ( )” as in ARAKAWA (1972). This formula was derived under the assumption that ti►e potential temperature varies in a a-layer much less than either the temperature of the pressure. Ptn I_I.IPS indicated that a more accurate relationship between temperature and geopotential can be expected from this formula. The geopotential

The coefficients C k are determined From Iiak R ook C1^ Ck _._.. pk , _,.._ p.k (a (2.17) k

The vertical velocity in o-coordinate is determined from (2.4a) and (2.41)), and the boundary condition b = Data = 0, 1: K k (l) 6, bk I1 I N' D Oak Dk ( l )^ (2.18) k 1

A-7 dl Boundary conditions

In the cast-west direction we use periodicity: g(N + 2 rr, 0) = g(N, 0) for all variables, When the value of a variable is needed "beyond" the poles, we define it by continuation along the same meridian:

^v^N,±^+^cp!}- Iv^rr+Nt^1~d^?}'g^N,+(2+`1$)I^g(tt+,*\^^o/!> where g represents all variables other than the two horizontal velocity components, In the vertical the top and bottom are material surfaces through which there is no flux (o= 0 at o = 0, 1) except for subgrid boundary layer fluxes of moment,mr and heat included in F and Q,

2.2. Filtering near the poles and high order filtering The CFL computational stability condition requires a very small time step unless linearly unstable short waves are filtered out near the poles. For this purpose several alternative procedures liave been tried but so far the method found to give most satisfactory results is the fourier filtering of the prognostic variables u, v, T and the indirect smoothing of` Il through the filtering ol'the sea level pressure (SLP) field, The fourier filtering is performed polewards of 66 0 latitude. The amplitudes of the fourier components of zonal wavenumber n are multiplied by a transfer function which is I for n ` N and decreases linearly to zero between n = N and n = N + S. The number of retained modes is defined by N(0) = integer part of (90 cos 0). We have tried filtering the stereographic velocities U, V instead of u, v but no improvement. was obtained. Since both the surface geopolential and the surface pressure fields contain large amplitude short wave components due to the presence of orography, an artifical smoothing of these fields represents a distortion of the real geometry of the boundary, Oil other hand, the SLP is an instrinsically smooth field, and its high wavenumber Components more closely represent atmospheric waves. Therefore in our model the SLP is filtered near the poles and 11 is recovered by solving the transcendental equation used to relate them It was found that the 4th order model forecasts were less smooth than those of the 2nd order GISS model, especially in regions with steep orography. Based oil same considerations we have introduced a periodic application of a high (I 6th) order filter (SHAPiRO, 1970) oil SLP and potential tem- perature fields, which are not very affected by orography. .h. The filter is of the form g = { i — (F')s){ 1 (F')s } g, where F'(gij) = (gi+ij"' gij +gi -ij)/4 and has a response F' Iexp(ikX)} = sin' (kAN/?) exp(ikN). This filter eliminates waves shorter than 40N and even after hundreds of applications has negligible damping effect oil longer than 4AX. In the meridional direction there are three simple alternative forms for F2:

F,Pi (gij) = (gij + t ._ ?gii + gii - j )/4 v. g F q511(gij) = i(gij + 1 ij) COS Oj + 1/ 2 — (gij — gii - 1 ) cos Oj -- 1/ 2 1/(4 Cosoj) and

F^,rri (gii) i F.'i (gij cosO)I/cosoi FRANCIS (1975) used Pali , which is the only one that conserves the area weighted average of g. However,we have found that the three meridional filters produced virtually identical results, This could

A-8

be expected because the waves affected by the filter are too short to be strongly influenced by the convergence of the meridians. Since F^ and Foi l, can be programmed as efficiently as F' we find them preferable. In the model we use Fp l , with g continued "beyond" the poles as indicated in Subsection 11 d. At the poles g t p is defined as the average over all longitudes N I of the filtered values gt , f p. At the present we are applying the high order filter to the SLP and potential temperature fields once every two hours.

2.3. Enstrophy constraint

BAYLISS and ISAAC'SON (1975) have developed a simple method to make any finite difference scheme conservative with respect to any quantity. The method has been tested in our model by forcing conservation of enstrophy on the dry adiabatic version of the model, although in such a model it is potential enstrophy that is conserved. The procedure is the following: Let the vectors U and V represent the values of the velocity components discretized over the grid and let the functional G(U, V) denote the consistent 4th order approximation of the mean square vorticity. At each time step a correction U, V is added to the predicted values U, V such that G(U + U, V + V) = G(Ue, VQ ) where Uo, Ve

de , iote the velocities at time t = 0. Since this equation cannot be solved explicitly, it is linearized about the predicted values U, V:

U' + f ^G V = G ( U n, Vii) — G(U, V:) (2.19) g'ia, V WV U, V If we assume / aG aG) 20 au av then o can be determined from (2.19):

..G(U, G ( U 0i, Vo•) V)

^ 8(122 + 1 2 ( '?1) r »^ ail aV)

It may be easily shown that the choice (2.20) minimizes II U' II + I) V' II ,the norm of the correction vector.. It has been found that this procedure improves the forecasting skill of the model. However, when it is used in combination with the periodic application of the high order filler the improvement is marginal. Therefore this option is not included in the standard version of our model.

2.4. Summary of the properties of the model The finite differences of the model have the following properties: a) Horizontal differences are performed on a nonstaggered grid and have 4th order truncation errors. b) Vertical differences are performed on a staggered grid and have 2

A- 9 a

,'; R^

3

e) The model contains no horizontal diffusion expect for the possible use of it dissipative time scheme i and for the periodic application of the high order filter. It has been shown in 1 that the combination of a 4th order quadratically conservative scheme with the periodic application of a high order filter t replaces success/411), the use of ap scheme. This is because waves shorter than four times the grid size are the ones subject to aliasing and to large truncation errors, and they are removed by the filter before they at.rain finite amplitude. Waves longer than four tintes the grid size are accurately computed by the 4th order scheme and are not affected by the filter,

3. Numerical forecasts 3.1. Analytical initial conditions ne model was tested using 3 dimensional extensions of both the nontrivial steady state solution and the Rossby-Haurwitz wave initial conditions used in I. The forecasts remained smooth S during the several days of interation, Errors in the steady state case were an order of magnitude larger than in I because of the use of single precision arithmetic oil IBM/360.95 computer. However, it was found necessary to use double precision for the longitudinally averaged pressure gradient at the poles in order to avoid excessive local error growth.

3-1. Forecasts with real initial data

As mentioned before, the parameterization of physical processes included in the terms F, Q, C and E of Equations (2,S) • (2.7) has been adapted front standard 2nd order GISS model (SOMER VI LLt. et al, 1974), The only change that has been introduced is the reduction by it of 2 of the surface all drag coefficient, TMG was found to be necessary in order to avoid damping of the pressure systems after one or two day forecasts. We believe that the fact that in the staggered grid the surface winds are obtained by a horizontal average reduces the relative effect of friction in the standard model, At the present time (November 1976), we have performed 5 experimental short range forecasts, Since they have been made with slightly different versions of the 4th order model, we don't yet have a reliable measure of the model's forecasting skill, The initial data so far has been available in the staggered grid used by the standard model so that winds have been linearly interpolated to the nonstaggered grid. This is a source of error whieli nlay have adversely affected the 4th order forecasts. We have performed a single 4-day forecast which indicated that the model remains very stable and that synoptic systems show no tendency to become unrealistically weak. All the numerical 4th order forecasts show a significant improvement over the 2nd order forecasts performed with the same resolution. This improvement appears as a better estimation of the changes in position and intensity of several pressure systems. This in an encouraging result, especially in view of the study made by BAUNINEI M and DOWNEY (1976) which indicates that the standard 2nd order GISS model forecasts compare favorably with those made by the NMC and NCAR models with similar resolution. On the other hand, and contrary to our expectations, the forecasts made with the 2nd order GISS model with double horizontal resolution were found to be either similar or superior to the 4th order forecasts. This is more true in the sea level pressure than in the 500 nib forecasts. We consider that there are several passible reasons for this result. One is the extra errors introduced in the 4th order model initial

j A-,10

I

e^ N 12 4 O 0 —4 H 28 24 L 6

8 4 8 M^

12 12 8 .8 40 0 4 1 •1 60° 4 20 0 .1 8 •4 24 4 0 L 28-S, 28 40 8

32 H 0 8 32 H M 7.0 28 28 24 24 ae 20 24 — 24,, 20 20 16 I6 12

12 12 12^

180• 1600 1400 1200 1000 BO• 600 40• 200 W O° OBSERVED SEA LEVEL PRESSURE ( FEB 22, 1976 122)

• Figure I. Observed 36 hr, sea level pressure at 0000 GMT, 22 February 1976

data by the averaging of the winds. A second reason (and probably the most important one) is the existence of waves with significant amplitudes and wavelengths between 1000 and 2000 km. These short waves are better detected in the initial data and more accurately forecast by the 2nd order model with double resolution. The nonlinear interaction of these short waves with longer synoptic waves which according to linear theory are better forecasted by the 4th order model is clearly very important. A third important reason is the fact that errors introduced by the parameterization of subgrid processes become less important as the grid size is reduced. We present an example of a 36 hour forecast of the sea level pressure corresponding to February 22, 1976, 1 2Z. Figure 1 is the verification sea level pressure map. Figure 2 is the forecast computed with the .standard 2nd order GISS model, which has a resolution ON = 5°, A0 = 4°, Aa = 1/9. Figure 3 is the 4th order forecast computed with the same resolution, and Figure 4 is the forecast obtained using the "ultraf`me" 2nd order GISS model which has a resolution AN = 2.5 0 , A0 20, A a = 1/9. The most striking improvement showed by the 4th order forecast is in the position and intensity of the low in the eastern portion of North America, in fact, this low and the high over the Atlantic Ocean have been forecasted better by the 4th order model than by the 2nd order model with double resolution. On the other hand the developing cold high in central Canada and the intense low pressure center south of Greenland have been predicted better by the double resolution 2nd order model, As usual in this

A.-11 f6 N 12

80' 4 1 20 .4 1 4. 0 H 8 8 4 1 60` 4 8 V 1 6 _ q 0 12 20 2 6 24 0 28 X82 2 24 40° 1 H ^I 32 20 28 40 24 H a 24 16 20' 20...:. I6 16 1 12 6 12 .. 12 12 12 180° 1600 1400 1200 1000 800 609 40 20° W 0• 36 HR. FORECAST —2nd ORDER MODEL

• Figure 2. 36 hr. horerast using; the standard 2nd order GISS model

_ type of comparison, the three forecasts share several important deficiencies, For example the intensity of the high over southwest USA has been overpredicted by the three models, probably because of difficulties introduced by the orography. The low south of Alaska has been erroneously split by the three models, This splitting, which is slightly less pronounced in the 4th order forecast, may be due to both errors in the initial data and orographic and coastal problems,

4. Summary and conclusions We have described the characteristics of the 4th order GISS model of the global atmosphere, It is based oil quadratically conservative scheme with the periodic application of a 16th order filter on the sea level pressure and potential temperature fields. As shown in I this combination is approximately enstrophy-conserving. An operation count of file numerical schemes indicates that with similar code optimization the 4th order model will require approximately the saute amount of computer time as the 2nd order enstrophy-conserving GISS model with the saute resolution. We also plat: to introduce a simplified serni-implicit scheme, and to study the possibility of using the combination of a nonstaggered vertical grid with the Kreiss 4th order method described in 1.

A-12 1

3

--- •--•----^^ 12 N 20 4 0 . a 80' ^^8 20 1 -8 4 60' _p —.. 4 ^ 0 8 ^^ 4 4 20 12 H 12 12 232 8 40 3s H ,.^ H 0 m i ^0 16 16 2 24 \\^12 6 28 H 24 +r 2 a20 20 2 0, _u^ 16 16 12 ®^

12 I O° 180° 1600 140° 120° 100° 800 600 40° 20° 00 36 HR FORECAST -4th ORDER MODEL

• Figure 3. 30 hr, forecast using the 4th order GiSS model with the sane resolution as in Figure 2

The results of several short range forecasts indicate a significant improvement over the 2nd order forecast with the same resolution. This improvement is shown in the estimations of changes in position and intensity of several peessure rystems, We plan to study the impact that the greater accuracy of 4th order differences has on the forecasting skill of variables of more practical importance, such as tempe- rature and precipitation. It has been found that the 4th order forecasts are somewhat inferior to the forecasts made with a 2nd order model with double horizontal resolution. We consider that one of the most important reasons for this result are the presence of waves in the range between 1000 kin and 2000 kin which are corn- puted more accurately by the high resolution 2nd order model than by the 4th order model. Another important reason is that errors introduced by the parameterization of subgrid processes become smaller as the size is reduced. It is estimated that the 4th order model with a grid size of 200 kin provides enough accuracy to make horizontal truncation errors negligible over a period of a week for all synoptic scales (waves longer thr,n 1000 km).

A-13 to 36 f1ti FORECAST -2nd ;?RDER MODEL WITH DOUBLE RESOLD PION

• Figure 4, 36 hr, using titc "ultrafine" 2nd order GISS model with double horizontal resolutiml

Acknowledgements

We are grateful to Drs, k1, Baler, W, (quirk and Profs, J. Churney and P, Stone for their continuous support and encouragement, Prof, E, Isaacson provided generous advice and Prot', Dr, Randall made useful contitrcnts ott the manuscript, Prof, F, Sanders continents on the numerical forecasts are also gratefully acknowledge(l,

References

ARAKAWA, A. 1972: Design of the UCLA GCM, Teehn, Rept, No, 7, Dept, cat' Meteorology, UCLA, BALIMHEFNER, D„ and P, DOWNEY, 1976; Forecast intercomparisons between large-scale numerical weather prediction models, Annalen der Meteorologic, 11. Simulation of large scale atmospheric processes (extended abstracts) 205 208, BAYLISS, A, and E, ISAACSON, 1975; How to make your algorithm eonse) r'ative, Notices of the .Arn, Matti, Soc„ Augur; 975, FRANCIS, P, E„ 1975; The use of a multipoint filter as a dissipative mechanism in a numerical model of the general circulation of the atmosphere, Q, J, Roy, Meteor; Soc., 101, 567- 582,

A-1.4 HOLLOWAY, J. L., M, Spclr.,an and S, Manabc, 1973; Latitude-longitude grid suitable for numerical time integration of a global atow;pheric model, Mon, Wea, Rev., 101, 69»78, KALNAY-RIVAS, L. 1976x; Numerical experimc+nts with 4th order conservative finite differences, Annalen der Meteorologic, I I , Simulation of large scale atmospheric processes (extended abstracts), Addendum, KALNAY•RIVAS, E„ 19766: High latitude truncatio,.; errors of box-type primitive equation models. Mori, Wea, Rev., 104, 1066- 1069. KREISS, H,-O„ and J. OLIGER, 1972: Comparison of accurate m, ibods for the. integration of hyperbolic equation. Tellus, 24, 199 -215, PHILLIPS, N. A., 1974: Application of Arakawa's Energy-Conserving Layer Model to Operaiional Numerical Weather Predictip,% NMC Off"w Note 104, SHAPIRO, R., 1970: Smoothing, filtering and boundary effects, Rev, Geophys. and Space Phys., 8, 359--387. SOMt RVILLE', R„ P, H, STONE,, M, HALEM, J.F. HANSEN, J.S. HOGAN, L,M, DRUYAN, G. RUSSELL, A, A. LAOIS, W. J, QUIRK and J, TENENBAUM, 1974: The GISS model of the global atmosphere, 1, of Atmos, Sci„ 31, 84--117, WILLIAMSON, D, L, and G. L. BROWNING, 1973: Comparison of grids and difference approximations for numerical weather prediction over a sphere, J, Applied Met„ 12, 264--274.

A-15. THE EFFECT OF ACCURACY, CONSERVATION AND FILTERING ON NUMERICAL WEATHER FORECASTING i,% ja

gugenia Relay-Rivas

Department of Meteorology, Massachusetts Institute of Technology and NASA/Goddard Space Flight Center

and

David Nottema(a)

Sip* Data Corporation. c/o NASA/Goddard S;,aca Flight Center

1, IK'[RODUCTION 2. DISCUSSION OF THE DESIGN OF THE MODEL

The design of a numerical model for atmospheric Different numerical analysts and atmospheric 4 simulation is not a straight -forward procedure. modelers often take different approaches in I Both in the areas of mathematical and numerical the resian of a numerical model for weather ` analysis, and in the parameterization of predietion. Sometimes they even have diffor•int physical processes not explicitly resolved, basic philosophies. For example Arakaws (1966, the modeler faces several difficult choices 19721, has been a pitt-neer in the development between equally reasonable methods, and and use or numerical, 3chtmes that reproduce uometimes between similarly unsatisfactory as closely as possible the conservation pro- methods. parties of the eontinous equations of fluid dynamics that determine the motion of the In this paper we discuss the considerations atmosphere. On the other extreme, Krelsa leading to the numerical design of the GLAS and Oliger 1 1972, 19731 have advocated the fourth-Order Global . This use of more accurate schemes even when they model, which was briefly described in Kalnay- don't formally satisfy any conservation gives at al., 1 19771, has been restructured, properties. and several minor changes were introduced. The computation time and memory requirements The current GLAS model t o based on Arakawa°s for the 4th order model are now similar to 119721 sLjond order scheme wing a staggered those of the present aeoond order GLAS grid B. The scheme is energy conserving and model with,the same 4° latitude,, 5° longitude approximately enstrophy conserving for non- and 9 vertical - level resolution (Sommerville divergent flow. In this section we isolate at ,a^l..^ Z9741, However, the fourth-order the areas in which the Fourth-Order model is nasal foreeaet skill is significantly better different from the GLAS model, discuss some than that of the current GLAS model, and of the alternatives, and the j ustification of after 3 days it ie e^c-ayable or better than our choice. that obtained with the 2.5° by 3 1 version of the GLAS model. 2.1 Accuracy

A discussion of several of the basic charac- There is A consensus among modelers that for teristice of the model design is contained finite difference models with second-order In section 2. For each of them we present accuracy, horizontal resolution of about scat of the possible alternatives, their 400 ko. and about 10 vertical levels, hori- advantages and disadvantages, and the reason zontal truncation errors are the most important for our choice. In section 3. we discuss source of errors. The truncation errors the effect on numerical forecasts of changes can be reduced by any of the following methods: In the accuracy, resolutio4 A nd conservation peopertieg of the models . ( , Section 4 e. Increased horizontal resolution. contains some final remarks. retaining second-order differences.. Advantaitesi If the horizontal grid size s reduced by a factor of 2. cruncation error• are reduced by a factor of 4. A ^1) As of this writing, several of the coaeparlson of the effect of truncation errors numerical experiments are not complete. on the computational phase speed and group velocity of a limear wave to presented In c ,present affiliation: Department of Fig. i+ Another advantage is that Increasing Mathematics, Wesleyan University of Connecticut

A-16

I^`

the resolution allows smaller but possibly Advantages: These fourth-order differences Important scales to be explicitly Included are considerably more accurate than the In the model. fourth-order differences of the first kind Dleadv^ants est The reduction of error is (Fig. 1). The crossover with double-^eaolution slow., ind t he computation time is lncrused second-order differences in the phase speed by a factor of 8. error occurs At 3634 and In the group velocity error at about 44x. Disadvantages: in the simplest case, Kreles' COMPUTATIONAL PNASEGPM oVe t ourt h order differences require the solution 10 of tri -diagonal matrices. Finite element schemes require the solution of at least block os s.r; tri-diagonal matrices. Even though there are 0: 01, efficient methods to perform these inverefono, 0e, they are still computattonally expensive. sr The extra accuracy can be compensated with u 4th order differences of the first kind by increasing the resolution. which has othor 1 7K:WAVt ER07% in st a tsrr • s : a za advantages, as we mentioned earlier. These schemes, as well as In higher order finite difference schemes, waves In the range of 24x COMPUTATIONALIA GROUP VELOCITY op/o to 4 Ax ere still grossly misrepresented. d. Spectral schemes. 11A Advantages . .1J the baets of the apevtroal 0.0 as ORDER eSpan iLQn are the oigenfunetions of the wave MnORDERfa equation, spectral schemes have no phase a4 0h,0RD:^nn speed errors. Because of this they require am oa ono:nlnxat less resolution than finite difference schemes. encr:n► Disadvantages: Because of the large number 111) :wawuNaon:lnxt M :os : ra : of computations required for the nonlinear terms, spectral schemes are competitive with finite difference schemes only in combination 140 with the use of less resolution and semi- 44 Implicit time schemes.

Our choice: Wr chose to use fourth order -Is finite differences of the first kind because they are computationally efficient and have small trWncation errors except in the range Fig. 1 Computational phase speed and group of waves with wavelengths between 2Ax -and 4Ax. velocity fot a linear wave of constant phase speed c, for different 2.2 Type of Grid numerical schemes as a function of wavelength L. Both staggered and unstaggered grids have been widely used by atmospheric modelers.

a. Unstaggered grid: The advantage of this grid is its simplicity. Higher order schemes are easily developed with this grid. Its disadvantage is that all centered Fourth order schemes of the first b. differences have to be computed over a kind. We include in this group the common distance of 2Ax. 5-point explicit fourth order schemes )Kreles and Oliger, 1972). b. Stammered grids: Several staggered Advantages: Phase speed errors are such grid configurations are possible as reviewed "aller especially for long waves (Fig. 1). by Arakawa ( 1972). The one he called scheme C. Waves longer than 5 Ax have smaller errora in which Is the most commonly used, has the their phase speed with fourth order differences pressure defined at the center of a grid than with second order differences with twice cell. and the velocity components u and v the resolution. If we consider the computs.- defined at their corresponding normal walla. clonal group velocity. the crossover actors This grid has the advantage that the pressure at about 7Ax. The computational time is only gradient and velocity divergence terms are Increased by a factor between 2 and 3. computed over a distance of only 14x, so Disadvantages: Wdves in the range of 24x to that inertia gravity toavee are oamputed 4Ax are still grossly mlarerresented. with double resolution. Therefore, as pointed out by Arakawa, geostrophic adjust- Fourth order schemes of the second C. ment is best represented In this grid. On kind. In this group we Include linear finite the other hand. advection terms are com- elements, cubic splines and the "compact" or puted with no more accuracy than In the Fade type 3-point 4th order differences unstaggered grid, and in the Coriolis' 1 0rszag i Israeli, Introduced by Kreles acceleration term, it Is necessary to take 1972), all of which have the some fourth horizontal averages of the velocities. The order accuracy.

A-17 higher resolution of inertia gravity waves and be eventually dissipated (Charney, 19721. reduces the msuimum time step for erplieit In a numerical modal, the finite resolution time scheme by a faotor of two. FulI fourth *Voses an artificial Utl" at the short and order schemes can be developed with staggered of the spectrum, inducing an excessive schemes but they are very involved (Nalnoy- accumulation of energy in the shortest waves. Rlvas, 1976). To date, modelers using This problem to worst in noncone*rvative a staggered grids have introduced fourth order schemes, but it appears even in allaa-free, differences only In the advection terms. energy- and enstrophy-conserving spectral models. This justifies using some par&- Our choicse During extended ranges fore- asterizatlon of the unresolved subgrid casts,,w seorder error* in the non-advective addle• to withdraw energy from the smallest toes* may become important. For this mason resolved scales. we chose to use an unstaggered grid that allows the use of a simple, full fourth-*,order For this purpose, Leith (1972) suggested the scheme. use of nonlinear horizontal diffusion in which the eddy diffusion coefficient is pro- 2.3 Conservation Properties and the Us* of portional to the local gradient of vorticity. Horizontal Diffusion This formulation to consistent with the trans- fer of energy to subgrid scales In two- With respect to conservation properties, there dimensional turbulence. In another widely are basically 3 types of finite difference used formulation, suggested by Smagorlasky schemes for the primitive equations: 11963' and based on a three-dimensional a) Nonconservative schemes, the simplest of turbulent cascade theory, the diffusion which is the one based on the advective form coefficient is proportional to the deformation of the equations; b) quadratically or energy tensor. These formulations are better than conserving schemes; and c) enstrophy conserving the use of linear diffusion, but they both schemes. Advective and quadratically conserve- share the following problems: a) the diffu- tive schemes can be easily developed using sion coefficient is computed inaccurately staggered or unstaggered grids (Lilly, 1965; for the shortest waves, and, more Importantly, Bryan, 19661. Enstrophy conserving schemes b) when the diffusion coefficient is large for the primitive equations have been developed) enough to avoid the spurious growth of the on a grid C by Grammeltvedt (19691 and Arakawa smallest scales, It produces excessive and Mintz 119741. Sadourny 11965a, b) con- damping of the larger scales ;Merlleea, structed a potential enstrophy conserving 1975; Williamson, 1978]. Furthermore, at the scheme on grid C, and Arakawa (19781 has short end of the spectrum (scales of the order recently developed a potential enstrophy and of 100 km), neither quasi-geoetrophic nor 3- energy conserving scheme also on grid C. dimensional isotropic turbulence theories are really justified. Williamson 119781 Honconservative schemes require a procedure genera7,ized a higher order diffusion of the to damp waves shorter than 44x, which other- form O KV2 , suggested by Kreiss and Oliger wise grow spuriously causing catastrophic 11972;, still using the deformation type of nonlinear Instability (Phillips, 1959). diffusion coefficient. This formulation This has usually been do,ie by means of linear has the advantage that, because it is more or nonlinear horizontal diffusion, or by scale dependent, there is less damping of using dissipative numerical schemes such as the longer waves. M_ the Lax-Wendroff, or schemes that contain In our model, we have taken an approach closer explicit horizontal averaging. to Fourier filtering the shortest waves, Quadratically conservative schemes avoid the as suggested by Phillips 119591. Our "subgrid unbounded growth of the solutions associated parameterization" is based on the following with catastrophic nonlinear instability. arguments The 4th order scheme Is adequate However, as Arakawa (19721 and Sadourny accurate for waves longer than 46Y. but and (1975a, b) have pointed out, in the course grossly 9naccurate for wh4es between 2 Ax 36& Since the shortest waves cannot provide of long integrations, there is still a spurious build up of energy in the shortest waves, any uaef6Z information in a finite difference we filter them out of the system which appears as an unbounded growth of the eoheme, total enstrophy. In the absence of hort- while their amplitude is still small. Even zontal diffusion, this type of though they are filtered out, the shortest Blow non• waves still play an important role in the linear instability will completely distort the solution. Enstrophy conserving schemes, model: they act as a buffer or "sponge layer" on the other hand, impose a stronger con- In the spectrum domain, allowing energy to straint on the growth of the smallest scales trickle down from longer waves and avoiding present in the model. For this reason, the the accumulation of energy that would other- UCLA and the CLAS models which use enstrophy wise occur at the short wave cutoff. conserving schemesedo not need to include horizontal diffusion. The elimination of the short waves to performed In the model with the periodic use of a 16th It should be emphasized that conservation of order Shapiro 119701 filter, first Introduced enstrophy does not necessarily Imply a more In GCN@ by Francis (1915). Figure 2 indi- accurate or realistic simulation. In the catoo the response of Shapiro filters of real atmosphere, the'constratnt of ®wsi- order 4, 8 and 16. It can be observed that ogeostrophic motion implies that very little In the case of a 16th order filter waves of the energy generated In the bdroclinically longer than 4 are scarcely affected at all unstable scales can reach the smallest scale*

A-18 even after 128 applications, which in our model correspond to a 10 day integration. At: 4th order. non-conservative, noemoothin . Waves shorter than 4 are virtually elimi- A,1: to" ,linear diffusion.aa10^W/s of nated. Lower order filters introduce too A3: " .16th order filter/4 bra. to much decay at long scales. A4: " " /time step.

at: is, quadrat„ conserv., no smoothing. to It 82: order filter/4 bra. 83: ifI " , 8th " of of 54: 4t1h to .6

to C: 2nd order, no smoothing 6 16th order ^` 1 application , .4 TABLE is Characteristic # of the different runs in Fig. 3. .2 128 opphcotiona,.

O 16 8 6 4 3 2 L/ax

1.0' %

.6 8th Order I

.4 1 opp 128 opplic. .2

Ways) 0 16 8 6 4 3 2 L /ax

Fig. 3 Variations of total enstrophy during 6.0 numerical integrations as indicated In Table 1. The scale corresponding .8 to experiments Al and A2 is multi- plied by 10- . 4th order .6 We found that all stable rune conserved total 4 1 opplicotion...V% energy with a high degree of accuracy. Fig. 3 shows the variation in time of the total ,2 128 oppircotions potential enstrophy, which is conserved exactly in the continuous equations. The results indicate that when the 16th order 0 filter is applied every time step ( 10 minutes) 16 8 6 4 3 2 L /ax even a formally nonconservative scheme con- serves both total energy and total potential enstrophy during a long integration ( Run A4). Fig. 2 Response of Shapiro filters after 1 The quadra tically conservative sche :de controls and after 128 applications. better the amount of energy going into the smallest scales, so that in Run B2 it was enough to apply the filter every 4 hours to conserve potential enstrophy within 0..052, even though such conservation is not formally In order to explore the effect of filtering guaranteed in the scheme. short waves we performed a series of 20 day forecasts with a simple shallow water equa- tion model IKalnay-Rivas, 1976) 0 using diffe- rent combinations of schemes, smoothing operators and frequency of application as Indicated on Table 1.

A-19

.. v ,f It may bo questioned whether the application our choices we chose to use a quadrat• of a high order filter eliminates small leally (energy) conserving scheme because it scale features like frontal zones or the to only slightly lase efficient than an advec- effects of orographic or cumulus convection tive scheme and It requires the application forcing on small scales. Fig. 4 indicates of a high-order filter only every few hours that this is true for lower order filters. to avoid the effect of slow nonlinear Insta- Rovever a 16th order filter eliminate* only bility associated with a spurious growth those components which are not resolved any- of enstrophy. We apply the filter to the way, and still allows for the formation of and potential taTer+a- sharp gradient son@* and strong local maxima. seat teust pressure twe fields in order tt compensate for the affect of topography.(^l 10 PASSES ZONE DAY) OF SHAPIRO FILTER

3. EXPERIMENTAL FORECASTS: PRELIMINARY " RESUL 5 FRONT" 16th ORDER J We plan to perform an extensive series of forecasts to study the effect of using different schemes and varying resolution on the quality of actual wu.ther forecasts. In this section we present saame preliminary results. 8th ORDER Ji We tested the Fourth Order model by making 3- day forecasts from several initial conditions. In every case the model performed much better than the CLAS model with the same 4° by V resolution. After 3 days the forecasts were comparable to the 2.5 • by 3' version of the 4th ORDER CLAS model in the sea level pressure maps, ..J1 and had oll htly less phase errors in the 500 mb maps.

Fig. So shows the verification sea level pressure map corresponding to a 3-day forecast with February 19, 1976, OZ (a case that has 2nd ORDER been studied in detail by Atlas et al., 1979). Fig. 5b is the 3-day forecast with the Fourth Order 4 1 by 5° model verifying on the same date. The excessive gradients, especially at 10 PASSES 40011E DAY) OF SHAPIRO FILTER high latitudes are due to a faulty computation of the ground temperature by the radiation routine used in that run. Figs. 5c and 5d `nth ORDER are the forecasts generated by the CLAS models with 4' by 5 • and 2.5° by V resolution res- J L pectively. Fig. 6 displays the corresponding 500 mb maps.

In Fig. 7a, we present the verification sea level pressure map corresponding to a 3-day 8th ORDER forecast with February 1, 1976, OZ initial ^` conditions. The results of six different 3= day forecasts are shown in Figs. 7b to 7g. The forecast in Fig. 7b was computed with the new full Fourth-Order model, using the same resolution and parameteri_stion of physical processes (except for the long-wave radiation routine) an in the 4 • by 5 • ALAS model 4th ORDER (Fig. 70. in Fig. 7d, the model was the same as in 7b, but full Second-Order accuracy was used.. If we compare these three made with the same resolution, we see that the fourth order model did considerably better, especially In forecasting the development and motion of the cyclone southwest of Greenland. f 2nd ORDER The two second-order forecasts are close to each other.

Fig. 4 Effect of 10 applications of a 16th order Shapiro filter un a) a step (3) The idea of filtering these fields to due function b) a spiko. to Dr. A. Bayliss.

A-20 Fig. 7 shows the forecast made with the 2.5' We are performing integrations with a 2.5 • by by 3' CLAS model starting from the NASA 3' version of the Fourth-Order model. From Initial conditions with assimilation of linear theory, this should make horizontal satellite data (Atlas et &1., 19791. All truncation errors negligible for most synoptic other forecasts were made from NMC's Global scales for periods of a week or longer. Analysis initial conditions. The cyelo- Still, narrow atmospheric features like those genesis forecast was poorer than with the due to sharp orographic forcing on the ITCZ fourth order model, but over continental will remain poorly resolved. North America the forecast was better. This may be due to the higher resolution or, We have found the fourth order model to be possibly, improved initial conditions. extremely sensitive to the parameterization Fig. 7f presents the loreeast made with NMC's of physical processes. For example, it became 6-layer, 380 km resolution, which has resolution unstable through excessive cooling near the comparable to our 4' by S' grid. For these surface. apparently due to a flaw in the Initial conditions. NMC's forecast was better radiation routine. None of the second order than the CLAS second order forecast, although models was sensitive to this problem. It shared some of its errors (such as a spurious anticyclogeneels over the Great In this paper we have discussed the use of Lakes). formally nonconservative schemes coupled 'with periodic filtering of the shortest waves as Fig. 7g shown a forecast made with a slightly an alternative to the use of conservative different version of the fourth order model. schemes. It is clear from the experimen4al The differences were as follows: In the 7g results that formal enstrophy conservaalon forecast we used a Mateuno time step, a has had no beneficial impact on the quality surface drag that was .75 of that of the of the forecast (Figs. 7c and 7d). Conservation standard model, the Shapiro was applied every of potential enetrophy (Arakawa, 19781 might two hours, and a slightly different scheme have a more positive effect. for the vertical advection of moisture was used. In the 7b forecast we used a combined We think that the use of nonconservative Matsuno-leap-frog scheme, the surface drag schemes with high order periodic filtering Is wee the same as in the standard model and the also justified in climate simulations as long filter was applied every hour. The two as the rates of energy or enetrophy loss due forecasts are quite similar, but from other to filtering remain much smaller than the experiments it seems that the positions of observed rates of generation and dissipation, the oceanic lows west of Spain and south of Alaska were somewhat affected by the change In frequency of the Shapiro.filter. Acknowledgements: Dr. A. Bayliss' contribu- tion was crucial in the development of the model. The authors have benefitted from stimulating discussions with Profs. M. Cane, 4. FINAL REMARKS E. Isaacson and D. Randall. The authors are grateful to Dr. Me Halem for his patience, Although these are preliminary results.'the encouragement and many useful suggestions. new Fourth-Order model seems to have very Dr. N. Rushfield and Mr. We Connelly were good forecasting skill. Similar excellent extremely helpful in the development of the results olth fourth order-schemes were reported program. Dr. Me Wu provided us with her by Campawa 11978, 19791, and by Williamson accurate radiation routine. (1978). Campans found that most of the Improve- ment over the second order model was obtained dust by introducing fourth order accuracy on the horizontal averages performed on the Shuman-Hovermaile model. Campana also obtained that for 2-day forecasts, fourth order differences were important in the advection terms but not in the pressure and continuity terms. We made shallow water equation experiments that showed some deterioration of the solution after about 8 days when only the advection°terms were written with fourth order accuracy. Since baroclinic models are much more unstable than the SWE, rampana's results may not hold during extended forecasts. We are performing experiments to study this Fig. 5 Sea level pressure maps corres- possibility in our model. We are also ponding to 3-day forecasts with repeating some of the forecasts using a February 19, 1976, OZ initial vector invariant form of the momentum equa- conditions. tions. The NMC 6-layer PE model used in Fig. 7f is based on such a formulation, and Fig. 6 Same as Fig. 5 but 500 mb we want to determine if it affects the geopotential heights. solution. fig. 7 Same as Fig. 5 but for February 1. 1976, 02 initial conditions.

A-21 i f ...^"^ r` i I t ei r 4!1

a

^i ),V-11

s_ p.

r ,i P1 ml

F. Y r.

' ^ G •R

t l ^' l I ' t

v/ I ^J I s

1^ a^ 1 I o ^; ^ f 1, 'f <1•, 1^ ^ \ ^ . . - `^ T- ^ ^^ ^^ ^ , ^,+^ p;^'>r I i N te r/, ;;^ 1

A-22 ORIGINAL pgol OF la PGGrt QUALI'Iy 1 (^ Ate.' . ,^^ _ ^

A-23 I

II

A-24 •_.._ lam' C'

c i

a

. .M W.

REFERENCES

I Arakswa, A., 1966: Computational design for long term numerical integration of the equation of fluid motion: Two dimensional I Incompressible fluid. Part 1. J. i Compu • Phys . , 1, 119-143.

CD Arakava, A., 1972: Design of the UCLA CCM, 0 Report No. 7, Dept. of Meteorology, UCLA. * Arakawa. A. and Y. Mintz, 1974: The UCLA atmospheric GCM. Workshop Notes, Dept. a At of Meteorology, UCLA. a

Y Atlas, R., M. Halem and M. Chil, 1979: Subjective evaluation of the combined

u ^ e Influence of satellite temperature sounding data and increased model re resolution on numerical weather fore- casting. To be prevented at the 4th u Conference on Numerical Weatherredic P - tion, Silver Spring, MD, October. ^ s Campana, K., 1978: Heal data experiments with a fourth-order version of the opera- tional seven-layer model. NMC Office Note 188. .

Campans, K, 1979: Higher order finite diffe- rence experiments with a semi -implicit model at NMC. J. Atmos. Set.. 107, 363-376.

A-25

ry Williamson, D. L., 1978: The relative turbulence, Charney, J. C., 1971: Ceostrophtc importance of resolution, accuracy and J. Ateas. US., 28, 1081-10950 diffusion In short-range forecasts with the NCAR global circulation model. Francis. P. L., 1975: The use of a multi- Mon. Wea. Rev., 106, 69-88. point filter as a dissipative mechanism in s numerical model of the general circulation of the atmosphere. 1. J. Roy. Mat. Soc.. 101. 567-582.

Cram ltvedt, A., 1969: A survey of finite difference schemes for the primitive equations for s barotroptc fluid. Mon. lea. Fov.. 97. 384-404.

Ka lnay-Rivas. E.. 1976: Numerical experiments with fourth-order conservative finite differences. Annalen der Mateorologle. 11. Simulation oilarge scale atmos- pFieric processes (extended abstracts). Addendum.

Kalnay-Rivas, E., A. Bayliss and J. Storch, 1977: The 4th order CISS model of the global atmosphere. Cbnt. to Atmos. Phys.. 90, 306-311.

Kreiss, H.-O. and J. Oliger, 1972: Comparison of accurate methods for the integration of hyperbolic equations. Tellus. 24, 199-215.

Kraiss, H.-0. and J. Oliger. 1973? Methods for the approximate solution of time dependent problems. CARP Pub. Series N^o- 10, WMO.

Leith, C. E., 1972: Internal turbulence and vertical momentum transfer. Parame[eri- zation of Sub-grid Processes. CARP Pub. SeHes No. 8 0 40-51.

Lilly, D. K., 1965: On the computational stability of numerical solutions of time- dependent nonlinear geophysical fluid dynamic problems. Mon. Wes. Rev., 93. 1;-26.

Marilee@, P. E., 1975: The effect of grid resolution on the instability of a simple baroclinic flow. Mon• Wes. Rev-, 103. 101-104.

Orszag. S. A. and M. Israeli. 1974: Numerical simulation of viscous imcompressible flow. Ann. Rev. of Fluid Mech.. 6. 81-318. 2

Phillips, N. A., 1959: An example of nonlinear computational instability. The Atmosphere and Sea in Motion. Rockefeller Inst. Preis, New York. 501-504.

Shapiro, R., 1970: Smoothing, filtering and boundary effects. Rev. Ceophya. and Space Phys., 8, 359.

Smagorinsky, J.. 1963: Ceneral circulation experiments with the primitive equations. Mon. Wea. Rev., 91, 99-164.

^ M A-26

^v

O Ad N a W 1. t O

+ wN^slvoN^OA^PO .Q+N(^111Rm1.^^O.Oi^OyP1 + UO1^A® O^OwN^+l/1t AM OIpQ.OiNt^11Y1OA10G+ O^tV10•11t tIA.iN1.0^+p 111^0A0 OOp0 00 000.r r g rr r r r NN N NN NN ihlN RII ®' 0 SO N N N 1111PIMifg1'1 ► N^pNU1l*000ll^p(IpNUpI31^OpOpl^pp^0N 0 p ooopo o oo fl^© ^O p ^p Op®o ^p A p© /pT^plol^pl8p©1^p1p1U^p Q3O Q3QiIZii^i iii = iiQQ= Q^i i[ Q 1itll2ill1i112 91 1122 =9i©©©1 ^m^^mffi°MA®AASAmffi otAAAl MAUSAAMIMMM4)AS8 AAAAAAAA

• ® a •z • .. W

k! •r 1p r n U eq r W •^• y .• • r.•Ar^-M O R < p •vl V r r M VI ^pNry yu^l1ryOnO•Ji = asa ^^ W a • •• O 'r h F<• t0 •• • ^^ rJ N DUfU < •,rr • Ui •® ►• UI== . • ~ ^p ♦ • JJ U' ppOhi^ ^ •a• ILLl .i.rr•q •• O K O 1Z•^Ut 10 hr . - r •- h Or F• L 2 . 1LiZ^ rryrw - r 1z, ^Ua Q OIA•zl t^r a f ^I^^N•N•A• .^O ^tI1.r.J i J ^ ^ 9 LL '9iU 3 r• Y ^•- i : Y!!^^•: ^ O ••ZY E Wl m^Nwf^• O W s • • ^/1 $ yaY P^1 !^ • AL YIVv► rr11 7dp•s811171V rr •^N ^ r •W^i •Yl Yi (gyp •1 i $ a•riYj 1Y Z ;a$-- Woo •000.0a> • s o : at-< •o1n • • e ^r -1^IUIN s >^ f I11< 22 • NaU^JJ gal. • ,p ♦ yy^^yy f Q <1• ^y g^ •faeO N UIr ••r {,1 •- ay.Yl+lUPIs • 0q Ut! • G8 0#1 h 1• ,2t6.•• •(0.r7 Z 2q I,.UIjL^~OArO¢9 f %:011Qa•r-W ♦ W N -Q.Zrr044 • UI•pp ,; ON 5 Q • w•• IJw• aN N r yt ••f1>ura Jl`1^ ^ +^^ra• •04. • •iw qLyrO LL ^N • 6^^wtD.• •• 1'IOaN • UI(a t•• w ¢ pph t f.wU' • -r- • •- wVf h t ♦ • N -.jq•••Y l•• N •t• • i OrJV •^i y VIO ••• • • r ar..-<^ ri F— O VOaUi¢h•Nr • JIJ •>..t.-LLV' r 0UI • OU, r 2?^+] •^ r r r •r U^ opp Z"w•err N •I+rO W 1h •07 qU1!- •r • rh ♦ • AK \>UI VI Z V< 2 ^1A W •• P-OSUYt1Q2 0 •VI®h< 'oo . O ^I•I^1U a O ^ .r rIZY <^•a • •6NO O WJ UI .+ Utw C/UU O ^ hW8 • 1• ^Ci • •♦ Zn •^.. ul -J UI JM 1^< q J • • ppp O d , ••N a^nrJ-^t•W •^pNO •+ 4• ••! • CV < f^1> LLW • .. alai •r • Sh a •h N O NrVli rtttlZ Nh < Ut-N U1 LL ^^ < 1. ^r01t1 S^ - N •^• • 1`Y► h < J 2J.. • p 1UIJJ ppN-11 • -h r ^1ppO^QQ r>1p N h --1•h1A aa!® `00 ^ eJVawi l/1 ••^ r - •tL N •+IUIv.• N 110. a •t . •r- •J J • •U Y9 - • O •+O^► • M rrUl •rhUl :+•h .-.a r r . -W o^ Z tNE ^ • • ^- •N • O . 1L . -V m w ! tt • > J ^1 O-glrZg 0 t • r 1q •-- I00 gg q • Z h •N • N •+r01rq LL.. • V • {^ VI O i • < Z U1- pr1Qr^Ul O • .a rI PI--r .p O••O Zh K OVOa• •m •rr •.•a I.al• JQ, p ON 0 •+ I O • r0 rVZZi> ••rONOAYN ♦ UI UI •N•NVrI:. 1V-<$! Vim: b ZW olwtWa0001ap •+NO •!1-)C O• O 00 O <•Z; yg l9 •. •p,#lpa •. ' rrlhrN^•V'ytO'• \aU1V1^ U11nJQanr • • •J+U1< VI h O 201• U J1.^+>:PI • ! •+tq•• .. m0^1V •IE6••r...l1V11wh N1Ur1- W\ • 10U10 • • --J-O r000V\ M• IR W< •\Z a pnV1OU19 ^0 NN! h +aa •07,U14r •VI< 1. ¢ 7 UUIN! • q • -•^+. r6 •^%%M 08 1.MJzJ <"•»[< O+l1^ `•• \ w •• aqa•-O \ ZZ 1-Zm -Z- WIXI•Ulr- .r+ •Vq • h^0 Sh0 < UI IXJ 01f: 21`n1D •71.0 aUlO RN••JZ••..J••a••Z,J!!!0 NN Z VNf •• Va Ito >u• r0 • z-00 Zrzrr 0M ONJOUI\R¢<¢ W zawjmo O 201N VIam MN W •YV) \ Z >'0W<`J^+•- Orl'O 1^w rrrrUlh,.o hzh lh \ON J O>JOwa`+^••a\\``\ 4^ JJ JJR 1!l^^ > ^a^azl000s u > uu .ra•o > h^aowu da ooouJJ ^ x !ns NSls^o !!! s 0000 a2 O OZWWO f0••••00 OOOOOW^

O N Pt d 0 ONOM O•• N moo 0 h Woo ^ NP)OoX01. wo O F • V n 4 0 0 0000 wr r ---•+ r rrN N NN.NNNNNN M N 0r OO O 0 L 0000 00 O nee 0 tt Ott® O OOOtsGAOc) 0 Y O 0 0 0000 00 O 000 0 0 000 O ^006GONh O M J a 7 z Z ZZZZ aZ Z zaa Z Z Za7 Z zzzzzzZ7 7 110u W 111 momU) 0 U1 UI U1 V1 U1 V! 000 0 0 0U)0 0 00000000 to NRWWOV W> r •+ r r rrrr rw r rur r r r•+rrrrr r

UI ; W

t

ORIGINAL OF POOR PAQ OXALftV 1,

p 000 poO©© 00 p 00000oo0poo000 p O p OOpO0Ap0oO 00 q 00 ^1 00.0000000000000ppOOppOOOOOppppOOOOOp0000000000ppOOO 0- p rNMO w^O I^^O^OrNm0U1 0Arp a IU1 i0AmBIOrNtt11 U1 SOP 07 OIOrNN'10NOA 7101 p rNgINON 0- MOM cm0 •• Nm1w^C1h0 ?^OrNI'tOU110 ONNI. AAANN In 1 •^mmm 'Dmmm p PPO^O 0^P 0^ 0^. 01 00®A00000Q r .yrrrrrrrrNNNNNNNNNNm mmmmmn mml'f00O1d0s000wwwlRwww 00000000000000 gg0000^00p0000000••rrrrr .^r••r r rr.^r r.^r.•rrrrr•^.rrr^.•.^rrrr,•rrrrr^.r r .•r w.+r.^r„^r.+rrr ti p `StYaQ^B $$^^C^t^^3iQsQ3F8 °: ^5^=$^Q^Qa^f^$ Q^i^$^QS $ Q$4^$8 $5^1^^ $Qr,. `#8$$Q^g$°iQ^QiS °uS4ifd$Q^Q$^Q mm^mmmm m mmm° mmm^m immm m^m $r mmm m m W t ^ mm° mmmffim 0 m mm mm 0 m w ,s ai R

< O U, t0. U J x a s m ^ n Wu1 ^ U w 4 a p

h m w2 0 o w WY) J • X >r Lu J h9 w a n c4i e i i N< O tu O " J h 0. W O N \ O If) F<• K < O II O i LL .. > y - • O N w ;f > 0 W LL O f- CUm ! Z O. Ix ti 0 - Z -C N IK II 2. 0. n LL ^d U A N IUW I W3 ww J 7: w 1- tir ^., • J < JO J O 411 4 • 1- p0 t .w.0 NVI t M uI o ut a h • < h u < V ^^ w - e 00 a -•w U7m J Z" z a LLo z z W ..^ n w • z a O N - K •up Va -- ha ..^ .W ^ h J ^O+ a k I N 4 2 1.r • O d JJUV7II r. f-V .. Va •. U ^0. OWS U W 13, g w 40N Oa h^ dOVI; 00 a 1• fY > ya htC 4h • • h go—O••UWwuam0- • .m 401t1Wu ; In ^]O^.^ 3 mt- rhlnN ♦ WJILOOJJC • ] J • aN\F- d40.^ wLLWr• 04 1-a VI- 3 at- •• II111 n d u4 W O^Jt- +• I-IU\W01.-^n. F+d4i0 1-Ind U MLLLL7\zLL+ e \ •Zh J 't2 sOJ III If .. I-JII JZI^11111 uW 1ln U11 t° N O X22 V h VI^JE •• Q willwww1.w01- V rWll >110^'1II0 +116 Wad Wz 11114 4Wh9www 40. W !'tl ^D r < IfLLII WJ 3 w OJ •• FwYhOhl'-L i 111V • V J dll JOJJO •- 00hI-I- J II JZItZI•>KJ•• 3 Jy ZyF•ZOJJ WJJJJwI.I• JJwwU Ih.grt.I- 3 a1-.. -4341LJ..•+0QQ O^+a••^0..21-I••I d> I Z ► I ^Ua^l<-LLOOQ000 W t- ^O^L^ •aLLLL^LLOLLLL11.0d wU V•Q VI<1Z-~. JZ V000ZZ O.O•^^^Z[^LL2•LL+i.~. 00

rN 40z p-mmvC N mdw^OHm01GrN0w WhmO^ONm Ow^O I- m01 rNOMONM Ow Nm: O '000iG-+ Nm d w'D I+m Oi Grm w'O mO^-• mw ^O mmmmmmmmmd00 dtlOddAdlflwwwlUwUlwwU) DDD0pp0D AhhPPPh mm mmm mmmmrnmarn O moomm 0 0000C •+.r r., n 0000G000000 01')000000v Gh00 p u OC•0000000 0000000 00 00U 00000000 G 00000 3 a 3 r-+y.rrq OOC'QOUCOOOGO V 00CGOu0000GGUG00000G00000 OOGCtOOG O[I OGG 00000000 O 00000 GC.000O0-040 C'

wuzlwowwwwwm^i0 ww0J wwu2twwwl wwwwl u2i 0(A(AU0W 0 (A u000 www ow wl w wwNwwwwo w momow wwwwwwvziwwww rMr 3 rrr 3 r r rr 3 r rr 33 r 3 r 3 r 3 r r-.-rr.+r w--- r.y 3 ------r ..rrr 3 r 333 r 3

smsa^aaQ moot SPOHN"U's^$9 cacao 0 0

o udvvu ftvu vuu O t LL«1^ < y LLLL< W W^% N N N

r! I- vW W ! o < < 2 pp p 0 p 00000 pR c00000op 0000 pp o00oo000 p0000 pp 0000 go 0 000 000000 p 000 000000cc 0 o i OPOrIYp11NbA000-• 14111•+UIOAOPO •• NMI N AtlTPOrN1'1 r 111^D7^^UOrNMIN 'DAOPOrN^1+NOAOU"Mf+/1nn 0 1102DNNiD^OD^Ob^O► D'O^OOt^A A AAA AA A A/D MM Om ID (ONPPPPPPP P T Pp O p 000oOer^+rrrrrw^+rNNNNNNNN .` r (y NIY N00 N NIYNCYN NIYNNNNNNNNNNNNNNN tlM 0 GOO 0ou 0 **am €S$SQiS$3i$SS°E S$4$$$°!S$S$S$$S$S$SS iS$S$$S$S$S$$QisiS $aS$Si$S$Ss°^$$$S^S$$$ 00 0 40 0 0 00 iozZoozoo2zo0o mme ^^ ^ ^ ^mmm^^m^m^m^ffim^m^ ^ ^m:mm^m M . ^m m .. t e t N^e^eeeseeee . 4 NNNN N QI ! r•.^R^ r^a'^01 rrrr w •uuYlvuWVVUu b v u 4 ~ M M n < s <^, LL . W% 0% LL N v7 >rp( now .4Z1•nVna. n ^ ^ N N 1716N>O.zN12 JJ a JJ p^ J06 O N^ Q z 7 a rI11 t gq • Z ^Q N Qaa 1a• J J W O• O XtOt • LL E 4 J ^` .ty• \ Z' ^^ ^ O Y ♦ • r Ora- to 1 Jd ^ YI r• • Q i w99VVV9oY•1VVW Na n m : M> u s r lAmNIg0: NN7[Nmw \ -NNNNNNiNAN^ N n'IC7ia-MM'O:O:O: r► rYe X •a 1• 0 V X1•a v i u$ ^:' : II z+rvw au6VVUWuvuvu n $ w r• ^w LL Wqq sI. JJ 1^r•^zrN J 0.4. ~^> > 7 +E•l ^Q •.7 $ r • n Z Oa J < < NI-W O-• W N N ♦ ♦ >C NZ11X N< N Na >•1 • J w N O<2NN O r 'i'_ 1•11"+011. •1 + . ••AV'a 4: i OIL '^,! s:v OIJO.+ •I- ^• O N a WOo ^ ri a0 .r _.r II J ~ e_e p^ '+FN M X IO• ZUl h •a. ►QEOOI u • 1• ZN X I !O •O O< < -OZ W06 . 0 0 + r • Nm . mwzw r aaZX a> . - I. • t7 1 aZX 0.7 - . 1: 10 t • r+ O •W 11 UWO- O 7 V 1 ­ •o i ,. < ♦ •- r + X + WFW • •1-' 0 101- O: Oo 'X+ O.W./-W ^ OnUEI- _N•- ' J N + wlp-UN 1- F N1-irZN WO . 2Z O]O O_•. O WQ+r2N ^0zt FN1- • O O IIN E zwgzww 7 NN •lEO p r 7..10 _-Z 1- O III d. 171111 rf.101111]< OE • 1••O N •TJ N A2Ct'I IIr00 ^1 a.1 . 01-11 320- 0 Nx7U12 Mr7 OIL W 0000A ++ •111 •O .+ J >`I zX GEZX2NAU ENOh^N2 H < pW21! Oi ^tP r J '+ > EO I-N21- ^11dU...' z a h 1.0- ►-2 ® <6 7z p E11 2••}< ^OSR I Mr<•+E N720lII 2r I1< 1•N < r< OWWrW < -9(V (9 t00000000 Z020Z 31111I1GLL II>OW2u1N1-16-0N1.OaJ znEEJ1- EII" 2NNF'IIMNUII"^11>010rI1ElJI-EW0 /-1•I-1-11 E•IEE /00000000 O O •ELlsulU. U.Mw {I,NW 90 N Co A MP O N 01110 ^ ^••Ae MMNANNIMN O N .• M r• r r < .+ »O w N •e P xo* N W N .1 •WWWVVVWWVV VV V V U P suuu vu

LLLL LL Wn tO 1LLI11(iB N 0 N n KO.P ObNI^YrbAOPO•'NRIIb P-MOONO QipNMNbhOPOwNf1•IN+01• 01.0 •+ 1 OCI-Pr MM000A 0 PO N f V&ZOX ]1-a!

9o8a :d°^z grz -888 ooa88888o 0 99 i80099H 8 x 880 1 `Y 000 0 0 0000 000000000 0 00 000000 0 000 Qt. •••,.. •.•• 4.• 4• 944tC 4 acaa4 tC 4 Q4 IOIIIOf11111f If111f11fIm 1D f eO11101/1011+1111 ♦11♦ •..•..•••• • 1A.• •NiNN p •A•AA•• p •A^AA 11 NASA+N•NAGA AAAANA p ANA 4z7XTZ27T72

Ili A 6J 10. Moo iM ; ^ fDUVO^O = ^ tTZ S24 t 41O1. M> I.'A 30ujf 6021 Jl R % aiRaa vfZ`Vltd4YDAh 1400 Wo < NO ,ftULLl^. r'1^41CNhiU01L zzoll U)h. U+D94,v tto a • o vl tAYO • • 01t u >4 < !` 9 Y

U • • •.. lIOU/ . • - 0000IDU IDOO .00 0 •e0 •1000 .UO •O.mO+ 444am i11UUw tC a a tB N1.t rOxl4LLtt^^OO^Y On tX 11C 1sINat^100 a4A q a+40A ui Itl tU a ^y p •O^y p .Np O 0000 •.b0® 1 •p00 p00 z Y = 0000 Op.MfOp M tt • • • •pp+O00pp p0 •0{+1000 f •O p •0o p p B zXZZXZ 9000 Z.T.sZ 0000 Z Oco0O Z O0 O Z ^oO T SOO 27 0o Z O Z 000 •.•.••••1• a• d• O 0000 0000 00000 00 O o0 000 00 O 000 0a4aaa4al;»a0...•..6.1. O•O4 asM Q7X7TZTZ7 g 7 tz .t2 ,} fO1 A1111ef11d 00d 100001Vd IddOddeN10010e10d+t 0^0^Ofd O •ppY^1►1N A •A• • p ••N ••N NiN••NApiNN11 A.NNAA •NiN •AN • O • .z a W114 J ^` N WIY W i (no V1 IQ,^' N IT UUUIJUVUU U UVUUUUUUI UU ULLLL^ U UUU W NIU 1 LLUUUUV UU U I) +pp0 d y11 0d 1 N000 111 t1 16.9 a< ULL t < t M s o m a 0 u. 1i !I^^ 1LL^ LL uu, ► LL to VI LL ULLI th ° . VI u1 uLL1 N $LLV1$ 4N ul JJ lu J rte^ gNJN ! u^ nZ ~,^ aa Wll^ Wi U YQ4l < r QLL4 Q 1YuJ/ 1=. O IU4 511. LL00T f i i i1!/z it I ti09P44 U r 6-N ► 11QtS^W JlN2oab-1 LL0 l=j a WUIJ OJi U 24 WV zI UVU Orr1"'1XZ2laNN N 1->t^VS .2..tiri1^O^^10+ 9—W 10AiZZOUSIiPOUI t t ^ , E,X,u10.V >' ^a x ' U aQ K > i > Z r / +0 0 F. 1V III O W P T /. WW1• ..v IOU •..•UYV1•.1Wtu•O.•uW•WW 0 OW•••W%o 0 O 0•fv ♦ L ♦ w nzooro o zazz°ozz°0^oxo°` x>*i^o^o°oezzo°'so 00z°oozaSz^z°oozzo^z°oo` n o aaaa^a^aada as oa O p00 O 0 0000 000 0 Ou 00 O 00 0 00 7J. ^UtNI«Zi N.. 0 W< W< 7'1Z a NM- j J OVOr O mlozj^r zzz4.aN1-~•• Nii NW<> 4 7 hIY N N > N >

W x Ill Iu 1111 W LL I H 2 I • WaauOlOtt L .+. zappoCNldz0.^ a m0 O dK D gC^^IY^^R^ N om • poll aitW l um mov e mum (4• O cY .Oi00.1. NLL^ IiadON (IAA ooazzzz oZ. 0ozz OOoz d o oo z zi z oor"oona zz loo u LL000 a Wi i W.: U aaa.raar . -Mm U00o0 U }a V ,a vwuvuullvvvvvvv UwtuvVk1 WV II. W VUVU WUV UVVV vvu41U u N W V P. u r u. X U v x V U x utu W1^ t t < t a arulr=LLNNJ 11t 0 11 Y< LL LL a1. W0 MZx hJIy J W a 1• zu„.I..zOj t • L r ►= r I• < • < • - h•Ne '1- 7NFrN US r 0 7 NSVo+O z^ R OD JT p l^g a19 <' 1j^O Ja YW4 t4no m zIH Z a r 4 ]a 2 tY Z 4 4; V r tI J^I ``r1 ! r! au ,t u U z4 NMds0W0tz% , ►►Uort . h%O.1 > > U VOLL r ^'^1Y z24 aN 1 smm or..r9 a^ho^o -

Iu A. W W T W W W •uVvoco • •004 •f •f0 • • • • • apU Q . IV MIMI p Q O g 8 4 onn QI>I< ~ at low<:^ozPSa«,<^'agw^oxiiS ^)gWpO<19LL.eVm»=q>'ti m Z P .r P z z^ C r ^ ;pHK S JOB Qq a •4 t •2; < • q• • • a• > > a > > a > a

III r I S S I I x 00 e 0 mvou g N1YC (rCCILOt(^ a 0 a O a 00000» Oom . 00 • arn•OOOOOOOr to oc •w • • . • • • . • O O O O O a00 a7 a02Z00004000Zn77.2222P2 < a < < < 00 O 00000000 O •00 000000tl0 n • • • • • • O Woo WJ J WOO J J 3 b-W J 1 J J LO) M U1 S in W m LL 0 a W ^ W^ s U1 at N Q in K 0 W 1U W fd010AAd ♦•♦++ Oddf d Od++dO 0SW u1 U m0N W W 111 W*A 1- A IL h wR^04x PMMTAI^NNANN2 AAM a» 'A ILOo F W ^- W U.00 I. W h. W ^ W F w aJJ b- Il » LL > 4»rrOtrr a LL00 > m > a I-. a > M h> to 0 m o m` m a>. o m w m^ m I. m W J W J J J 6 W < W W `J lit x WA0I1«WU11-mj do& I^ 1 1 ^0+1- x i a 2 2^ 2 41- .. < » K 4 K < > Y < u2^ ^! ^( < x y a ! 2 > Z a x> Z a I a i > s V m ° o o m o + o W 19 1n 1u 1U p W A. %P A. Q ..V + i 0u a i+i L 0 W W e• m• r1 • o. .. o o• M• o• o : :mays ^a^^ o 0 0° °o °o °o ° 0 a0 0 0 00 o o 000<0p ° aze: ° 000 :00^•oo o^ zzzz2 < < so < < . 0 < o°ozOO °0zoS8 °o°o;;N "I .00 • •00 00 00000 00 00 • • •0 • • J J W J Woo J litJ WOO J J J z UI z W (L 0- W a1-p.LL Z W z a1-N < z W W Z W z 1110 xOZ aA io p a W:Y x Wi aLL 1 W M2MR N rRi^2A MMMwAOMrM It N SO W IO W RNO ° i W# = W 2 W 1 Ca at C O O u)O 11JJ v)O a » 19(Lo u>O a"+rr^"'^ »C^»•+m •+C ..»Cmr OWOOo uO i1 V 0600 uu ar) a) O 6) 1JO 1- z 11 o W a W aW a W aWJ a W O j =wJ O W a W o WW~ o J ''AM4 J E< ad J 1ah.^21-vlzr WW » eJLLQRU'U1 U17 V am01- J i J Iml- J 1V z J t m 0 Oa m < z< O4.3 m WzJ •• aVa aaol-ORZO W U.. z P u» z Z z u^OpC^ II^L Ut01Y Ulm ^^yy 1^ LL LL • Z I •O Ufa O •• WJ »gx'IV W., O •• ^ • ul^ p O • Ci • ci ». 2 a a t^• oC N i> W t => w < W < i! W. < W. % W at W W 4 > t > N > A > > O^ > F• r > ^- \ > h M » r m N 0 m L o z » **o o W WW 11 N WW A. + W h r I x M S I f « I Z I « ♦ M KO C,. • MOO 1 A Con •OO .dd OmOO 010 • •O • • • 00 • • • an t Q..O A M • M a0 A no 111 Y +1 MYY 0 Y 00 Y ocz an V RO Z V tLovs Wp a W* >ILOo a Wi Z wN &a WS ao i aCJ LLO 1 aril lYr ^ » prprl[6LLLrgfY^C •^»CaK L1.000 i aR x aa' LL00 i 6"" 1 61t 1 a •+ a q a.l<+. u 11- 0u f3 3- ► 00 Q > u )-- OG o > o ) u r u tJ r b W v ►' W v e- u r W P. v a v ►• V It. Oyu, J WW JJ by LLu i1-m U Z/-V WIUr O XaasxrUlrO ) aaP-t NODU'UI V1611. In U WOU1v U ix U i q Wm 1.1 O 2x O wo u xx 6 p i O 1 m i O i a a < •V < • r> z M Z M '> z R Z K Z p r z 4 < a O < < O < < < ! > W a.t W a > 111 a >

i mo LRa

I a n^ w«

Zt Z^ '^ z

W x xw

i • dV oa CN i :'s tf

p^ wA N N ti

Z f z ; ^U zto • t1 Q • < s = w x m w a a O • n 4z -ta -to • J J•O w z w a Cr nR.. w• w. V >^ V w n WLLLL zat< m z:14 • w da > a _ « x a • oa « an (:- Y OO

G =O IK z z a = zm" u z e z m >

r

m 0 • m m 0A A w a

0000• O N N ^ dmmN. O ^mOLLO r •+ m N WO. md4 W M 000-•0 YW 4 • -Yfr%: <>W w/m.+m 0 z x u1^ O mZy 1. .^1^ rgW^O + •ig' , 0 N- = 9"' E^? i i AL u/J r ad u .rr r • W •W.ku rrwA U r a w 4 Z r0 !- -WOCI • Om1. 04> z zi-< . -OW . •O •V1.... --1Z m J 111< •4Z J • NaWaQF- • -Q0...a O . O w fll F U1J aa Zpp OAE00► •+••.+• O 70 . 09Wa •; .r-IW NV142 • a• N O N ?-• d-.^ . • O^ ^ .N .^ <.N.rr^N.•1- • 4- < m a\p u! a fJ u 11Y O VOi^ : rYV1 • - -^0 r1i11^> / > •- •• a Ah-+ r ^ a r n LL F.0 LL •a IA-4 • -mn-mOQN 0.F-« ^JJi W •.>< •• l7 •r+ • W m r m ul OJ of LW . f-W -.eaV ^. • •I r .^> n a--Iu ILEIV La •1- •- .•r W O W w In O uo Y za- tn -Qu.-Zz-^ • -r . N. - . ., • a . u p F •• In .. r r11/n^Ca^ON •i- •1F tl OUIE+gy^pp • rr...^F- ra .. m • 4 z V Q WZZ O 3Q • 2 JVI .. WO.-Qn-O • VImF7 -^.g+r •u1r O m• . • JJ mwommIUJJ1-m:)-.e • 1-Wt • .Ea- • O Om24 •• FWWQ 0 m II u O lga ^F. m m<4 JJ N J O pp F-W • O • a0-1> Iwo--OOMNO► .. • >a LLZI- m m u - W OO 2 N id '^ZN r uQa-J- • ^O nl a1 • Cm f•Nr^md@•• •• •- Qv)- 3u \r < • pp • ^O rin . LL Q N•Z W O P24> . N-m F- m 0 rO r >m •Nfn ••••••• ^!> -z' a OJ O U^rVf-a - -^arN-d V1 F- In^^W^l9 ••q NN..2 rQ- >a. mV1 • a ^J 110 V i a .2 •- + •J J r(3 + . W • AVIx-r -0,040 • - -MM O f.2 • a •> ►JJ •InD- ar14.. I.1-4d0 •>• p a a 0V)Am cV 2f r 4 • J V1 LF- •N+N rmrQ •Q.. Qx +a GVl-Or r>VI . • rlm • -a. a I'll at w•W 0aOLL0 o J O O U < •n+LLi(O •m •r..!•... • .r Cr f.. J O .. rO¢4 !A • '10I • -f!}.rN- aFN -9 ® • a\ Z • r r m z ^UNNdO^ JJN JJr..7D NF- r •e ^9 2 • n-- rIT U1Nrm n F 0 Z a -•a•• a0coo I- Z 20 OJ OJ (^ ....rJ rV10W04J 4 a0-.O<••O-d •r.^ • N=00 l • W M-1 5W -k2 0000 a pp . a V1 F- QUNrx-- ^.... {/1UN^N-• •QU z U.•1VI2 v o amU l7 N2lI1ZOIn t] J II LC^a-a N0-^• > r UZ faf.•.raNOO U1 UIr....a••7 • • m0W Zr.•In FW> O OOFUiziumooU1 n-NO a • Z r • YFC9r •f^Omr••-•T. •tea 22 • N • • J r-a II) J In 04P i o Fw- • JaOAUV'w'^n J044- ••• •J+ JI-r.Km i-rm+r . CID I4-Q ^Fa 0- \J a •n>f1tiM 0.. W2V1Wa •\ • • 1OV10 - J-Or\Z^ • 4o V14 Q,. NN>44 • -\Izn > m ;NW m Fi+ca IIU¢>mJZINE •4 . ^.+.-024 J -a-OFa^ "OT • zoFP.. •• • • +rNF.O. HW •+r . aa0 .9 i\a l^ '+ UWaln W Z W • ax ^W J 42»a N• d mw .;:..Mmzlm- 2r2^-~eUa•KOZ aN+o K .0 • .r of h • .\QO • zawV1• fl U Ill O • ZUfZWNO-C) • aN - JZ•• •.J r Z - ZJUn SfW - >W—t-3 •Z-zv: • d>a ZZ.• .. m>U1 W N •rQaa r z*Ie WILQ -ZnW OW 000Jo0\Z »Wa • Jr • -O.p W • • -• r\ OO a.>aJOF. • • '.J Il e) 11 lnaE • I,. M`• a \aNJ(9 > JOWJa WJ . O •• n n^ 4x 0 jmxW- + mr •Jrrr- a 2 i W400 11 a 00 L'111 rIf Vl lnd < O U M 7zIvOmZJ00 r Z-9 6 N41111- 2 •'1 '^f- Vl9-9mUtbdln0-9..- >2WV1a F-m0 •+V1 1 -1 I II I- (A 011111 Z m a 2 M 1 O 0**00Zn V10>]]0>C7 ~ tl 2222o4 • • •> • x-944-ZQ»F-9(X4 nOOZ JOR V10 0 0N001 it ^ f- aww JJFa2'^4V.....a ..QwV1WtnFtnrChUr2 Jr•rJWm.... r r FWWW.-..aaaaV Wtn 11 V' N W ..w Wm (n In z N mz1-aa7 O F x z"Zo ZQax1F- wzon xe-i1- h1-1-z4J aauz a aaa4 z O •'zwwo O .+ O 408••0 OZ -4 494 - 3

l

i i

M ^^a$;saaaaagaaa^^ ,aaaa^aaa^^aw^a^^^$^aQaa • $^sox^z^zs^$ o$za^^9z$z$$$$z$z$azo^^$gz$ggf$ :00 0 0 O 000 O O OO 00 00 O ORIGINAL PAGE 15 •♦ elielei1ei11i1i111i1iiire1i1i1111iiNelieve ..•r•O•M•' •••r rM•M•••••• • • ••••• • •••ri OF POOR QUALM, rtYQKr4^^n'^r^(1tOC^aKRrwrrwr^^KliYrrrQq,^.+^(► rrrw uvuuv6vuuvupvvu uuuv4uW0vuu uuuuuu6dv vvvv

LL W% U) } y Q^vWLL p om,,/LL ap N m 1.'1h4EE3pOLL1J^^a6>i^^l^i6ilinr^t•^rO^W^AJ6WJ/•F^^^> UOSl0. r'f 0.< << a OU 9 J t >< 0. 0 IDNV6Wrr1^y2pNh • Xt2Z>0ti}mrJJl^>a ► pr•1.1&MOD J( a < LL LL n LL LLLL Il. LL W % i O IL 1^1 > z X Vw1`i .. W h U',AhXrZN < N <029a6r>tNWCf eeaQai N ` O{L l^ah uv All aa0- ; ,%9xmw <.YOJ^SOUfhN SW g l UJ ►. < Vaor2Z

^ W P N • •V •YVVV • • • • • •N • •.I •O • • •V 1 • •f • •w •+vW •V .f •V . • J Kam4SmomejK^KKRK M4K MK OKRCeraawaa 9fCN N NK Oa tDa hl>GK N O r • Ot O.+O.+ ♦♦ • • • • ^I r •r •O . • rd • • • O rtpr •O •r •.+ • w < z$ w 00MOZyZ2zZ OZX OT. 0z2^ 0022 azf 0 0002 0202 07 LL O Q O 0000 O O p 00 O p 000 0 0 0 N 0 OOOo (2 0 0 00 0 0 000 0 0 0 6 • W • r ••eaveveof+f+ ♦ fea^eoeevefe+efee++feoe+vaosoe ♦ i a \ 'rAKMMMrM r rl/rMrrAM}111MMr•rF•+ p MMrkM•Mr^F}r r/ •rrp a. aaaa •• lYaaa^t r aaKaMMX-• aaKaY ar.,r a K atxararr.,► .w ) IY N l7 r as Au wuuuhl uvvuvuvuu uuuuu wuvwvuuu uuv vu J 0 - Via' w u d 49 a^^ > r < a < na o zxtz a> as o 0 LLLL LL <.. In Q; oo-+-u om Wr N W W W y 0 VI 0 0 N LL 0 o > oaxis >ul w • O 4 0CL0 ..6 K ..001- I). .* O O *LLO>07ir.ZUOmm ,^ ENOLLl9uy>Ny2aJJOJaYW..ZJaayJ>4^•Zz It 1- w^ayW > zyyvioa- •2Uay DU < 0Z7am rnroW W a1i?. you r al°-- ` eaa bi a °coals ao^< a y oor y•• zoa-a mn-•analy..lva ♦ mrc^ o M uuaALL-11 7faayF7 • Nor F'^adYaJJ a0 ut^w• - o ^ 1 4 wtu001Nz0 asp`--.a04zz JJ\NM > a7• ^o°;20.01- X4!5 1 ♦+ tu — K OOZ-C .•r-U' •Idh M1- 00JN^+z. 4 Oil 000-22 aw< + Wor i Y • Z 01 2 1 V^' O din ). W 49a y a • m n •- • JY< w0^ ^'IhOm 1 arlov--^ • wa WNNW mz, <40 ''tt E; N-2Im >4NVWVV- • Ow KO a ix z Ir•OUO•' S • OY<40 41 **WW ) >J a0 Y 4i y • 16 • •r O, r ♦ 1.8111 a'Y 11 11 OY•X •004 J • 0 yy y i.. ynw.. .W..> znJ •a..^W>LLe^ y 1,1{ -r4 6000 0 0 0 0 O 00 O WNK •• 11 hr• Od •9-U4> 10+1=l-ZZV> J -Z2 a000 0 0 0 0 Co o 0000 000 JJW011011;:0 0XIaOW«+WWN••04'Z,L000zaa O 4 WOOL 00000.U. xu .-ol a, U!'^01vWm0u0aN v aWr r t7 W LL01 adaaeaadeoeeaaedaaeeadda daaeadaoaaeaaadaaea i` O r0 0 O r Nltl ..slrur'- ^anar^Qaav aaarr----aaaa¢lzaaa^^^^a^ a r y 0 f, r r: « ♦ cc00 .ulwwvuu uvvvuuvuu QQVVUV.uvvulVVVUVVU W vLLULL U u o uuv v u X x Q LL I.I. W LL LL LL LL W LL LL LL W W N 0 in in y y y yy a +NMa^D 1^OOtGrN MdN^p r• m O•+NMa NOh mO!O rNNlO ytpmAOwN >Ua:JrSa1+ 16UNLLt9w y IZ>NVlw y y > pO^Ja 00-' 01L2YNJSZh^•I> nMMMSnrsMMeae d ddd ed tI1NNNN NNNwln^n^o^oa^oa^o^^o^r-od h. 00000000000 00000000000 0000000000000 OO f,10 0-^zOQ>ZQN 2ZhOt0>yamAf^.2 ^Onl9 y 0allaN 01•a JXhR 00000000000 000000006.00 000000000 O 00000..^0 A !'^^e-1 yOOnJOfa2-•vzm 1-l-AanJ r WZOryaaTy^oYO < UUUOLL^••1-, 1YZay r-a ytO wo>O.>aVas zzzzzzzr-zz2 r ZzzzzZzz zz ZZZZZZZZZZZrzzzz7 I. Qo -.^aaay>zarmtw yNNMNtIjNyyNN tIINNNNyNyN-N y NNNV1------aanrny r r M r r r b r rr r ------r r rs+rrrrr.•rbe•rrrrr W E < z

L xa =a

O ♦ a^ •^ . • . • Y Aii;z*z is AM • • ..e . • • Ya az2f22 xzTZ2 •••a otacrca•0 aaaam'K.m am.0. • =roazrzgz O ^ JU . 0 n0 A s R FF.. d A aeevaeesee IUOO 0 a WMMMMIMMMMM raoop W pW. aara a'+ra aq OLLAAO Wr^^M^eaOe y eesesesease W AS a Uj h oo® ..rrwr...M. as--II MMM MMMMM MM Woo }z aaaaac9;ar am W LL ''u 6^ f Y2 Ee;a • ;CL a >Rf! a r 1^1iOM<•4'LLOUf^;Oa= -O 1Z P j K0 (w > a TtK IU > 40sz0 z O ZR W O••••••••areoavcaaaaaar9; I ,t a d d azzzzzzzzoz coo°Q i•iii:opaaaaaaaaaaaa . 0 O J 0 aozzxzzzce0^Zlliiiziziiico O III Woo J0 Q T In cc ^U • ^e0 W w a a •jaMMaNasaa» X00 we J aa r 2r^r962 OAOO t• w yy appOOd a LL WA NIM aa ya ea9 de W^ N a e m ;rr 9rq.M..M.Krr^Mi2 aralY4^2It LLO W LL JJ 9 w w J O M >0 0 W M W h d 6a. m w M VZo&x OwU,^„wjj XWZr"I.P.01.> Ir1W> r z r ,amn01 4 i W J a0x =';^8 x'96 w =ra4^"own°e^Zi^¢W^iao'.".^a>"Jn m K > 9Z W R ,^. OZ _ t • a 2 < z. v ^j w S 2Aa•r • aE U1 • 0 20 z z • •a•••. . w :aa;o...see • atzzzozzzzzz oo^aaaada'^^a'^{aYudaaaaaa OD re 02ZT22 zozz^.0 • • .+Z.^o Z •Z • • • • o O • 0 N Q 2 „<^ J to z• mad VA a < _ > 7 z M h N > h LL = N I^1 rzi • z •@m M •a • • 1 • • P • • • • r! 0 = i •ww M caaaadaaaaaa ain OOn••t ••s+•..m•••••.0 a h ZOO C Q2212Z2t :Z2ZZZ Oj Y 00000 oi0 i s ^a afl'a Rfa a6Caaaln M a0 Oa J • InJ U O aFic J aw a aa "a a'r^yrralL 1^ ^ a y y vu . 000 = n Mi(r OMi M..Miw M1MM AMIe11a1MM^RMMaMa LLOA $w« >0 IL w UUw u h>• vu^oo Z CL w Ol.rW..inNNJKY.Ja vu0oo=^ ^^^ arann QQh w Z > w>

3

I i

• 0• M n 0 d A\ N r ra w

soo 0 o $o pe pD

rNg m rml p+1 lr"^I Imh P•I feeae"^i ° isiu^Ul Yi muf^nuo+ w mlfl °'vf oD b^bbb O DOAAAwAA^A/m. 10. ^TaNDm^ MD ^m ma000 aa MO 9°P$ Joe F mmmmmmmmmmmmmmmmmmMmmmmmmMmmmmmmmmmmmmmmmmMMMMMMMMMMMMMMMMMMMMMmmN N "'" Q2°ii is$:$Q ' $ °2$ °iRz^ w c^^^m^m°dm^m^mmm°a$m°mom'^mm°^dim^m m°mmmffimmNOW m mmm°m Imffimffi^'^^°m$m^mm m$mImm m0 Of0 u • o u o w x IL 0. ttoyA 0 Ir. (Iia r m YI pW • . N 1 .i Z C7 J U. •^ W % Z •r • 4 U P r F O r••• m •mr^D J N > rY r •r = a t0

. In • .. r: am* m ' •o ^a^^^ aoa: J o. pp 00 ^+ YWVJ < LLa P + F+ • Or d N 1• ~JJO • II I^++r r ^LL!i •pUI • r1^D 1.+ •M WNO O ?i S WE mzN•.m•ry W JJ ^ • O ^ • ee^ rVlK1( NacpO •rr r W S 1M ♦ rK^ • Yld 6L JV^ r s N r • W y < • V/fu Wv w rrw3 •r/y < a z r0 N w00%,OM1.Oa . IV > E • Z zl. < - OW •r N - Z -0--mom J II qqs < Yl pt P N ]al• • d OJe F a • Y^ rN U UI r VI iOlrr 1WV 17 (^. MJ — OAIOd ^ • ^r ^ tl + ,h C'1W^ur • OWm O U'• r(. 2 .~i6tr."i]a III 2 - ^//O m ur < O 1j1Y siT! • Y^ j ai •.•iW^O O w ..W)• s.ailD<.•N.^aJnrM •! q:a.;aaz O r IL FU•DC 49+a ••+tDr•MeaN • r trr • AM +••• • ^• W J u•. zw • •P• N •--.f%NW rrr r• 4F^Q1•Jl4L- O •LLZOVI Wr> ti !• •• ^L r •rr•r Lo 0 UO Z(C r A V r y • OLLdL ]r] °+ °0r • •w •..r •r 11 Y W o • ZrNv rYlopr N 11.. W r 1I• ` •^ OIAi •. ^0+m A Mrrl. r 3< Z Jl71 r Wp $h • O i i 0 WZ -]-0 • •- gyp - VN mt , -ZCL- .i •r 2 W ; •Pi2 aNDaaWJ J F1A]rr= o D O FWZ • F i N'• •< • • N• Ul 20 •rr v o v a ^F 1^ ewe+roo•• • iF 1A Y1 • rrl• W O O O N ZY12 Nrp aa••y • •WN • • w ^°I J •VI]•VI..•> 20 +•° 74 O;LLm N " .^ O • Lv • N • N •+rlDr a 0 h/ • ai•r.+ . ]r r •-111• •+ :O ONd 0 J h OV Oa• •aD •rrr+...N TM. J • • • P N ^D r O • r0r .rp NONg u11ArN UrrO • Z+z r \JZrr•° . • ..ZZWZ D: Z • r ,,1 a • +^ aWJVI pp VIO,,JJ^ AYYI !N VI MM \2 . Y'SW< Jr • O.wO UIZW • •••rr•^000:0 W VI M FJ\ ONJV'> OWaW r O aoc \\ J as ,2« J % wr•^Orr 0\ ♦ Jrrrrr .rrrr r F U N J00••Z^4 F 1A a fAFW d m L 2 A WW Z Nooj % tq dV)o m Z< r . D-VI $ 0s < » 1 Do v o 62 a Y)o >a^>^Zi z 319• •^od^0 00 > Do , ° > °:o. % ^1^azz*z F h DCrii

OD a W U V U V o 02 y 3000 LL too W W Z LLLL < J4 00 M M 0. 1 ! Z Z N 0 ^0 O Nm o m 0 A M 00 rNM O 0 0 hm 0 O r N MIVI 10 P, 1D0 Y)o •^ r U- Ur O p• V0000 0000 0 0 e Or r .^rr r r ".r N N N NNN NNNN 1 2 W r 0000 a O 0 00 0000 e 0 00 00 0 o eoo 0000 Ul ?1 O O OQ D000 O o 0o O o O O 000 0000

f `'

000000 pp 0000 gq 000pp 000p0000pp o p000000000pp op0 p 0000000pp 0000popooeofl0000000000000ppoaoopp 0000poo Am pIO..NI'11 VI ^OA^TOrNfn/NOAmQI pr NmIUf IOA41QO •+ Nm1U1 ^DAIp OiO.+ Nm/VI IOAm010rNm11n Ip Pm01 0rNMOV1^p AmO^OrNMIIf1 ^DANO+OrNmf ^+O 0090000000^r-• r r rrr.r r NNNNNNNNN mMMmmMmmmMOf ♦ IIIdif I 00000th to 00 0 40 MOM MMMIII (11111111111 Ud101f11 f f11f111 ff01/f11111111111ff Ifdll fl f1111111111ddd1011fIItf11011 ai^♦ °x ^♦ °E° i+ ii^♦ i g♦ °^aoZhis°Q aO $iQiiB°EE ^°E iSidi^iii i^a°:°Q°aai Qi ^i$$ iti11iii$i$ii1021 ♦ ♦ + + ♦ ♦ + ♦ f y ♦ ♦ f p o y + d e 1 ® ^ mmm m^mm lD m^mmmm m mmmm^ ml ^mlDmro m^mm^^(Dmmm^mmmmmm®m mmMOMmmmdmmmmm^mmmm^mlm/mmm^^mmm/mmmmmmmmmdmmM

w.u. ^u O ^ n a w 0 1• z J J 3 V 4 ut a ►. g NIU ^ F. LL J110O Z J wl i Ya m. 44 010: i uu a •rW w 2 4 ^^ JaI mO 1N Q a ^ i^ +^i r osi LL I'Kt - AA L L1 0.In•z1-0.a< ► 1 7 2K2» LLJ Ll. »a Z N .^ l-=t9ENU F. r` Y.UIr ICBt^M a pp o z!1+^ I-UI r Z •\• aE O^V \ .1 rVlWq9 z • W WVV1.+ToaNO L 1^ Y O OZz ww r\Uln a1. r I OV)r w W--WW In In + w . Nz02 0a3f-a q ozz- V) In mm zz .. ♦ uiui3Ui ^ a ^1-lam\. -ma • w y^o z zaa N Y E JNa c O a UrD\u2m► a ti N W P o .. as* zt^ 00 •• aOJa 0Q.. 1-1.410W 1' ►- • • w i»ara^ :^ : w Wz OJZa \zMow V .IO 000=03 wul r >d aw•• R •LL LL . r •^0 . ew'a . °o . eo ono 0 .0 \\v) ► 1- O2 amg 11 •.O 2=. zz or a 1 d•• 011 .NV of- m1Omfr ma O o d• 0 0000 SMONO ZN ♦ \\JVI u U •1111 O IIaNV) • • ..6 .Jz0 Iv 11m1111 "'^ 011mr10N0 O o 111i li n.•.+ r da • O^rPz If M az ZzYZf*• 21.6 00 2 r rrr^LL•+r m -•^.0 MZYZ II if 011 a 'Orl-II IIm N.O Uf.U1 .O .m W^-Y.If 1 1NN00011 mcgarY OOOOOUJ • OOkO IOfID ?tlII II r Ia M In (m 11-11- O 111-roll(YhAif 11 If .+.011.. g OAJJC><111I111)111I IlujoI ww z 4222E Er Wl. ao- ZwQ 11 V. V)VIO••rr...... II II II rO P) d ^11 •+ a aamtE/^ - LL11114

0=01000 m010"m momw P@00••NMOU11OAm010-. NMdU1 'OPm01 0 •• NmOU)IOPmQrO»NmdlnbP OO^OrNMdIn ^O.P mO'.p.. m mmmmmm MMddd 0000 OOdNU)N min VfUlwN41 Vt ^O IO IO ^D tO'O v11010PPAPPPPPPPmmmmmmmlO mR10^0+Or Ip O^O^O+O^OO100 00000000 00000 0000 000000000000000000 0 0.10000000OOOOCr00GS)OOOCl e^00000000GOO..^r 00000.000 00000 OOGo 00000.0000OGOOOOOVZZOt+CZ'GYOGOOpOtlgZZUZGOG000000000GO000000GV000 zzzzz zz zzzzz 7 Inmaln-2win IA02L4 n -200 VY)t=UZ) UZI UZ)UZ1 UZ11Zn 1zn Ntzif lYi) UZfU UzjN VI VZI IRS NV) N lzn VZIN In UZ NIIY/1 VY1 VYl UZ1 UZI WIHU OZ1y VYl IZNVZ) N0V00 00 0 00 r y »...y r»r »»rrrrr r rpM1rrM»rrr.Orrrr..rr» V»»rM ^»... a r r ------ORIGINAL PAGE !s nF POOR Qtj

0 0 0 o g UOI ^0 1 aOD Q^ QwN M1 U1 ^AIDOU nrN lflfUl^tO.ONPO^NfO^1^UO1 fihm O0.iN1 1UO1 0f OIAO iN1+I r 0Y1sAO^D ^ rmmINYIA0 N0f11w^wm ^ooe°u° °m°su° ffip1or0pp00iOwN, ► Ap p C e pC a ► OO UO^e ► 11000 004x11/11ff11J1YOfUlYIUlUO1tt1Y1UlU1NY1UlYlYl lfI UI IIU~INNNUI UNINUNIYNIUNIUN► NWUUNItf1UN1 1f1N1t1YNINl^/IUd1^Y

L

rw '^` yrY

•• K ^ w Y rT n ~ m ° Rio, w wm f$ o h a ¢¢ O II :z

M.'`^ Y•• ^^iYY ^ iY/ U) 111 ' r 11(r r. 11 • • • rE m _ ° ^•< r :e < w y zrnr -0 1 jwl. iyii W ^ra G^ O^ VI v14r wo on h O VI r •r1rr a J rrrin 'E N r: • • •U.. a w N Ue^r pp W Z arrr0 O pdp 11 r N (L 7 N 0 w•• = h r^ O N NO , Z1•+Ne0 i f[ww U mw r^1 • or :Ip Jr M < Z frr 00 pp 0^2 ^ •+ •rex r 11 ^ • r Zr OI-h V 17 • 11 I-r1'' ^e^ r ^ eJ4 00~yr w 7 0 w rr N w Orlyl r00 ^,a y 2wu z 11 yr. 61• • m LL t•oY O •i Ul y.Nirr O O _'F, 7 r . r r O w wt W 10 •+UI ^1WWaWI. e F 2 in a N OOOIK- I• of l. O U J VI l4 W ~C !uu+ttrN ^•h 0 LL II iip. ^2fb rr Jdm0^^a ~ *.j 0 ^Z ^J •ZOS4 •V r \ t9 O ♦ ut WS4ee^. .r1. .0. 1.12 Of1 fI tY070 h Ixt Q< e 9^/^•••Z f. ®mLra •U1e Ul W Z ♦ •>< sWt9>JOA ► O F •e 1 m11F •« •• Z d •• • 7 •tJ} •^\ ^O-Z r WWWWU^O < 0 Z •191JO•0;0 W11W •hW r to 50 • Q •• •• • • O aa1 1 mJ Jr .rrOr e in" 111.!- U •N •a OU Jr •U1 • W •rr a(t • • O 1+16 rMOCrrIYC O PO r r111L2U1 r an ILJ*Z -1*0.9 11 2Z.2r11111111r •11e1LD' U1r+U101'IN •OW.rU)f^10. (Y•••. HKw^O ••14r2111rr0 r«ZOZ •• dO r ^p .• NU12 2 Qr ti •a J7[M1111 11 111 II t9 J ••e J411JJ<4111 2..r<-•rJ 761fNrrrQ h. Vlh Oh »3•• rr UOr1-p.re.r..v^.l•.•e. 1112 N m r . WNpz Z 19 2 1111 N 811 r^^" J •+ J w 1-1-Elfl r¢• aNr

Nal4 tffOPmO.+Nd O N 000-• NP1QOp O^ own414Ohm010rNp1.414OAmIT O••NMOMOhm0 NOWOPm m c -NdWNWM O rN00 m0^ ' 000 11000- ••-" rrr NNNNNNNIN mmf'1 NIM UI UI P'1 U10dOd 44d 400 N 01 01 111 01 01 14 US U11i OOOOOO O1- APAPhA p rrr rrrrrrrr r rrr rr.rr r^rr.^ rrr ..^.r.rrrrr.+r rr rw rr rrrrrrr.+rr rrrrrr rrrrrrrrr ..cm mmOmmm 000 00000000 C 000000a3 0000 0o0 0000000000000000 0000000000 000000 000000000 A poocC0rrr.Y .•r 222 zzzzzz ZE 2 ZZZ2222EZ2Z ZZZ ZZZA+ ZZAzgZzzz2ZZZZ rz7ZZZZZ2Z2 22ZZZ y62g7_ZZzz,z2E2 E Z2 r; f4 U1 U1 VImU) Ul U1O0114 U1 U1U1 UI 14U1U114UIU1mm JII UI rrr r Mrrrrrr r MrrrrrrrrrM rrMMOM -rrU1N^U10r Mrrrrrrrrr0U10^10 Mr 0U) inrMrr in (A in it)-rrrVIN U1 Nrr (0) (A Mr U)mNin119 -rrr M rrLo) inrl inl- NrNin (AU1 U1.rr U1 rU1 rr0114 Ulm U114y

:) 00oG pO 0 00000ea ^D 0000aeopp 0pp 000Q 00000e0000aoopp epooe000000 p 000 orp 0 oa000 p 0o p p a 0000000soovo o g 101Oh^OnO.• NI+IIID ID h mO+© r N Ih1U1Dh ® ppQ^^OwNP11N^0 ►• p tlI OrNMINOh mITOrNIrylllt ^DhmNO N IDUOryf$ Wh^O^O w 'i 11f1 ^OhfD O^OwN1'^1y f71 ,hfAWO Ul hIt1 U11hf1 Uhi 1111fUmiNNUmi IIt 0^10m11Ij01 mU1 N11 N001Nt^flNNOP1011I1 rO °r01°0 °0.°0'°0^ °OOW^O ^O ^O ^O ^O ^Om^^O^^G^^O^b^^^^O YI 'D^D'O ^O V^/ ^0'Ob^'O ^^^ IO IO^^W^u1G^0 X00. 0 ^'O^b^^O'00 fill $ $°Zfi $ $$°a$°a $ $$$°aQ$g$$$°:$$$$$ Q$$$i$°s S$$ $`>^Q$g°x$$$$$g$$$°s$$$$aQ $$$$$$$$$$$$i$$ Q$$$$$°:$$° mm'^m ^im^i'm^ffi^^m^m/ ^Sm^m^m m^i^^m^ /mmffim^m^mm $0 min/ mm minwinM ^^^m^m^mm^ 8mmmm3m'^m^m°m3Mffimm M ,°0 0 • •M

° o z • r r C ^u < z Z l9 U ^ F• J fl O

ej Z. V a rim — (IU . .^.+ w• 4

M II •+ 1^m 444 + 11 . 0 IxIz a O W1 + NV1 11M ► I!1 44 4 .ONO 1 1s +1 K Z a Ofl0 J OD ^. /+ ^NN4 v Q 1r +r O S ♦ •N rN p Iyr 1y V••Jh J ^.. r R O U )I,- ^^ )^L dr • 101^11Dw1y^ Io O •ht \ ° x pp,, ♦ h Q yli •E .. M at ;X 101, W1 1; V J1 -OA >11 O • IZ<.+► NM NN p. r r 0 00 0 r > < 0 -NIA JJJJ0000flflflfl1100xXA^NrNf- ZxZ^S' J V700 UUONd► •• YN 4N!. W W Ztll O. » d6 Y»>N¢1- a u l.Orm114zzzv0000Sta2pppOpdZ2wWJAaU1V1Z^+a7or 4 LL44 a a0 « OCLLOrO •• LLt^WLLLLLLa1 p 40.•00x0 » 2 40 XXXXIOW ZW1f1w0^ < OOOZfl66flflnfla00UO2WwZZOZZZSNZSOlIJ U rNf. 1-F AmfA .+ r000UrC S •• r •+ULLO 40 UOA000 1100000/ LLO ♦ r WIu.L i uuu-11111119S Si2111114• • r 111111F•1 O C N ! O 0 00 O O O O O O 11 P1 1 d ♦ N IO • O+ O •+ N M d 0 •+ w r • w w •'^• N N W N lV Nry r v u u u uuu

O r lrldlfl lOPcD ITGr MOW W WOONO 10Pm0a r Nm e tn ^r. m010••N 11'1 d Ino hm O^OrNI'!1dU1.0hmO^OwNr1d DI^Dh mO^OrN .1^f 011) ^01^m0^O •• N n14 V1 ^0 Ir O,PO• Q^OiQ^O^tTOO t^OtOC ' O p rM ..rr.aNNNNINN 3..M1fNt•1N11+1Fn1'1Mn p1P11.1dlddd#ddddUllnNUIN VtU1N N N^0^DD ^DIDtD10 ^D,D^D A^,I^hh PP r •• rrrr •1a "aNN NNNNNNNNN NNNNNNNNN R! i1 ^'"`1NNNNNNNN NN NNNNNNNNNNNNNNNN NNNNNNNNNNryNNNNNNNNNNN o Oo00006000 00000000 p 00000000C,G r'^^:M1Ory000PO0 C^Oa0000inog00000v000ao000000OOOOC!ouOC,i000O 2 71Z2ZZZ27Z2 ZZZ7Z72ZZ 7ZXZZZZ^7ZZ 7ZZ2ZZ276.7Z7 ZZZZZ772ZZZZZ2277 2Z2ZZZZZZ72ZZ 7Z7ZZZZ7 UINNNVI U1 v011 to0 VVl1 01OMNOVINOM WVIONUIOOMMU1 i/#V1 Uf U)U1NU1 Uf V1N 0001000W0DI 00II11R Ili0lfi 0 VI 0N00M11n00V1owV1 U1^ OV1OMNOOM .^. r.d r^/r.•r .•r------1`------r------rrr ------M ------r rrl. i,•Y•Ml.r r••rrM-rrr

a

M1 OY1 OOQO {^^SYmIIf110 yOO+ NNN NI 0f1 I Abp `D^^CO^pOAAA A A IP► p:a ^00 m ^^^p Ap1 O1DP01 a0+ llo'fPOa Pi^O^000 O p 1 1 NN!®LNfg ~lgMNil'Iml'II+Imml,ry + 11^^5+01 •. 'OOO^D0000 OIO^DIO^O^D^O^QIO^D^DD00 , ' 0^O^D^O^0:2000p^pDp00 AAAI,AAAAAAAPAAAAAAPAAAPAAf► AAAAAAAAAAAPAAPPAAPAAPh n + ffi^mE1 ^m^lile 0^m^ffiffiE^mffim m m to 0 m M w $ m m mffiffimffi^ma m •m ^1 ♦ r W 4 0*00* •dd. \ d1 • 1^1 r Wa # 4 X r! r\ !• v it ^ * 3 ' r LL zr • W + z a $ ^ '

we WWI ♦ rq Uu y W5(L a # Y+ W 1^1 V 0. II^ ^I^.M.. J .+. p I^1 W •E• 9 E • 7 .7 <^ •• U 7 iOWof .. ^+ • W-zZ Y S < F. J z brD ee .• ► •wrr r O 00^ ~rrZ ^^Arr < 00JJ«z10 V1Z< o~^ ^ ^^Z^^ :pQdr '^ 0 • < O < • • • 1^ 1 «WUM IUO! I+. rF ♦ J• O 1^ (L-9 p r 1 I Cl -> r0r IIo h 4 > ♦+ Z E J•• 2 .. 1• 26 D: U' E + E ,J EOV' V1Q • ^.. J o f •• •+ ♦ wd Y d l^ VIYwr 0--r 4 NU 11 fA Y r .. U •rm 4 >\.< Y nzz " ... 0 00+ ••♦ \EJ •• OOW JzPOE E ! ' N •111•i1 •• O# y♦ "ir#6

Nm 00; NmO^D [OTO.•Nma o^pA10 O^O •+NMIO^OA aD tTO •INMdo^O A.mB OrNM d o 10PmPrNMao ^Ol• mO^GrNMd oM1 000=0 P/•. Am0) MCDM WIDMCO 0 000000 000000 0 0r rr rwr wrr•„^ NNNN WWWN.WNM mmmmMmmmdd aa dad 411, 4111Uf mom NO NNN NNNNNNNN 1V 111N N N N N N mMMMMMmf '1 Mmm NIMMMMMmMM mMmM MMm.MmmMMMMMM.MMmMmMmmmm mmmmmmM oo 000 0000000000 0000000000000000 CIO 000OVOo 0 CIO 000rO000 C-0000 000000000 00y00000 2 Z 7 z Zz Z oN NUI 12/1 NV1 1/11Z/1 ZV1N 1ZA VI IZAo VI 00001mUZI N VImom m1111^0Vllfl l!)o^fZ11^ 0V1x In 11117 In 1/112 211N mm m om 0Ul 111 gzAgzzz r 1.1 rwr wrr r l rrrrr rrrrrrlrr rrr••r rrrr rrrrrr^rrrrrr ------mom UI0I7J1t2i0 w Ml.r r r r r M r r

RI 0 M °nTRURR000012 ° 00 000 0 eoo p •AAAAAAAAAAAAAAAAAAAAAAAAAAAAAApAA^AAAAAAAAAAAOAApp^psu^wwwwwwwww^n^owo$mw'A°w^Ann+*RaARAAAA^$mmcamwma^^m O^^2•tw ^aarrolOhm0.AApp000ooOpppp pppp p q pq 0' 0 ^ 0"NM I UI ^Of0.^0^0.°iNp100g0pq°0000 00 ^B:E°Q?Qg$ Q$^^^Si^? o •m'p 0 A U3d^R" " M

sn ":. ° Z o : g; J :. qp a ac ^< Z J 'u Iq ^„ ^ Jrw

to u116 x > cuJ^^ °ZO' e• W a < r• N Ui M z V 2 jjlW Icj1 v ^1 ,^ Es a ig a M ^N . ..%° W ..a Wa N • .J.r Y '• • u V.h ..00NM ^.w. ° a ZW uu ^ a s qqQQ z w a w a .. >5 < \^. Z> w• rH .j pUUJ M Z rl •p M p J vvJipg. w W O +^204-080. 1 n0E Z» u t^ 3 J.w. 19 t1C Y^> Mil fLLy J • r. r VICUO a`8 °! ^^w`: ~ O = WOW O rw r V WV ^g • V ^u^u • a: i • +vao a CL ryry NaZ 1 ^` zl'id'!^; M• < a O°= 7a wv Z F J 0 > < WtFtW2.` ^.7 W W.4 O w F r a ZO LL ;0 t0O t7 O ^' XOI .,,,,,,,,z JWI-J4STE Ozzzw<4«< a<,,,,,,< -C CU ♦ N 2>8 > Via- pp OC'~"J^.~i pS^ E E .Zi4 O N O r wStallU.aQONN0^0.^y 0 wsv O NN w ^ iVwi v.EiivviLLLLa°LL OOW.Op o^^00o ,* om -- CmVaa. O O w ry O ONM 0 0 NO N 1 LLLL LLU,LL.ZU.,j LLI : LL C F• O ^a Q ruuuu w In ► "^ r r 08 sa ` N ^W G60000 NGO0 N.Gr-"N. uu N" N M07000 Xww .mi.NiNwNNQNA aNrW v u u v N p^U^01 O+ @i U N N wwUnwwWONCOo+ o••IVmwoAm MM00 0 000 NO.rNI"f0 w ^pAm O!O.nN 2000000000. ammmmmrn A AAAAm Ip ^OO^ G0000000 000000mmmmmm NNmma0MOM ww Mo 010rNmOOONWO 2r z O 000000000 mm Mo 00 neOC)20 O:N MOOON N uiwv/uzioi mmmmmm0mm mm °i o w N M oiuzinaiolzu^5 ZZZAzz z o ZZGO 402 O°or°^ .•rr.. Mrr..yry zzzzzzz zi o°c°, 000 GG000 .•Mrr w.r y rzzz zzzy o z 2222° o° o° rMw. ...+rnrM.w. 0 000 Uli a 2 O rr.r r"yrrr i y NN .wZ.^ r^wwln^Vlaw..m. wr w.. z 7 Nr.MOO .m. w ai z , INPUT' sIZe OF PROGRAM 003. 00 HEllAOeclMAL 8'" ES NA~E TAG TYPE ADO. ,,, .... X NANE T~G TYPE ADO. I· ••• II ""ME TAG T'I'PE ADD. I· ~ NAME TAG I'PE 400- ... Ae. OOOAO ( • SFA 0OO66e ~ SFA •••.- 000670 C SF 000003 F S C . CE I" Re" 0006_ I( SF 1"4 000674 LSF I •• 0OO67E '" SF I .. 00067e NSF P SF CE R.4 002FID 0.1 SF CE A •• 00CE7' R S e 000038 T F CE _.••• OOZ.FO U SF CE 1'1*4 OOO~O V SF CE A •• OOllOSe: e A•• N.A. ep SF C ~. 0000.0 CI SF 1'1 •• 000748 i)T S C A •• OOOOS( EO• S C A" 00:,.20 COT S CE Ii•• 0008.0 - 00068• ~N SFA C 000030 G. S ee R •• 001680 • '" SFA C OOCOOE '11 S ••• ••• .II SF C ,e • 00002C KN SF C ,••• 00003. NR S C OOOO~ NI F _. 000688 .. PT SF lie. 0021 CO PU CE ••• 000000 PI SF C Ae. OOOIOC PK C Re. N.R. CE '" OT SF CE Re4 OOOIZO SH F CE Ii~. 00303C SI SF Ii•• 00068C S2 SF A•• 000690 TS S CE .. e. 00189" I'r CE A •• 0017A( ur CE ~. 000120 vT CE _. OOOC«iO C;)X s C 1;•• GOOI •• OPi SF Rea 00072E OXP SF C A" OaG728 OIlU C ~. lleRe OYP C Re4 N.R. o .. u SF C A •• 0007E( FAC SFA 00069. FIM S e A•• 000020 ~. 00000. FNU S C 1;." 00CI~4 Fl 7 S e R •• 00000. F9e1._ S e Re. 000008 COS- e 1'42 SF 000698 'N3 SF , 00069( ,.. 000640 'NC S e ,.. 000044 .e. .IN8 SF I •• 000080 .. .lDH SFA 000648 C lTC oooeO( - lSI SF , 0006A" e , .. ,",PZ e I •• .... R. .ISS SF C OOOOAC ~ .. .INP SF C '.4 00000" .IPI SF , 00006C '" .. LAr SF4 ~. OOOSdS IILF S •••I •• 000004 JSP SF CE 000000 KrR SFA , 00064C e C ,." .. 0006d. PSF ~. 0001ZC: NN2 SF 00068" Ni>C C z•• N.R. NP2 SF , C " .. H.R. RAO SF R •• PSL S C R.. •• OOCUIC PS" C R •• NeR. OSM C R" C OClOO3t SHSS CE R." 002300 SHT CE .. e. 0022EC SIG SF C- R•• 000370 SUIt C; r... HeRe TIIU S C R •• ~OOOCO TI'tP S C OOOoill) SErA S e R .. OOOOIC COIICO C- L •• 0389A4 .... C; CONI S C- 1;" 000000 CGN2 S C R •• OOCOO. CON3 C- Re. N.Re C~ H.A. C-O .. S S C Fl •• 000010 COSO C R •• N ...... C ..SL SFA C- R .. 000S78 CP02 S C Re. 00004C 0151( F OC0688 OLAT SFA C -.~. 000084 CPTH SF C Re" 000030 OIFF S C R$" l'O576. Re" OLON SF C R ... OOO)OSB >lSi G SF C Fl •• 0003CC OXyp SF C- R.. 000950 E"IT SF IF ~. 000000 FAST S C L ... OOOOOC F.lEQ SF R •• 00060]C F5D6 S C- .... 000000 GR4V S C R •• 000.10 IDAY C 1-" N.Fl. 'MAX SF I •• 0006eC lMOZ SF C I •• 001;.050 lIP' S 00l6e:. I'IICP I •• N.R. INCS C le4 Ooooac 'NCU , H.R. (AUT SF C ,••• OOOOS ( OC0050 .lOAY C .. N.Re JAYS .. 'TAU C- ... N.R. lVER F , 0006C-t C- ,.. .. ••• .JNIN SF C- 000000 ,:,:1) .lEND SF C .... 00005a .ILl M SF 'e• 0006C( .JMAX SF C , OCOOO. .. •••I •• ~ JNPS C N.Fi. ..IMSI S C ( 00002C .J"S2 S C- 000C26 .1..,5 C NeRe ~ ...... _- 'e. , .lSUM S C- .. 000008 ~IPS C- 00006 .. .ISNT SF I ..•• 00060( HeRe .IPOL S C ,e" , K_ S .. C ••• N.Re .I1.1S C- f •• N.R. KAPA S"" C- Fl •• 00011 E 0006a. KNSS "'"'~ ••• S C I••• •• 000034 '" '-" KSBS C .... N.R. MRCH C Ie. N.R. MROT S C- ••• 000040 NOli O~ NFL" S C I." 000128 NLA Y SF C- I •• l')000 ( NOC3 S C L" 00000. NlEO S C ,.. 000000 NSMi S C [." 0OOO3!3 OItltZ SF R$. 00060E PHI S SF ee Re. O~OSO PPOL. SF CE Re. 0006S4 R ... F Ii... AAOT C- 1.2 N.R. RGAS SF .: ~. 00011. Of!~ PTOP S C- :)00010 QPOL CE 00041. _. SOAY SF R •• I)OO6OC soar C-E Ae. 00000 ( SIGE SF C ~. 000410 SINO C ...... R •• rAUl C ~. OOOOFC SINL SF C ~" OOOAC" SNTHS C- A •• oooeO( .AUe s C 000100 SF V~ TAUO S C- R •• 00010 .. ,'AUP SF4 C R •• OOOOFE TAllr SFA e Re. 000038 r ""ll SF ~ 0006EO R... OOO-u. y;:aOL SF C-E 000438 IlINT SF C; .. c:~ TPOL S CE 000 .. 5C UPOL SF c:e Ae" Re. ooooce AQLDP S C Fle. 1)0002" ALONG SFA R.a 00073C ALPHA ,SF C R .. 000018 coerl SF R... •• 000flE. ~y L ••'. F~ C-3.A7 S C L." 000000 os IGO S e A •• 00046. C- R ... HeRe FLAGS C 0.000 ~" 'M2Pt S 00\l6EB 'N3PI S 'e4 0006E( 'NOEX !S C 0OO2E• INPUr I •• 00061"0 ISOOr C-E ••• OOCFl' 0 C- 'TEST S C ... 0OO04e .lDATE C N.Re '.2 'SNIrH S , oocooe , ,." I ••.. .. 0006F8 .lNSNl S I ... 0006F4 .II1lEXT SF C 'e. DO~06( .INP"I 'S C- OOOOIC .INPPI SF -'l~ ••• I •• JPNOD S C , 00009" JSS':> I S -oOOOF( .JSPPI S C- , 00)018 ~rESr S C 'fl;. I ..•• .000" .. Je. NOOPK S 00007. NSWEP C .IYEAR C- Ie" N.R • KSSW5 SFA 00070e C rc.. R •• OMEG4 C tea N.R. PA.ZE S R •• 00070. POLES CE R .. 00'.'. PSIG't S C • PTPOL SF C-E R... 00065C- QTPOL S c:e " 0;)053. RADIN SF C- R •• 00005. R ....ll S C- R•• 000140.... SDP.:JL C R ... N.R. SHPOL S c:e R ..•• 0004BO T"eAA SF C R .. OGOOI. l'oPOG S C ~. 0010" TTPOL CE R... 00OS7C T.. OJM S " 00\l70 ( hOP, SF R.8 000738 UTPOL CE R •• GOOS34 "'POL C-E Re. ~00558 FlxPI. JlF .*... 000(0)' OCOS JlF R.8 000000 OSI,. IF R.8 000000 COT4N XF R." 01)00"'0 COS J(F Re. OOOOOC SIN JlF _4_. 000000 AQPCl..D C L •• oooole 4LaE:>0 SF C CB235., ANOENO R.a e007.( CQI\IV,"L C H.R. COSLDN SF e R!.l. OOOae:. OTMULT S C- R.*2 •• eOOle8 o W ..,,, A C Re. NeR. DUMM .. C C R .. H.R. EJlPS"K F lIF R •• 000000 FRONL. F XF OOOODC '/1'~TEIi S C- ,e. 00019C IacOM. F XF , 000000 'MAJlMI SFA oeoroc ,." F .. F57AF7 ••• 00071 • '.'4AXP3 S Ie. 00071" IIQZPI S C- Ie. COO020 INPUrZ 'MP,UT. ••• 'SURr :iF C- [." 00001 .. ISIIrCH C ( OOOGO( .I MONTH C !e. N.A • .I.IOZ SF I •• 00071e MATS.. ;( C N.iC. "4TSUN S C- .. 00)006( MNMXTS S C- 028CX;O NC-ONP3 5 C I •• OOOOFO I." 1*. Of)OOEC NHOGIIN S C- Ie. OOOOF. NLA ..... SF C- ...'e. 00002. NLAYPI $ C ooooa NC-YCLE S C NSTART C Ie.,." N.R. PH{sPL S C A •• 0057F. PITPOL A. •• N.R. PSIUlPA SF C ~.••• 00a034 PSNPOL C- I;e. NeRe PIKAPA SF Re. 00071 ( OSlilPOL C R .. N.R. AOrAPE SF IrS' R •• 000000 RECORO SF I;.B 000 BFa ROTPEI< S A •• G007ZC "faUST C R •• N.Re SHSJIOO S C L •• oooooe SHTPllL C-E R •• 0005AO SINLON SF C A. •• OOOOA. SMAFrA S C L .. 0000'. SS_.C" SF IIF ~. 000.00 TAPNJN SF R." 000724 rUFOA .. C- R •• HeA.. JlLASEL SF C R •• 000320 ••••• C-ONNO .. 'NFORMo!fION .. ...

NAME OF COM~ON BLOCK • • 31_E OF eL~C-KCOMMUN 000('. HEXADEC'MAL a .. rES

YA~. NAME T.PE REL. AOOR.HE VAR. NANE TYPE REL. ADOR ••E VAR. NAME 'TYPE REL. AOORetE VAR. HAiIIE rYPe AELe AOORetE FLAGS L .. 000000

N~ME OF C~NNON 8LOC-K • F.U •• ZE OF BLOCKCONMON 005E2. HEXADECIMAL ByTES

VAR. lIIA!04E TYPE REL. AOO ... HE VAR. NAME r'l'PE REL. AODR ••E V AR. NANE TYPE R£L. ADDR. HE VAR. N_ rypE Ra. ADOR.tE CONI 1;$4 O()OOO~ CDN2 A •• OCOOO. CON3 Re. N.Re COIM Ii•• ,..a. CONS R* .. OOOOI!) TtlSMII A •• 00001. ALPHA R" 000018 "ETA R •• OOOOIC (N02PI I •• 000020 ADLOP A. •• Oe002" .lNS2 , 000028 .lMS. , 00002C .. Ii•• OOt)03c PSI(APA R •• A 000038 RAO .. CPTH la. OCC031) 00003. R" R_ CP R." 0000"0 ( r.C ,.. OeOO" NSrARI' l~ N.R. CP02 OOOO4C W1 I ^ 4) I Ohv^ O a a Cr^ ¢^ u Rp UppwN(nVOm V^tgLLO••Na1NZa0^ OOr • • 8000001D0 • •0r rr •rP10 • •^ • 88 g gi ogt°^Z7 $ ga. <00000g°oE'oo °o82m oo°QZags coo • • • . •00.0.001 .000 .00 0 so ^u oo a a u^^^ ^ "^ '^^ ♦ ya U. (9 ptl ♦♦ ^U'1 W ♦ rraa0;rri11M ^yAOOwoo W W0 Wr IOL WMMYMrr^ZM110AMMI.111YAMr/9 LLO^ Wr l7 06 1 ^O^'d ^¢ a^+ LL 6rrrr rr•r¢rrr ¢ ¢¢ tnY' ¢¢ .. aa¢'AO ^¢ w f O > W ~W W ^ ) W ~ I1 JJ ~^^u ad ^.JJ = W do 1. I `0.. d =>rr » O ut l•am 8 9bx M7Q) ^D =E W;OJ n Mall 2 Z <> ^i Z(L $< r ZJ , a,t '46 9,1 9 r

III Z L mua ♦ o am a gp^ . In aommmrouu . •O00 0 •a on •m •aD am 0000 i Co O 6a OW OOrNm•

MM W eb.ZMJ m JJ E 0Cp = i Q1,/'h ^= Z !uf Z tZ.^.+ .1•mp. ,•zmw>ox>^< W1^ tn • 6J ^tnS Y ^_ 2EKOWa -900 r uUW^ IV1Y^ uwV^ U^ v p '^ WV ^ •1. 6 <07a O • O • < p A O ..Z < ^ • ^J~t -Wv 0 sa=c^m U < p •, V) u > .9 a - Cr > < ¢ca .9 aI > a z az O > e W > i > w> W a W x = z > V o m O O mU WW V 1 W L .a.• i V^ i 1 W W O • r • O • m • m • O •. 0 o 0a o oa A o 000e^: ° oo o^sooao^ade^^:^n< w 6 w i> w ad w sa i> W e rZ _> w :- N > • > h N > T > H of > r > N' ¢ r W tr .,z. N z ►. m r ^„ e • r • • r • N Y O •ad •a N M a0 N a0 'a N Cr . •OMMOD • •O • •000 ) N KO ufamWalL 00 cc Oa O04 OO.+Nma69manaLLO .^.Nxal^aaNOW 00 o •ON •K 0 Y 00 Y cc V) 9 O • 1L IncOr VI Y 000oc000 • eC5g • •m • WO 0 X 00 oa0020 W U 100V I WN a WS >LLOv i Will, i W^1N >LLO S W NNNNN•NNkNNNMAMN 000000 >11.000 r•:..rM IX 1.0 0 i as a Qa OO S M M : n J u.o i a.+ aar"'ra•^+a'd r'r¢¢rt2aa.••^^¢¢¢ u,0oo I a•^ W V b. V I. W u r v I- W V 1. 2J U. W LL W 2J LL W W W ZW LL W VW LL Nti J1r1CJ WMJJJ u H10 IO u1m IAN O iI 17 iI-W W^P^ y I6a Z H I.010- ^Yan . -NM00 0 Wa11.0 WmOU)U 0110 Wam J¢OF9. I LL ! >a i V)u > to i n S1q..LL to h l W. ztnH 9Y a >¢ i n •+ I < H d • < • -< z • < • r t • Oz I. 7 r< C • n 2 2 15 p v > z e R v> e Y< a> E< I- » z rr W > > W > > W > oW `> ^ n

$2 `a % - $ 2 j° )° ) ) j . wo«. wI ^ ^M ;° ƒC ¢

zk $) z- z zt ! n ^ J > !

£ 2 g z j co 0 k k 00 } 2 0 } j W ¥ © ) ^ up M ƒ )YJ § /. nu § \ / w I w m m# n w t` ILL $* w„ | n | / # § ^2 2@/ u z u z ; 7 u 2 e o ^a ILL W 4 . § 2^ / /®` « 2 CIO 7 W . z y » ILL 11) >

§ w : § Ill k « 2 /Jk o © )2- ©}^° ao- \ . ,§ `8a .- . }§ z 2. z w 0 cr ) 2 `« 2 `_a i}a 4 w z aw o a J /3 r a!^ a . ! uI ! m# . 8 i S ^^ ^- m ma d ® d ® a ^ • /

. . ) ) < ) i^. } ) $ : , z ` 99^ ! z, zz | % } t > ` ' $ ® R !^ ^^ > /..w } 117, # . N $ . LY ^? 2 .,.Jo , , wo d .g #2 ~ 2#2 ^^/ V 0 2; ƒ. . ] 22 ) 0 S '2 S k § ^§ R < ) ° j ° j m . m k Z z a z$ z) $ z Ul . $ /!! f /^ƒ 7 $ ,i f IL U . . ° u u 0- © - . ¥ n (L ILL Ow«°- ®Q k Iu h n } % t y z zz 7 ^k n .`3 Z- $ z\ ILL } / \ z ^© Z J- z | J- ,` !. 4 ; . ; 0 N M m A O

A »N • z W 0 O»MM•• »NNNNN e w p p pp pp pO pp pp 0 9 0 rO hmUO.iN1"t11fl ^f-ma0'O+Nf^1U01O10► ma0-• Nr11Ny1 ^A^pOm^p aO^N IIN 'O O/.NaO.O•NNifN^A ® fl16.Oe JOO»0000004; F mmmm^mm^mmmmG•Dmmm^mwm Om NmmNNmmNmaDmmCO aODmmDmWmm^mmNm wm ® mmmmmmN ^1W NO^NU1 r rNUtN $ $$$ $$ $ $$ i$ °:$$St$°:$°s$$@^$i$ i$xcifti $$8°:$$8$^$ iQ a$ i$$ i$ $$$I$$ n 4 ♦ • • f • f ♦ f ♦ p e ♦ w J w mHmmmmmmmmmImmmtD m mmmmNm m 'm a) (D mmmm^mmmmm^m^m a 0 u n o N LL ^ NO ^ N r h w 0z O U O w X a R u LL t. a .w ^ a ^+ .• N a Y a O •/: r A W m 4 a O OaC Z w z Y O Y ^ < • ' Vt r Uf w p 6 W N U1 . '-.L1 II NO ww : oOwO N rh ^M x .. m ON m »NNNNNr1 LL 40000000000040000 N• • i7 00 Z ^3N O^ :gyp P Ix- O. ...^ -1$n 00000000000 d ^z Y WWO lV a UrEL &0 • 72 R .dr JOOOU1000 U) O(y Ut0 o 3 w It ilk r Wz O^ iRXN-m - J » r - W »rW1yYY( VW 2 < »rrr► r n Z r0 2 2h4 LL• -pV1 • •N • LL Nin J . 0 Z JA 11101 •• • 001 1- d O V}I" d a n UJ ^1=o^lua.. r -aw - aT d 1r1. .. C w ^y w• a VVJ^ •aNr^ mmN to ^ •a VI ` N O II >t U .rW h>^•)••••••n Jh- n V ^- O r LL hU LL nh4a ^JEW .• aa r .. .. . r- 7 U, J 11t 6W 11 •• JU ILal9 ylf.3 h 4 •. •.• U a ^^ in 0 UO Y w -• ULL"'^O r O • .O U' r OJ .r .. ,• V !1 I a .. Ul .. .. 2 W a \ •+• J h1U1W Faa- d. N U O J ••la u== u o u H Ju m p^ h9s LLwO- •• o0.• o u11n.. ••• W O O O V! d1 • 4G hNr^NdVI + (n LL (••• •'••• Iu moepp ^....a ^p m •z• = a of O V}F•V1'^ 4U1 a 17 •• ONN < ^^^ z h V = .. G'1 • ,... VI - n •- N. - a -r .., h NI 11 110[ 0 -a • a •V17-Utr_10 11' m U} . •r1 I 0. V%4V% LL O NIwLww N d r D • J V1 nz ^4L - p..•^Ov'rd • • .+ •rt OMM421yLLdAaUW O J N OU a 0 .+O as QI ldS N ^D r N •Igrry^iA U4 m- arrw - NNNNN I1 O d u m Z ti r p, .. 00 A a0 » 1101 ifl N•+az 400000000000 h Z ZO O O n^v •^a • O-.^mm-a •• l2 •+ AP. a.. •z U1 All noon0000000 u J •aV Z -C)., 0 • .mtt) N N w • 8 u o 4m wo d, t •'z^aru <.. p N O NN ^ ^^ N r ininin•,i^io- 6 ^ W zw^ 0 a Z.' • ftZl,9 •• -R Vim•• O O`• •• "r"xh FO • r r J0041;s000morlo Z O !w aU s o- Jh'. Xf1) I mo+ y^ •• • V10 VI • F SIIA. • i•. .. r O 11 11 wren •dmrlN..rlwo U AI a W a IUWa .. \z7 •aNaV1a 0>Nh a \ h 0 0 .Ji a4 •.a VI ^• 0 m ^^ m •irr Nr100.OW d w qq IlV IN). Mj • R-fit 4 p• MOIN \ m 00 - LL - a•+U + ♦ a 'l W 0 3 'tWahQ OW • Oail-N400 ._?^_^ N d u .1 O -m-r • \ •,tn 2 = F O-^ J mn .,^^4 •JO-- .+1-UtrX0-»O 1f F Z a'2 w 0 W •+r .-OUi O +. "N r rt^ vm W I"2 W • azz •z,., •' z • p N -KO . m 0 0 V U • •r..OUr z W II V w l9 M ;7 t/} WNa •' Ua VV7 • • y U.,r0 • z •O 0 U NN ZZ ! Z.+ •• • • z 7 7 *-* 4 7,U1 W a Y • TMYV1 \ z a]w4 Jr . -.U• A V1 • W O W —r V)W II •- Id^+U m 7 7 11) 0 • Fra "1Z4aJa XW •• -^6 .'.\ \ J' a ^' .J'+i°'+••.•^J N111'1111M a O h V 11 7zWdap2 • 1^!•Ul9alp vidd l%vOZ zt7 WW in a •'SF azll 11 ti0 2 O 4 •' • 1 O u *0 a • • •1~S ad•4mOw Z OZ.V 17 0 a Z » T1. U1 U'.0 ^-' 11 •'lir 1v" V1 a h h aWWJJZ111rahU.• IJrr JlLm1 zo- Will •' W ..-••.,IrY , n a 11 KAY V1 V7 z V1 mz^44znnzOz0. a xn^ -OZWT XWO h E O I7U aNCVM !• U O O z :3 ulwo 40•'-•0 0-0 Z^ O 0041=YS^I>,44 W 2 G VILL"1YaU JUpaV U J - W O W UU!=.^-r•"+Y•+hal 7V V F • MMMMY.M 11fMbM M + 1q'A0N4 NN ,a C n •• J n • r • M G U w u t h !- Vi a w • O Om UWW4mm0 h U U U' U V U u a mom^^omo^^ominlw W w 6 O W U Od0140U1LL N(\Im z U as J Or"+.i r rrNN N m r'1 U. tLL Oncoc0o000000 UI W LL a a 000000000000 r « 0 1 z z z N N 1 O N and 0 0 n 41 m a- N M ♦ UI^DA mO+O^NMdUf U) A rr U. U_ O • U O 00 O O V O O rr r r rrr rrNNNNNNN N p' JJ000000.•'NOW9p O z m O 00 O O O O 0 00 O O O 000 0 000 000 0 0 V 1UN100 r1 O NOrNUldl+t 0 A h h• W r O no O O O O O 00 ;a O O 0000r OODOo00 O m .r ^,+.rN1g0000m z 'z m VI a 1111 O O r •a • J z Zz z 7 Z Z Z zA z. z z ZZZ7x Nzzzz z J H h M w 0 (Am W 0 0 0 0 0 0 0 Vito)M0th 0 (nV) 0N • 4 a • > .. ^. 1.n r w ., O.... r .. r ..1..11,.,1..1 .. n n► h h• w

M:

Ky

< ^^aaa ;a»aasaa^ta^a^^ ^a ;a^Naaaa^ r oz >^>rgo8 too 0 0 o ON 0 00 00

• vv11vv111w1w 11v111.11nrr11v111a111v11v+ wR^^^^^+p+,•p•R^^^•p1 •pi^.`.^R1p'^^.pir.li^^^. •piRQ <7r! o p vvvv vvvvvvuuuvdu uvvv vvv s W W 1^LL LLLL LLLL w% " N 4 N LL N 4 V1 N CL w W •iww r1K a 1.1• O dw1^M<• ;l1 Z"< F ^ 000®OOpOp000 00000000000p000000.00000000000 2 N lg r l 1+1dtl1us o dlaNAmap OOVnl^U1^aA41a^0rN1'1dU}'DhW010wN o OrN1^1 HMOWw"O"I,CK •m •O•m d gt"""""614'"""""Oq"0 • • • • • • • • • • • • •O • • +d •qqQ • • • ma^Dma^DaQUaaDagDma00ip1pO, o01p0iP001aQOi0t01P^N0^. O^Q^O^U010N+ONi0N1tTON1 .pNipNiCN10NiQON10Ni0m1QNi YO iazx^>:riz x^i0 8aia^s r 9e zOO Z Sao arm•• ('01118m1mmmmmoCm1111:8mmmmm MAWIM0 mmm ^ mE 000 0 0 00 `` 0 O doll"d0•• h. + ++ arwrw«S u Y w 1- M > CL wo LL LL to LL U r; N 10•? J tu V < Z g 1 "WW ^ •'a1- tn Na UU a^ A .1 tn AdIJ OI-r4J < O^IgrA6 t14 E :rw U ..Y ` w o••z1- lza•-v0Au<3m«z 4 w Iw3 it0 ul < VOr111L2"UIh U1 rf. 1^001^ U. 0 P• • 1J o QQ 0"ZZ6. (. :rr T ON-N . W w 2 a 11 ^ < C P x D .0• ^: 0 w O u iQ W ^ 1va4 Y.1 w •vOV1Y • • • •V • • ♦ • • • • e • • •< • • • •N • •w W. fo H "LL m1D f11+1"""} "d"RO"y"."W q"qr""""0"".+ I

a ^o°-+:: oO^nisZZ^x^l a zx^^11; 0Iii^0o1zo 0 o ffs«a f 1 00000 0 O n O O a LL -9oZ= We • ; o :i^ M F 00000 O O O O O 0 tWJ •0 44 a W oD •u rdeevve+veeee^eeedoNeevedevdev+d e J ••+ ^ H < a IL 02 \ ^ppdpppMppppppppppppMppMppppMppp O 6 W i ►J • MIr---M M Mrrti q M ::. a ► !!WW Z oso •, ••• < H e • #. Mz D x WIG a,rAN I Iml- ^0S 00"NVI in a hp O Ohrp Iu Mx$-r Vlr Z. p z 1<> r,. .. v.. 11 afY N E - 111 D W H p 1^ zZ a zM 4uuaa t9KJJ10%LL;J1J10111EQ.a.ZLL<.P. 3.Pi t1 >. w . uz ( e > 4• 0 T ry E" o.• N 1- 1-1- z 1- O qq O ] i 2h Z+ 0 O II O 11 Co.- 00 ^r a O- Z WU" W z It 11 111111 "O r < Wd^ O" aaaw I IM • 4 EIIE II It avv 1- MOO OD < wl.o!-+_.•m ^a •• o •• I ON11 am z I, w Z r♦ •> ww MOO•orn !I D • 0^ ^EO•.1-wit. ILdo ..tr 11.-r .J.+wJ • Ja.Ja .pew•• WT•YI 1.mJZ, O D(c u3 i; - v.. •t] 0 • p "Q• •• if rywaD ... ^.. 0 • m r2M•' ; a` m;; M """OOW000"1- O2 e o w an oDOMWOMMU1 N ^ u - W - M-0;!"J•1-XU Wis0I1.MLLLLLLQMw a ♦ O'l'eoOdddoed OdOd oOdd OOOdd ONdOOeO (m W ^ p NM IX Ir ppp MMMkMp p MN It aN nt 0 P UI pO pMO w NNino " •• " " r " q r r"Jq -• rr.r r 6 M" p.. rpi .p. MM.M Cr E W * •, U. N P P P `.m CL - MM M0 01 oc"Ln U p • W WWVWVU wuuvuuv UUu Vu UU uVwVuw u u v u ou vu u u u U 1- 1 iaaE IL It. LLIL < 1q G.+ w a 1n 4 In w In a in wx1QLL in MOO cjmd tn >uY^^.r79!Dindl.aWrh^rf-1.J1J";YI•J < • N Aim N 1' 1mP)n1M1+1P?md ddde 044 0MNNw 00011) MOO to e- vlalcr=tnmEO« :oesu^sau^ln..ew.-

w m^saZOUI a.kJOUl04•W^ v z i xi x q%oww+^c0LL^°v®-sex!

.^ > > a

to s Maa^a0fa0taaa^Otat[!^!X O ®Of O :g „ 0iY2Z222f2S27X.ZiSS a <7 a r O WOO D W J WJ ^u ao •t IK. 0 R a O tt e eeee aeoese eoe ^l.+n w 11 0 '1 1u . M A A« .AAM.r «a «A a LL00 1u LL 1- W« 1L R W y arrp;rrrK¢K^+OTaara^a LL OO a¢ LL t (L! LL > 4 O m O m RI F m>WJ i < a Z

61 w r •• m •O • ^aw*lx^^a aad ll;a^a aaa aa O O o 62 o O 0zzzzzzzzzzzzzzzzzz a -co <

° W O w J war J O W J M O1 1w^, Zp W W z 6^ 11kIyl^J^ D Zpp Q^ ►W^^ p + f Iw--1 a = ( e111e1 « a« eY ellOaA aMaMAMM1e1M IULLL00o W MIILO W* IOi1L x W rrraar..aaaocara....aar 1 6 00 ^ V' 60 ^" 0^ > a a i s ~ s W u ~ o www J Q 1 x w WV)WUZ1-J:) Uf ILL/}UI to 2 e°° U40.. w i oi0 M 40 uK W WZJraUa mm01. 02z0 w U — Z U`. z Ur Z 1--0XO*t. 1^ a 1 LL. U O,Y N 041a a

1- N• > 1- o > h e > Z 1 z Np z ^p A WW i. o I 1=- U) E I- I • r • r • ccsaaaaaaaaaueaaa¢a¢In•o ••••••••••^•..••° s Y a°Oo s A 000n ow s Y a P zoizzizz^zeiz w u<°o w '^ '°Coto w u ^,. O J O OM O i O O J O J ° ° ,% 0 U m JJ° wo w ••pO !W° m yy S. ^y W ^) aa►^ ,. ¢.W We-. Z LL aWm Z a aWLL Z (r ppeede Jeee-Oao'd ed e00e 4MO O e 400 O 0e XY)0 O a E UIYY a w NMAk«Y«MMY.r•+¢-+ar¢¢1Lra¢a"r¢¢¢ +.IY«MYMMY >LL000woovZ a6,'W« >LLOO Z Q¢J >woLLO i 6 W U U ^ w V I.- W O U 0.. ww LL uw y LL It Ulf-J > a 11 aJ OUO U) v1 a LL Ul W^O!-L O i0 WIJ9 ^• u sF l7 w e t-l^ a .. ^OS r a1Dx ^+ Ja I U1 U >¢ ^ .E Oz h r< a < • •+< t • ..a.. < • Z ¢ » 1- O A °» Z Z a 7> ° Z a W a> Wo a> W a>

,'gs-

m N N Am A 0+ A N N v ..1 w N r d< .. h b ! V Nv. NO • It A y Q N tit JJ n t. N N m LL O •..+ - ^QO U .n. 11;M4 w • ANN t`^ul1(1 0.n 40ZI .. J.1 JJ z.10 - K- Nt!2u ti I .too r O V OOI F-I•.{► O O Z 1.? v1 w •b A • .+V 1t in 00 to ortn q + b n ztBf ♦ ... -s I o ♦ p •- r^ m l- m i ot- ..-Io r..n z I`) a 4 J nt NN • O g S^,1 : ^ O G! •. II 9 l-^U •. r J h J LL : V U.. 3M. .O-.e _ I^Ji n a t lMr wzI.- o-o • tX y o $ ^i . rvta -ni utu .2$ •lug. •utw^^ v, • +'^ f1 '' ^t9 h • 1110U .> •2 ! '-F< • OUI , .N..r • + .1 A Q er1Q J JJ 4zJ N • -• C13• )••••a g lN. ^ni^ r ~ Y ^• 1 LL /-UJ • •11: U1 - Q •r22a ty • a h«h^ JIW.. D < •• •.n - .. to • ul f,t twUJ• .• tV f- 44-40 t IIwUtU • h < • 6 17 r O v0m0za4N wJ > -N lR • 0U, '+Z,► r 7 •0-- U .. .^ In b W p a4 ^7 • I •• U1., p N ./... ^t-. 0.= ti^• ^^ m ZZ P_ 2 !a A+ DI Ulm R a7 ON f..2 1. : i h = O Z Ill t6 \ •0> •4 NUU4 J •• •+ • U! 1-Wz t xivt + .^ • N •+ .. D 0 N ♦ zl- l7 Ul .1. rl nrr ^R • O • -n. tiI. ew0-.. C//P •• N:. H W O U O tA^JZJI2N'^- •bN <.1 • < 4 I-N..01RdU1M1 ♦ .. Unl .1 N 4 U1J - ZiV ••. 08V) • AtN-r) 1. mpp J rAN z•.I% m I t` O O 1 0 in 1. 4 •+vl •• n .• N •. ON NP. N'1 7^^4V'vO1V n; _.;:t.. •z ^ ♦ Z . •n • • J J .. 7 r0^ . p.. N r. UI P ••• . b - • - + r D 2 J NUl 11 2 JNt1- •• NOUN- 01 •x • .J •U1 ,S10 U1 •• -t+ O 61 U! O--b> Y - It to ku N r w G • h • "Lh . N • Na •:,1 .. • UI a + QZ► III -41-•.D .r>..4- . .+bWd • J rU! UI UI 0tom 0 J •0 OU U4 t9 Q nm ^ 04t • . • N b .^ w-40 • r 0. 11 n ->JUUNNO(T w..Jp • Z 1.1-r.ul7 •.w+. RHO- A d4. pLL • a0.. •t• u.. 400 h Z Zt] ••-+`^4J • 4tV U 40 •. • DQ •+O-4 •r.Owrt -. l7 .. ZJN49m IV no n tl ^1-.+-+qq1.. J1 • 0-1-P JJ • iC Vt^^ 1- ^'n UN.+ tt+m• •nIU !- It N •dm02^ Y ••I 1 1 l7 V 0 d,ti 6zNZCJ U1 iJ-n IC7t lt! h-0z .•< `!-. fNIVON.. A1. 0 >^P 1- t bNo r w 2IU0 • O=WYlt1n N17 •• • I1 U Q Z •. -W10► . d.••"••• O U.. U FLIP 0 •+ • t • \U N.. • 4hU1^n JO.. • J-lROhU JI-..+Ktr} IrU} • • Otri't! 0 •1.. n IU1007N ^4 I n4 WrN u V II < WZ `` 1UUlJ-0wc7W< •\ 7 •. • 4 V! =;: 4Mh4 •• \ t0 Ul tR Vl4LL4r. Q hit 1 ^1 m <: m tY IIUO:tNI • n • 0..4 • \mJZJ < + 71<^ • 2d IA •\ CO Q O .. z0 \.. O.. .. Q I. W H It) UItYV hN •^ + . 4 • h^OSJ • OsZt- NU. 0 • --zU -o 11U NN 7 2.1400. 7- •1- W S f • «+1:•LL4 Z4UJt.7 t'1 tR • YU!\Z »Wf • J. •moo-.w•-\ tR 11 t1 III v12F- • ll'1 dh "Iw II I 7.)111 ut • F •\ N J t7^a0•.I1 \ I^ 1Y-0 0aU p l7 > OOO' g zm II 11 cn"0^1111 C1 I- !- it^IK••1n UWUl lt1 Vl21UJJ2v}.. ttF U .. tJ.^ .JWN- I To- wW r 722 I.IwN no r 12. N to z 0 m a .. I I 21. « Y n`Iz0z4 mx 2 Zvo hF. •a Ia I7I;.. ZZN-N II •.NNN Q •• (C].^ ZWWO <,p •...0 O U • 0 Z 0 D0000a•M Op In Ii1U a40.a L, - O N U O O U •. attow JU04w U U J .••" W UVUVU0I1 • UUnnVn11-111 U c7 1- N 004 0 0 N N MM•M•••+M•• • w ♦ • ix7 ••<

Ix U U U U UUUU it R1 < W W U O ^ III U g W ltl I1 LL t U It J ONN LL LL n QQO W U. 1 I c? u w •. 1/ 0 z 2 in U1 b D N in o N VNM U O r N N1 o Ulb ( m 6+O.. nIM 0001, m 00=)o 11 U 0 • U V In t, 0 GOO U .+..NNNN NNNNNNM 1,l rlrlrl M 0 0 O O 00o O O O o t• 0 00 O 000000 000000100000 unn in :R N I- III .. O O o O 000 O o 0 t! n O GO o 000"00 0000000O000 O n - • J Zzz 7 Zz ZZz z z 7 z z z. zzz z W7zzzzz .. in 1 1n u5 u! r,; m ^ m in ul w to ut ut v1 ^ to ^f to u! to ^ in J h ^ • W ...... w to Ih to ..w 1,:rto ut :^.+.... to p 4 h P d1 W

i•.1

O®00p0000pp0000oo0p000000ORoO 0p p p 00 p 0000 00000000000 00 00 O 00 000002000000000opOOOOOpppO ^OrNMrmlpAEp 010a• NRIIUI^ORma rNIg1U1^OAmO^OrNt^lli1^DA^DO^O .aN1"EIUI^DAmOIOw/0iM11111^pA01^r0P1^U1WA0T0 "INiROU110A1DTOrN^'IfU1^0 tfX00000 ' AOOOOr .^rrrr^rrrrNNNNNNNNNNI + PII'^1111 n'I RIMMM101tSOa/ 010000000000;000000000000000000000000000000000000000000000000000000000000000000000000000p► OSONtf1UfU1VIUf1lIJ9 U1 Ip^Drp Ip^E1^p0^0AAAPnAAAAAmmmCDCpODID r r rr r r r rrrr rrrrrr r rr .+ rr r • r.0 r r r r rr r r .r r r w r r r r. rr o s. ^ 4 t ll 3m^®mffimffi''^ffimffim^m'^^+m^m^^^^03 m^MIMAW8mm8m mmmmffim^mmm'^mffim^m®^m^r$^m'^mm^mffimmm ffimM(10(D 0) Yt4 Y M • • N k ttY ttt F- 1. F• 5• a J O r N qq Q 10'^ •^/wI J r .J.j \ r aurae o E a } A dJ^.l •J• r N t g ut: = • 3 ,^ = 1 D ; a^JJ4 r O 0.v = 8 WI^ ^a pp.0 UoI :: _ ; e d•.Iy^ n W WI^J^^^ynI I^al pp pp U)CD J 7 7N rpap.LL r 3 1 <- Ja< w K3N W rP. 7„11 ..wu VJi Ji i S i i u -i L - 1 -UU -- MN (• 1Z. 4%) t- I-vulov)o pdJ z • < O >.J y -! 1.. 1• J Nr rr r rq Z w.ruN Nu. J OZ Z rr. 11 .l > 11 J 44 J S ao `OV t9 VO, V - v ON 01JGr < j Z r Q< J V^'U JJ J Qa qO J J N-V O rr i U Z O^iJ •• 1• hd• f. Or IJ....-J^w..J^2? c/1 . 6 : 1^ ... I ► • ♦ L N .. : 05 A ► t p• r 11 . • r 11 • •• E< r++ ^w a • ^'^j ; w:iii II J z s LL rr a D y^ yr •J J 0 ' NZ Z a O Z s 11 ;ti t i t,• W Jr UI 1 1 i W h Z02%Y,Z • Z , E : •„! Z^ A 0 O J z z a4 °w a ^^^OZ.l i0 l7I^l : '^ :a=py :y : : j :: 3 .O w .+ U INE O Y r Z >EO w6 -a • -a • E •r ! ------>Z z a n > :1 II< •Zl+f > < 1}0 . O »»>9»I-UI - •y ~ N6d;•• N U• dZVN w2 • • • O =J r1y/^1 < JZ • X11 y > U wp 33 ..r 33 J • Z a z0 S • N OI.01•n Z Z a J Z- - W; < Z ed ++ +-+ 1.11') QzNZ OOI- O .nil .+.+ '^ +•O "ty 1• ♦ a - 0 - 0-C a • J- - •J •+ • • •• NNNNNNNN NN ..r•^VI N OI E V • N a S ^+ Z l7 , r •N • • zN Er .Z. 0j-J ^i • rz ^+WOp000000000 • • 1 > • I- N If + 011 H qnl 1111112 • N 0.Aa{- w. "II J 3 JNII11 -'1 11••V'PTIR1'1PlR1Mf11Plp}Iffm h0 111 11 < W i I) 11 ,9 11 O Z J O 0. a 11 EQZn • J•W OJJ 1'I D-J- ;w3 11II W N• JW J Z N •N 8..2 J •. ••'7 S J •• J ry'7 O •O W O ..n 3..7a N -• ^ :1 -• Z •+ 0.1- .x1 P11^ f1I PI M 011`1 f,f i'1 !'1 Z ll^-aOa ® W JJ J m p vI-VI• Z W@1 2 - N N1^ • 2!'fI.Z2 ut r • • N0101110 N • OQO•• n 2. Z • •eJ^ ►SOO p J=^r 3 !cx:: ! h.IIK -WW -WWWWWWWW111 '7 •^ 000

O VIN W0N111 0W ONCDO erNr140op-mOrNM. d IflAap O •• NdN^OP 01GrN P1N 10 H. mT•+NI"1QUTA mO^O • + N1•1dml0 la m QON. ♦ 1l110AmO^ 0000000H1M1'moo q dQdddd 000000 ppUINMIA 000000000iY Uf U1 Y1 U1N1010 or" OiO 10 000000000000OOOO000000000008-M.+ 000101.. A NNAP01- Ammmmmmmmm0^1T tr 0^010^n^0 ` H000a00^00 r.. r 3 .. 3 rr 0000000 :000000 000000000000.' O CS0000000000000000000000000000000000000 --V...•r.r 000000rr.^rr•^ zzzzzzz zzzzzz ZZZZZZZAzzazz z ZZZZZ67ZZZArZZZZZZZZZZZZZAZZZzzzzzzzzzzzz AZZZZZz NNMJI3 3UI IA3.V1 m1/1NNNN3 Nmm 3mwUlm3 NVI 3p OU1 3m VWIm o m IAmm111 VlmmNmONmVl NtnmV1 N^NNVIONOUI VI U111INNtA toNmtn W ..r r M 3 .^^'. In •• .nr r rrr r v r.y .+rrr .^ 3 3 r 3 rrM 3 r.3 Mrs. 3 rr^.r 3 rY 3 rrr 333 1/ 3 Nr rYlr rr 3 rrM

N

"1', 0000000000000000000000000000000000000 pp 00000 0 00Go o OOOOOOOpO^000S+00000pOOOOOOOOOOOOOOOp000 AmM0.1NM UfOAmMOwNMd ^OwmMO •• NRIdU)V)AMMO •• NMIU1 "OANfAOwNf^IrIJ1u p A1p O3=4 0 m9!OrtVM400q•[e)p^OrNM1Uf^0AOPOwN!'10 mmmMM0Mm MONM 0! 0000000800 rrwrrrr •urwNNNNNNNNNNMMI^IMMMMMMr(fOd110 dOOd11t1 U1 U1 if NU!IA IAmIn 10 ^D Uâ U)^0 ^0101010 +OPPAHA 0000000000000ww •+ r w w ww r rrrwr •rwrwrdrr •orrrwrr .orwr.yr •+ rrwrwwrwrwrwwr wlrr.••+wrw.yw .rrwrwrrrr,.oq.•rrr r r rr r r rr r wwrw • r w.• w rw r wwrw r r rw rrr rr .^ r rr r w1^ r rw w r.•rwww w ww +• s8:^^s+ : Qs^s: sl 2g: gs:^ sa^as^s:l:2:s 4sf? ^ss^t: s :^ 2 : gaS s ^as^: lss '^s^ass^s ^:assssg : ^t::^':Y + d s^s gsl^d s ♦ +s d a d ♦ :♦ f d ♦ ► + ♦ e d ♦ t ®mmmmmm^mmm^m^mm$In (a InlOmNmmmmm0 MID mmMID mmmmm 0 mm m m m01mmmmmIn mmmmmmmm mmmmmmlammm(D

[: ^I N d r W a P ^NU!r1

In r 8 r U1 WIV p 111 < W N wZ W J W• r ^A d W • (L 2 r N W •>Oa M. = H rO • r X r2 ^ M a F• M i A, +v ~ .i .i V • W V CID N Wa VI VI- U , PO 2 NO N in a O m.. w` ZUNI IN 0 Z 0 W1. N p •+ . LA. • 0:0 W 1^1 qq ^WU d N 0 9^ XI1L1 ~ 7 ;J A10 7 f7^ O « « 4 .^ < 10. : g FO• ~ J 4 , Q N WO Ws 7 N O 2 Z X2 0• 4Z Z W Vu z CL Z. W r r U w U•+U LK 1V L- •r*.A- J N ••" z V > U O ,V ,-LU •z• u .. . .. I. H •.}H a 1. U N h U -e• Z x H M Ox I. 1- F ► h LL I- • 2 -in-- OY °5 ^^ I' —u1io! 203 b 0 V 0 «uO wr ;"z : ^u° :«: w 0 2 a m 1. V V V' ``a d of N J 4 90 W W W 00 WO 1- WUWw00 W N II + O z - z W UI Ka .. m 2 a- O • N • • h I-Z N p- • S J I.- aCLat x• . n 1-t N >6 - VI - V4 M r in r OV Z NO Z Z O h 0 XO 2 M aO -1 UIO Va Z rOtno 0 • Y OW '^ 01 O a a ZI.. MO • ♦ 1•l9 t Y I• r. a Y i-•vx LL2 Z -V1r J a0<4- I- 2O : J In2m •• «V1N O O a •VI S r MOW • J IJ •Z! 1J N Ur M U.. ^! u U U v O O• Ul W O0 J M 1-O ZVI 2•• m N r x 2a ZQ W z E Z 2MN VtY Ma22 >.! O M NW •r1 r2 'J V1 U •• p r pp.... 2 (X • r.rNN • U1 7 O Ur r ZIn IUr Q- 40 2 a •^O O 2'7 ZI- LL3 1 * •W a •.. Uf r • N • Z•• 1 • s c2 J6 I O 1-X ay0 r0 ^Z r o n 2 0-H0- -O- N- Is x a' - •• d ZN J ),1n 1- XZVI4ra.Zz- !- ^r • r24 aImJ• u U a2 • Or! 20 lV VIZ •XZOrJ • • O O 40 Win..• • Z J• 11 O E •• >z 11 N• • I- J•11r 2 J•11 `1 ^dW • o >211 Vl " ^1 Win••0.+^+ a J O 2h ^UVI dZU l9 F 4r In VW dz 2. Id'ZU I(Y L,V KW 4 '7 2.•- 2 . 21-^OOQ II In l? • J Z NN a 11 1Uw O O O O LLLLLLLLO y 000 •• LL Or 000 .• O•• 000`"+ O NLLODO--X tLUAL4 LLIL000 .• OIL UI U LL LLOLLLLLLLLa a IL00a LL r rrraa 0000 •• Oa 00 0 0 •• 0(1 0000 U« -- 0000 --u0--con0 0 0- n n w M. Z •• V"r •' — a O 6000 r • m O co •« U) m KO M « M rPd N ♦ O M • Ul m O «• • N 111 In O q, In W • In • P « « P P m • • r N •• • « « « •. 0 10 uIP • v u vuvv u uuv u u 00 uvu v u

mM.. ♦1 I O NdU110.Pm0, i. ^Nd U1 10Pm MU rNM dU110P mM0 r N MU1."- m MO NO UIPmMO r NdU1 V) N p ^m PO.+ Nf!1d N? DPM N NNNNNNNM (n MM MMMMMdd ♦ d Od*404 l in N IntnW.IUI In 10 100 000011- P1,PPP PPm m m momm01 (T mmmaNmom r r.^..rrr rr.•.rr rrr.+r rr.+ r.^rrr rr r - rr..r rr rr rr.rrr rrrrr r1r^1 ^^ rrr • 1r r Mrrr •. r W.. O QCCO00C10000000000000 0000000 O O 00000 00 00 00000 OUOON GCVO O 0060.000000,b000 Z ZZZZZZZYZZ7ZZZZZZZZ7 ZZZZZZZ Y Y 7.2222 ZZ ZZ Z7ZZZ 7Z77. Z ZZ7 7 77.2ZZZZZ2:ZZ7.Z VI NVI.tnNNtn V{ VI U)U1 VI UI UI VIMM%1 UI U) UINommom 0 0 00000 00 Win VIVINVIUI 0000 0 00 N UI N.VI Ul VI V1 U1 V1 VIN VI V1 U1 V1 r rrrrrrr r-rrr- r -rrrrr rrrrrrr r r ------a rrr r ----rrrrr r - rrr

1

I

~eeOYIO^ yvIepy e7^»OpppSfTRep^pWdOSS®^^f^LY V Qd^ ppdd^ttdloo"1 gg pp ep $$ 2^^8^q ^O^x1lOZOO^a00^00Z2^ $$ =000 00 00 00 00 0 3 •d^^•d••r ^dr ddM ^^d^ ^d1 d •dddd^d•t rr^^^ rq ^ROlQr r rOaC ^^^rrrrrr a jwvvv5jvuu uuldvuuvvuuuuuv 3f < f<

3

r W W 7[ O < f Z OflO p 0000000o000000 pp 000000 0000000 ppOO p 000 pp OOOOOOOO mmo o 10 00o00 X O^OA (D OI OrNM/U1 ^QR mtT0rN1+i d 0 ^O h0OtO :0 0 20 010rNt/ldO1^ ..^ MMP4W tU1 u(i np dp r •• AAAPAM [email protected] + Ol. a 0^0^ 0000000Ae^000 r rrrrrr rrr NNNNNAi NN NNMM Z "VU g OCO; W ^OOKa ® OLLfLR([ 'Co.. ^ @¢ LLal^ .'•errsrrrr - r.•rrrr.r rr^rrr r rr.+NNNNNNNNNNNNNNNNry NNNNNNNNNNNNN N rr ^r •00 • 1^ 00-00 . 0 . • • • •r • r rrrr r r r r r r r r r r r r r ^ rrrr 'rrr r r r r r r r r .+ r rr r ^a$azzozo87Z0sszzrmszzzzOOzzz sfgfeoia+^a*^*e=^iy^yo^etl=tliiq^+=^a+=i+adged^ey=si ^a+=ie=^iy^a=a^ed^v=I^i94ej*oxo♦ 9©mmm ^^m^'Om^mmm®^09mm(OmlD^mm010900 p N ;00 O co 000 00 O mm®ml0.m^mmOl^Rlmm^mmmm^ID t,;.lOmmm^m n o ^d ♦ 1 «tt NId• d td wlddl.Id1 «.• ... «.«« r+r r t= rr^a^rra'4'aR rrr^a'OL JO; OC O,Crrrrar SS Q jj• u u/j uuu5vuul6 vvuuuuuuu uuu ao um R a ^f w a J IWW ud n$$ J =! N *-am n O ,%X Oha Eaa"Jaw W ONZ aOUIfF nO W (• LL1Za •XrzlnEln<^EZZ00J «p9a0► p °a x F 1-4 ► z 14 OLL1'^JaaVluvVGl6~ `a ^i ,.E 1YE pJJ N Ill t ► In J Z a 6 h w lU a wJ > i a E r r 1• O r + 1• ^ z a wz p w•wa^•w•^p^•••••ueuw..••.w••• a r. u E O m a4 ° °vZ a a000aoaornaaarcaaparprxmnalnaaa vl a a : M 1^ « + Q^1 r ^o°poz$zo:°•^ii $ V 0 000 O 00 i^oo^go^'ox^zoiz^' 000 O 00 O 00 0O O0 •• S Y OY 0 ••Z Z S«z Y N m a j pr o-.U'•2r a r v tL0 J r .Z. 6#.-y.2 r Z am R OOf110110t 101f11111tt1/f11t Z u I.J. p pr pZ r araaa••••aaoca•.-aalzaaaarcayrrrr aJ JznJU O °. ^U. V M ac °1• 9V U zV IIIJU Vi aW oo Au zzavuvmwuuuvvuuuuwuvuuuuuu + o f : I - JU 0 J ^ t^ a xv p o $ fLL < < < LLM LL LL iv y a = a r w = i n° ^M w w ANN LL x N Ir 1.J J^ O UDi 00 i- UJ UO uottlu. l• ILL JO>OEE`I/IXSIDmFLLE1Y < MJ1•>1p-OtNynlVIS a Ul ••YaN a 4+ WW z O Z1-TF- b O •eaY - 1 •Z+ •O U ua-i-%JaIn ru oo rc& 0. M JJJ. ►a ^UU1 J uar tC • 6 ^: r N i^ O >O O Z+ a tal (Y- RIUUO Ur19lz N >O tE^ •- f- + Qa t. ass <•»- Q r^^l I^ 1• o a. 11fUJ $y JII y - • • odZ r U ^z^.. Zll-- 0 w 1- d ZM0 a 1 0111 d2 l aOh.- • • .II Z- •..O •Zzz E w • • IIJ a a•• aaW^NWrr J M.+-Z W Q IO .,rr-0 W W.+r- rrt W • ••IfiY ^ O E W 00 OT Z E a H M E • 0,-01 1 1! I1 2 a 11 fill fi ll 11 Il Y z If II 11 Z Z II 11 U1 11 11 Z In Y n a x a O IU W r x rQOde)^uo • •e.a •deuddors o • •o • • • • • W 1. Z' J Z:)Wx z2JZ O «. z ZJ •• 2 J'^11 u) M OOOOmmalY00ad^OWOLLO00:a^NatYafYa 2J • 0 U 1` ZJ Q 2JJ .. (1) 1-00 to lU 0..0000 ++ •00 •OOrOr00 • • •OI e• • • • E J•• NZO J U OI• QU0.^-NV1JO, roof OOJ ^ ? 0000OrZZ 00200000'OOZZ S 0TZZ7f Ph.. NrONNr 0z 1p 100 OQE 1• r00 NNNN N. NNNNN 111 NNNNNN NN NNNNN NNNNNNNNNNNNNNNNNNN';1^'^ MMMMMddd0d00d ^v inul 0000 0 000000 000000 00 00000 V0000000000000000000 (7 >o.'.^^znuSii70tL'cU40&Mi 1QUU00-1nIV zzzz 2 zzzzzZ ZZT.z 2 zZ ZZZZ7 zz9Z ZzzzZZz27zzz27. zz h M UI UIM U) ^NNMMI/l yNNM O tnN In00 v) NM^)Ntnw Uf ln MM V NMNI) N U)^ 00 r p.r .1 r.,.rrr rrr.•ayr r .M. ^..^.. .•. r_ •.. rrrr. .. ------. E Y

a^aKOa^aaaaaa^^^aaoaaaaa 0 0 0 00 uu.••o•f•• ao Ku•••• ••.••••••••••0• d 1lffdflf111f1d11ff111111 i 6.1. ^^^^zll^It1^M^Naa11a ` ^»»^1•a^ ina^ra^4i *M:(*r t^ Omcjm-m 6c YI 1a t y N z 4so za .4 l- 001 M M 2L4U udi!.. 'j<1-^° !d•vltNna^iJ KJ 3

K..zO as. Off OC R ^eO KR^Ir R^UdIROKKOw ^K NK w • ► •l

fltl'a1 • • •m •1 . • qO OZ is z r 6f 4wi O O MO M mrio,j oo -V u a zaa1.1- rQui- u' u " u g ^^i1a ` S1^a< 9zA^ Z ^' ."4' , N .^ ^ • 43`'r n °^ N • VOr922a.OE. 4-16 ' Eaa;". M < z N v K %0 2 z [^ ! M 4 to > z x A I > 1= > $ • m o d N to VV Y••V VVV ••.VVV •••4V ^•V• W A MW W Y 00aaaOLLOOLL aaa 00p 0,C1 moN¢a♦ d< Z N • 8 • O p•C p ^1 a 0 O O M • • / • i^ 002POOOOR^SDOOO1E200KZ00 Oi::a=.eo®ddd'•d os O 00 l f9iK a ^ 0 00 co 0000 000 0n o0 z 4zzzzgggzzzz 48 oc*9 M ZZZzzEEZZZZgzzzzz < 000 •O O •41d0.4eN••lY1.1N•f•1• d•• t .11 JO WV J rNN•lrrrrr•r•r•A•r Nd•Nr• O z W Z W z W -0 z 1U '+a¢aaaaar r r r aaar¢r rrrr aa a O¢ O a VwM ccO z$ dldldldddd0 Z d Z • df001 •eelededl ••d •N OLIN Z O Z WMrr••rr••rr Z W• Z W•^rrr!•rM•••rNNN N •r^M•a U.0 Z W w uuum wwvvv %avuu uvuuw u s ^aaaara-+- mam C (La u a r .. r r rr mar r ammaararra a r 066 uy M

z m J LL % % Iwj1 N4 VI VILL J Z an4va z0 ILZ O. Z O a 1--+ Z hul z h wwr r J^yO¢l7 to WaJO up w v a • M <640a2^OuU' LLj a) JInJa J-. Ma w1^.-t F. 4 j ppJ J 04" 0 XZ J ¢ J 2 • ^y SOWJ'T 'AZrrUf LL^y En z14'. WzJr4V4 I1a01-VIZ 20 rw U^+^11 LLLL 1 WJ¢h L Y < 0J O • !x O . 14 ^--A Uf Ai uh ui91Y M J M^ 2na^11->J6l7wKab 3oW10WWWanaW z1- yy W m2g .^1->1-NE^1V<6 Z ¢ V -^Ula 4tyZ MfL O O •p^ a ri 7 r < A O a• uU -1^CQw5JOO Qa 4U;A! W .. W < w 4 Z w< 40-n222MO N > N > Y > .. P > s I h z e to to W Z LL Z ^ r ulT • • • • • n •v •0 • . •m0 •OO .l? •00 • •0 M. • • • • ..d • • . • ! a0 ! a0d •O . 'lo . •m • • • . • • • s Y • •f1 1. N a • aulaaaoaarYwovco0aoa: 0 .+LLa^1 ao gaa¢a¢a 1oaaaa qo oo-+amaamaawaaaaaaaa• aaa oa z O OzozoOZZO u <2zzz7z o 0OJ2zz000ZZ20O 000 00 z 00° ° O 00 O O O, M * uO

mdNddaedeeddeadadddevade z a z a z aWm z a •NM•NNNNNr•NNNNNMN Y•NN r• O dd dd OddOd eO U d O Odddeed d OddedOdddd OddOd >tL o • p'aaR a r .rraa¢¢¢ rr r w e. as a w ►-a ► ► u +^aa..aa-.rrramNN NNNNNNNNN t W(LaN = UINNrMrrN•NN•N Mracarr«.a..araaa-aaar NNNNM •A•NN.-CE It>LL u woO x u wM-N c u j. Va VLVawWUVVVMwwWVLLV VUUa u6 I- V 1- V 1- 1 V h u to 4 X « 4x 7( < a 6 a-M,-LMNNJMYJ O Zr 0LL i96:7[/-4}h J anP.<1 LLLLLL LL LL LL LL LL 4zza1-VOa OWaa <0 400"' 90->« gJzMM9V^7 VI cAaLLN r Jtz^n 15--< 911 a >a , JrnznoxaW1- n wOCOr P—c). S 4 r a z a 8 a h O O 7> z rcr LLZ4 4a 4 < 4 O a z ¢v11-O o > > > W > ev"z'i iac°A^ 4r- mE VNIUjvYii n ►.,^zza^n IKO

at c w Q . Q W Q LL ANi LLLL qW ►. ^. 9. 1. {N^ N i z R!

pp^^ 1••' a > a a a >

x s ' z all o a o 0 0 °0 sz a a00 a < a J w J ^° J S 1 w

N z W I,) a 0W l''' I^ it W a 0 K

W0 LL ^' W 00 P W w w LL SL. r I.A. Y n 3.. q r t p ► a \ LL LL m o M (0 m F M +^. M a

W E 0 i 2X a s `^ i a u zx •. u u Z. u a k <= x < K < > w w al o 0 0 w ^l V E o 0 go ° ° o ° o ° ° tY <® 0

U) J° J _ J J J W z a0. z 06 6" a a z a Uwc. O w z w a a W^ aLL ILI a wr a w s w $ w T ki ' r w 6 "~ 6 * 6 , WW 6 000 J ` 9 a^ $J $a F t a a ' a ^> N > 1- ► 0I M M %0 \ WW ''uu A Iw1^ iN/l Z N R L A L, E O I F R a A0 A A a s • tY .d A a • N a $ R (CO 7 004 OQ 0¢M Oa a- 00 Y moo 0 Y A • Y O O Y O 0 YY a• Y 00 V! U 400 W v <2 U <1O tf <2 V 4a u a0.W O a J O O 0 O O OJ JO M J pO Wc S wN a WNN T lu* T WY i WR >LL T dQJ LLp T 0.. T LL B• +' T '6 a T OR T 1.to 1` LO t V f u > - 00 v ► U t u U? v ► w v 1. u v. v a v ►- U ` W LL lu . Z LL W 6 W LL W LL lu LL W Z WJ O T ul 1- u xI d TOE u Zt9 u ZO U TO W01 4901 Jaw a T o T T 4 • a.. < •.. < •zz t •^ < • < • ^< Z a » z a a s a s z a z o » a o < < 4 4 a o > ul > > > > > w

3

a 3

1

i • 1 • m cA d

`N N

,0 -C me ONW M IdILII HROO1 9401, o ••wrNNNN 900r4:803929OOlf 9 00000000000 V^ 0000000000 00 p 00 000000000 000000000® pp o®000000000 ] ^MOifl0 MO - t- 0-0-Nfr11i7f ,gAmP0rN^1UfVDAOPgrNI' IIR^OA03:29R00'OP. MM M MMMMM44000000000001^ Uf Ift(n U1yU1 ,0^O^0^O^OIQ^O^OV)^01^AAAAAAA► NO NOMfO memo 0w .IONPWO#"Nwp F NNNNNNNNNNNN1yNNNNNNNNNNNNNNNNNNN .NNNNNNNNNNNNNNNNNNNNNNNN N NU10 BOA mPr rr- r r.1 r rrrr r r rr .+ -rrwrr --rrrr rrrr r rr r ^ ^S:S7=^a=lt:l7=ac>la=:Qas^:a:l7::s^^^*^a&^:ES^i^Ci mm•• m° ffim^ WmffiW< i ffim° O'mffiWHI• SW mA Wmffi°ffim< °mm°m'>^ffi0 m mmffim° mm mmffi°° m8mffim°>)ffim a O V n / 0. O O ^! W^LL -^9 aryry r zi= y o a R y N . w 10.JX a V I - LIXI' N odd-rJN VI ! OOO r.•rr NNNN ![ILQQ0. g t •) •• r0. JIM1 ..ww P. >+ A U LL &WU► • ♦• al--0. 1 • M00.N • Q1• ALJ w ► 4NV P0. ]wr • y a1UZ • ^Sa- •O Nr . Olp- O O IO O V l^l ^1. 1.^ t4J Vl O .-fi al-'^) LLW pp ppO.•Nr 0.. O • W O V0.JLY `9 Nr- • WN • < l y a ^^VV pp AZN+M N m9]OJrr>W T.. A.•z m N r Z (1 OJI4 V^ ul •.p NrO y u1F Vt94WtV r ONN y y ^ W. FO J 1• IlOgla • 0. .) JJ • ,J • • X •• O . . ^ry n . r 0+1••• U b 0. b J 1/1]-uUf1 - I • N>0. d m y► X aWNO y W10AO p,WV N r W d •1• L1- N-N0. ; IS •O y Q>B-4LVf-4r'd'"a 9.rp + Pd • - • W G1IOWILLAPULL••NOA 0 J O OV • h O0.- •cO • 1.O, 1. JP O • rO .9QW • 9dS • • •^ •--r N V) r U p :O:r•+r r NNNN f! O N >ODUNN 00,-.. 70 • YY M. V.M + 19 r-. y-Q ..r JNOrr • M e QA 400000000000 N 2 ZO • • • • r 0.J •4N Q 0. 0r • t •.O-0. rCOr .qA W • .- T .. 3 r Z 0000000A000 n U]1. rr e f` •• J •q-1.P ay 0.UNr1t- • ,O • w0...00, • U H O V O QW.. 4ZyYOy0-0.NOr >rV<>wr,]NONrNI.>N0 r V. O EALL1N !• ••TN N W 2W-.OXWSWMN0•• • 20 O < • 2- • YSV- .P O.... I.r Z w • N •. a O O•- O f-0 J WONWNMPONWO z 9 a 'C} 1.V990. J0 •• J - 11f OI• U JN r. >: M •8 •+y -.. • y y v0.0]NPO y y F O $• a W .^Or N 0 0 0 W 0. 0, 0 •• U II < V Y\ 9 yJ-O-OW<•\Z]• 0. y ]y0.V))Nhi•]\UMN-0 \ NO y y F-a M AlN N < M a. II^O^)TN8 .0. • OrO. ` WJZJ • 4+]240 .808P ..nN\••O.. r •`•II NOA < S IU y W UIaU N-i •- d ^oZJ -U Cr 2. hN40U - 'I • 1\Nf-y \ 0 V Q0 J A Z X] F• EfaN-0101 M ••54 JN r •• h• uaxu • 7» W-0.`[Y] • W°^ F E a•• W. O- 1 A W Z W A QOW 1. ^Q d •• M •+ 11zz •BrrZ • GN- K O • V..Eaa +U-W O O V O(Y\ N 11 V W V A Zy7 • O •a N..J7w7 J2NQ •+U0. Y y • • >U. r0 • Z-Z • 0007-7-0 O U NN Z YMNX • • W a 2 A --^LL0. ••• Z.0.OJOO y A Y y \2 • »WQ J O-W-Ul AO • W •\ y AA W 10 \9d 1 E< O y A 1->-aONJV>.•O•-a\a 12V0002W>f ,. 0 O2U VV > O.. f. r a3Z.9r90.UW W t3J g WJJB y .Maf-U*+T J r..^J41W r.. iYZWN^+"8 20 •' WW r $1-4NOO y y z yT. Z y EN<4S'^9Z420.aX91. y 2N] 8EE2 •• ]O.8 8UV 1. H ] $af.yVU O •• OzwWO 40•^••O OO0.0 U.• h0zZ O O OV148rN W 2 U y U O O U •• aaU JU00.I/l u OQ.W U U J .•- W 0009LLLL u 0` ` A 000 0 .1 N W MAMAAAAAMAA A N A A LL •+ J 0. • A V O O N !- y LL W t .9W

L

i

ORIGINAL OF POOR PAGE IS QUALITY

x001 ® wN10rf^Ulb ^ Map.0•N m o m141A ^^O •• NMdUOIO 02: O.iNAO1d^^AAmOIO.OiNM1UO1^A m01 ®p^NMO 0111bAmNp •0iN(Og dNbfO.^POw N I0'11 U01^A^aO 0.iN1.1 Olfl 0.1010 a Ol 001 O^T01000 0^00 Ops •+rrrr •+; r ;NNNNN NNNN NMMMMMMMM Md Odd 00 dm mmmmmmmmml p ^O zoo ^m^8 m e p m Nmr. NNNNNNNNNNNNMI'! RM^1(4 M1'IMMegMr'1 1'InIMN M^IMI'IMMl^lntf!il'IMMMPI^fMM1.1 1ryM1'IMMMmMMMI'IMMMI'11+1M1'IPIMMMMrga1MMM!'11^M1+Imm Mr► mm it r.. r •w.'w rrrr .. w rw r r w rrdMwr► wrr.. ,^ r rr r ,^ rMrr r r r.r • •wrr • r ww ,. r r.. sss oi^gI i^gddaie^iie^i$ii^e^+oigti^es^s a^^fess=soi^iae+aa i=o epeed^i^^eisge^eeee^s+^i^ee^ii ^izes^opo^ioffi+^i^ve♦ mmml00 0OM9!' mmm^wo 0 mm m m 0m0m ® 9 •^mmm41 TIM mO mm mmm m mmm m mmmmmmm mmmmmmCl m mm^ m m ^ Ow m m mm •bb• b•• bbbs AbA

j •, N Z r It 11) r ++ U _ m N tUU :a a O W a 0000 b • 4« oN ° .Ilv r N WO ti3 N 57

Cl. 3 • 31L 5 , = So 0000. 22 w ^ •^• a w 0 A u IO^i Z^ 2-. 14 `s i O 4 007. 7J +O 1 0 1^ OO 0 @ + I m VO J^+ OH N r A R^. YY ^I-^ Nr m m e h N '^ '^ y-D .6 • J x x WMN JJ xx r r N W M F• • O jv 31J 4 :4 •• Oa • • 00^x LL rLLY .z J xx U. V U J J .Y. m V r r y 30L ,Ve . O J.3 V • » 1 . 1- Z ♦♦ 00 ►- ► z. ui. a h O Y 1J^, D 1` N +• W IJ. J O t7 •r• > O w O r• r u W J .. w J O LJ 1 0 U O ^• ♦• 0 4 0 L7 A U 11 '3 DJ J v ZW 99 U,w W r ^^ b fy • Z •• r • • N r b • ,. • ^^ za m o .. ,i ., 0000 0000 a- a z •1r rr ? i a • .off z .. i u . •^ a '. ' a wz v,,., '^ ; OOoz • J 1 ^ O 1-00. • zz * ♦ ♦♦ . r ^'u=1•-*Z • `• 2wN rr 21111a — • J J Il llr- V.. v y w r r7:7 ZP• ` . mm r .rN . • rL.r !- V •• N urN . • JJ •-r •, .. a Z•• 4 m•• • 6400 ON rwr •..^ •x 1(^.p 4 • m a Zr1 -•+.+ t7x xOC} u11^ 4 ufm n .,4 • w,tr rp, Zvl u1 0000 • vJ„ J - ^]a • •• •• •- i ♦ Lw .+rr QOO • JJaW •,• 1 :..r 000 •JJWW `^ 1. r1. 1^ JJ A..i r• J Z11 •• 4r a ULL .. ••wl000O 1. ty, 1^ • J- a 60. M•rh^•• ii QO N.1.meN r+ Z •a ZAmm Dm 240. MA 0 1- 0 •6 0.a • mm W U9+-••, O •• ,. Oltl r d a•+. • ^^ 1i 011 U u tl 0009-N fill 19r11 > Z•.raN •^• +d r 90 a r•.•rN1-10o^ Zb•...Nr•OOaa °I •••' a 4-+n m xm M• it ,aa 11 ••xx • .•^Z ^II^ Z x •+ ..xx ••19 00100N JS 9 X '0 .'1.rr ••.+ - 4J ^^ 00 Dm p 44 ` • 1 1 •^ 7 OC) ?70961- . Nom. (,J-"(\J00..00 a 110. 0'1 •. 011 IL •••• LL UU11 JJt7 0l?ZJ • •• • J 11 Uull JJ 0 • 0ozz as ZZOZZ • - W • JII J O • 1 > •• 4> 000. 1- 1 a r N LLLL •• J • • • •. Z I Z IL• N U.LL^ z • • 11 ♦ O I 1 q 1- OLL .0 •+11 • U O O^•'•O^"fl.•• ZUI -LLLLZ d • NJr • • O rLLLLZ d N.yJ f1 IIZII 11 II 11 O w ..ter J WZ > wN OH Z II •rfi x • a JZJ W q ^! II • J Mx •ll'IZZ 1199 ..•,+ z •d^••N•• a •r Il no 11 ` 110. .•r NJ r "I lim mit W »•+*• + ...+ • n Cliff III DD.,. 00110 On - U m-•9 I U Z ^D 4 a ZN NrNZ^+J-^•^^^Z ^1J., a 7 M NZ.:JJ Z-^J `• 1111 it 1100 01, 11 IIOO l9JJ '1r '111 •'., 11rrU1 VI -. 11 if •• ^I !1 •• NrNNxx • .• LL LLOO..4 • m !/`• '^ • FJ rt•YNXx •rLLl OOr • • ZZOZZ -• ZZ W< •• N •+ • r • J •- m N4 •" r°^I 00 NxxN^7 .ZQ00•+••I-,+ r,. .. O Ni'tXN»ZO Q O ..••1-r•• JIN`-(M C3rN NrN OV a II • ^+ rll mu •• II 0] JJ r - Z J••-r r ll Z 77 JJ •. •++ L•••• CL CL LLO> 9 LL VI » 07;a»'.A m O^JJOLLLL ILLLLLLLLLLLOF• F-1- VI LL OJJO LL LLLLLLLL1` LLLLgh1- ♦ r rr r •• ♦ ,1 11 '19.' 1111 +• 1'191 ••000 A CL b r••QaOC.aaai► r •+ •• r,+0 1L000 U000 „ OLLLL O O Or r r•,.-- 00 A A O d b m O it • O O M O • VI Ih 0 m • N cm • A .m• ,^+ (\IrN ii '+ N N A N rN'• N ;V N N N (U vuuu uuu uuuu uuu

V+OrNM;lm 1DP (O p^rNMd mPm a O "mdwONwo Q 7NMON ^Dh100^0•+ NMd'DmONO^DPO)O^C:rN^J 4 10hmITC)••Nd^p 0c+Nd m^ edd ddd O m mmmommomw ' 10 w1rolo P - PPPPh mal Rlm cO mx ^a mourn 0, 0,00 mOC . CC. O..,+,+.. •+ OOOOOt9O00OVNMM mmul MMMMMd 0000 000 O O 000000000000000 X0010 000000► O0nO000O0000000on 0000rrr•rr., •+•.r.. 000004?000000000 009 O O 00000000000000 0000000000CGOOO000000000 00'000OOOOOU00f?[? ZZZZ7ZZZZZZZZZZ Z7Z Z Z ZZZZZZZZZZZ7Z7 7zzzz7ZZZZZZz z?zZ 7Z7ZZZ Zz7Zzzzzzrzzzzz mdlmmVfmmmmmmmmmm to Ulm Uf Uf Uf of ulm VVllmdlmmVlm uufl 000000 ulmVlmwm'AmlAmmmmml^ rr rrrrrrur r...rrr rrrI/1 Vlm w m VIr m2=2=00-,.^ r•r r.•r,.rr...— mom ------rrr —•.rrrrrrrr rrrrrrrrrrrr r,.r

qqq0^^^^ p p ov00000000000 0000 v 00 000 O00 000v000p p000 o 00000000 00000000oo000 p000 1+^ S R ps1g o0 o pN pD p^ 0000 $ l^1 00000 0 o^1r p NM A P. fam r^ LL} 10100. 10(D 10m0,8,A90,O+ a4,P0, Ogr OcoOQO^O +.s r ..rr..^ r ^ r NNNNNNri1N1V fJ P1 P9 PI P11+1^PI Nl t'I PIOI OOOIOd110 U11flNlfl Yf 0tll 0Ul ^D ^O 0 MMMIMMMA MMMMMMMfgMM Pi P1n1R1PIN11•100 00 00 0 00 0 0000 0010 0 00 0 4 00 0 0r000000AOS100»OOr000000000^I00d Od00000 ^i7aiiA1 VVIVi4s5' iiia9ti^t g "ZI; fi iaa^ta^aiiYilPiias g i^iaiilsYiiii^sQiaaa^=IIiisaSlsiAr Qi^iai ^^ $® mmmmmmmm°rorommmmmmm$ d mmmffi dmmm wmm® mmd mmmmmmmmm d0^0 mmmmmmmm dmmmmmmmmmmmm°mmmmmmao

s UP a z J m O VI ^ If

WOrrJ •N '^ X O W In Kr

•• 1a X UI^ • V^ r.7 .rr Z VI 2LL a • LL< j •M•O E r ie W 1wU e lV ON ^a 1 7 A. tl. ^ • • ah '1w PC Wr •Ory w+i Z Zle t Q j cur IL I.a >r.. ^• zE • • P^ 4 1^•• P... O N O a 4• M rZN r ••• F- o rn o a II •• O+ WS rj V O »4 - JZ J • 3 N ?- O a> 1 W 2•r•a O aa a •1+ •L9 •o J ^WJ r Vl •+^^ `D W X 7 •2 N ,7 9r •^ lV i rr U rN r • LL^ (• •7 N •. tV JeQ r Z w uo P• v •a a eaa V} X 1U tlz z < ^ rZ ;! •> +^•+ VI PV U z W 'P,++ • U J r LL iJ I& JJ t •• • J U wUt u + ^- a < W ( t• F• < W R fa • II ° 1- s r r O J • r). {.. 171.. I•- Z W O 1^ '911Z- .r'1 I1S^O •• O O P. •- O 1 O - a v I4" OO u Q 00 O O O ; 6 G; Cywo a +O 0 v < :0. V d. • L7 ? 1 -• w -- N r^ JV U LL ov L9 z110 o u- . O N P• r . O J /1 • _ Q Z'^R •' • a a .' P^ UP : 1 LL . WZ MI- LL • + YI Z ^•'1t AZ o - • r O. o ., i•^^ o x 1 ^ Z ^ v n1 -. z- - ,m w Z.4. ► • • < j ^^w >z f^ p --a L^ i •ra J i o0 • u i o u o N•.0 LL u^• ^^a • o•• Y1 J W ,la 0U?", • L'< r a z2 u ;II Z ••W V P•V "'J( ° '`. w a•M (} 6 Jr ,,": 'I . U} uJ u a1.1w u+ '9 - >( 2 Z< .•... • VO ,•+ :.q aU1 •nw onx''-^C, ^rJk O 2 • O 7rJ 69 + •^ W .•w o OJS Z>,•._ WZ i".• ss'+ nPn It! R'8 f 1 .X a^ J t9 b.Q cc .. O r . r !Y tY r N's:, ^ T u .,,. !' ''^ ,.,, J V10 J .J W W y .^ Y • « .+ < > • D^ Z .. .. r X2 i P. sAO tY.`• r}=o 1. t .•.+ • JOJ • m t[ V}1- r Z • >1 r^ IN; r a oLL 0 ,13M 0mi 00 ^ >y N^P-o 0.0 cup1b .Zu g ^.Z. w o o r..a . uo• 11 0 2 00 ulurea LL mm** L^--- •• o .. s .O > U. .Jr i•+ o z» u owx -11 i, - a o d o • • •a-. • ^ J o > a psw u>z.. Z- Ul r l 2♦ WZw UP If '• 7. IIO -- eM rtVH-OG20-O a Z a J O Z2 • P• Oa II •+•• g 'O II-•IIO •" Z 11.1 Ew Z .»YX t. • 0-1* •11 r •• I1 J Zum --Orr uu 611 O - r II Y J^ r Nr q - 1MN -+ ^'^ O 00 770 ^M1- 6_ 0 LL ••11- P• O CL 0. l9N Na Z UU11 JJL9 49 t'7ZZ •Y J II- Z O .O.UI « r lf u ll a III 211- N r 1 Z •9'9 ofZI 1 •^ 4 X ,2-01 !- rN 111L - Z • • •.. P• '^ • rr+ • 11 II O tc _. ••• • J Z •^ •Rr P- 1-+a .'9a U1 a LLLL•Z d NJ?J • .• M ! `1 • rW n aS -P o« J Z. O- N M ZOP- Y7 JJJ UI • J7Z 1 i •,JNrr• II 11 •JKX •t9 •Z Ip a. J -J Z F-h w - - y^ 00 • L90 rl-O rr+0 • .. .. •rr OJ ••+`•• r 011 .>^•+ 11 If N IU • a:3 (y • r,• r ^,v • + II! 7 ^» •O `t.01 •U J J • r •dr 1- O r rtlp J • 2 I!1 Ilr g 4a t1 IAnN7••_!J••UI X_1 a IU .rr a6•• d .N •+I J •. •• .. N•• ZWO fl Ii dr•.... 1111 -III If r 1iNiJ[v J •• NMXX ••. LL00.0 • If 11 •+11 f d •. JJ Z•'1. ^Qr O •• •O •+ O•. ••> •1N> O^Z IVZ, > ^^ •• N^1>+1 1 a XXN»ZO^OrrJ •• D N> .. QV rN..N- ru U. Z L) < N •• Z7.Z N. U.'.,)Nr 11 •• •+NZ u 7n .JJ r (L Nrllr Z Z 11 uVlq !- P• P. LLC30 is y}QOOO NVI LLVI Ut aU»O JJOLL LLLLLLLL LL LLLL P• . VIM a 00 LL LLo 0 •+ pLL tl e•fP ^P •• OU eNe wrp UUU r 11'e rr. ««OgaU M U. tlo «« «r •• tl r r e OU Jr R •r1P r ©qnq VI'•' ^q hUIM r O e• •e U Re• C 0 ee P • N O R in O R G, M O 0^ O P) k1 N 1!1 0 N N e•0R tV •Oe tV O •• !'d 'A, N N N• O d • e•• R O N uuuuuu N uuuuu N N uuuu N uuu r N N UUu (y N uuuuuuu U N

pm SrNM 410411,00 Or. N MU)0Nwm0:N MONV) 1`10GfVdV1 tD 07NMOOO ?I co MIA QN000 rr rNNN NNNNNN r•I f'!I M 1+1MMMIgI'110f OdOddOU}UINU}V1 VIV)0V}V}41a 11001- P, P.nP, Nm r. r..t e•r rrr++rr rr r.r .. w..1r..r r.y r.+rr r..w .+rrrr«r .n .. .. 0 00 0000 COOOGO 000 UO0000L'7CD Lp000400000 OOOtlOUO (?4060 oQ 413024 ZZ 2222 ZZ2722 ZZ2 ZZZ ZZ7 ZZ.ZZZZ7ZZZ ZZZZZ7Z Z722Z Z7 2'Z27..." NNNN UI to Ulm NN0w0U! wo o w 0 0O ui 0 N UI u1 C9 U]UI ut N w U)U) f^ 0000 o0UIU1 U} 00 om ow! rr rr..r « rrrr rrr r«rr r «r rrr ,l-w-r--- - -r rrr ..r rr r« ....rr« 010n^09COO: 82R OM$N00A100'^OiOPO1rUO1tpn0700iOwN10'TOw^0A3132% M01(IanmPp.OiNIgV^WAm^O 'wN^l'fUO1CA^O^ O.0iN1'IIUOI^n^OIOwNMhdYOl^ntDOiOi +D^p ^0 ^O ^0 ^0AAAAAAA9•AA O1^ .tf SDIpIL ^ (Dtp (pOa Q^Q^O^T^OIO. fi^O^o00pOp000 ®rrwr^+rrwrrNN^1ry wwwMwNMrMMMAR MMU ZO40 0 00/OtlwW IIO1f10f00 11 0 1 1 1110 1 d O11 f 10O 1 1 1 / f 000ff^iwwN wlfilnwuTUlwlnwwmwwwwwwwUlwwlnU wwwwwlnwwwww it) wlnU U)In 00 wwwUlwu r .r . r r. ^. r rr r r r. r. rr r r r r r. r rrrr . r rr r rr .► rrrr r r rr r r. .► .rrr ► m^$ffimm ^wilimm3millMWAma6mm^ao^' mao° m^m^^ 3mr3m^^m m^^ffi3m^m^^mffiao8mn is M • • •sww MdwllwwWwdwM•r• r11rrA

♦'. e J W r G C V•Y r - u a e - E 0 hl X1 3; S l W ar wr N-^ a O uy • 1^a - ^5 YN^ m u ' =a O 7 • LL O .r.Ji t l7j 0 q - M r^pp wt7 s Z w r • (no--WN W d J Y WW a •V'• - a +O•J• Td< \.a y WW.• .Zi : 1 W J l a • W r U' a w 1 V •-rr .. .^T V i ^f 171gr 7r :w Jrr' V- 0%. w I- r11. -p. ° tV V . •rIL ► Z I 14 as J n i e au a :,^ h'uc w Is.^ 1 o 1--v^u ^t u z •J v :9 III z u a M• + J ;wU WW `J 0 M-aAuk!¢ WS /< E V 00- ••J•• CL ;do 0 E +N 0' O Z• FY t+ M-R J III *_r - Fnl7 ->V> 3 1^ rwrr -11 \ » O O 6^ U. +- l •+ d EW12 Wei '16 n 1 U a N ^+ wZ V¢ = . 'RU - J0 O u- Ja- W E3aEn .0. a j Y 1 O , ZLL Zl•• I ll- S IM ••0 Ew r Z (l 2 O ° l9, E 2 l ► it 11 ;-- or rW .. r . \ 8 Y Ow H r ^ Q : i •E+`^ r Of Z U > 0. 0 26 6 w OJMO J rE h• UO ^+nMrNNI-•+ a %% ,,,,11 N 2. 0- O II Q Wu J 1-.• - ceZZ •N•-frlW N Zmcq 410- UN a Oa y G rr • II O> Z• Z O1 > Uw- U. 30. 1- N OWO N.•Q • • lJI 2 Y > •NfA0 11 •• •+.+ O .. W N V w 11 Ow Z ..r 11 t- E Z 1-Z 11••aa E- O-LLrr.• WI-> .e. l 27 ' O W w .I- t9 < E • Z O ^- -4m ^aYYO 1 O a%O 7 •W O »•• 31(n*N9 1 110 A •• n 011 IIJ J U - a w111 11 •. 1Z 1 `•11 N Z 7 J u' II ..-WONJJ 1.>u-11 • •• ••• -.- %Ov 11.0111111 oom II11 - Yl ""f! :II :J-1W O Z w a _00161 1- < 9j 0-'•1 JZY 11 4 O dl- 1 • • fY d II F tf O % C1. .011 11 1I 11 Y 1J , J WE OZZ .r l . O. Nw if) 1X N N II x k 3 NrV N a-w.. •NU'FO r'IN W N w N (%I O •^r LLIM N Orr .+ a X0211 00Y ••a 1LLLNNN.• II Y+.Y• + J11`••• WZ > .+ C J • > h .N.NJ`••• u iZ••.,vu-• II hW E =ad 1.L„11 > E LLOOLL OW.LLH LLOOEl7 On O O LL HM OJJYYLLI-1- IL LLr00D0OO: OOYLL Y •+ O -• O w- 130 J1 ••O O.Ou w OJ LL O O in 00 fire V00000 0 w w Go G NIf) A o ww GG • rrww ww 0 w ♦ w^l M ww • wwwwwwM N ww• NN N NN N NN N vuw uvuv v v u vuuu uuuuvuuuuuuuu uuvvu

1Vdln ^O tD O. OrNM waDP O. O.N MO w 0 N wM Q -•NM4001"000-• M*Qf MMOrNr1 *mot- .O.+ N O p11 tD .D®m0^0^0^0+0. 01 Q^fTO OO no G 0 O GOr rrrr.. r. NN NtdNNNNMMMM r.r.. .010. 01 r..... N N N NN N N N NNN NNNNNNNNNNN NW"NNNNNNN MMMMM40NNNNNNN Nd 6000O00GOUOG q.=1 u000 00 O O p 000 00000000000 00000Ca0000 G06004G o ZZZZZZ222ZZZ."7Z y Z2 ZZ Z Z Z ZZ7 ZZ^r'ZZ2Zy 2^' yyZZZ7.Z2Zz2 2222 ZZZ Z Nrrrrrrrrrrrrrr to tn MNl N ww N tn In UTNJ11AN rr3 wrrw Nr w3 r'w ulwmr3 r yN1tl-^11p1zzr1-irrrr zrr6z? r-i VIfJ11AMzzzz6z22r0=rrrr 3zzzzzzzr 3 rrrr hr

"^^BdS^i«©$sgssssas^a^oagas 8S8 =o^S=BS$SSSgagi^40S°aiz^o /000 00 000 0000 0 00 O r is ^n a^INCH eg %upuUmpu u u UVUNVVU p IA Q LL^LL LL ^LL LLI► !A,% LLLL ^ Up '1Zt- Z m ^ ^1^9%Zft ul>^ wV1 4 1u1R 5 t+l U7l l'^R ♦Z Q^V Or..1lZ a IO^cI7^a `J u /1ALL/l f

u w W 0 f t O O M Z N IOg 1UOD cOncD 0Or NMIMvN COD 0O-NI'1/1f1 ^OF,T00i O O.i NI"lo Ulbh NDOr OrNI•)♦ UO) IDA 41 tTO prNMfta IO0nP0'tN0 W NNm Y Y00 • OQO • •OdpmO • • Od Y • •V tlIUI10UMI10 0 00 SOW 000 0 0ON PPP Ph h NNN cam 11W m m mmmch 0 , rnc*rnm rn IT000000000 Or Z IIOaIrOra000aaNOOI.1AaahatttrR.)0 mNNNNm Nt"1111)(mNwmN11 10 In In too) m mN t0 NinininN inin 111000 aNIR yD tOmmNNU7m rrr r rr a^0 t0 ^D bcD tDWtO )n ^O O r •YIqDS Y oOO O • •"QOr r • •1nO • • •.r :3♦r r rrr r r r.•rr rrr rrJrrr rrr.. rr.d p ® o ^a=a:S' : }fi=+:= ip^s' = sa ♦ s = si:: ^nrrrSyYaQDQixi^r =s^' araai9^fif:== lpfa+g O /Op7ZClp^Z000Z7005OOZZOM7Z7 ♦ + ♦ ♦, af:a N ; 00 OO 000 00000 00 O mlD m mmmd mmm mm mmmm® mm mm (A mm m mmmm mmmmm mm M mm♦ 'm mm m mm mmm♦♦mmmiD m^ mm m mtXl O O /Id0 ♦ d ♦1♦ d ♦ ♦01 0+dd ♦ d0dd eLLi ^o • • k ♦ »• N —MA III OL -a of r^rM ♦► rM wrAr• z r ••alYar ..amraaar...... xama J a lr at^ n n l!'1 O UUtu Ua^KUU l./IIU^ UUUUUUU r ^ \ K X I tqY O C w aO r Lum^^ 7 LL LL a LL Q J LL III In I Up (A 0 tai 16 MV) of a O a. 0 N i' !- a J ,.p • l.IY aM. YZI-01•-O?.+4a-.-+LL a00 r)J!-a 11 H O^Ya ulOKia)Ztn .Y Y U)V)-7704U N N W a z '• - N nLL^,^Jaadtn c7 tJ C^J.+ UUUOLL tr n J f Z 6 • fps m t ^ Vr O W J 1•• l7 N J ♦ u? J ltl 3 A q J O t1.. a = a i¢¢ t f•U J a Y \ U^ \ Z 1fw11 lutY! Uff » J v JV UW • LL LL ^W i a n.:d K Yf Y W •W W •W V W OW • Y •U W W U • ♦ • • U H U It Oil) UI ? O v f•. % a a aOnOar.ytrOONaNIrIrK1•)dlf.Ola'OIYIY In IL M4 0 14 to Yr00 •r.q rr7 s0 T.0002007000?077Z.0000?0720Y00P •r e • •.+r ..rn - Y I^ • 7 ♦ NP) ^• ^ to J \ a III 1- X V / 000 00 000 0 0000 O O Y J In WI p 'u W1U "}? J ; j v! UI 41 a 3cV ^%i3x 11 4 _. UIk7 W J -.,17 000 00 000 O 0000 O O W •. Z n A J • Z`- a JZ IY LLZZ .+ r IU J r- Z W •^'J LLJ •+J p.t i .4 d .^ I.r- - u ^dd d ♦ IOVOd oOO ♦ aodeo0 ♦ OO®'do a N U N O ZZi o- Z - H > .I-VZ $ LLF p- 4 Y h7 \ — di s kdMMY4Md4N M p MlYM lIFk/MY 2.u a lttt.+.+tr rc(r it tY--- lY tr if a' tt Cr tY ^i u 0 u a 7JU ra u 6851a1- J ^ J r^0 aill o y nY0 a a a N U U+ V Ili VIaU Quu U a u 4 J •U t- I VcyW Z ti It1 ;u WWU UtraUU UUU Itr^uuUOU •d _- ti Ir[^ ul^n +^ u a a 7-- i u a • ^u ^( x ^7. O pp ♦ >? ? H r VO U O 11 -II Q= FI CIL 7:♦ Q ^, at, a 7 -j UI IL U. M a CL an LL Ill 1% a a I LL i l ua) a V) tail lt) tall J 11 a - • j u p a a I JJ U •= J J7 -10 >0-N X!-F.a 74N101R1->W -1,.401OLLa 1- Of- VIV) d^J"IT ztnLL )' I]Z. w. p.$. vI JY. YJ11 -D [ ox x I :. Ia-0 ; Iry1 U C7J 0IL --4 ,1 j^in. 1 00can no n a c- J n a. >` ^ x^ra :3* u oa 0 as fnl as NN a .^O .1 a it t. a t7 !- 4 [7 .•-C] N0 YY Y O.. Wa. LL >•+ •^ 1a-• J3jil U u aw -NU) I-a s Z d = d j1 it) N n 0 1 O.• 0 s- UI I Oa 110 U F :1OILI Ua Ina a >CC 0 -11 > ^aa II.f W 0.1, RI 7 r N 811 z l9 •N 0 1-. ^..J 00 r nl ♦ 9[ p .+u.. in 0) - }. O 11110 If Ili at9 - a,T , Q - aYSLC1 + 11 11 IIZN r-.. 1111 IWII r YIIa II^S V %Cl. JJ>•I•u Z fill II _ !- - v •. °• O II c7 v J 0 II N ti. J •- JI m N 7 ZxN :I Q S J'' - u-In an ..t ♦ S LL a Dl9 n,n.LL III 11',,CioUin • amo •c+UUd dOlq a0 •0) • sC 7 4 J F I- • •• ?, u• • IU U 0. •• R 0000x1 O11; it arn(Y W-. NW1^)Gdtt'()C1'OIY IT.0 ;;inN CJO 0 . r d O.0 U' al.rnr^ F+ OJ0 II JJ u (X(r)VI IliII III II J...I 0.+000. 0^ • ..bm •h-• r0 rrnr^1') 00. •1+'r ICI •-U f JJ n azin••0 Orh•• 1-In d in •• H 0017 ^^p07z0-.2 0 0 00 000. N70.T, ?.'C, YW AJ # NCI aO a JaZUIJQ Jzln a .+ ul a N N >r 0 u 11 II 11 it JO CJ 00L,00 a 00 0000 000 0 0 0 .•N •- Ntl+ O > a D OU.•N t')U Q •N l9 I- UI..^ N N a Oq U a /OOPOpO 00 OOOOOQO O 0 0 Z I CC a V Z . U a •. a -• a -. til Z > U,. ^+ J a s > r N .+ N J a s t 00U O 0 0 Un LLLL UOLL F-LLUxO oa0 LL p- p- J -JYYLL p- I.- Woo V) U0 M UD M -'w.00- a •+ QOU M'Y 9JU to CIO M aaaar. FI- odduda0^^ddOdddddaaddddd dddg dd -. M - M rew 4ti M ♦ M•Y1 (-r, M M M N w a w r M 0 Y GID rn n A ♦ G A.. O a^a rx(r^ +r rraaa r.a -1 if ^`^tiM-ir ataa`^catl u u ul In A • in N In U) O• 11 w Y N N N N NN NN N N •I1) IrccUVUu UIUU U Up utIIVVUUU U1,UUU UUV uuuu u uu uuu u au KK U U u O .I Q a 4 LLLLLLLLLL LL LLLLLLLLU. IL (L LL It 111 (n N In In in In in a V) no Up101-m 0 0-ni Ni d 00) 0 O N M 00 h!D 00-1 N MIt Up WP.x M0 rN P)40 0 I dd 4, d d in ill in In In to m to 0 ul a N o u) h 0rh h N 1h hhRhm !9 Wcn CO in h A•+^n 01-n?n Yn In ♦•.J U]C47: 1-- tV(Ii NiVNN N NNN NNN NN NNN N IV At NNN N NNN NN N N N CA) NN(V(V U(1 •+'^11a,a a NF"gOaUl 00 0000 O 000 OC)C G OOC 010000 (Once, l0 VUUn f 7Z 2722 Z ZSZ 7z7Z772ZZ77. 7 Z72 2 .z7z 7Z77Z Z7ZTZ H In U) NIn InN to V)U)VI U)VI VI V)VI U)u)VI In V)Ncn 000 U) In to in 00000 VI InOth In w. ..w y H r r.... wM w r u..----Nr --- w r ...... ri r .•r.. 0 r a z

`^^ ^^1QR Q4 GE IS AtJ?'^► Iaaa^S8aaa3a8aa^0$8a^a$aaaq^

000 O O 00000 O 00 •.•..•Ce V a• a„•.. •••.•..••ee•.•0• #0:04lvlevOO1N11N^OeeNleeeeee^ gaaaaa^a3c^<••... •^.^ ga• g^aaaa^aaaa••••.•.•••aaaaucKaa •.•.• a^a^• ►•« ••• r.. »11 •RR • •....• •r.•.••• « • !..I.I.!Io-II « < p zzrzzz^xra. zzzlazzwo2 r rr r r rOdaaRa^arr r ra^aararrrrpt&a 0 o • 0 a 0 • O 0 Jvuvvua: t^uvu uwvvv wvNv uvv % w^,j Ka I ► ++ • ++ ++♦ M 00400 p y,I^`I^ W o nsum wo W1111x1+1/e11elOY M •0 1^ LL ill. if tlaraarraaa *a *rrrrrr^rrrQaaaaaaraaa1. LL ulN NU1tvt 1fltnVIVLL1 Y1 N tr! OLL .u^1lq OOJ1O^Whh M1^ s > s

• • e •O • • e UMomU • • • • • n^Kr t]tK4:30-s4 w 4e 4e 10 :3 %0 0 0 0 0!000rea 'M z z z xoozsoxzzoozozzzogozozz r s7Zzzz O 0 00 0 000 O 0 a ..m.•..e•m (P• dm . , ••u • ... . f •e••. 0ofI :::CM Q: O® : d ::O::: OSItH w m M u M I. ft M !44 Z11 1U0-0 ,_41 lZgqrU<°ntw.4Na M M3I 1 < OQ .-p np n n I. M Y WIU^I z046x cwwjjZ' Z06 ri^fHU11 OZX45 MNW--JOO H ^+^1`tYXnal^h•>v » 1^ 1Z ^pp ^13VV U a Q Oyu 'yU^ 2 V igo' U MatA111- 2 b lul ARI O • U 4 U1'1Il RS Ot •tA J~^ r^sl-^ <' Ia l1 ti . ; It it. Orllzzmwx 1'Ltt >Y z VI U z 1Z O > ' M. 50 11x^ a t Y ? y ty e w W 0 ••V •••N•a.0 •Ve .••eV •UV IY •W ••.•• r w w -e+ i U a aKtnaaaoareKOK 41 n KKKOmKm0Uo wommmmm ! 0 • n • m • zzozzio+ zzz °ozoozzz $ oza°po°ezox^zzzz !^ o 0OalZa ri(dd$nILi oo d $a^°vdcr a3aiaidlilzadz3aa^wzu' o a o oa o 0 moon o at a 0 0 o a o 00 0000 0 < gzz zgx z zg za iggz g zzzzzzzzzzzzz $z zz O O O j0 o p O Of Oleo VIVOIr eed ee ♦ feet eded eevOe L SO J w9 M II R NMi11M p }RMMMNi 1lMMMMRMMq MNMRMM O z w z III z w .^.+rr K .r K-'KKaKKK r r► •+aKatt'.a KK^r-+.ralYa ! O IY Q lY 2 a i i + Oef eQOeedd i O Y Qedd6d01e000V Oedev O*ON ^U1N O lWrtMMRRMRMM•M ! WM E WM• MNR»••RMM•MMMMMMMIIM LLLLO x rrry rr 1KtUU UUUI1tVUUU UU V U U K UMU UUUUU U YV ^aaKa .+KrraKa' O am ;r+r aa KaKK..a^+K r rKa^+ 19LL0 Y I- z 0 A U¢ ll h ^u LL ww W LL^ r %1 O Ili (' w iw N UI UI VI VI In 4p. p. Y I CZ4 y";" 58", al ♦ U W. ^ZtIC S,^IIlU061-r J4^uLL1^W .Ur d W^tO NX f?ONtnloo-JM[]QJ N > I. It > a z U it w s a_ •••m.. • A.. m A • •.•L1 • O ow .•4 . 0 000 M K O •.•••dod .• + K. • non so.• •... •.. ••.O. sm so a 1 0 NO ' • i i^i a n0 i^f1 e:.^e : oon : I:.;; no: Q ZZZOZ ooZZoZOOZ27.'70200tn: ZO^000(^ _ao1^XZ2i ^onooz2^ Y 01 y coa^o ric+zza^> zizz:+t ^ 7 2 141{ O 00 O 0.0 O 000 O 0000 O O 000 00 0 0 0 f J 0 00 O 00 0 000 O 0000 J. .O 000 4M too. 0 O (7 t (a 0^f oodddsdao dddoddda,• d pp dddeodvo X K It a z a 6'Ulm YMMSps•MMR^1 r MMMMMMMRMIIMA.iRa1fMR1 O aOedOada^ d64d O 0 o d O0 .0 a .400 It d d d*4 d d d d o d 4 i Ir-. Nr^ra QaKa aa-» -Hama aa K -+"' r .r ► wR i U111^FMRYMIIR^IM {ORMYMM•MMMw allc U :atY^+ aa r ^+" r aa E nK x Mr M(x 'r . a r tY-»IZaae+(Ya 01 Ix LL(J UUuuwuwwuuKU UVUV uaauuu uvu U V H O F U P_ W0 < ^^yy w UL,Ji 8rU1rS ° NNJKYJ EI O in ° EEI- VII- J Y° LL P` 4 a O w 0 In 111 a LL LLIU VI LL LL LL LL tLU. LLLL a[znPUaaU Ili ILn tN 4u10-+'^O>ea < Id3J°JZ>"rn^11c J tY > H O r 1InZInI- w r J n++ .. S. a ln^•• ! J Jut . a0rJ Nz Et • E IlJ ft 7'. > 7 I n t,1 aa pp >EaI-cYUOJZ - x 0C7^ MWWF1 -M Otn 105.3, JVEIL> S < In Z -1 r 4CUIL O ^Ralm50 VlnzJ«LLr un--•EZ1100 cot p p a* cot 0 ego pp p ® O a O S iSX $ • ul

11 W w Wr LL W n q w IN. 10 ►• M• M F. e. $. r Iu

= i z rc a D (^ < < mo < wo > > f D A A

iz x y

O O O 4 OIY (O O ^4 D 4 < e eT a J W w ,• j W , iU IQ M M IVi W M ITIY W M ilx in 11 , W M wW k w uM Ill w w W n > M1 p r a u 1 t1 1 m m LL p o m Z o m 1 m Z O m a Q ^J 44J W wJJ a W w < W < Wy w J u x wtu z _Y u z u z u z K w zO W IU ^Y w O • G •• < p o ^[ I 1 • < ft] q O • 1 I'd O • x `. x< > x< 2 4i. A Q i A i ' y > ^> > tit D N ^i p u, O ,q^ m W V L + i {^ •• fJ • W x V , V` 1L Y T O s r • O • M • O • tpi O O Q O O O tY O O QO 0 n

• • • •O • x w z w a +W. q z ui n^ u pzz w z w v z w O n 6. s Y i amsI 8IR.-r i w 2 w ILLLO IV i m i m. 3W j 2p w MILO w W• LK W U 1 Eq pa ILL ^_] . t U 1 OO S C ^^O U t U ^:^ 0 0 V LK yt z ► p' uW Ili~ ^S IU U ~ l^ ~ tlW ~ o lit u 111 a J a 2 J lu JJ OJ W E J oI W w 4 W l w Ud'F < U • = M II y R ^u A I`' M U A. I • • I• M Y• h 1• d • M 0 0 4 • J/ • 0O « 0O ` y n O S M 0 f]lY OO.Q O x U 40 U QO w U <0 lJu U aZ U 4OM tlI U a O O 00 J O J • O J •O mJ J •O m •00 m J m J 4W0 m - m In • W -two (D J m J 4WO m L IY Z. T Qt~uG Z LL Q;11N [ w Z lY W. L IC 0 0 'J 0 4M 0 d 4 00 0 O d0 LL8 a III >ILO E Ili WA• s 7. OQ. A M LL E LLi[ LLO I j^+ E LLiYJ >LLOILO 1 LLW U > U > 00 U > u0 u u U 1- 1 00 u 1 UU h w h to U 1-► w M w h u uLLU JJ LLLLu I J O 2> U O C7 i5 Wi11- U TX u lhV W1u r Q a Ili 40 tz J4M 4Ek JQl7 4U tY Z x i IY 4 •^ 4 • HQ 4 • z i71U > MIY i^l Y .. an. 7 O> Z o> Z Q... 2 QN 4 a 4 i` » Z IY. > > m > w > > °>

i` t

0• M A 0 ^d3 P 1 N a i W mu/%Opu WN< RN10P 0 i AuwpNU^^uu^n^i 0 A 00••...rrNN O Do O®OOOV000000000pp 00 ^p 00 p Opp 00000 00p 00000000000000000000000 rNM11(I IDPm OIO . NMIN^O P. m O^SrNIN O Ut ^OAmO^OrNM OU^OPmpipprNM1 U^0AmUOr mm#00 r..+.r.r•.N NNNNNNNNNMIflMMMMM MMM 0001 d1.00tf1 U Ifl Nw Mlfl Ui0,0 , ,0 J000..^ NmmO0000p10; ^0 ^O ^O.D ^O ^0 N ^O 0 ^0 ^O ^O !D X0'0 m ^D IO 'O ,0 'O X0.0 .0 ^D.O 10'0 ,0 ^O X010 b b b b O m m ^0 ^O 10 ^D ^D'D •0 Yf ^O ^0 t00X00 1001,00000 {O ... . r. . r r. r ..r. r .. r.rw .. .. . r .r r. w, . .. 4 a^ o3a7^ leaeQ^^^ ♦a^ l folPo ^^ l^a ^q aa^^v^a lY r •- .^ h 2z J o N .J Z +q .^:.r N OOahO NNw M 4 t o P I. "+ U r^0 +m r++a O CD • pp^ e^ •11 LUI .r (m 411 10110^D. .NO W D ^ • . Y K• 1. i0 n a " h IA.a. 0 (U P tY pper 1.^^ pa1Op W1^ P N r~. O O^WON IflmOtO.M •+ OOOr....r N YW a a f Z11yy . IJJO +Y• NOW:: s^ h 10000000000 h N v p 04 Jh^ •^1^ ^ . Z .gyp P rr u: K 0000070000 Szr:^<` P 7M a, . N t. +o r n a a Ox -.r,ora -xu -4. + tOtUu ► J tmp ^iorU 000^.'1 ul QouP q O ^ LL S W!aa==m hrrr^O- J pq rirlKN + t^pp.+ O • W•WWt N• ^^ O1y I "^^YI OV/y 1 Pi N •M VIiAi'•gIK .r ^ r • WJ ♦ • VIWNPrg1 •. . N jNN NNNNNNN li 4 z »0 JJ 1• w g a •> E sa z^< Oln . QQ p C^Ofl a 1^, po 4 ^p (z '^OO q UU •ZI t^N •N• . Iu • 0 2 OJJO h VIU+^'DO •. u11 P .• h UIJQ FO ^OPl.1 ^O 1rQ^W0.r.-OW U'• 1 - p^ •`^ •< Nw^rm M 4 A O j^r >. 1•UUl ^YU1W^ rU ^Wh 0- N 4w • .o^ M-a ,^mrnwN► >yl•>r.a JA--V. bl 0 u sw .10 P.i N tin nh«hJawr^<..l •JU .LLaW yr r• .^•u •.• ^ o uO4t7ZarP M► QU, ED r ^ • • O • ,n. U' .^ ,n a••In •. d ► w ri g N. z J ^^oi :u''iaih3^°.':^,^ia:.$ ::. 00) °I : UII1z r O 4< *0••••Cp0 NN ^p O pU^ Nr Q M .rP N+M h m• • J J • ! ^O ^ • h rrM . P • rr. - 4. .. + .. 1.0 JNL'? ^^ + u006^1 3 a > J .V)O--ZUI•• • ,0>n . p a 0 Url N M W 414 n • h • Zh • N.N6. •ar • V1NM aa"r6+UO •• m w 04016.MP<0oN N Ou •.hr+'4 • • m •h 0th JN VIP, O .0OuUN^dNr. ^O yZra.. 1-. it0 r o N 10 •+ U ,J S.0000000000 ZO •. 6J QN Q .W 60`. • O< O + a 0. r5r mi nis .r " is ^ .^ x0 0000000000 r u '^h r oQ o FP .W n ^fl F. n v=9 •aV • r u p. 6 O Z- <>•...ONON.N>N-N > h G WA! ha lWNW • D!W!W g NO •! Qa- < Z« YaU'r • POrrPi^• T 2 n 0. h Ihr< ,,//++OIfl 000400 0. a0-tj ^xj0r •J+1^ ho • M It.-Xm • lrVl+.. Wr s N •• oVI Ui O•• mr..NN0400d302M O MMO+NM II < Wl,r 1 0 VI O. < P\ O • .110 MnwO>N it. Pr 8r \ 1.O,lo- M 4 NNNNNNN IIUO V1^Nt • a ^..n • \mJB .^,,1 < - O !xhN W+YY^ • W. h ! 0.» 1^ Oa oN• ^ 0 nin •^ D:N Jz !••.Z ON •^^KO • U rmm -U • m O O U 01N a • •rl- LLa ZaOJOOMMILMnD'.•• ZJZCV< JZ' I aY91 2• >Ua.»W 0J. •Z-YY • 0 -1 . OozrZ.O 0 U NN z a0 I t •. h>\ANJU>••O.4\K 1a«J(CXWr-,0•+ 91,0\\•.p •W F.•• \ In`` M w Null N U O JO rZMO;M Z^^11dm00t',[ ^1hukq SH44 O4ha yy lfl i t s XU' Jt WlU0: < P2 • 1 O a 00anUlOZIzt0z N !011v Ix • • > t a.••s^m > 19^OZm > a$ osV 1^1D > oou 11 tl a5a< •• ^4vwwwo WJJ WlM.ICFUr Jw .. J tum rr .. ! hIi1 ~ m Y a Y l.« l llWNr`^i O•• WW aam Z 2 p olIMZOZaO;.>e^r- 1 ^ N : CCxx1lr0 p: : u lD l•F. parr^lr tu r O U O O U r QKa Ds °•,^`ra vVO - 9 s v •J ! w $`. h ^+ N "0000 N N ••MA ♦ MMY11^ • N M N tu^ rz S ''0. N u V h PI- 6 . u u (If rLmPPNtN01PO^moo ID P u u u u u Ot OW.O.OTOONUI LL LL a 8 0000 <00000000000.r...•NNtV W W 00000000000 M M O a 2 Z W in 1p O N M a 0 of-M 0+0. N M 000 P m 0 O "M M *MIDNV r r' u U O • u O 0 AQO10040000m0 2 U O 0 O0 0 000 :000 O.. 0. r0 --"000 .0 0 0 N0 NN000 N NNNNN00000 .NM m.MI + O O 0200+ 0 00 0 o 000 0 0 0 0O 0 0 O 0a000z0 N -.NN •B /.O M V tff hIll M

ORIGINAL P'A'W Ig M w7 nUALITy

000000000000000000000000ppOOOOOOOp0002p000000000s000Q0000g0000o0000000000000o$o0000000goc^ NCO wN dm ^pPmd O.+ N PIOm^OhOQ' Or(V NI<1fImhSD C+ prNf!11 to SON 0^0.• NM m 10A : U M M M NVOC);NMa m ^OhmNOrN OUt ^pPNTOr MOB d !O^p AAAP A 1^Ah A Ammmafmmma0Dm01O^o^. O^OI O^OI TO^O^ p 0o0000wrrrwr000 r ,• r wNNNNNNNnINNM I'11"1/'1M1'll'1MMI+fOdd0000000UfUlUf U1Uf d^D^0^D10^0^Odb^p^O^O^0^0^D^0^p ^O^Od^D^O^D^O^OQ! `D^O^D^O^Od^OAPAhAAhPPPAPAPAAAAAAAPAAAAhPPPPhAPAANNNN hAhAAPAPhAPhP rr=al7iaas^a8tsaaslP:a^a:asYaS?::::5taa^:'^s^ rrw r rwrw r rrrr r rwrw rw r r wwiaa5ta:•s:^a^aa^aa9as:s^:^e:s>

z • +v .j •1 u OJ U 1 m J r O O z 0• I D ^ •^ice r q.. J a .7 O •,yJ U -1.rw ^ w e.ii ^ $ n•4m 1 J ..r 1. J In .. I r m O N •z+l^ W Z;.I-i•r.^ O O Z r (no I r LLI q .. Q wo It W 112 ¢ a Ill •ww o u• •r .+ u N. A•II Ov Oe O•+rl. O au It7 nwa.rrr Z LL 4aa0U 4 V W O M a s ♦ W 41r ttOcc t wr rr r •LL1 O O >^ J O XrX Iw i ► J N ♦♦ 4♦ ♦+ t n W •raiw d00 V4 ♦ I > O W i W 2 .zi rrr.. r0 2s•.. M 41 a z• V N 1'•'• X Z O -a! 1AIfl NN r F -•X 0 z W • •• 11 1 W ^+ lrvr m •+ MM 00 X 1—;; r l r r mm :* Oum wrr 0i s 0 X •. O ^ Z o 11 wN O: zz OX 1+91 00100 1 w r I!, J I 1Y 0: MN O N N2 <• 1l1 Z• • U rNOOr00 2p0'10.. ^{,r 1111-118 w 0 ZO Z 0. m J N 6'^ 6 ••` r IIJN •' EzoEa 00 .• 0 • n 06 a O w • OLL d 1 I r r T2 1 - < a UI 4 W 1'1 IIII E1111 q 11 1•r II OCaJO OOh h M I1... Xr Xr m Nr Ir Z minaaamm U01, 4a pp J(1-1•. U. 4 p^ W ^m 6 W O1^ 0 11. W O Y •• W 0 .U •• OU. N F W 1OV1 1 a O 1" -^1 -1n"*n9'70 .rn 9 MMN BOLL? > M r JJ UW 0 rrr W z zn a D W Ul 2rU' z •+ U' 1- 0: rrrrr U rw A /► Mw w 0 R In www o o w °o M M M w u uuuuvu uuu v v vuvuuv uvv 0 uuu u uuu u u uvv uMv

00;Q19 <. N QN01000MOm ONMO r N Omb h Qi0••N Md ON 0 Or W!"m ONO O =0 m oo00oo0NM p1m mmm 000000000mmmm o 0000 000000.r<1mN 0 m000 www to0 '#'00000 +0 ^0 0000 00 o .0au AP cooPP.P 000 PPP m0 mm0)m 0 000000.0 000000000 000000 O 000 O 0000 00 00 O 00 000 000.0 0000Coco A0 z Z zzz z zz ZzAXaz zz z ZZZ z z zz z z zzz z zz 2 z ZZ z z zz zzzz g VIU1/IV1 NI-VI N1f11R U11A != .. 2 22.0- VIN m 2:2-. m m ^r m m 2- mm m 2- 2u m mm vat -3 2 2In111 - rrr r r r rr r rr r r r r rr r rrr rr r r ..rr r r r r r r r r rr rrr rrr r rr.^r r

_ ICkc- _ ...... w^ e'^^. ^.s ^^. ,iilr....w,a'rm,:.^.0 ^®+•a^^wa^.. P'

I

" JOIOP p O O O OUOlb 0 O (DNOrNI^O1®ROn mOO^NM • V1 ^Of. 00iO 0.iNP1 r 11^^OnOPO .iNMItt'fW^aIf O+ O.0iN10^1 M SO-NfOQr1R OOP mQ^O .0iNM9Up1 ^DM ONOfJ .OiNMO NOA0 0U0 oN '.flMVt VIN1D ^Q +BO^O 1p ^0 t010OHPh1• I^NAN.AA^mmLOmmmID0 /D (D O'010^T0' 01 d+0'010^000000o OOOararaa •• w.•aNNNNNNNNNN MMMMMMry^ MOOb• ^I^A.1► AhAhARAAPAPP1. APhhhhAAA R N h1.M1AAPI Phh Ah!` hh1^A (O IDm 000 MoS0 Sfl0®mlDW^4Atb tbmmm(D 1D^t6

• a N

a • n 1 v ^ i s 1 _ J < • N C ! a «• •r • a O • a H a a " w 1+ a r Y ^ ^ ^ y a R a 1. ^ a N R a z r w a U. 4 a ^y W ! z J J a0 e• « LL ^ ^ ^ ^7 - ^l W u 1Qi W ^ trl '^ 1. Y N q. J < a ^1 q N •N+ VI N `^' O w Y >i 7C N V U O NN 0 Al IA L3 N ^y WW t tf1 R n n 0. ^JJ `D ! w w O \ M J W MM Op 11 t0 t^ IL Z- J 1 f J^ - M 2 Il O W^ . 7MM M Z a J < a a •^ a- z 3z M !z a ^+ U l-! 4 r N O u. V .. .. r y u N r ul l• -a!, ^ UW U V u 0} M H - O P. N N + O••1gZ P. a (. O ►rF I hy1^ I b LL 1+ SMM gy OOo pN 6 A Y 1► W t ^U'^uI p nQK o a i*DO 6 6 a aII I `irtL7 000 O O 0 1O• + \ V W • 0 •• a a '^ N::u0 n u -am O • VU' WV1 V00 V' Z V' n - w N -1 -, •, n - W W «. R 1- z o 6 •• V • • a • • 1N N a J • -Mx N .• r nn 0. admix aaO + an v C^ • J n 0. ^Y J o• L ~ Y a r J J - 0. M O Z 2 M W ** Oa 2 N- < • -1 t9aW J r1 H r stI -r '^ 1M y.J O O 7 0. 1 J rN N uV1 11 NJ < u•• O !• G •V . - W M 1• a ZrJN rW^+ z•• r •+ 6.• •+J 2r ♦ w OZ 02 J 1 JJ At a O .a anY V^ rZ •. N 1y IJ WE wr • z r M I. x r•• cv n =r.'^ .n > 6 Y Y •0. I • aMT N 1 VlT • • r uz; <^ r r , r .L Y i (102 E 4 J a }1 rN «^ 0. 0. O h NZr rr U < M a 3 was II r a »11 J J •.O It- •Z. U-•^- ^ 0.rY61/IVI Y ♦.+ H J 1 m -rpll q .0 ... z M q Y a ,... ..^ .a-, W z z 0 a •Ra a OIZ a` u- - • a O u -NJN o •V +n J o+ W .xa 0 4 II x amx- R azo .. J J R Al zc0. •n jua azRr $.-a o rJ l9 -W JJWN ZOO JJr0 ^+>• J J a O- Z r OY..Y Jr .W O r • a- w -WN Q O- u^1 _ Y > .+r J 0. 00•. Z ! 11 Q ZN O 'M 06 r2 • a r 00 a - N6 d 11 1 u' N Z 0. Q i r*g r0 IIN +J - W J p N! II N"1F •1 •+lW r(14•• 1- O. Z - M+aI K r E r OVJ oW a h.• r • a J z r l9 r a0 r 6 ••• •• • m ►-4Y - * Z • -,a U xr- • II W Y •+191 -0N ,4Nr Q If Z 1-r^ JJ• Vl JJ ^p 4 -nj 1 rlila 0-T N r> '^IIIN '9 Jars- ^+ W • s O r r n ••J 10, -QM J r JO O V1 0% + h • a Z:-0 W 1-Miler IIO •OCL11 111 >•W d 5 k MVIa M V1aJaJ ►7M 00-1 G W Jw OJr J a^LL +O 1 -4(1) W •'t II a rQ0 • M Z 111 a J ^+ J J 6Qw in • 11011-• 11 it V111 1) • E a ^p v . A Nh 11 W •a t9N O .a MJW m r • 2 • all II 01111 • 11 ZYK JOr O J «O Z 0 r a2^ O Z^ a •0.110N Vl OZ •R O H '1 O r O 110 •" II 0 I •• M "• -P) r N II In. -0 O. M •• a Ma 00 1 M a aV) (LO 71 Zn 0 M I- M u Ua7 Z .0 •• Z E 28 •+•• U Y LLUa Qatar ru, ••NNY W O LL JYr JY'^YJ LLOS J O rLL M > r7J Z OI a LLOmaa•• LL_,aa a O II :W O V .LL. M r ,aaJ 0.6a6J MMM -Oft JoJ r O O 7DJ a i Oa RiR r 01-Fa1 Mi r.+7-4'9 a O.J-- O N h O iwN r0 /► to pMw 0 O RR O d N O 1 O w N In 10 In f• M h M Io o • v O MAR O M O u RiR W V RR OO O O .^ M M M RI M O RI I', M M M MV vuuu V Vuuuu u u u u u uuv uuuUUM uuuu uVV v

^D h 0. +^NMON^0hm. 01O •+ NdU} ^Dh tb O^ •+ N M ♦ N ^0 htD OHO r NON^OhMac rN d Of, mP O^+NO 0 m m M Q^R, 01 p^010!MOMO0 C^00 0000 w r rr.r r.1 rN N NNNNNNNM MMMMMMM deee a O O O OOOOOOOOOrr+ .rrr r•• •+r a s+ rrr w++ w.+ r 0 w0 c rr rrrrr 11 rrrr .. . O G O 000004000.00 d00 p 000 G O OCO O OG 00 C OOp00000 OOCO00L+ .0000 O L Z Z Z2zzz7Zzzz2 Z72 ZZZZ Z Z ZZ7 2 62 2 7 Z'Z22ZLzL zzzzzz2 S2z2 z Ut V1 VI Ul VINVI UI VI VI UI VI VI VI mom V WWW 0 0 woo u) - 0 .0 N V1VI 01 V1 V1 VI VI VI MO V1VIOMM UI VIN Uf N r 1 M er r --- - rrrrw rh.r rrrrr r. r Yr a r 1M M rrrh•rrrr rrrrr rr M rrr r © 00 mo 01- 0 1 2 0"'1 y 0U1^h9sOaN 10*f1N q)N PowN1'I/UI^n @ Ol OrlV10+ -mes O^OOOi (y O/f 1 0+11+ AmaOw®iNMrU®► ^DPm01 ©®weN 10R011fbP @ P®O®OiNMON101^mO0ip ♦•1 f1IU111111 11111NU1U1U1V1b^O X001010 X010010 EN AP1^ Aw NAA @@@.O@@@@@@ dPPPUPPWPP0000000000rrrrr » wwrrNNNNNNNNNNm @.D 1+: @ @@mm@ 'b @@@10@mfDm@@@@@@@@@@@m@@co D( @lOm @m@@m@ m@fOm@@@0) mPPPPPPPPPPP @ P moo PPPPPPOIPPPPPPPP wrrw r r M r w raw rw r r y x w w r rr w ww+l yrwlwa» w rMrr r r rr w r r w ^wlrw. ^• +r +w wa ! f + wflf+ 4 A f + + + f * +r mm mmmmlD m m m^ m m^m lDmm (Om m +uommQlmmmmma ®^mmm@m^^mmmlDmmfi w.mmmmm^^^mmmm^ mm(D mm mm m (D0'1m^ m/0mmm mCl mmtll mm

.^e

a D

In * 3 r rw 7 F r r+ ^•• ^n 1 ^4® CST; < ^r *%V) •• ••^ •«NN ^` • Nn •rS •r UT II W^ r• 1..1 o a zr_ uw ^+ —W: t^^ a 1 LL LL •• r «•y W -I- JJ : ^•N J F AAlm N F nf^! •+ rOr Q J ; ;` dCL •N •- Z •O m 8 0Un m EOI as n W •• < » 9 V -t•1• W rw p^t M h o Ul9 • I 1-F It n . O r h O D P- •h LL LL +- " ^, 41T7 II z C^w :S^o b Q 0 o f b a « 8 b O ll/ I:,/ r O U^/ w U 0 ra V F Ji ^O• E •> •^ •ra •re•• +•..^ < w1n In F ♦ ^'^1 LL11. r1 raw p.+ • N Y9Z< Jwp ^ wO yy^^G^ F MO- UI OD J • a Ul w ^J• 1 f J a 1 •E-U19 d •♦ 1 LL •• 1 luw •N If O O 0201p1 A E 4 LQ:WY. g ♦ f N • IC J • 1 » V1 1 1 •• n F h10ia .^• ^- 1 n la• • n1- V r^ i .. , a r ZOF •" O> I •' Oap:rpm•^ • ••hF«mN W •+ >Z ZO Ilar^r•• • 7r w E>J • N O U ! Jn, •• Z all•%% E v W E7 >•r•1• ^= J • 1 11 nJ Ow mN N9JIItlI^^ N O '^ • r6 • < 2 • 0.X1p m O «« ••r » r01«7 r r r MM p a > .. n no N•4 MN^1r woo O V"1> 00 • «•«•Q•• T„•'x"11'1 M LL » V p OUI «• « oP •N O ^I M « r « m UO/ «••«•• 0 O • « O f 0 «• w w ^+ • ••••••• .+ N m m m m R1 m m • m U UUUU U VUVV U UUU U UUUUUUV61'JUU VUU

P-moo" Nm It U11OP-@010 r NmItRwP 00.4 N m 0 or- moo r NMO O@010 wNm omor-m QIC^U1 u1 Uf U1 N u11f1 1n U11n @ @ 101010101010 1ohR F A A hr r Kf-m m wwwww@P ammommom ^yr r...r•+..^ w r^-r..rr r MrrrrM w^r^ w •• r rrrrr + .rrr-..rr.r M .+rr 000 0000000 0 000000 O 000000 000 0 0 O 00000 O 0000000 HOOOrJt}00 ZZZZz2 y Z 2 72ZZZyy Z ZZZZZZ7 ZZZ Z 7 z U} Z Z7Z72 ZZZzZZZZ Z2Z2227Z r^rrrr4U1 U1 U1tllUIfJ1N r rmMV1NmJ1 rrrr r(I radwrrrU)UtUlmw rr,rUItnM mr mr 0 rrmU 00111r rUI 00UlNU1NInr. rrr 000.rrrr0U1000 rrr z9

"Usaasoaa88 ras84910 Will jSVaasaal30"JU g ON- 0101 ^f • 8 8 f zo75 °o z: 8 2 000389^ •000 00 000 0000000 0 00 0 000 O 0 iw • ••101111e111d11ee0e1Q1d1e1de1d11d1dedOdlf r••• « •ww•N•• • N•a•rN N••• •N•NNN•N•N•1 N•^N r-•HOCaC' ar••^^^Ca"•rrrr^KKga^¢aaarrrrrr¢aaaK► a VW 4 vV vuuvvu uvvuu ou w U 1^ xuuv0z 2< a LLll^ 141L^ LL W% LL LLLL LL LL W WLLULLjLL v VV1i 0 b- V 1110nzm r *zwma ^in^ > Nll7oSZUlurlrJVl^?O m 1. ^+za..s>zW^ 4^+J a •^ 3s Kp R J ^ UW19 O VpILL h '7Ja4v1A^DV0^l^••11^JinaU11<-^ s u I^1 a ' a z 0p00000% p0000g Q!l opp 000000°0000000000o 0o0000000° s NM d VI 'OAmO^O . n Ifl ^OAmO+. Or CUM d 1A ^D f-c0 00 rej 0spbsg O r NM g o W MuvV4 •u#*#oow • • md • •Op •O • •0000 • • • • • •p • • •U 1MMMMMMMMd ed O•ied Od d l^ lR Ul UlN V1 U9 Uf Uf0 'D ,DW^0 ^0 ^D .tl Vf •O WAPAAA A 2 Olumo kkam-oa,w aaNea aOO aeKarMUVfK ¢ aKaamaaa^0 7 a0^01PaPOlGO^(l 0100 ^TommaIOO+O, OHO PC^O, T O^Qt O?0^010^ Or OeO P0+ O^0^ moom 000,0 00w0"oco. • • w0 • •M" •O _• 000MON • • • • • •O • • •r ±y: rrw r rwr .rrww^.^•.; s rrrw rrrw+ wrw ,+ r .rw M On ge700Qgr0gOZZSSZQn 7Z Z 7ZZZ77. 07ZZn0 i Za2^s@ ssZEaZS9yt2Y;♦, Q2: SZagd^aZZppSZZ ^tZ:se^ae^i2ZL ^a• 01 100 0 00 a o O v Cv 0000 ♦ Q ♦ ♦ t °JOO 0000000 00 Oe C 0000 O 0 .9lmmmmmmm mmm ®mmmm00mmm mme MIXIM07 m m^m^mm ® mme mmmm mmm w o° t eeo pp vedeseeaee aeve d d.eveegq eeeodaodrydde M••N•N• N r •NN ••Nd•11•M^N^1•• • NNIIdNN11i•IINNNN A.^ : -M rKOaa rwaaaaar_rirm MIT m& max ---- .rar¢aa M d K r O uuu u 0 Uu VUU111 u5uuuuuuuvu Uu U111 u UU O 1t 1vI v Xf V a o 1L ^ 11 LL LL LLN LLLLLLLL LL • ^► LL WIq U1 6W IW% U1 N w r O Y •+ ZaItONN = KhVI J » w am4 -7^rZl- w UUff y U'nn(ry A w t/INI. VII.,pOZ r JJ O W h WLLV-+Ja1-^XZV12^tarJa(no-► ft+omroZ4a>VOR ¢ ♦ O U Id O'+^^J464V9huuuo0Z0.2rVIaIwU)l-LL U0000r'^'^ YZ 0..R U)a1. •IOL N ; ^ w M < • Z s h w ^- O WJJZ O( wwQ l7 I N J" - 7 !- \ Z n J z a - a 1 ^1 y y Ua g N LL 1V If WWVyV WVVVe y YW • e •IVOW • wvc#wV •w • • •w • .•VYV •W ro .,^ 4 u • J M n owoo mLLOOweoeNaN.aoMwuKO^LOOdaw^aamaaoerao lzozi^ocoz8 J¢ ^o a a^ as ca ov a t0000000000000 0 0000 000°0 0 0 000 ° ^^ u v K pus,, tv 00 01 W50 - N W V• O 3 Or Y E .+ L WW$1LL LL$W ILW $ LLLLLL LLLL W LL LL LL 4 a 0 O O Z h a - VI *U M 1- w VI w in ul 0 u, t/) ut OI 0 VI Uf ut N ZWOA •- < •• ^+ Rill 4♦ z < 4 JAKE JQ ¢ +•• h m - o O u' tU..JO >'- ww"YJYIha2NMNNWN JOT! pO NZMNMO JoL'nJW-m O Z a ^7 VI hJ W 1• O LL19 'IJQVI>X r 62 1113 YN ZZOfaZYpp >o OmU O t9 7< R OLLr.# ^a4 a1 U i I;op ,,11 du a .N lV • n Ou UO (O]r^„ya Za 00- Mm, 0. LN •N• a NI Z 1:z 4 Z"E- Od2 Q rWr M N O wr o a} • '^YY w.. J2 • II H 004 II a - •-V1 h h N YY •^^^ LL NWI•N Za LL> J•.4 NN 01 YY pY N19J0 < t 0000 0000 00 00000 O 0M0 O O 00 00 \a040 OaJ a M-• - O MM110M2•^r O•- Mz0v 0 10000 000 co 00000 O 000 O 0 00 00 was"s - a s Zoa22 Z as w t awa0.0 0 Oz OnZa O O YYUW7> > OIf- Z •MANN &ON a ^ 0^1 -^ShOW N Ova U t0edeodddddeveddeedemddOyd01u Id 4:5 x>•ZZrO-h XnrarwU w.IL OMl9M Ji-N»a04-aa1+W1- 0,00 oo O 00000 wrwwwrrwr .^ N NNNnI , aIL0 4000>k.Y4 U141(.U1a YZ 71A<2 «.O7a4 J^f00, NN NNNNNNNNNNNN N .N ry N NNW ► VOw ^'1 '1Z6aaV} 000JOOVZZa p •NN N 00000000000000 0 0 0000 uuuoOw...1nYJcaUfhl-JLL

aAOk^agoaoa^a^a<^^aa

z8o^^z&$z8^tz^^f^^8$^0000 00 O O 000 a!u•.Ov01f1• 40 ay...•...••••..••.••a s I $gaaucUN60sa ^Q ^$a aaQaQaasaaa aQaaaQ^ I 1fNf11N1111ff111f1ff ..•o 0. 1 • 000090.•.•.••••.•• • g &LY«wAww w• «w«w«YM w <0Z778880007 4Z 4©7zvz72zrzrzvzz? 27Z OOZ t q^rr^rr grcQQQrrrr»^QS O 000000 W Wuvxu-9uuu u u vu a a 1-0 f f1 0 111111111 • i'11 O• Uw1 u ^ WSr«SS +wS W« WSSYw«YY •YwASwSwwYS$Yw W IL ^ aa•• ma- a&: ^a ;rrrrrrQrrrQaQaaQrY'+Qaa ^U. t o %i, uLLi 9 $*W t7 s OJ gg9 O0. ee i. t n w W W, rN0^1iW WllJ45^N^U11 ^r0 ~1

< 1J UI aY Z

01e.o•...04,;; ; Q • O ^^11O• Ah4la maQaaO ;4:4aa w W 1 1 IL wN 0w 9 • • •O • 9 119 1 0 •0 . r . 1C = ► Z ®97oZ28Yg7ZZ2g226Eg2 Z 8 ON.•m • m.o•• ^ • am 0m • 0lV0.0.0 . 09.0•.• 000 O O O 0 0 OpaanlaUla V a V Z 0., a ^ > I >> i > U1 > D 3

NN(r^ W Y• . .• 0 W V•1 O U 00 V••• 00' W^ W AU aaQQaammIt 000mommaa4ma N • O . I'9 . O o° 0 1 0, o Sa.••le4MO C! d$Y 0 ma o noza^da`ad^'dada'd^iazsaaw°u° a o o0 000 0 000 a co 4z,88s zzszWW a »,^aaah-x^au4^ a-^ w z W `^ w °^ s LLDW-182aQV1 e N > N ? w "a s ► S > 1• • > 1. 0 .z. •. • r r 01 • . 040 .000-0 • •m •m -0oe' • a 00 •a • • 04-00 0 M a • « (X loo 00 0 0 0 0 • .. •m . • •o • .mm o a w a G a nNaQamAa oouQama < ^f^f001 O a r a MI a ^0. m we Oa CO °oo° zzzooz0000zzozoz °o°oci u {Lo a Mmm-mm-- r»aa a aQ E LLrQQrrr r U:rQQa •^aaa •"•+aQQ O a aQ O muvvuvuvmmzvuu v vum v I-- v 0.. 0 v,V hW W x xxx x u^ W u1 W W r MWm. V j<^ LLIL U.W LL WW W LL LL LL WowziQJzl. O. ®x LL N.. fZ U1 U1 0 w U1 W Z oN0. a,aa 0 W 20 W1u Z,1.LL a< Jh01• <5< LL su1»0 = 1- W ZO a a u >Q 00J{9~ 0 0=000 Y1110 ne UO^s~N°o.6N-UNi 1^.^..aoi i a a ” n 2 a•' z ^ 0. o o 5a z a lt 0 > 14 W >11 W s 9;;AiIodIR A-Jzhi0^oul, a > r > we^+,aZZ0.UN.

s ] ] )

W ¥ £ ¥ ¥ cc R a all.^ a §

^ b $ & n d k /^ \ k ^ m / _

$ d ^ %^ d t § z n z^ ^ .

^ ^ $ # ^ n ^ > ^ > , »

£ £ W g ^ ! ^• k K ^ ^ §) 2 2 3 w J u } ! n ` _ n . n b _ m w ^. I. a I. a! E $ W LLo m(£ n

: $ § n &_ n $ / $ Q z a 4 Q| ! 3; u| § \ % § $ § § J w § W >

§ ± . 4 k ± § & k\ k\ \§ k as k 0

Z w CL I-- 9 k . d ° ao. z w z w n a 8M! @ " 2 a _ 8 w n a ¥ 2 a a W .u.0 . w , w, a^ . w, i w. (3 a WILo o CL o n - 06 0 a S a k- uw k- v §m 6- b- °2 . 0n -i « n d ° Wu ° $ . , «^ e. o. 9 «n . z u. . z , u- fz z S A 6 ^ ^ & m n . B § : k^ 2 g § k^ 2 § 2 ; « Q £ ^ T.. 2 § # x R \ f § , a_ .,. M. . Mo ! kk w . ) \^ k 400 2 2 )^ § 4 § n m am M : 9 j© ° -we . - z of ^^k z a z m. a52 z n m n Ws >22 = w^ ut; ;20 « w* = u s $^ ^u ; §- ; 0 ° & p` s I. v_ .w v .- v t . W v A W I. § n , 6d_ 6 n L B n -W 5)/ $ n z. b n u ;` #!° . ;I. w ; q ;

iii fi

Q A O

A N a N O N 0 a ^ M.r. . x -9 0j kf O 3 t84,N . 8 l ul .ri: w.r^wQ0 Q F^ w .a O; Ia,N M aD m1.LV ti q ggFFppPayyi^^siaQf].P. D'r N A Vlr OOim ^lQ.. 04 ^OOaaOaa h p m my 0000000 claD y' ^bl[:LL N^N PYi. NUlrr y Na+.. at ^ g . NN^ •!i J QVIO W ^W M x•. W,* 02 N r r 'p^^4.U ♦ r^QQ^ O i^ ^ l^C Q 11: p 4 114 V r^ aa W.•Vp { z- Y ! Y ^$ ^ Ip r1'1•.A. err+^t ^ ^qv t7 w Y: .+.rJ O w b0.b JMMMMMMM ♦ ^/Va1 O A 6 ' YI .. rQQ W ^1^ .Y1 ♦ i • Yr UP •S p ^ to Cl m< ! LQ JJ . 4 LLp•sg Ui. . 0. D. ^ M R. ro t WO a ua¢1l N/-2O^N Z.JpiIAT! 21 •w^rOOOT..rpp Q Q vl Q O ;°•O1WQr..a mWaNii^^. tN. »•$Q U HSO Y w^h>7471 p. LL 6-V 14 .Q VI^nq , ►.ii4J^Neiw p^ A: P¢• N ^ sW 0 'Uypo uW • f j, s.: ^.~.SV :Slw war y p^ ^:^^r10+..,> ^u. ^+ W < yZ;O oE0.l.I"w.. ,I.q.O^EiaulO .,,pp ....^:pJp ^.,y~^ l '^ +. • 88 V yIr ► •J VQnNOaQ I.WZ I• .LL^or ppgO N J p b 0. 0J9iW OOS itll •rP;^mmnn< ^QQJJ Nw r^CD^l mf^ •:^ O.0 Q tp T rrw\Q\ O ul r10;:^W^t y ^ Q ^^ i^n ^ . N r M NI VTIV 7NY..^ i•N/1 •N•^.. p w r f\ 00. Q1 a"',o o0+mm16V0 O J ry U1l Oub< is p 4.; 6i ^ i ZUJI •:Os^ ^N 2000000000 `; q < m ...A = ~'iru£'^ga 00000000 i 2 N guv^ 0 ° •• 20 ;.J r •N•rr ^ q r .Cy <..p ^QQiw.rr irr ..'JO1^ pUl q^C yA + tl V O J J pq J ! {. gu QQ J, o V •980!7 Ill OWWWWp C.2- arYNMaf. ^w4JrV10.r o Wa ^V•YZ +m mr K m Q 10 r L O I zw-K O OOl.WlWfg1 ,< + QJJIUI LY ii1D•^1U1. a • m00000rAamW000hmU01NM < 11 2 l •grayx^.l^rONOOwN W '11^r ,\jZ^ •JIC tR4^D Q.. o QQ,o o J r a MORMMMMM W m Ilo»SLL1.JZ1^N rMrylP+ rj.:^j LLNl;A <-< II II.r. A • 9 WK«J,•O UIr. .. • O •lI^A.•••^Orr..^ ` Ul MtI:QO+ ^ye^A .. 1i. 1. ! O J«Jl ON+PF•+► QI11U • ^0^7 + '^rl..Vl ^y+0.S\•'Evp.\\O+Or r F < 2u 11 w a 0 i U'.w0 •g..g •Z.• p r a.rpt► gqNJt7 9 fOW< J r 1i Z^ ' Zq! \..a 0lrf0•V' W 91-.r E 2' 1!1 < r « •Z ./NQQZEOOW,>toOpr(1bl 0 1NO-IIIIfIg1.4r0E^ 0.01 lif ngh! J! y D Va1LLrZ^V U Q b0000r t MMNMyD ••ANwIMA•YMg 0 : M W M O M W My1 • uVVVOW Ul^lw• l.LLrwp4r N O r MN < YLLfOA•!•iio h Iw. V Q • Q W M^ 2-taw W W n O WrM

0 00 0f1'^JA41Q0.0•Nf'ijYOf^PED @^ 2 101 P®B! ®wNMOYO1 ^iA 00^O.0iN Iry1U1 DhOtOT©wN1n ON^ON000"N10p1^U1 ,0p A 0 POrN1'gOtl10A ON O^ON$ AZ(I%OmV '-110000♦.1 x'11'1 n11//1/1110 OOOOAOOOVI ^O ^O ^0 ^0 ^0 ^0'O 0^p ^OPAPPPHPPPPmm1Om^"tD 10 tb 1O !p WO'9^0 p^O099AI>OOb00000r++rrawr.•.^rNNN p0v00000a0 fp^0y00D000000pO00y0DO0OOOpOOOOppOdOOASOpeOppepO OmeOOO^+000♦00.e•rrYY rr.•Yr+rr. rws.•Mar•^rrw• 0+ ♦ ♦ ♦• ♦ ` mrDiD mmmm^^mQimIDm^m 0 m cow m0mmmmmi7Um m^ ID^^mmN/ mmmmmm Nmm9^m^O1^Ri/ mmm^mm^/ mm AAA iAA AAA

W w z 1 ^ '€ n am L n '^g r r LL J t O . ^ IY y '^ W .. r r ^ r r 11- a 0 t ^ ^ 1 I.Q. .+ r. .7 ►<•• '_ Q Jul

7 np i ' 9 i p '^ i z Q rn^ J •r- W ^ ^ 7^ ^J^ ^7^^J^ :WM uJ $^^n O^v .r CL •Z• •Z..Z. O •Z• w W UI Z $ 2 2 i.^ V O t h .ALL LL 1 •Z• 11 11 it r r r.. L - F• m •J -!4 J -1.1.J.1. h •v11. W ► 1y === 3ZZ ayZ 188. 66a ..n 84 r54 A SH , ^ ^ r - N AAA Q VO VZ o w *.a.< vv ; vv P V •. VU 4 W

.d yi L v1 ti•• ~V=!E rN.+ r r" r< w • U" .rah M 1 NN • t rr •• •.v L. w O i.0Z r..• r

r -" '1 11\IlIIY 11z IIO ON ' ItN0 Oir Oar !- aa •••Mille II ni r'1 O 1 Y Na z(Ax w a II n ► r= _-Z _rt• WMM*m J tl r • UN ^J O O 1 <2-J-O _q)r w i rp .n N -I.-{V .< 000 Z-0 ,Z -0 Yv.11 r 08 rs i n w0 m • l i Z - a 11 iY .•1$ Or.! I.ri F.ra Z •.• •• 11 1 r 11-V a N -+OZO p Ii OII 01 1 O O of. •ifO 0: it - y ^I 20 1)1 W O U' 1 *'*'MI P - m • O w-11yOY-W1^Ix 11 •+ mO0aA011 O 011 all O Yr LL .+ I^Y^f N b ^Y 2zll• i min lie d ? Y.O.; " woo kD ^!- ^D Y X02 O r^ O ., 11^ U' ^ 710 X07 f mhf-i=."-ew- r1 O.1• wr r— .1 •• zz • ^..^LLOr :CLLO • 2Z O JJJ / r it rn r >NVwpp ^rUr }v w ^r DUI"I •®rOON J i O Y -Y r Y•+.. pp 11 ••• pp Y ow iO^.n z O M I) o N o y N 1-2 Sa Om- oo < SZ S 1 oN "p o^r ^0NP<1-JP P"" $1•JPNp; m i 19.1 < S o n 3a 1.. ^+ Z O vr 110 Ot 110411 0.10/1 4 n Z a.. r II • II 1• rr O{,tw•. prw nV // iT•. 2 LLOQO.v < ► LL O O O w 1!1 A FIO 1•• OOV V O ►.VV VI .IV^ M Lw"rllfV Q ^. l/

P MOO NI^ OMO WO^O •• 10PmtTON1'N •+N 1+ ino(D 00VU ^ 004 1. 000 .1 mmom IUfy►PmOrO•+Nl'1 OOP O.•+ N"'"IOWPaplhO.• NNtfO^Ohm M plt'1111 d11 d111 OI"IO WOOD O .0 X0 .0 ^O .0 •D `p ^O ^O PP N IP-PIN NPPPmmmmmWlmlOTOTO► . O^ tT O^O0^000000000rr r .r r..rr" O 0 0 0000000000000 0000 0000000000 O Op00 0000000000000:.000 OOpOrrrr •^aaYr rr.^.r .y O 00 0000000000000 0000 0000000000000 0000 000.00000000000000 0000 0 2 Z2 a 2Zx222yyZ2 ZzZ2ZZ^ Z2 ZAzgztzzz ZZZA N U Z 2 22 + y 2ZZYZZzzzz2ZTZZZZ2 ggZ2y^:' CZZa2222ZZ2zzZaZ2^^rrYS : r rrr► UfNU1N rrrrrrrwrrerrNU"NU11d1ONOUt OU1OU1 ONO 1l1U1NNO N #Ain 0 in (1)N 0 WillVi0 OOmOOOVIOOO UIOVI VI InOONOOOOOOU1V1Mtll OUI OO rr rr r^rr YMrrr rwrrr Y•^rr r r rr M r rr w r w.rr r r" r r r rr rwww rrr r r wrr.r rrrrr

1

^ "bum$ui^i aassaoa^,>z^sm^8^;^nas a'dau^aiu^8^»oi3uf' $a$S^u°oaetaiada Z$°gg$®$^$ $$n.•^!x$$$g$lzi^$g$^i^a$z$g88z$i$i!$ eSBS^R w :000 0 0 0 0 00 0 ., 0 0 coo • S(%a ate arc a, 11 1^ owa odooae» 1^ 1 p /000000♦ aoMO a 11 O dodd0000 1o osooe+^000 om000^oo r. «o 11 l 11 AO nti^6nnXymaaw^ ►• I OLLLLa+J0.u11^•VUyJO=;=T;^M ZaQ^t+9Z111aa=1!• as^ 1 •® 98 000ZO 90000c0 0 Coco 0 0 00 0 0 0 0 00 Oo 4 08 0 $^m^mffimm^^^m^m^^ Q ® oaaaaaaa <9Z9ZZ7Y 0 ^ pp 00 + 0 3 M«• r rrld1^11+14 111 a11^rYIal lal ar rMMA 1a1 Yr ♦11 tH ♦ A1+^«11ANAr AAMrA yd M+«rr^« ♦ • ! raa)YOt^'raHaar..a(eaaftM► a r m .. r rrrg aaM V arrr-• aaa a..rraa < a WJ w w UU UUUUwUwuuuuvuvuuuvvvM,:UU v vu luu uV % vuUUU 1NU a ee 0 o K Fs wi$0Nir1naa-a-- U r1 a -•0.7x rlrXa ' t- aa LLUI7 sr1JLLV > 3 0.Awl. OJ04mv • a b.O JLLU' ZNalrq-4 JJ i !tn.1ZU1 V12a1-ZIAW;aAQ U) w w O •.^0^"1 < DZUID► r IUDa DDHanaa^ll ♦ '1• O - IL '1 \ Z O .O N N W lP LL. x a •vV•VVVVV •w••fW •p a•Vf ••••W ••UV ••V •V •••d • •V ••4I •f •r. w i x a0 O K a < Oa Ommoma Ut>< a UUM a a OoaaaaoOCaOra aln al7a aaLLaKOaa NaNaa in v aE la " < $cc$ 900**00 azz 00 il ia $zob0 $z0x^43,z$Orzzoo$a0ioo$z ♦ Oacr'$d0 WW J O Ut a 6O OO p00 O cooc O OO b 00 0 0 0 0 0 0 W o••••O•• '-7 Wit c p s a s a 00 00000 O 00 O O0 O O® 0 0 O 0 O O 3 aor a^ > ^axx^a JV.. w E MJpO M UV.eR6 5% Z9 00- p`1` o s-y e2 z..J> ZOW-00 o Z^ >nLL;^Z^ i a4 K! R Ww, a t aU, ` z• z ' r i U\I V' jf - R xxLLw'"- 1(D X1nv1n>ao 1 UJaa D0.I Y U19 , UNUOS ZrU1t2^0 v) > v) JUI VIXUWWr JOU1- 1.a 16 r04`IZJZ w ..N NNNIVNNNNNRfm1/11n NP11'1 N ul !YaaXlZaa < p2 h LL Nln to U)UI0Z UI UINV11?/^)twnwinta1U ZI/! <^'j•»,Z6 in rr wMrrr•^rrr M M M .O .. Y r w

< z

aU • • • • • • • • • • • • • • • • •0 (it 06U e ^iit^ ct t^aiiXiXaiXalutalXauictuta^uct.iXs n O $s: +o^azarzzxs$u:axzzasag s $ -In < gt l^ill W ILI w of of j IN IQ srcC9 o fi » » S»^ ^»^ aa$a a^a a^i c° Iwx ► ► e % Ul H b a V h ti zoo jgu wA s 4 ^^^aelu t uNt ^ar,a .. ' it

l ! Z S l= 1 iQ^ i^i u? do W1 r«ui•♦• ort^aare,i a ^r',Sadl tcuii^ +suiu^i Jo • ^ppm q0••q• ^• •••••• s •••••••• Ao 0 a AO O C3jp. XnX .asK

in u

Q i u w a i o. ► ♦ • ee o N .. m •• red o A$lili°v(Y+ uu^c^nitait^lxl^{caidptit°univ i^ o • it• y o I1nog l9 q O !9a °e 9*40 O A o 47 in $gz^z^ziazx^zr^zaiaiz$^iz i z ^$ .g •o 0 W< ♦ J 0 •0 • • •o • • o w o J d 1 illJ J IJV J w LLi`vrpN qiZ W + X W It W . w X S w m6-w zz Ili 1- ♦ (,L1W w U1 V aA ++ O+ U,-^l0 Y t p U1 fYYr ®O = WM11.MMiY^M rr^M Ml1f OdlMf Mr 4wo wiga W I WA I wr It w wo It w1d1 Ik il. NitirtX X ^ oa ti hy.AN,drNQi.YNNnutiXiXlt,rltNNjtR. Aso a Mir g ^a tat u° > u•+ 3 '^^ 3 u'^o ill ALL, ^w a j o w wJ u u u~ n~w ^~ hfLLY am J anp. .^ai-inci- w1uNN ^LLAtKt7ul1i1JJA a,pU1 J 10 J ^ w aJ yu a Ul7 LLJ vi@^^u 1m` a'"r ylt. a(l(v1 UU'Sh J;J4 Vi Ui ui w 1114 KA U 11 w a.+ N a 4 U ; 4a JJ Q {^i 1, -go.. A U^K 13a • Ul .l4 t z «I I^ T. Ur t Le. ~AK hU i' as U.J0 111tAX lm U' u, U U ^^yy• IA t q •,viJ w t q • •, 41 • 'a I> Z N @ r Q tx• W `^ Nz w lu ^' lu r} w` T} (^ r? h N > hI > > > Y ) 1- N } a. j N I it « S w N O w Ott lu .Z, t! N ILI M 1^1 f i=U M 1 11 !L h h h s I iz- • N • I• . • • N . N t se.• Y fK00 00••••• •.•• ••o••m •Q 1 Y tt0 r iY M it• M ttn M iK 4^ 1 f tYat • it ly tx* ,K C30-4hl,tititlYltitfYMiKUZ1iKIttKikiv # i!1 AO AILS 0IV Qn Ao •• •r tQ K moo • V s• ••• •• •s•••h A N Y A0 M A• Q•. Ct ti >t AO0 in 1 -z« lU U1 KOOX07:.LS Zti' 7.« ^,a4. S,OTO III Rte U @T. 4 @P lJ @es v @O110 U1 0 C V aC, III ai goo 0 a ^ J • o J • J • •o UJ •o N CJ1 •pl m m m m .°,w°♦ Iu ^ pw.. ^ m w w It IU a z lX lK Ulm t is « it 4 lt: z R. L it WWIU [ lt, (t^1. I dd as ainoct ♦ oi a dada a@di + d o !!, qu g LLIM ffMMfMfMAMMN.fYYf 11MMMM 111,0 Ula Ui^ x Ill y 419 IIIM >LLQ ; wA jlkl, (K It UWOo w CK4••,•••'. iX"a--:itY u. ^» LLiKtt NN KQLL LLV a UtX X ate+ a a^+ a a •+ iT LLa U i ttu U U A. O a aBJ. W U P^ U h U h 4 1- UI I11 U Uw Ulu U 6 V U JKYJ iLI .1 U ZltaIYl- t i!TPl . lit1- 41nuVVIO(l. n IU Ui 67 w ^j Ti A. U 71 U Iz a^ til^,O . W W 4 ^^ 0 Ui6A J400 BulWzl^fra< dulDJa Jz I. +m m w ^+ Jah ar] a . @.. I Jal9► f J< an In <-ml w ^^F (L it e @ a vl .»00 S <•. @U ► >50,qt I t J t-Ll1- a"t t` + 111 ."u1 (tf xa W 2a w Xa Q @N Iti Z< q,., f ♦ tl I^©"Oyi- YSUia 7Y a .},Q a LL I • Y to a h ^: >it >x O >tK < • < eut @ •^ < • @ • < @ • N< ul > > > > 111 > u

r'

`i

j:t2

i

t01Ngl, PAGE ^ooR 4 Qv A01 a

y^ W o^l^y^} V^^pp^^yy OUOI A ^fO y W O t1D OR00 p w 400u000 ; 0 L% 1 0% 0• NfO^lOtOflenm00i NMO1071 10OAmPO.OiNMINcACOD 0.0^N1^1 41 0 fO.^PppO 09R1UOIb10° . ^00+0 0iry9. d 11O0i (AMU)In N In Into MM^O 0,0 0 0 10X010 b O NNINP AAAB. A PIDmNMMw NNm 00101 a a m 001 0ON 00lI JMO0000 F• ..r..•yryr.yrr°err.rw•.r••r•wrrr°^.rdrr.^rrrr.rrrr •r •r r.rr •..r ^+rrrr • rrrNN NN m o^eN.. ^" r ^s "^w ^a^i9^a ^awa^aw i ^a^```haw`^a^♦ `>^i ^a^`>^i ^i ^aw has ^i^ ` ^N! ^i `dd d q ♦ Q ♦ + +♦ e s ♦ • ♦ ♦ ♦ a`a J itwwwwwow 0 ow m ro m^Ql IDmfD mmmm^mmmQi^m^mmml0mmm mm m^m^mmm^m^mm®mm ^9 D • U ♦ MM• MNMM a LL a ^ ^ O O O W ppx M Q 2 V Z lLLU >2J • • ~ U < Q O co •O r ^+ • a O_ Y F Wt^p1. ^+ 1 M ; WJ `D LL NI11l0^10 < O f.0 j--pSf^[1xl^- ® O u4^ ^ ® b•' Uf^ A} O LL0 yy QD V) Q0 00O^Dm •Irp r0.0. J II,I M D U)AIq O Zj Z W! ^ZI.r^ - 0/ r • • • ZO 4 U W IV r^Y Y IV •p ••AC •11^ • ^ - ly • ty•gK ^ •MxN•1ulW N is LLp1 C r a Z ••Oa 1- wDrn •00 O 1• a 21-< -[]M • z a s • Jli < Q Il^ < o gg JJ • N •r ♦ a a p 4l. to • Y^oN u 0 M 0.q ► W 2 IY O 1;34 N ••- r.• 2 Jo blol+ • ^OSP 2 •a I N 11 1'• ;J Y 0 X"M N rr ^golwarr -dw•• 4 N M T O W ^Ky In ` 00 ^r •P °^ M •<•••N 0. r pinM N W UI N O lIY6 Vt7 Y^^u •. 6• ^+O .^W 1+>•^I>•.ra J i W LL6 Q p .r O O LL I.0 •t^M-6 • M1- l7 xr al-« ^Ja W ••?+ M M a ^D O < Z fl J YI t•^tV • Y • • LLr LLrJO LL V` ulu • L 7 +.L1u1 LL Q r O UGO ZIL yN+ 1• OAUfIL W 4• z 11 E ip WtI^pppp,, p NpJp ..r -IL O; a wrZ O;; : po Y Z > < M via 9< Z rRM r r • M n i 1t0^Uf z IM rr.LL. r. Z W Z \ •• mMom •O •+ 1•WZ •1-ia-•O r U1 W2 t-W \ w t0'J U u O O ui JI- rf LLw0° •. ^ H aD w.\ W O O O •0 ZYA Nr- • NN •<6 1. Nr0 Q Q Er h Z N 0. T AZNO^ NN •n (D O r>NhN z wI- \U'+ 4 .+n a..•J. Nr ^., Mf U11 o0110 oJh 8 qq 3a4Z5 t 1-U 00J40 i 6 ^OQQNUO F-za5;1;;% ^+UQ jeoi^D A li `l06 •> `JJ • UI MJ ••. VI VLL o WJ rN. b a • • • ZN N-IV0.0. ma U)d aE-4CI17 O • 'D `-+P r VLL ^ a w a • ^ 6001-4U0 Q J M OU0.Uf00.- • N •1. . • . O r0• Z 201• .. w.•0.• prrN r- aO.r..^4 .•O+a a• Mr:ZZJ ^1w M 0 t i J 000000 QQ •lt,1 Nrr000p JJ ,.l N • r • a I/^ N UNr x-r,OU E Il tv a' '1 Q y O QmaP ZI/IZOUIO-N MOON r • >rUZ )...r0(y401- Z U1 •a •. > .j V W 8 W4•.OEWEWa N •• O 000.. Nr Q Z •• YZV-- AI-MAO-O In II .M IK rO a •4 O 0000000 Z O F. xI•U^9a J0 •. JJOLU • 0l0 AN JI- r xl+1 L;TI/^ rO^ r Oa t0P a UII- 1Z4 ^ 1- a0 C1, 'oPrr, 4 m a IIU 0ca^N2 • a •00.mJZI`••\ MrJ °<- <0 • 2021 M Z a 0- 0r OW Z < _ W M W WIYM\F.M°'^ • a0. J O •.UIN 0a E1-N000' - 1..zxM3^e Z rO^LLJ OU •- r •r 11 a J • t- Z E0 YaEON"+ fTa^<4J 1-F1iWxa6- rF qxG • 701-Yzoo O 1.0.U..r0 • Z ZOEJN FF > • ID* ^a •O+ • J w a z M rBLLa Zap011XUlOrlw-r1Z >0W < ..Jr•-M•+\ME\ W x1- O ?a• 110-1 • OT. 0 W N • I-\ ON j 0 > -` M •O • •^2'r QJ Cr xtq U)••- \ \ N a 01. I. In WM Z '^ Q O 1- U 1F Zz JOOrZ001110a00 Z^ ^r2 ^^1- U04MIq ^0O Z2ZZZ, \\ ZJ°+ a1.Q 0 1-r 040 Z M 4 M 1 00OTCL OZZl0QbZm0>r e.0 pp,, •> •E Q0.0 •• Og0 O0 LL4 aas IY I- MW 09M r r I- t- azF<••1aVWWW Jwm7 •' -• h>

1*- w In V d r V • O A• •M+ dwoo4um u u z P a v uvuu uuuu v a go

i

O SNSAn°9$O.iN1^11 °w Op °mae a. N t°g l ORbhma Op rNNOUlbAm0OrNMO OfiAO 0 MM O M OSOMMMO IA NOOiO O.r IVMOMONO^O + 0.0•NIrI 0 01,0NOo w !q0 OOw wrr rrrrrNNNN,mmim"lNNl g mMm Mm mMMMd O1 dOd 10f0 UI Ul 0 U1Vl 0000bbbbbbbbb^onnAnAAnA p A!DOOOOO OOTOMtT

d ' ae^X' `>^SYva^vi 2 1^Y">^14 le i a8^aa^^'e9^ i^ i'Efl i^ e i^ i4e9^a + ^a^^ iS^i^ZV:fi^O iv i^a' i^o + e dd ♦ y y + s o e ♦ e + ♦ ♦ ♦ • y y ♦ d e p p W e + s mMOMGDt^M co 0mmmmmmm mmmCD (a tom^mmmo; ummmmSmm mmmmmmmmmlmm mm mmW mmmlUmmmmmmIW( -n DmmmffimmAmmm8m APA AAt♦ PrPA AAA11

W 1 ar.. ^2 W A CL N i 'a1 F Y 11^^,, .<.J pt ^^ UI ^ < z \ U W1F 1wrt Vl W O !L ' "' It w W 4 U E O O r W . 1a NWVl \ ^1 r w N WW .aa m^W 0 WWWW W WW WW WWWWb W1 h W N w 3 t i. a W MN O 77 fNr 0r 7.0i 7 7 37w • 7w 071 W '+ + z W¢ z yz zz rz zz O W a r JQ-W ^r till it U U r rrU rrU rr u u Zu • h h i • ., 1. US hphph hyM• h h 9• h 1•.hpgoh <1OZ-h o.FZ i ► 1zO- ^Z h Iyp•F Q_ OZ pp p =U^ pp G 017 u N a < U P saw u UU Zyz v U•^ U Utz U VUU' av WW U l07 +UOU' N4 Q W r 6 Oppr W M 1 W 1 r A\ hz 7 bdN < 1 J P- a ^ t- 3t / 0 ^ h < LL OJ^<

W • • Q z •1 ••F• L U 1 : J ; r ILLL J J 171917 E 1 ( JU 4 a •• u^ :.>,.g w ^+..^ 4-•iia i i a an' 1• _ : 1: 170 ^ ;= < ^+ l VI .1.420.. 9r • Qh r z E VI I • izn . r yr r toa 000 a JJ Ira •a a' Zia O F • • z w r Z•ai p. .arr O wo1 z 11a "JO z^a 4 J < t^R D: Er . ter. w< •< "r6 • JJa •orI a- a • . 1. • i/1..)• -W • • J < 000*N 0.1 ra w h wh 0r0--j -11 aW lV Nr rr11 ra ---Mll M-" W -11 0 lx •••P J O II< < in S J11 a O " 0 W rl1 •11 U1 Ua 11 0 if oil I!r 0 \All •IIUI IIII • 1111 of 111 ! A- 211 • IIJI- 11 z 0 OOYO - Ahd ti LL hJWJ 4 W ♦ '+I! rli 2 x+11 r!I i"^1 "Z J^.; r, ^+JJ w 2 O +, hhF1Al YD Z-;ri ll; % r H !19 q • 4 9 r h LLONJJ J •• • o- 'D ". O U1^ a0^ O'1 !O1 h P O O-+ 00 • o • z O O • • 00 • 1 O 2 r • • • dLLNr Nr M.a M^+a ..Vrr Z1^r o^ 000 :1111 =2 .err O r < rtkwo- f!«1^ dNr •+ po F 011,4411 0r0rrp.. pr UI r Vlrr r Or. o t r rr rr a N¢Na •• NNr r 11 2 'D 1! rr.. 11 rw< r4 r< !I w F 11 "1 + a wti OO^w...vhF 1- a h O a EOLL O« OOa 01+1 P ot-0 a mm- 0 00 ^ z PPNAP 202r r rUu.00 00 0 ou r - a- -00 am NA U""110r000 O 00 P 0 0. O 00 ANPPA O - 0 f blD in 00 O d ADO AP 0 N r O N C4 IV .+ w •+ A- N N N N NN PPPPP O WO 0.00 0 p0 w r •• .+ rr w w^+ 0r Or 90rr PP r uuv vvvuuvv uvvu uvuv

IlldbbAO0t0 rNMIVtbP OtTrIVMf UIbA OOlO rNM fNAOO/p wNMdbbAOOiO•rNMdNb OPO r NMdVI 01,000NMf N b t mMMMmmf dddfdlO fdNVt Ul.Uttnb ONtnb bIola b0ObbAANAAAAAAnOOPDOOOOOOm 0^0^fT 0^0^ 0*0^01000000 0000000000000000000 OOG/ 00000co oOOCOOG6000o0O000 p 00000 OOOO.rrrrrr ::Sao000DSao O 00000 OG OO c 00p 000Z 00 000 00 coo 0000 000 00000000ao 00000a0000000 0000000000 z 0 a OZZ 0 Z pp y zIll Ul lll lzll NNfz/1 U11111llNlzzz ll Ul Vl U1 U11z/1 fn Vl utN VZ1 U1111V1z mot^o ^taitUlOU1Ul00 Vt tllr7z t/IZZ UI z rrrrrrl,.ra rr rr rrrrrrrrrrrrrrr rrr rrr^rrr rrnr;wrrrrrrr111111Nzz esJI U1 MV1N•.rr rrrr•+rrrrto VI tMM tll111 Mill rrrrrrrrrr000Vl Vl ul0 ul 00

1 00 p0000J0000000000000 p 000O p O0U000O000000000000000000pOp000000000 t^ 0000000000 0000000000000 F NM dN`♦ NWOON MOMOM1mJl Motno MO and Mb hm OOrNMOMNIO Mc NM OM (0010-NM N^OM1mO10rNMd M `OM1 1D J+ NNNNNNNNmimm m l'01P^1pO1Mrr91'1rlrir91+1^lmmmr'N1mmmPmmmPN1 Pm1m11mmInmmmirmirdilmmmmrdnmdl^'df^d1f'mmmmmmmPimmmPOm mgr0immm"mmmmrhilimrmmm 1

dMMMMo^IdDA11 MMd 00^°m^^MMIGMAM Mwmm.^m mmmmmmm dan mmd dml^ mid m°mmSMI'Md O SmImd 0 MIDOMMODImoMMOMMISM M mddm°ac^m m°d M Mo^°n^

r0r 0000 i i u r to - M; Z i w 0 r 1 a-a od ^o < o p m N o as or o ) ^ r y - ♦ VN f a l- ♦ 1 O vl O O a MO o m OI 0 z M r + 1^ ``uu 1^ 11^ a J ^7r 1 7r _tJ• .J •1 7 IJ 7r K l9 U LL 7 .m. 1y .Mi r L Z `Zr YLI z12z A. r y y :ry •rrtJ r w0 r w^Z.ry UI VIM JMr ^' y•+O ZH f- F- P. 1+ H QNNh H M M-1- H hl-H •• 1-U2 ^1 I- pZ IId OO 00^ MI +U U Uvl9 'zuO O+UU^7 U UOV' U UUl7 M Xr U U'U^ 'ULULL w t In r ♦ 1 ^+ W OI M •• • v ^•°. a y In If. • 0. n N a h 0 Z0. YY M a r MID UX•fit l - Z O V 1 11 _ z M Or (1Mf- o z • LL za N1 1 _11..^ a 1i ^o ^a luLI (noo z »» w° N :N aN r rz At J ~ a - 1 s p w^\^ ~ •. r Z • N ^^ E1 I•. ♦ 20♦ 2 • Z [ • • Zr r U i 1 ^Q 101 1a1 ^; ^r r N Irinlr oM 11 Q Iv 1r . wW II IILL0.. 1r Q U) r< "' III m n^l ^0. xp rl- Z H ^n^• O.,+JI r 11 i O .ram rrM r1+ r l( Zia rrr 1

Hm0!OrNm dMWM1ID tTOrNmMtOh WOIOrNMdlAM1100^OrNMdU1 ^OM1/0010wNmdt111OM1tD 010..NM MtO 1^a001prNMINtO tp Q^O r Nmdln 10m0'+O OOn Nrrrr•+rr.n .rNNNNNNNNNMMMMMMMMMdlddddddddMMIAMM1f1MU1MV)bb^DW 000,00 p, M1 hNNNNNNtt1m UONIOtDO) MMM Nrr rNNrrr r ."l tir rr rrr r.y NrrrrrN r.y r rr r rrr r rr rr r w0 •• rrr rr•nr rr rN rr------rrrrrr•y r•rNr 000000000(7000000 n0000000000000000coo O000000OOOOS^000000 000000000000000000000000 ZZZZ,2ZZZZZZZZTZZz ZZ7Z7ZZZZ7ZZZZZZ7Z?ZZTZZ2 ZZZ2 ZZZZZZZZ 00000MIA IA IA IA VI VI IA VI III IA VI VI IA VIMMMIA VIIAMMU)1A In 1A lAM V11AM VIMIA VIM N M IA 00000000 IZiI6UZivziu7l vz)6oi o)wA lZlluz)17n a1 IZn17 uZ1 VZiwuzi lrzl r ..r r r r r r r-- r r r r r r N r r rrr ------r r r r d - rrr---rr rrr r r r r r r r< r worrrrrrr 0000UZIUZ1 rrrrrlrrr/1 r++

e 1 00009p00000000 OOy00000000000000000000o0000000000000009o00 0 •+ NMdO.OAmO^OrN dO 1,m(TOrNM00^0A mO+OrNM OI(1 ^p A m0^ 0=40^0A10010rNMd0 dmmxmmmmmmarn0% 0% MrnaOOO q 000C00rrrrrrrr .rrfjNNNNNNNNNMMMMMM ^n M MMMMMMMM^•. mmm M MMMMOddOOd OAOd OOdOd ddOOd 00d10d Oddd A000d0 ^aia^a^ie ` i4 ii^a^d `^aw ` si ^ ais aia^a iaa "a^i^ai `^+s i`i^i^aiy ^ai s e 4 d a^ iaa ^f s ♦ a d o a a Mw mm MMMM NAMOAMM MMM IC daIAMIa) ® IO^^mml0mmm° mm y W^Wm mm° ro°^Qm,°om19m

n a nl LL

p' II U q O f ^ 1- M . O H WU a ww 1^' - 7J 2J.Oi jJ ^ ^w w 22 + z ZY Z zE Z Z Z LZ z w - Hrh ^. 1z F. 7-,Z N Y _° O 00 JQOOp4 UO Q 00 O W uu J U' QWUV UV U UV u Z ILL W !° "• V O N d In a z w a z w Ul dA° 1 J 0 4 0 J h O K z - -c - W W n a w W ^J^ J J -a a A 0 x • J JZ 2 )f M M P. A 4 •• A 4 J.. '! r m ^Q : ^. d..... '1 PA W J .. Y J Z In 1- 7 1- W J S r z 1 -.1 • O U Z 1 • r0 2 Zr.. Z.«-0 ••r W- > A rNl 4 Q •Ya •4 I- •Om •+Ir Q Q '11 ••IU J M rr} O N O ..r0•I- -. r w4 (laUl •Z Jxa Zz" J II JJZ U) NII • If O a a 11 J20n4z-II n ••• ZON- OU Z Ilea II z Iln 11 11110 W •r •Z 4a. II n x -.+ •• 0 II 0 - r • N • ^r •. l Nr.. O J -'ILI -I rJ J-' r J-N 1111zxIt'11111 1111. 1111Itz I41px ULL, .C) • z ° II .-" Oz11zV z 1 n .11 W.Jzz W---. 1 N OOII Flu O^ M OOl O 0 • . It (n • -7 J'"Nr z ON •. • O O NN M- 0JJ '• Y )-'J 0 O O 1t z•^•+ 1 z N NN.. z••••!- Q OdQ"4 d`• H U) U) 0^ U)`••• 000000 -cc, ••+ OOo J^JJQ '. IY ..rar•^ III r •+JJ JJ•-t0000r+1-00^'1.0000hOOz M F- Q h rF. tC rr r .+ OO 00\ •+ z z 4z4aw J OOY'OLL UO 00•• O•• Oa4 as FJLL 00001^DOUI-00001-Oh1-O 0 * aaaM- Oa • 001- OM 01-1- 44--•0005vu0cau00a00aau. 00 k o u oo oln CC, 0 • o .. N m b, N F) d0 NN M0 in M O O O m F)F) • • d Od • 00 0V 0 i 111 In U! N rrr .+.. rer .rw rN .^ UUU UUU U

rNM 00'01, mOrNM00 O 1, m 0O r N M d 1110 1, M ONMd0 D1,m^OrNMdN OPmO Or rnrnrn a^000000 OP^OOrrrr ...... r N NNNNNNNNMM MMMMMMMM00 r rr =Illrr.NNNNNnI NNNNNNNNNNNNNN 00000000000 NNNNNNNNNN 000 000000000000 OOOOOZOCO000000 OU00000000000OC000000 Z Z Z ZI}v21 A n 3 n InIInNV) ..22zIil 72 ..rrr,.r...rIz/1+znNUZiOu=iINt.2 + rrrOw-,nMomUO'nIn Intnl/l'ImouziN rrrr rrr 0 .. .. uziuz)0« rrrrU'iwzluzi rrrr ,. lznrr..r

ME-;..}.,