<p><b>xinzhang</b> 2009-03-30 12:44:05 -0600 (Mon, 30 Mar 2009)</p><p>Save for Chapt 6.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-25 19:55:05 UTC (rev 155)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-30 18:44:05 UTC (rev 156)
@@ -1,7 +1,5 @@
-ࡱ
-

+
   It is important to include forecast differences from at least 00Z and 12Z through the period, to remove the diurnal cycle (i.e. do not run gen_be using just 00Z or 12Z model perturbations alone).   -The inputs to gen_be are NetCDF WRF forecast output (&quot;wrfout&quot;) files at specified forecast ranges.  To avoid unnecessary large single data files, it is assumed that all forecast ranges are output to separate files. For example, if we wish to calculate BE statistics using the NMC-method with (T+24)-(T+12) forecast differences (default for regional) then by setting the WRF namelist.input options history_interval=720, and frames_per_outfile=1 we get the necessary output datasets. Then the forecast output files should be arranged as follows: directory name is the forecast initial time,  time info in the file name is the forecast valid time. 2007010100/wrfout_d01_2007-01-01_12:00:00 mean a 12-hour forecast valid at 2007010112 initialized at 2007010100. +The inputs to gen_b
 e are NetCDF WRF forecast output (&quot;wrfout&quot;) files at specified forecast ranges.  To avoid unnecessary large single data files, it is assumed that all forecast ranges are output to separate files. For example, if we wish to calculate BE statistics using the NMC-method with (T+24)-(T+12) forecast differences (default for regional) then by setting the WRF namelist.input options history_interval=720, and frames_per_outfile=1 we get the necessary output datasets. Then the forecast output files should be arranged as follows: directory name is the forecast initial time,  time info in the file name is the forecast valid time. 2008020512/wrfout_d01_2008-02-06_00:00:00 mean a 12-hour forecast valid at 2008020600 initialized at 2008020512.   -Example directory/files structure for a CON200 domain (45 x 45 x 28 gridpoints): +Example directory/files structure for a tutorial case (90 x 60 x 41 gridpoints):   --rw-r--r-- 1 users 3246536 2007010100/wrfout_d01_2007-01-01_00:00:00 --
 rw-r--r-- 1 users 3246536 2007010100/wrfout_d01_2007-01-01_1!
 2:00:00
--rw-r--r-- 1 users 3246536 2007010100/wrfout_d01_2007-01-02_00:00:00 --rw-r--r-- 1 users 3246536 2007010112/wrfout_d01_2007-01-01_12:00:00 --rw-r--r-- 1 users 3246536 2007010112/wrfout_d01_2007-01-02_00:00:00 --rw-r--r-- 1 users 3246536 2007010112/wrfout_d01_2007-01-02_12:00:00 --rw-r--r-- 1 users 3246536 2007010200/wrfout_d01_2007-01-02_00:00:00 --rw-r--r-- 1 users 3246536 2007010200/wrfout_d01_2007-01-02_12:00:00 --rw-r--r-- 1 users 3246536 2007010200/wrfout_d01_2007-01-03_00:00:00 --rw-r--r-- 1 users 3246536 2007010212/wrfout_d01_2007-01-02_12:00:00 --rw-r--r-- 1 users 3246536 2007010212/wrfout_d01_2007-01-03_00:00:00 --rw-r--r-- 1 users 3246536 2007010212/wrfout_d01_2007-01-03_12:00:00 --rw-r--r-- 1 users 3246536 2007010300/wrfout_d01_2007-01-03_00:00:00 --rw-r--r-- 1 users 3246536 2007010300/wrfout_d01_2007-01-03_12:00:00 --rw-r--r-- 1 users 3246536 2007010300/wrfout_d01_2007-01-04_00:00:00 +        &gt;ls $FC_DIR   -In the above example, only 3 days (00Z 01 Jan to 00Z 03 Jan.
  2007) of forecasts, every 12 hours are supplied to gen_be_wrapper to estimate forecast error covariance. It is only for demonstration. The minimum number of forecasts required depends on the application, number of grid points, etc.  Month-long (or longer) datasets are typical for the NMC-method. Generally, at least 1-month dataset should be used. +-rw-r--r--  1   users  11556492 2008020512/wrfout_d01_2008-02-06_00:00:00 +-rw-r--r--  1   users  11556492 2008020512/wrfout_d01_2008-02-06_12:00:00 +-rw-r--r--  1   users  11556492 2008020600/wrfout_d01_2008-02-06_12:00:00 +-rw-r--r--  1   users  11556492 2008020600/wrfout_d01_2008-02-07_00:00:00 +-rw-r--r--  1   users  11556492 2008020612/wrfout_d01_2008-02-07_00:00:00 +-rw-r--r--  1   users  11556492 2008020612/wrfout_d01_2008-02-07_12:00:00   +In the above example, only 1 day (12Z 05 Feb to 12Z 06 Feb. 2002) of forecasts, every 12 hours are supplied to gen_be_wrapper to estimate forecast error covariance. It is only for demons
 tration. The minimum number of forecasts required depends on!
  the app
