<p><b>duda</b> 2008-07-01 13:50:53 -0600 (Tue, 01 Jul 2008)</p><p>A few more minor formatting changes.<br>
<br>
M    users_guide_chap6.doc<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2008-07-01 19:00:46 UTC (rev 99)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2008-07-01 19:50:53 UTC (rev 100)
@@ -1,6 +1,6 @@
-ࡱ


 7) Plot the distribution of for each type of observation types.    WRF-Var observation preprocessor is residingOBSPROC program is found under the directory WRFDA/var/obsproc directory. To compile the program, issue the following commands. -        &gt;  cd WRFDA/var/obsproc  +        &gt;  cd WRFDA/var/obsproc           &gt;  make  Once this is completed (a minute or less on most machines), you can check for the presence of the OBSPROC executable,  src/3dvar_obs.exe  Before running 3dvar_obs.exe, create the desired required namelist file namelist.3dvar_obs (see WRFDA/var/obsproc/README.namelist, or the section  HYPERLINK  \l &quot;_Description_of_Namelist_1&quot; Description of Namelist Variables for details).; @@ -235,7 +235,7 @@
 Download the tutorial test data for a con200 case which is valid at 00 UTC  02 January 2007 test case  from    HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/src/data/WRFV3-Var-testdata.tar.gz&quot; http://www.mmm.ucar.edu/wrf/src/data/WRFV3-Var-testdata.tar.gz   Once you have downloaded WRFV3-Var-testdata.tar.gz file to $DAT_DIR, then extract it by typing -        &gt; gunzip WRFV3-Var-testdata.tar.gz +        &gt; gunzip WRFV3-Var-testdata.tar.gz                   &gt; tar -xvf WRFV3-Var-testdata.tar   Now you may should find the following three sub-directories/files under $DAT_DIR    ob/2007010200/ob.little_r                       ###  Observation data in little_r format @@ -482,7 +482,7 @@
 SUCCESS COMPLETE WRFVAR       *** WRF-Var completed successfully *** -A file called namelist.output (which contains the complete namelist settings) will be generated after a successful da_wrfvar.exe run. Those settings appear in namelist.output that are not specified in your namelist.input are the default values from WRFDA/Registry/Registry.wrfvar. +A file called namelist.output (which contains the complete namelist settings) will be generated after a successful da_wrfvar.exe run. Those settings appear in  namelist.output that are not specified in your namelist.input are the default values from WRFDA/Registry/Registry.wrfvar.  After We provides a sample script to run the codes in WRFDA/var/scripts/wrappers/da_run_suite_wrapper_con200.ksh. Following environment variables needs to be set in this script depending upon your case.  REL_DIR                  - Full path of the parent code directory  WRFVAR_DIR          - Full directory path of wrfvar under $REL_DIR @@ -524,9 +524,10 @@
 drwxr-xr-x 2 xinzhang    4096 Jun 18 13:15 trace  -rw-r--r-- 1 xinzhang 4393186 Jun 18 13:17 unpert_obs  drwxr-xr-x 3 xinzhang    4096 Jun 18 13:17 working-rw-r--r-- 1 xinzhang 3651560 Jun 18 13:17 wrfvar_output -Content of some useful diagnostic files are as follows: -cost_fn &amp; and grad_fn: The twoese files hold (in ASCII format) WRF-Var cost &amp; and gradient function values respectively for only the first and last iterations. However, iIf you setrun with NL_CALCULATE_CG_COST_FN=true (in record &amp;WRFVAR11 in namelist.input), it lists thesethe cost function  values forof each iteration will be calculateds,. For visualization purpose, sometimes it is good to run WRF-Var with this option, as it will list the cost and gradient function for each iteratihowever, the run time will be significantly increasedon. FollowingAn NCL script (WRFDA/var/graphcs/ncl/plot_cost_grad_fn.ncl) may be used tois provided for plotting  the content of  cont_fn &amp; and grad_fn , if t!
 hese files are generated with NL_CALCULATE_CG_COST_FN=true. It may be visualized using following NCL script: WRFDA/var/graphcs/ncl/plot_cost_grad_fn.ncl as: -  +Content The content of some useful diagnostic files are as follows: +cost_fn &amp; grad_fn: The twoese files hold (in ASCII format) WRF-Var cost &amp; gradient function values respectively for only the first and last iterations. However, iIf you setrun with NL_CALCULATE_CG_COST_FN=true (in record &amp;WRFVAR11 in namelist.input), it lists thesethe cost function  values forof each iteration will be calculateds,. For visualization purpose, sometimes it is good to run WRF-Var with this option, as it will list the cost and gradient function for each iteratihowever, the run time will be significantly increasedon. FollowingA NCL script (WRFDA/var/graphcs/ncl/plot_cost_grad_fn.ncl) may be used tois provided for plotting  the content of  cont_fn &amp; grad_fn , if these files are generated with NL_CALCULATE_CG_C!
 OST_FN=true. It may be visualized using following NCL script:!
  WRFDA/
