<p><b>xinzhang</b> 2009-03-25 11:18:39 -0600 (Wed, 25 Mar 2009)</p><p>Save for Chap. 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-23 22:47:21 UTC (rev 150)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-25 17:18:39 UTC (rev 151)
@@ -1,5 +1,5 @@
-ࡱ
-
T
+
 ./configure   serial means single processor  dmpar means Distributed Memory Parallel (MPI) +Note: wrfplus was tested on following platforms: +IBM AIX: xlfrte 11.1.0.5  +Linux : pgf90 6.2-5 64-bit target on x86-64 Linux  +Mac OS (Intel) : g95 0.91! +Note: wrfplus does not support: +Linux: Intel compiler V9.1 (not sure for higher versions, WRFPLUS can not be compiled with old version)  +Linux : gfortran (The behavior of WRFPLUS is strange)  ./compile em_real   ls -ls main/*.exe   you should see wrfplus.exe  @@ -268,7 +275,7 @@
 Now you have all the three input files (first guess, observation and background error statistics files in directory $DAT_DIR) required to run WRF-Var. Also, you have successfully downloaded and compiled the WRF-Var code. If this is correct, we are ready to learn how to run WRF-Var.  b. Run The Case3D-Var  The data for this case is valid at 12 UTC 5th February 2008. The first guess comes from the NCEP global final analysis system (FNL), passed through the WRF-WPS and real programs.  -To run WRF-Var, first create a working directory, for example, WRFDA/var/test, then follow the steps below: +To run WRF-3D-Var, first create a working directory, WRFDA/var/test/tutorial is a sample, then follow the steps below:  cd WRFDA/var/test/tutorial   ln -sf WRFDA/run/LANDUSE.TBL ./LANDUSE.TBL  ln -sf $DAT_DIR/rc/2008020512/wrfinput_d01 ./fg (link first guess file as fg) @@ -480,7 +487,108 @@
 After successful completion of job, wrfvar_output (the WRF-Var analysis file, i.e. the new initial condition for WRF) should appear in the working directory along with a number of diagnostic files. Various text diagnostics output files will be explained in the next section (HYPERLINK  \l &quot;_WRF-Var_Diagnostics_1&quot;WRF-Var Diagnostics).   In order to understand the role of various important WRF-Var options, try re-running WRF-Var by changing different namelist options. For example, making WRF-Var convergence criteria more stringent by reducing the value of EPS to e.g. 0.0001 by adding &quot;EPS=0.0001&quot; in namelist.input record &amp;wrfvar6. Last section of this tutorial deals with many such WRF-Var additional exercises.   b. Run The Case4D-Var +To run WRF-4DVar, first create a working directory, WRFDA/var/test/4dvar is a sample,  +Assume the working shell is C shell; +Assume the directories for WRFDA , WRFNL and WRFPLUS are : +setenv WRFDA_DIR /ptmp/$user/W
 RFDA +setenv WRFNL_DIR /ptmp/$user/WRFNL +setenv WRFPLUS_DIR /ptmp/$user/WRFPLUS +Assume the analysis date is 2008020512 and the test data directories are: +setenv DATA_DIR /ptmp/$user/DATA +&gt; ls lr $DATA_DIR +ob/2008020512 +ob/2008020513 +ob/2008020514 +ob/2008020515 +ob/2008020516 +ob/2008020517 +ob/2008020518 +rc/2008020512 +be +Note: Currently, WRF-4DVar can only run with the observation data processed by OBSPROC, cannot work with PREPBUFR format data; WRF-4DVar can work with satellite radiance BUFR data, but the this capability is still under testing. +Assume the working directory is: +setenv WORK_DIR $WRFDA_DIR/var/test/4dvar +Then follow the steps below: +1) Link the executables. +cd $WORK_DIR +ln -fs $WRFDA_DIR/var/da/da_wrfvar.exe . +cd $WORK_DIR/nl +ln -fs $WRFNL_DIR/main/wrf.exe . +cd $WORK_DIR/ad +ln -fs $WRFPLUS_DIR/main/wrfplus.exe . +cd $WORK_DIR/tl +ln -fs $WRFPLUS_DIR/main/wrfplus.exe . +2) Link the observational data, first guess and BE. +cd $WORK_DIR +
 ln -fs $DATA_DIR/ob/2008020512/ob.ascii+ ob01.ascii +ln -fs !
 $DATA_DI
R/ob/2008020513/ob.ascii  ob02.ascii +ln -fs $DATA_DIR/ob/2008020514/ob.ascii  ob03.ascii +ln -fs $DATA_DIR/ob/2008020515/ob.ascii  ob04.ascii +ln -fs $DATA_DIR/ob/2008020516/ob.ascii  ob05.ascii +ln -fs $DATA_DIR/ob/2008020517/ob.ascii  ob06.ascii +ln -fs $DATA_DIR/ob/2008020518/ob.ascii- ob07.ascii   +ln -fs $DATA_DIR/rc/2008020512/wrfinput_d01 . +ln -fs $DATA_DIR/rc/2008020512/wrfbdy_d01 . +ln -fs wrfinput_d01 fg +ln -fs wrfinput_d01 fg01 + +ln -fs $DATA_DIR/be/be.dat . + +3) Establish the miscellaneous links. +cd $WORK_DIR +ln -fs nl/nl_d01_2008-02-05_13:00:00 fg02 +ln -fs nl/nl_d01_2008-02-05_14:00:00 fg03 +ln -fs nl/nl_d01_2008-02-05_15:00:00 fg04 +ln -fs nl/nl_d01_2008-02-05_16:00:00 fg05 +ln -fs nl/nl_d01_2008-02-05_17:00:00 fg06 +ln -fs nl/nl_d01_2008-02-05_18:00:00 fg07 + +ln -fs ad/ad_d01_2008-02-05_12:00:00 gr01 + +ln -fs tl/tl_d01_2008-02-05_13:00:00 tl02 +ln -fs tl/tl_d01_2008-02-05_14:00:00 tl03 +ln -fs tl/tl_d01_2008-02-05_15:00:00 tl04 +ln -fs tl/tl_d01_2008-
 02-05_16:00:00 tl05 +ln -fs tl/tl_d01_2008-02-05_17:00:00 tl06 +ln -fs tl/tl_d01_2008-02-05_18:00:00 tl07 + +cd $WORK_DIR/ad +ln -fs ../af01 auxinput3_d01_2008-02-05_12:00:00 +ln -fs ../af02 auxinput3_d01_2008-02-05_13:00:00 +ln -fs ../af03 auxinput3_d01_2008-02-05_14:00:00 +ln -fs ../af04 auxinput3_d01_2008-02-05_15:00:00 +ln -fs ../af05 auxinput3_d01_2008-02-05_16:00:00 +ln -fs ../af06 auxinput3_d01_2008-02-05_17:00:00 +ln -fs ../af07 auxinput3_d01_2008-02-05_18:00:00 +4) Run with 1 processor (serial compilation required) +Edit $WORK_DIR/namelist.input to match your experiment settings. +Edit $WORK_DIR/nl/namelist.input to match your experiment settings. +Edit $WORK_DIR/ad/namelist.input and $WORK_DIR/tl/namelist.input to match your experiment settings, but only change following variables: +&amp;time_control +run_hours=06, +start_year=2008, +start_month=02, +start_day=05, +start_hour=12, +end_year=2008, +end_month=02, +end_day=05, +end_hour=18, +...... +&amp;domains +time_
 step=360,   # NOTE:MUST BE THE SAME WITH WHICH IN $WORK_DIR/!
 nl/namel
ist.input +e_we=90, +e_sn=60, +e_vert=41, +dx=60000, +dy=60000, +...... + +cd $WORK_DIR +setenv NUM_PROCS 1 +./da_wrfvar.exe &gt;&amp;! wrfda.log +  WRF-Var Diagnostics  WRF-Var produces a number of diagnostic files that contain useful information on how the data assimilation has performed. This section will introduce you to some of these files, and what to look for.  Having run WRF-Var, it is important to check a number of output files to see if the assimilation appears sensible.  @@ -576,7 +684,7 @@
   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/xinzhang/support/WRFDA #WRFDA path +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  @@ -749,10 +857,10 @@
      -WRF-ARW V3: Users Guide        6- PAGE 10 +WRF-ARW V3: Users Guide        6- PAGE 24     -WRF-ARW V3: Users Guide        6- PAGE 11 +WRF-ARW V3: Users Guide        6- PAGE 25       @@ -773,1443 +881,1451 @@
      -
-h.
-
-&amp;

+h:
+
+&amp;
-
-h.
+
+h:
 &amp;
-&amp;
-Px 4 #\'*.25@9

+Px 4 #\'*.25@9

 &amp; F
-&amp; F
+&amp; F
 &amp;
-&amp;
-h.
-&amp;
+&amp;
+h:
+&amp; F
+&amp;
 &amp;
-&amp; F
-&amp; F
-h.
-&amp;

-h.
+&amp; F
+&amp; F
+h:
+&amp;
+&amp; F
+&amp;
+&amp; F
+I

+h:
 l
-l
+l
 l
-l
+l
 l
-l
+l
 l
-l
hj
-t
-x
-
-
-h.


-h.
-h.
-&amp;
-l
-
+l
J

+
+
+h:
+&amp;
+
+


+h:
+h:
 #
 
-l
-
-h.
+l
+&amp;
+l
+
+h:
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
-
+l
 #
 
-l
-
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-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
+l
+h:
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+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
 #
 
-l
+l
+
+h:
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+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
 #
 
-l
+l
 #
 
-l
+l
+
+h:
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-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
 #
 
-l
+l
+h:
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+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
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
+h:
 #
 
-l
+l
 l
 
+
 #
 
-l
+l
 #
 
 l
+
 #
 
-l
+l
 #
 
-l
+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
 #
 
-l
+l
+
+h:
 #
 
-l
+l
 #
 
-l
+l
+
 #
 
-l
+l
 #
 
-l
+l
 l
 
+
 #
 
-l
+l
 #
 
 l
+
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+l
 #
 
-l
+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
 #
 
-l
+l
 #
 
-l
+l
 l
 
+
 #
 
-l
+l
+
+
+
+
+h:
 #
 
 l
+
 #
 
-l
+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
+l
+
+
+
+
+
+
+
+
+
+
+h:
+
+
+
+
+
 #
 
-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
+l
 d#
 
 
-l
+l
 d#
 
 
-l
-h.
+l
 d#
 
 
-l
+l
 d#
 
 
-l
+l
+
+
+h:
 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
+
 d#
 
 
-l
+l
 d#
 
 
-l
+l
+h:
 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
+
 #
 
-l
+l
 #
 
-l
-
-h.
+l
 #
 
-l
+l
+
+h:
 #
 
-l
+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
 
+
 #
 
-l
+l
+h:
+h:
 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
+h:
 #
 
 l
+
 #
 
-l
+l
 l
 
 #
 
 l
+
 #
 
 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
 #
 
 l
 #
 
 l
+
+h:
 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        
 #
 
@@ -2217,165 +2333,163 @@
 #
 
 l
+
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
-h.
+
+h:
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
+
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+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:
 #
 
 l
 #
 
 l
+
 #
 
 l
+
 #
 
 l
+
 #
 
-l
+l
 #
 
 l
 #
 
 l
+
 #
 
 l

+

 
 
 )].w
@@ -2586,7 +2700,7 @@
 eԳw@3]#;b69ώ
 =Lw(
-cl t0*V*z2 uq*L2U垧JL
w
+cl t0*V*z2 uq*L2U垧JL
w
 
 
@@ -2733,8 +2847,8 @@
 ^AݔV6#* 
 pg^%  31
-
-
+
+
 bWV
 g0a@&gt;Dž&gt;gz_V:\n~{Iu&gt;f{a        {y®k'\&quot;ᠰ~hǵʰ. kk~c})l6#쨰^:n|6ʰ&amp;8=,Wk1[aͣքa;;̵f2,õo? ,d-m؛5apͰz0eް^kXcusV=VxG(߾{X        ~a{a  ;2l]ذ0o~a&amp; @@ -3293,7 +3407,7 @@
 q%)]?vaWhu6rpi^;mۺpӞm- /* +, .+ ,F&gt;B.,I?{pr9  uq};z̾c۸~|oL  F -Yn~+GV`H`
+Yn~+GV`H`
 
 
 
@@ -3511,8 +3625,8 @@
 l
 l
 
-
-
+
 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
-
-
+
+
 \)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ϟ  HDD(QBy]KN
 .,۷os^Z=S2eȀ,Aɮ]|L
@@ -3732,8 +3845,9 @@
 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
-
-
+
+
 ?uXMLLDFtO&gt;EҥƘ?^oٳnk׮طoҏ#     #Z-n߾m'OF``sPK}X`cbԨQ4+WD߾}z
@@ -4206,8 +4320,8 @@
 
 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
-
-
+
+
 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
-
-
+
+
 
 
@@ -7462,11 +7576,11 @@
 
-
+
 
 
 
+
 
 
 
 
-
-
-
-
+
+
+
+
+
+
 @
 @
 Dư
 @
-
-n
-r
-}
-
)
-
-
-
+
<font color="red">
+z
+
+
+
+
+
+        
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
-
 
-
-

@5 
-


g



ŀ







0Š



0







+
+
+
+
+
+
+ 
+


+



iҀ
Ҁ











0












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

 
 
 
 
-
+
 @
 
 
@@ -7577,112 +7825,171 @@
 
 @
 @
-@







0


0











-
-
-
-
-
+@







0


0











+
+
+
+
+
 
-
+
+
+
 
 
-
+
 
+
 
 
-&amp;
-A
-X
-a
-j
-n
-
-
-
-
-
-
-
-
-
+&amp;
+Y
+f
+x
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
-
+
+
+ 



-n

-
-
+
+




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


+
+
+(
:

 
 l,6
 
 
 ^Zp;sZ+8
-AB^bn]
+AB^bn]
 Z
@@ -7809,7 +8116,7 @@
 
 
 
-


+


 
 
 
@@ -7862,9 +8169,9 @@
 
 
 
-

+

 ^Z
-^Z
+^Z
 
@@ -7872,60 +8179,125 @@
 

 
-



-`GT^5bBJ&gt;*N

-

-
-
-
+



+`GT^5bBJ&gt;*N


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



+
+
+
+
+
+
+
+ 
+




 
+
 
 
-
-wwo~wo~o~ww
ZJRo{Zg9RR^cRJR^Z^kZJRo{R
+
+
+wwo~wo~o~ww
JRo{Zg9RR^cRJR^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>