lication, number of grid points, etc.  Month-long (or longer) datasets are typical for the NMC-method. Generally, at least 1-month dataset should be used. +  Under WRFDA/var/scripts/gen_be, gen_be_wrapper.ksh is used to generate the BE data, following variables need to be set to fit your case:   -WRFVAR_DIR=/karri/users/noname/support/WRFDA #WRFDA path -REGION=con200   #Region ID -EXPT=expt   # Experiment ID -EXP_DIR=/karri/users/xinzhang/support/$REGION/$EXPT  -START_DATE=2007010200   -END_DATE=2007010312 -NUM_LEVELS=28 +export WRFVAR_DIR=/users/noname/work/code/trunk/phoenix_g95_opt/WRFDA +export START_DATE=2008020612  # the first perturbation valid date +export END_DATE=2008020700    # the last perturbation valid date +export NUM_LEVELS=41          # e_vert - 1 +export BIN_TYPE=5 +export FC_DIR=/users/noname/work/exps/friendlies/expt/fc # where wrf forecasts are +export RUN_DIR=/users/noname/work/exps/friendlies/gen_be${BIN_TYPE}   -Note: The START_DATE and END_DATE are pe
 rturbation valid dates. As show in the forecast list above, when you have 24-hour and 12-hour forecasts initialized at 2007010100 through 2007010300, the first and final forecast difference valid dates are 2007010200 and 2007010312 respectively. +Note: The START_DATE and END_DATE are perturbation valid dates. As show in the forecast list above, when you have 24-hour and 12-hour forecasts initialized at 2008020512 through 2008020612, the first and final forecast difference valid dates are 2008020612 and 2008020700 respectively.   -Note: The forecast dataset should be located in $EXP_DIR/fc. Then type: +Note: The forecast dataset should be located in $FC_DIR. Then type:    &gt; gen_be_wrapper.ksh   -Once gen_be_wrapper.ksh runs completed, the be.dat can be found under $EXP_DIR/gen_be directory. +Once gen_be_wrapper.ksh runs completed, the be.dat can be found under $RUN_DIR directory.    To get a clear idea about what are included in be.dat, the script gen_be_plot_wrapper.ksh m
 ay be used to plot various data in be.dat such as:   @@ -860!
 ,7 +851,
7 @@
      -WRF-ARW V3: Users Guide        6- PAGE 22 +WRF-ARW V3: Users Guide        6- PAGE 26      WRF-ARW V3: Users Guide        6- PAGE 1 @@ -884,1448 +875,1443 @@
      -
-hh
-
-&amp;
+h&quot;DS
+
+&amp;
-
-hh
+
+h&quot;DS
 &amp;
-&amp;

-Px 4 #\'*.25@9