var/graphcs/ncl/plot_cost_grad_fn.ncl as: + +cost_fn and grad_fn: These files hold (in ASCII format) WRF-Var cost and gradient function values, respectively, for the first and last iterations. However, if you run with NL_CALCULATE_CG_COST_FN=true, these values will be listed for each iteration; this can be helpful for visualization purposes. The NCL script WRFDA/var/graphcs/ncl/plot_cost_grad_fn.ncl may be used to plot the content of  cost_fn and grad_fn, if these files are generated with NL_CALCULATE_CG_COST_FN=true.     Note: Make sure that you removed first two records lines (header) in cost_fn &amp; and grad_fn before you plot.  Also you need to specify the directory name for these two files.   gts_omb_oma: It holds (in ASCII format)  information of each type ofall  observations,  that got passed in WRF-Var. like its Each observation has its observed valuevalue, quality flag,  observation error, observation minus background (OMB), and  &amp; observation minus anal!
 ysis (OMA). This information is very useful for (both analysis or forecasts) verification purposes.  namelist.input:  WRF-Var input namelist file. It displays all the non-default options which user defined. If any of your namelist defined options did not appear in this file, you may like to check its name and match it with the WRFDA/Registry/Registry.wrfvar.     @@ -851,10 +852,10 @@
      -WRF-ARW V3: Users Guide        6- PAGE 38 +WRF-ARW V3: Users Guide        6- PAGE 28     -WRF-ARW V3: Users Guide        6- PAGE 37 +WRF-ARW V3: Users Guide        6- PAGE 1       @@ -875,1825 +876,1893 @@
      -
-h@}
-
+