+Px 4 #\'*.25@9
;
 &amp; F
-&amp; F
+&amp; F
 &amp;
-&amp;
-hh
+&amp;
+h&quot;DS
 &amp; F
-&amp;
+pHd
+&amp;
 &amp;
-&amp; F
-&amp; F
-hh
-&amp;
+&amp; F
+&amp; F
+h&quot;DS
+&amp;
 &amp; F
 &amp;
 &amp; F
-I

-hh
+pHd
+I

+h&quot;DS
 l
-l
+l
 l
-l
+l
 l
-l
+l
 l
-l
J

-
-
-hh
-&amp;

+l
;DS

+
+
t;DS
+h&quot;DS
+&amp;

 
-
+
 
-
-hh
+

+&amp;
+h&quot;DS
+h&quot;DS
+l
+
 #
 
-l
-&amp;
-hh
-hh
-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
-
-hh
+l
+
+h&quot;DS
 #
 
 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&quot;DS
 #
 
-l
-
-hh
+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&quot;DS
 #
 
-l
-hh
+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&quot;DS
 #
 
-l
-
-hh
+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&quot;DS
 #
 
-l
-hh
+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&quot;DS
 #
 
-l
-
-hh
+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&quot;DS
 #
 
-l
-hh
+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&quot;DS
+
 #
 
 l
-
-
-
-
-
-
-
-
-
-
-
- 
-hh
-
-
-
-
+
 l
-
-
-
-
-
-
-
-
-
+
 #
 
-l
-
-
- 
+l
+
+
 #
 
-l
+l
+
+
+
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 l
 
+
 #
 
-l
+l
 d#
 
 
 l
+
 d#
 
 
-l
+l
 d#
 
 
-l
+l
 d#
 
 
-l
-hh
+l
+h&quot;DS
 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
+
+h&quot;DS
 d#
 
 
-l
-hh
+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
 l
 
+
 d#
 
 
-l
+l
 #
 
 l
-
-hh
+
+h&quot;DS
 #
 
-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
-
-hh
-hh
+h&quot;DS
+h&quot;DS
-
+
 l
 
+
 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
+h&quot;DS
 #
 
 l
+
 #
 
-l
-&quot;
-hh
+l
 #
 
 l
+
 l
 
+
 #
 
-l
+l
 #
 
 l
+
 #
 
-l
+l
 l
 
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 l
 
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
 #
 
 l
+
 #
 
 l
+
 #
 
-l
-&quot;
+l
 #
 
 l
 l
 
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
+
 #
 
 l
-hh
+
+h&quot;DS
 #
 
 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
 m        
 #
 
@@ -2333,166 +2319,167 @@
 #
 
 l
+
 #
 
 l
-hh
+
+h&quot;DS
 #
 
 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
-hh
+
+h&quot;DS
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
+
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
+
 #
 
 l

-
-
-
+

+
+
 )].w
 )].wPNG
 
@@ -3625,7 +3612,7 @@
 
 l
 l