+h(k
+
 &amp;
-&amp;
+&amp;
 &amp;
 &amp;
 &amp;
-&amp;
+&amp;
 &amp;
 &amp;
+
 &amp;
-Fh@}
-F
-Fhsg
+
+Fh(k
+F
+Fhsg
 F
-Fhsg
-Fv
+Fhsg
+Fv
 Fd&amp;
 &amp;
-&amp;
-Fh@}
-&amp;
-&amp;
+&amp;
+Fh(k
+&amp;
+&amp;
 F
-F*5
-F*hL
-F*5
-Fh@}
-F
-Fd&amp;
-Fh@}
+F*5
+F*hL
+F*5
+Fh(k
+F
+Fd&amp;
+Fh(k
 F
 F*0J
-
-F(
-F
-F%
-F.
-F
+
+F(
+F
+F%
+F.
+F
 F
-Fh@}
-Fh\
-Fh&quot;6
+Fh(k
+Fh\
+Fh&quot;6
 F!H
-Fhk
-F
-#
+Fhk
+F
+#
 F%H
-Fh&quot;6
-FhWL
-Fh+o
-Fh@}
-Fh+o
-Fh+o
-Fh@}
-F2
-F
-F
-Fh&quot;6
-Fh@}
-F%
-F/
-F4
-F
-F4
+Fh&quot;6
+FhWL
+Fh+o
+Fh(k
+Fh+o
+Fh+o
+Fh(k
+F2
+F
+F
+Fh&quot;6
+Fh(k
+F%
+F/
+F4
+F
+F4
 Fn%
-F*5
-F
+*
+F*5
+F
 FH
-Fh@}
-Fh@}
-F
+Fh(k
+F
-Px 4 #\'*.25@9
-F
+F
-F
-F
+F
-F%
+&gt;
+F%
 F!H
 Fh -&gt;
-Fh@}
-F(hL
+&gt;
+Fh(k
+F(hL
 F*5
-FhL
+FhL
 F*5%H
-Fhk
-Fh\{
-FhL
+Fh\{
+FhL
-F
-Px 4 #\'*.25@9
-F
-Fd&amp;
-Fph
-F2
-F
-F
-Fr7
-F;
-F;
-F2
-F
-F 8
-Fhk
-Fhk
J
-O
cH
-O
+Px 4 #\'*.25@9
+F
+Fd&amp;
+Fph
+F2
+F
+F
+Fr7
+F;
+F;
+F2
+F
+F 8
+Fhk
+Fhk
J
+O
cH
+O
 O
-&amp;
-FH
-&amp;
-F%
-F2
-F%
-T
-F%

-v
-v
-v
-v
-v
-v
-v
-_

^
-h@}
+&amp;
+FH
+&amp;
+F%
+F2
+F%
+T
+F%
+V
+v
+v
+v
+v
+v
+v
+v
h(k

+e
+h(k
 l
-l
-
+l
+
 l
-l
+l
 l
-l
-
-
+l
+
+
 l
-l
- Fh@}
- FH
+l
  F
- Fhk
+ Fhk
  FH
- Fhk
- F
+ Fhk
+ Fh(k
+ F
  FH
- Fh@}
- F
- F
-q
gd@}
+ Fh(k
+ F
+ F!H
+n
+q
+u
+u
 w

}
-
-
-fh@}
-h@}
OJ

-
-

h@}

-
p;


+y


+I
+fh(k
+h(k

.
z`K6


h

+
+
+
-

}

h F


-i
-
-
-
-
-
-h@}
-h@}
-&amp;
-&amp;
+`t

J

+

dhf

+L
+w
+
Yt
+h(k
+h(k
+&amp;
+&amp;
 #
 
-l
-
-h@}
+
+h(k
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
+
 #
 
-l
+l
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
-
-h@}
+l
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-
-
-
-
-
-
-
-
-
-h@}
+l
+
+
+
+
+
+
+ 
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
+
+
 #
 
-l
+l
+
+
+
+
+
+ 
 #
 
-l
-
-
+l
 #
 
-l
-
-
-
-
-
-
-
+l
 #
 
-l
-
-
-
-
-
+l
 #
 
-l
-
-
-
-
-
-
-
-
-
-
-
-h@}
-
-
-
-
-
+l
+ +
+h(k
 #
 
-l
-
-
-
-
-
+l
 #
 
-l
-
-
-
-
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
+ +
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
-h@}
+l
+h(k
 #
 
-l
+l
 #
 
-l
+l
 Y
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
+l
+
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
+l
+
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
+
 #
 
-l
+l
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
+l
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+'
 l
-
+
 #
 
-l
 l
-
-&amp;
-h@}
-&amp;
+
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
-h@}
+l
+h(k
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
-h@}
+l
+h(k
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
+l
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
 l
-
+
 #
 
-l
 l
-
+
 #
 
-l
 l
-
+
 #
 
-l
-
 l
-
-h@}
-h@}
+
+h(k
+h(k
 #
 
-l
 l
-
+
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-&amp;
+l
+&amp;
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
-=
-h@}
+l
+&lt;
+h(k
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 
 #
 
-l
-=
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
+l
+h(k
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 l
-
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
+l
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-h@}
-h@}
+l
+h(k
+h(k
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 
 #
 
-l
+l
 
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
 #
 
-l
D
-
-
+l
D
+
+
 
 
@@ -2795,8 +2864,8 @@
 s#
 V靗bKbl{3ȇ`B7SL&amp;        .vz鏟        n &amp;aFUǀ 'zA+gv3O2        Y}5,&lt;đ\ڑ/_&gt;]&amp;5ꘫq ǣrYX&gt;:fdLYU#bn7/rݪՄ&quot;M\I0*Vkw֞@YtI&amp;WcY l.{ DV4:R۩c
-
-
+
+
 )].w
 )].wPNG
 
@@ -3006,8 +3075,8 @@
 =Lw(
 cl t0*V*z2 uq*L2U垧JL

-
-
+
+
 
 
@@ -3400,8 +3469,8 @@
 l
 l
 
-
-
+
+
 
 
 u(lH&lt;CX.Ip=#H@6YYY999- _Q*&lt;yIiRHuea{233׮]+5y;wѣGK&quot;ʦV6_|^xA

-
-
+
+
 **g;nU]Fw}欹V[ ?Oa]Â^~9tG㿬&quot;
 &gt;A'5V6XI@ m~ :nllvM6R-'  X`        )NkҭD@m        &gt;          v?N         x&amp;b?8֝&quot;`i_g_
-
-
+
+
  aA@rF$9HI@T% ((~9uzj
 $oQ&gt;Ob?5bÂew*QFW+x
 
 ޤ~ĒGk͠ ^n  ΀#wxo&amp;nt)7Q~_3Mn8]_o@7&quot;UY
-
-
+
+
 
 hmCњi,e
 P@W
@@ -5600,8 +5668,8 @@
 4)IjO=KBgԁ7fw          6&amp;liŲb\ck Zu;Y1CTƿLQlW;C,VkcV')߭]*Ww(c&gt;\'˭\4Ƿ?}W3oSz&amp;GQpӏ~Jhc@٥w`J%)&lt;bف
 &quot;'p~e&lt;|J٣
-
-
+
 
@@ -6689,8 +6757,8 @@
   ik rp;Z{y{B,ZWWZҲ4
 '蔪
-
-
+
+
 
 L{9_2{{ mU-/W*ϱ3POw2qWͲ p\-gK~GMev.jE_p8rkIScHP׮ a.        RuMn]/{xF)?~;cpwQM_~}i({fgwtp` %jQ4%$׹ɐX݊uc7h6waQ|Գ#+Gүx0EC^r
@@ -9621,7 +9689,7 @@
 YU
 
 
+
 
 
 
 
+
 
+
+
 
+
 
 
 ư
@@ -9647,268 +9716,315 @@
 
-I
-
-
-
-
-
-
-
-
+I
+s
+
+
+
+
+
+
+
 
-
-
-
-
-
-
-
-
+
+
 
-
-
-
-
-
-
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- 
-7




j

f0t
0t


0


x


0t





x


0t
t




+
+!
&lt;


ؒC0








0














x



-I
-
-
-
-
-
-
-
-
+I
+s
+
+
+
+
+
+
+
 
-
-
-
-
-
-
-
-
+
+
 
-
-
-
-
-
-
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- 
-7

0








0















0



-
-
+
+!
&lt;
























0


0


+u
-O
-
-
-
-
-
+O
+
+
+
+
 
+
 
-
+
+
 
 
-
+
 
+
 
-
+
-m
-r
-|
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
<font color="gray">
+t

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-7
-B


+
+
+
+
+'
+(
+1
+H
+I


 )
-s
-u
-w
-
-
-
-        
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-(
-6
-7
-&gt;
-J

F
+)
+r

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
50


 
 l,6
 
 
 
-

-
+

 ^Z
-^Z
+^Z
 
@@ -10480,101 +10595,107 @@
 

 
-
-        9e

        
        
        
-
-
-
-
-
-
-
+

        


+
+
+
+
 
-
-
-
-
-
-
-
-
+
+
 
-
-
-
-
-
-
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- 
-7



+
+




 
-        
+        
 
 
+
 
 
-
+
+
 wwo~wo~o~ww
ZkZVZkZ^ZcF1^ZcZZg9kZZkZZ^VNsg9kZRVc^ZVco{o{kZRkZJRc^ZR^g9VZ^Vg9R^VkZNsR
 swo{wo{o{ww
 wwwww
-
+
 
r
-
+
 
 
 
+
 
 
 
 
+
         
 
@@ -10847,5 +10968,5 @@
 
 
 
-
\ No newline at end of file
+
+
\ No newline at end of file

</font>
</pre>