-
+
 
 
 qxX_{N?f1_q3   c?7
 gݾ(C+0sb!}Q1
-E&lt;f߿s &lt;{B;wjhw9ҥK9hK/˗/GkQ|MKV㵠;Wx5|Chaq,1D/믑=v&lt;)RP:tH`,1ܹ3]#iY0&amp;ؘ _!1&lt;mǥ&gt;$B!B!B!$qpps?_R###C4O320{ͺ8_&gt;up8~|;/&quot;|v:zOxx7 &lt;&lt;n׽AᥝG8Cq~z%qջ&amp;ײU|);鴤XNh9G&gt;ϥPWy%]GHIߙ;_onSs]2YZοw⳿8.ۧs&gt;Gο+v7չN/pݶw(ک_Ia[!\pTܿ?        &quot;W,οE])ty1V#kdohp(p}HZ9}vA^!!?8v@v]EYcG gi,sק+GοUw$yq&quot;u}{wWvһ ɜ%MxMftz}nР߬񷣖#Q4}8ȓQv Wѽkj8Tdʖ~Y7!H
+E&lt;f߿s &lt;{B;wjhw9ҥK9hK/˗/GkQ|MKV㵠;Wx5|Chaq,1D/믑=v&lt;)RP:tH`,1ܹ3]#iY0&amp;ؘ _!1&lt;mǥ&gt;$B!B!B!$qpps?_R###C4O320{ͺ8_&gt;up8~|;/&quot;|v:zOxx7 &lt;&lt;n׽AᥝG8Cq~z%qջ&amp;ײU|);鴤XNh9G&gt;ϥPWy%]GHIߙ;_onSs]2YZοw⳿8.ۧs&gt;Gο+v7չN/pݶw(ک_Ia[!\pTܿ?        &quot;W,οE])ty1V#kdohp(p}HZ9}vA^!!?8v@v]EYcG gi,sק+GοUw$yq&quot;u}{wWvһ ɜ%MxMftz}nР߬񷣖#Q4}8ȓQv Wѽkj8Tdʖ~Y7!H
 
 
 \)QTD&quot;tOHG/ET^&quot;T] WyO}f7l3gflyg9sεq&quot;E%Y#vw6(ɰZF;۱3qE5߶Wi#E9UH        &quot;&quot;&quot;&quot;&quot;&quot;r^^}UiѢmVL&quot;.\s&gt;|X(.]RȲe9}[2k,[7Ȅ        \? 6LVZe&gt;?&gt;S_۷-{zwd~_ʊDtϟ @@ -3845,7 +3832,7 @@
 *wȜ9Y+\r{ .Ç;!,uDs1S̾3gΘHU&quot;o޼xb5ҥKsu;{iᇾc$VGX9sfxoҤo&lt;3xB6l@ddYɞ={ӧO7WDժU3        wǺŋm/1w\E&gt;}\[&gt;ϟ={o_r~0]vMX\Ovq^9揙żI&gt;ID뒓9J&gt;H&quot;3 XWs5'NUЪUTe+b~#kך  6&lt;gMܻ;  4h`ˌa{I        7zY,`}}bxm]n]Sd/+R&amp;&gt;fr|l+:vhY0nܸύ|_vڵkcڴi%p,3&gt;}{mۖfK* NjSre?_~ז:&quot;Yw}gƶJI؎9bK.(Z~dsi`&amp;f֬YXpqRYkmKL}YQog_ƾ,pi޺ukseX%&quot;NvC:ׯoۗTԫW1W^f
 &lt;&gt;M6PɯӧO}_wuRJq߃'%sޒ%K{n/66s=gْǴ#͘lwfN{\=}&lt;xiߧ:X:}l&gt;oʔ)祤}\7N:        ]CE\p6֑&gt;} ߲eo\/[/lKl,Ygd(Q׷o_\f=ތh͚5~mqYcc˜Ml4-1W͌qu2)Co?sGc3&amp;|u&lt;'g˗/cǎwneI 2_5o6meAA҅][W&quot;]NMl$EPœGAOG=xAkO        B)Mư ]wx'ɼod FCQţŖ ,fdYn(C}u 󄰄bEBv&quot;8&lt;nb*&lt;O@*f|~4z:A~
-&amp;Zm=fkTЊMɳ8m6-ШW_uIUQr7廫%r&lt; 7@|',+.K⛮܉Q.}QJw/ߓ_~մWځVy&quot;MiWI
+&amp;Zm=fkTЊMɳ8m6-ШW_uIUQr7廫%r&lt; 7@|',+.K⛮܉Q.}QJw/ߓ_~մWځVy&quot;MiWI
 
 
 @         jߒznMŔρ}q$:_uS-/Y$Ěm6UySiX&lt;ĄQ߄L!I0^CR$=VSK
 
 ZoTZnc\&lt;qR`Y CZn,         %TG&gt;VF@OA -Om=ttzfZFv=+Mӝݺgieͷ,-(}-Ag+&lt;ϙEd^Kd;}vV4Rn|&gt;GLw-ޒlD&amp;r;˱ =^܀d,`+tgY~/F&gt;;rcZoko,?bmW3hvU&amp;j~z-B嗷DJm_R_DuDsay=kM|3J}D%-'vh&amp;z8AT&gt;gu-,)ҢJlÈuٲcٺqOkrΞΊVNv+y=+zW~PT2eLYdNu+7XSOtwOv88{k5+[qr_)ЎroN8Фjn&gt;h )ښm+C
+Om=ttzfZFv=+Mӝݺgieͷ,-(}-Ag+&lt;ϙEd^Kd;}vV4Rn|&gt;GLw-ޒlD&amp;r;˱ =^܀d,`+tgY~/F&gt;;rcZoko,?bmW3hvU&amp;j~z-B嗷DJm_R_DuDsay=kM|3J}D%-'vh&amp;z8AT&gt;gu-,)ҢJlÈuٲcٺqOkrΞΊVNv+y=+zW~PT2eLYdNu+7XSOtwOv88{k5+[qr_)ЎroN8Фjn&gt;h )ښm+C
 
 
 J&amp;H(yA@((  &gt;φ4@(zoRAJhUx&quot;|oܒ{M9Aٹ͙9sf !3'J̓
 6֭GAW42D'FhC8YJ3Kͼƪc']^AA_FaaϱRrQ0VF6ꉆQiaěnF֭-PQ6.cLzfwO?OdoQT1l[TQc  Jߙ7gdct#H6\FoY!1N)#*zUS
 GN]fݝ1bdy7qڬUԝR?u
-
-
+
+
 
 
@@ -7580,7 +7567,7 @@
 
 
 
+
 
 
 
 
+
 
-
-
+
 
 
+
 @
 @
 Dư
 @
-
 
 
-
-
-
-
-
-
-
+

+
+
+
+
+
 
 
+
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 
-
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 
-
-


+


 



iҀ
Ҁ











0











0



iҀ
ŀ











0











<font color="gray">
 
-
-
-
-
-
-
-
+

+
+
+
+
+
 
 
+
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 
-
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 
-
-

+
̀
 
 
 
@@ -7824,176 +7769,133 @@
 
 @
 @
-@







0


0











-
-
-
-
+@


+
+







0


0









+
+
+
+
 
-
-
+
+
+
 
 
-
+
 
+
 
 
-&amp;
-Y
+&amp;
+Y
 f
-x

 
 
-
-
+
+
+        
 
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
 
-
-
-
+
+
 
 
-
-
-
-
-
-
-
-
-
-
-
- 
+
+
+
+
+
+
+
+
+
+
-
-





-
-
-
+





+
+        
+
+
 
+
+
+
 
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
 
-
-
-
-
+
+
+
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
 
-
-
-
-
-
-
-
-
-


+
+
+
+

:

 
 l,6
 
 
 
-

+

 ^Z
-^Z
+^Z
 
@@ -8183,125 +8085,104 @@
 

 
-



-`GT^5bBJ&gt;*N

-
-
-
-
-
-
+



+`GT^5bBJ&gt;*N


+
+
+
+
 
 
+
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 
-
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 
-
-



+




 
-
+
+
 
-
-wwo~wo~o~ww
g9RR^cRJR^Z^kZJRo{R
+
+
+wwo~wo~o~ww
JR^Z^kZJRo{R
 RZg9kZ^ZRNswZNsVZRcwkZRNskZJR^ckZZg9s^VkZVZRs
 swo{wo{o{ww
-wwwww
+wwwww
 
 
r
-
-
+
 
 
 
+
 
 
 
 
+
 
 
         
-
\ No newline at end of file
+        
+
\ No newline at end of file

</font>
</pre>