<p><b>kavulich@ucar.edu</b> 2014-07-08 12:38:54 -0600 (Tue, 08 Jul 2014)</p><p>WRFDA changes (Chapter 6):<br>
<br>
Updated through Radiance section<br>
- More hyperlink/format fixes<br>
- Updating text, external links<br>
- Removing &quot;as of version&quot; references, since this is a version-specific user's guide<br>
<br>
Woo, revision 500!<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-07-08 18:18:00 UTC (rev 499)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-07-08 18:38:54 UTC (rev 500)
@@ -1,4 +1,4 @@
-ࡱ&gt;        .WXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                =bjbj        %rr3[22?????T0@0@0@@&lt;Dd0@qhLJPpPPPQT 0^ apprrrrrr$'b?|b
 QQ|b|b??PP&quot;f~~~|b,)?P?Pp~|bp~~8lPؚ֖6p\`q;ު;T&quot;;?p~|b|b|b~|b|b|bq|b|b|b|b
 ;|b|b|b|b|b|b|b|b|b2  &gt;:        
+ࡱ&gt;        .YZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         i&lt;bjbj        'rr 3]22?????T8@8@8@@DDd8@xL~PpPPPR ^a|$W        b?(cRR(c(c??PP&quot;f(c)?P?P(c\lP
 ۚ6pA`8kkT&quot;k?|(c(c(c(c(c(c(c(c(c(ck(c(c(c(c(c(c(c(c(c2  &gt;:        
 
 Chapter 6: WRF Data Assimilation
 Table of Contents
  HYPERLINK  \l &quot;_Introduction_1&quot;Introduction
@@ -193,13 +193,13 @@
 ./clean -a
 The clean a command is recommended if your compilation fails, or if the configuration file has been changed and you wish to restore the default settings. 
 Installing WRFPLUS and WRFDA for 4D-Var Run
-If you intend to run WRF 4D-Var, it is necessary to have WRFPLUS installed. WRFPLUS contains the adjoint and tangent linear models based on a simplified WRF model, which includes a few simplified physics packages, such as surface drag, large scale condensation and precipitation, and cumulus parameterization. As of V3.4, WRF 4D-Var can be compiled run in parallel.
+If you intend to run WRF 4D-Var, it is necessary to have WRFPLUS installed. WRFPLUS contains the adjoint and tangent linear models based on a simplified WRF model, which includes a few simplified physics packages, such as surface drag, large scale condensation and precipitation, and cumulus parameterization. 
 To install WRFPLUS: 
 Get the WRFPLUS zipped tar file from  HYPERLINK &quot;http://www.mmm.ucar
 .edu/wrf/users/wrfda/download/wrfplus.html&quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html
 Unzip and untar the WRFPLUS file, then run the configure script
-&gt; gunzip WRFPLUSV3.6.TAR.gz 
-&gt; tar -xf WRFPLUSV3.6.TAR 
-&gt; cd WRFPLUSV3 
+&gt; gunzip WRFPLUSV3.6_r7153.tar.gz 
+&gt; tar -xf WRFPLUSV3.6_r7153.tar 
+&gt; cd WRFPLUSV3
 &gt; ./configure wrfplus
 As with 3D-Var, serial means single-processor, and dmpar means Distributed Memory Parallel (MPI). Be sure to select the same option for WRFPLUS as you will use for WRFDA.
 Compile WRFPLUS
@@ -214,14 +214,14 @@
 Finally, set the environment variable WRFPLUS_DIR to the appropriate directory:
 &gt;setenv WRFPLUS_DIR ${your_source_code_dir}/WRFPLUSV3
 To install WRFDA for the 4D-Var run:
-If you intend to use observational data in BUFR or PREPBUFR format, or if you intend to assimilate satellite radiance data, you need to set environment variables for BUFR, CRTM, and/or RTTOV. See the previous 3D-Var section for instructions.
+If you intend to use observational data in BUFR or PREPBUFR format, or if you intend to assimilate satellite radiance data, you need to set environment variables for BUFR, CRTM, and/or RTTOV. See  HYPERLINK  \l &quot;_Installing_WRF-Var&quot; the previous 3D-Var section for instructions.
 &gt;./configure 4dvar
-Starting with V3.4, WRFDA 4D-Var may be compiled to run in parallel mode.
-&gt;./compile all_wrfvar &gt;&amp; compile.out &gt;ls -ls var/build/*.exe var/obsproc/*.exe
+&gt;./compile all_wrfvar &gt;&amp; compile.out
+&gt;ls -ls var/build/*.exe var/obspr
 oc/*.exe
 You should see the same 44 executables as are listed in the above 3D-Var section, including da_wrfvar.exe
 
 Running Observation Preprocessor (OBSPROC)
-The OBSPROC program reads observations in LITTLE_R format (a text-based format, in use since the MM5 era). We have provided observations for the tutorial case, but for your own applications, you will have to prepare your own observation files. Please see  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html for the sources of some freely-available observations. Because the raw observation data files have many possible formats, such as ASCII, BUFR, PREPBUFR, MADIS (note: a converter for MADIS data to LITTLE_R is available on the WRFDA website as of November 2013), and HDF, the free data site also contains instructions for converting the observations to LITTLE_R format. To make the WRFDA system as general as possible, 
 the LITTLE_R format was adopted as an intermediate observation data format for the WRFDA system, however, the conversion of the user-specific source data to LITTLE_R format is the users task. A more complete description of the LITTLE_R format, as well as conventional observation data sources for WRFDA, can be found by reading the Observation Pre-processing tutorial found at   HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html, or by referencing  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htm&quot; \l &quot;format&quot; Chapter 7 of this Users Guide.
+The OBSPROC program reads observations in LITTLE_R format (a text-based format, in use since the MM5 era). We have provided observations for the tutorial case, but for your own applications, you will have to 
 prepare your own observation files. Please see  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html for the sources of some freely-available observations. Because the raw observation data files have many possible formats, such as ASCII, BUFR, PREPBUFR, MADIS (note: a converter for MADIS data to LITTLE_R is available on the WRFDA website:  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/madis.html&quot; www.mmm.ucar.edu/wrf/users/wrfda/download/madis.html), and HDF, the free data site also contains instructions for converting the observations to LITTLE_R format. To make the WRFDA system as general as possible, the LITTLE_R format was adopted as an intermediate observation data format for the WRFDA system, however, the conversion of the user-specific source data to LITTLE_R format is the users task. A more complete description of the LITTLE_R format, as wel
 l as conventional observation data sources for WRFDA, can be found by reading the Observation Pre-processing tutorial found at   HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html, or by referencing  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htm&quot; \l &quot;format&quot; Chapter 7 of this Users Guide.
 The purpose of OBSPROC is to:
 Remove observations outside the specified temporal and spatial domains
 Re-order and merge duplicate (in time and location) data reports
@@ -240,7 +240,7 @@
 One or more observation files
 To create the required namelist file, we have provided an example file namelist_obsproc.3dvar.wrfvar-tut in the var/obsproc directory. Thus, proceed as follows.
 &gt; cd $WRFDA_DIR/var/obsproc &gt; cp namelist.obsproc.3dvar.wrfvar-tut namelist.obsproc
-Next, edit the namelist file, namelist.obsproc, to accommodate your experiments. You will likely only need to change variables listed under records 1, 2, 6, 7, and 8. See $WRFDA_DIR/var/obsproc/README.namelist, or the section  HYPERLINK  \l &quot;_Description_of_Namelist_1&quot;Description of Namelist Variables for details; you should pay special attention to NESTIX and NESTJX.
+Next, edit the namelist file, namelist.obsproc, to accommodate your experiments. You will likely only need to change variables listed under records 1, 2, 6, 7, and 8. See $WRFDA_DIR/var/obsproc/README.namelist, or the section  HYPERLINK  \l &quot;_Description_of_Namelist_2&quot; Description of Namelist Variables f
 or details; you should pay special attention to NESTIX and NESTJX.
 If you are running the tutorial case, you should copy or link the sample observation file (ob/2008020512/obs.2008020512) to the obsproc directory. Alternatively, you can edit the namelist variable obs_gts_filename to point to the observation files full path.
 To run OBSPROC, type
         &gt; ./obsproc.exe &gt;&amp; obsproc.out
@@ -268,7 +268,6 @@
 #------------------------------------------------------------------------------#
  observations 
 Before running WRFDA, you may find it useful to learn more about various types of data that will be processed (e.g., their geographical distribution). This file is in ASCII format and so you can easily view it.  For a graphical view of the file's content, there are NCL scripts available which can display the distribution and type of observations. In the WRFDA Tools package (can be downloaded at  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html&quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html), the relevant script is located at $TOOLS_DIR/var/graphics/ncl/plot_ob_ascii_loc.ncl. You will need have NCL installed in your system to use this script; for more information on NCL, the NCAR Command Language, see  HYPERLINK &quot;http://www.ncl.ucar.edu/&quot;http://www.ncl.ucar.edu/.
-
 b. Prepare observational data for 4D-Var
 To pr
 epare the observation file, for example, at the analysis time 0h for 4D-Var, all observations from 0h to 6h will be processed and grouped in 7 sub-windows (slot1 through slot7) as illustrated in the following figure:
 
@@ -276,7 +275,7 @@
 An example file (namelist_obsproc.4dvar.wrfvar-tut) has already been provided in the var/obsproc directory. Thus, proceed as follows:
 &gt; cd $WRFDA_DIR/var/obsproc &gt; cp namelist.obsproc.4dvar.wrfvar-tut namelist.obsproc
 In the namelist file, you need to change the following variables to accommodate your experiments. In this tutorial case, the actual analysis time is 2008-02-05_12:00:00, but in the namelist, time_analysis should be set to 3 hours later. The different values of time_analysis, num_slots_past, and time_slots_ahead contribute to the actual times analyzed. For example, if you set time_analysis = 2008-02-05_16:00:00, and set the num_slots_past = 4 and time_slots_ahead=2, the final results will be the same as before.
-Edit all the domain settings according to your own experiment. You should pay special attention to NESTIX and NESTJX, which is described in the section  HYPERLINK  \l &quot;_Description_of_Namelist_1&quot;Description of Namelist Variables for
  details.
+Edit all the domain settings according to your own experiment. You should pay special attention to NESTIX and NESTJX, which is described in the section  HYPERLINK  \l &quot;_Description_of_Namelist_2&quot; Description of Namelist Variables for details.
 If you are running the tutorial case, you should copy or link the sample observation file (ob/2008020512/obs.2008020512) to the obsproc directory. Alternatively, you can edit the namelist variable obs_gts_filename to point to the observation files full path.
 To run OBSPROC, type
 &gt; obsproc.exe &gt;&amp; obsproc.out
@@ -289,12 +288,11 @@
 obs_gts_2008-02-05_16:00:00.4DVAR
 obs_gts_2008-02-05_17:00:00.4DVAR
 obs_gts_2008-02-05_18:00:00.4DVAR
-They are the input observation files to WRF 4D-Var. As with 3D-Var, you can use MAP_Plot to view the geographic distribution of different observations at different time slots.
-
+They are the input observation files to WRF 4D-Var. 
 Running WRFDA
 a. Download Test Data 
 The WRFDA system requires three input files to run:
- a)        WRF first guess and boundary input files, output from either WPS/real (cold-start) or a WRF forecast (warm-start)
+ a)        WRF first guess file, output from either WPS/real (cold-start) or a WRF forecast (warm-start)
 b)        Observations (in ASCII format, PREPBUFR or BUFR for radiance)
 c)        A background error statistics file (containing background error covariance)
 The following table summarizes the above info:
@@ -306,12 +304,12 @@
         &gt; setenv DAT_DIR your_choice_of_dat_dir
 Here, your_choice_of_dat_dir is the directory where the WRFDA input data is stored. 
 If you have not already done so, download the example data for the tutorial case, valid at 12 UTC 5th February 2008, from  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html&quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
-Once you have downloaded the WRFDAV3.6-testdata.tar.gz file to $DAT_DIR, extract it by typing
-        &gt; gunzip WRFDAV3.6-testdata.tar.gz         &gt; tar -xvf WRFDAV3.6-testdata.tar 
+Once you have downloaded the WRFDAV3.5-testdata.tar.gz file to $DAT_DIR, extract it by typing
+        &gt; gunzip WRFDAV3.5-testdata.tar.gz         &gt; tar -xvf WRFDAV3.5-testdata.tar 
 Now you should find the following four files under $DAT_DIR
 ob/2008020512/ob.2008020512      #  Observation data in little_r format rc/2008020512/wrfinput_d01              #  First guess file rc/2008020512/wrfbdy_d01              #  lateral bou
 ndary file be/be.dat                               #  Background error file
 ......
-At this point you should have three of the input files (first guess, observations from OBSPROC, and background error statistics files in the directory $DAT_DIR) required to run WRFDA, and have successfully downloaded and compiled the WRFDA code. If this is correct, you are ready to learn how to run WRFDA.
+At this point you should have three of the input files (first guess, observations from OBSPROC, and background error statistics files in the directory $DAT_DIR) required to run WRFDA, and have successfully downloaded and compiled the WRFDA code. If this is correct, you are ready to run WRFDA.
 b. Run the Case3D-Var
 The data for the tutorial case is valid at 12 UTC 5 February 2008. The first guess comes from the NCEP FNL (Final) Operational Global Analysis data, passed through the WRF-WPS and real programs. 
 To run WRF 3D-Var, first create and enter into a working directory (for example, $WRFDA_DIR/workdir),
  and set the environment variable WORK_DIR to this directory (e.g., setenv WORK_DIR $WRFDA_DIR/workdir). Then follow the steps below:
@@ -564,9 +562,9 @@
    VarBC factor used           =         1.00000
   
  *** WRF-Var completed successfully ***
-The file namelist.output.da (which contains the complete namelist settings) will be generated after a successful run of da_wrfvar.exe. The settings appearing in namelist.output.da, but not specified in your namelist.input, are the default values from $WRFDA_DIR/Registry/Registry.wrfvar.
-After successful completion, wrfvar_output (the WRFDA analysis file, i.e. the new initial condition for WRF) should appear in the working directory along with a number of diagnostic files. Text files containing various diagnostics will be explained in the next section ( HYPERLINK  \l &quot;_WRF-Var_Diagnostics_1&quot;WRFDA Diagnostics). 
-To understand the role of various important WRFDA options, try re-running WRFDA by changing different namelist options. For example, try making the WRFDA convergence criterion more stringent. This is achieved by reducing the value of EPS to e.g. 0.0001 by ad
 ding &quot;EPS=0.0001&quot; in the namelist.input record &amp;wrfvar6. See the section (HYPERLINK  \l &quot;_Additional_WRFDA_Exercises:_1&quot;WRFDA additional exercises) for more namelist options.
+The file namelist.output.da (which contains the complete namelist settings) will be generated after a successful run of da_wrfvar.exe. The settings appearing in namelist.output.da, but not specified in your namelist.input, are the default values from $WRFDA_DIR/Registry/registry.var.
+After successful completion, wrfvar_output (the WRFDA analysis file, i.e. the new initial condition for WRF) should appear in the working directory along with a number of diagnostic files. Text files containing various diagnostics will be explained in the  HYPERLINK  \l &quot;_WRF-Var_Diagnostics_1&quot;WRFDA Diagnostics section. 
+To understand the role of various important WRFDA options, try re-running WRFDA by changing different namelist options. For example, try making the WRFDA converg
 ence criterion more stringent. This is achieved by reducing the value of EPS to e.g. 0.0001 by adding &quot;EPS=0.0001&quot; in the namelist.input record &amp;wrfvar6. See the section HYPERLINK  \l &quot;_Additional_WRFDA_Exercises:_1&quot;Additional WRFDA exercises for more namelist options.
 c. Run the Case4D-Var
 To run WRF 4D-Var, first create and enter a working directory, such as $WRFDA_DIR/workdir. Set the WORK_DIR environment variable (e.g. setenv WORK_DIR $WRFDA_DIR/workdir) 
 For the tutorial case, the analysis date is 2008020512 and the test data directories are:
@@ -608,18 +606,18 @@
 3) Copy the sample namelist
 &gt; cp $WRFDA_DIR/var/test/4dvar/namelist.input .
 4) Edit necessary namelist variables, link optional files
-Starting with V3.4, WRFDA 4D-Var has the capability to consider lateral boundary conditions as control variables as well during minimization. The namelist variable var4d_lbc=true turns on this capability. To enable this option, WRF 4D-Var needs not only the first guess at the beginning of the time window, but also the first guess at the end of the time window.
+WRFDA 4D-Var has the capability to consider lateral boundary conditions as control variables as well during minimization. The namelist variable var4d_lbc=true turns on this capability. To enable this option, WRF 4D-Var needs not only the first guess at the beginning of the time window, but also the first guess at the end of the time window.
 
 &gt; ln -fs $DAT_DIR/rc/2008020518/wrfinput_d01 fg02
 
-Please note: For WRFDA beginner, please dont use this option before you have a goo
 d understanding of the 4D-Var lateral boundary conditions control. To disable this feature, make sure var4d_lbc in namelist.input is set to false.
+Please note: WRFDA beginners should not use this option until you have a good understanding of the 4D-Var lateral boundary conditions control. To disable this feature, make sure var4d_lbc in namelist.input is set to false.
 
 If you use PREPBUFR format data, set ob_format=1 in &amp;wrfvar3 in namelist.input. Because 12UTC PREPBUFR data only includes the data from 9UTC to 15UTC, for 4D-Var you should include 18UTC PREPBUFR data as well:
 
 &gt; ln -fs $DAT_DIR/ob/2008020512/gds1.t12.prepbufr.nr  ob01.bufr
 &gt; ln -fs $DAT_DIR/ob/2008020518/gds1.t18.prepbufr.nr  ob02.bufr
 
-Edit $WORK_DIR/namelist.input to match your experiment settings. The most important namelist variables related to 4D-Var are listed below. Please refer to README.namelist under the $WRFDA_DIR/var directory. Common mistakes users make are in the time informatio
 n settings. The rules are: analysis_date, time_window_min and start_xxx in &amp;time_control should always be equal to each other; time_window_max and end_xxx should always be equal to each other; and run_hours is the difference between start_xxx and end_xxx, which is the length of the 4D-Var time window.
+Edit $WORK_DIR/namelist.input to match your experiment settings. The most important namelist variables related to 4D-Var are listed below. Please refer to README.namelist under the $WRFDA_DIR/var directory. A common mistake users make is in the time information settings. The rules are: analysis_date, time_window_min and start_xxx in &amp;time_control should always be equal to each other; time_window_max and end_xxx should always be equal to each other; and run_hours is the difference between start_xxx and end_xxx, which is the length of the 4D-Var time window.
 
 &amp;wrfvar1
 var4d=true,
@@ -1637,10 +1635,10 @@
 
 
 
-WRF-ARW V3: Users Guide        6- PAGE 8
+WRF-ARW V3: Users Guide        6- PAGE 22
 
 
-WRF-ARW V3: Users Guide        6- PAGE 7
+WRF-ARW V3: Users Guide        6- PAGE 21
 
 
 
@@ -1696,7 +1694,7 @@
 
 
 
-45UVWcdef/        0        1        [        \        ]        ^                                                                                                                        
+45UVWcdef/        0        1        [        \        ]        ^                                                                                                                        
 
 ׂwjHh)lUjhROUj(h)lUjh)lUhl{hl{0JVjhl{Uhl{jhl{UhROh)l0JVjhROUhROjhROU
 h)l0JVjh)lUjh)lUh)l.&quot;4e]                        :
@@ -1800,15 +1798,14 @@
 A&quot;A#A.A3A:A`AAAAAAAAAAAAAAB BB^BtBBBB¶̨̰̬̤̤̤̠̖|rh~9CJOJQJh~9h~9CJOJQJhn\h)lCJOJQJh21CJOJQJh*Yh~9h&lt;mhw
 h)lNHh)lCJNHOJQJh)lCJOJQJh)lhCJOJQJhhCJNHOJQJhhCJOJQJh)lCJOJQJ,556U6667`777K889f99:g::        X;;;B&lt;&lt;&lt;-={==&gt;O&gt;gdO&gt;&gt;&gt;&gt;&gt;?c????#A:A`A^BBBC_CCC)DvDDE^EEE(F
 gd~9gd)ln`ngdBBBBBBB)C-C.C/ClCpCqCrCCCCCCCCC6D:D;D&lt;DDDDDDDDD%E)E*E+EkEoEpEqEEEEEEEEE5F9FuFyFzF{FFFFFG G G
 GJGNGOGPGGGGGGGGG7H;H&lt;H=HzH~HHHHHHHI        I
-I Ih~9CJOJQJh~9h~9CJOJQJ\(FhFFF=GGG*HmHHH=IIIJDJJJK`KKK6L{LLMKMMM(Ngd~9 IJINIOIPIIIIIIIIIJJJJQJUJVJWJJJJJJJJJ#K'K(K)KmKqKrKsKKKKKKKKKCLGLHLILLLLLLLLLMMMMXM\M]M^MMMMMMMMM5N9N:N;NzN~NNNNN
 NNh)lh~9h~9h~9CJOJQJh~9CJOJQJh~9h~9CJOJQJT(NmNNOPQ@R&quot;SSST%T_TjTU2UVVfWWWWWXs        
+I Ih~9CJOJQJh~9h~9CJOJQJ\(FhFFF=GGG*HmHHH=IIIJDJJJK`KKK6L{LLMKMMM(Ngd~9 IJINIOIPIIIIIIIIIJJJJQJUJVJWJJJJJJJJJ#K'K(K)KmKqKrKsKKKKKKKKKCLGLHLILLLLLLLLLMMMMXM\M]M^MMMMMMMMM5N9N:N;NzN~NNNNN
 NNh)lh~9h~9h~9CJOJQJh~9CJOJQJh~9h~9CJOJQJT(NmNNOPQ@R&quot;SSST%T_TjTU2UiV~V/WoWWWWWs        
 &amp; F
 &amp; Fgd)ln^n$
 &amp; Fa$ngd~9NN%O,O3O&lt;OTOZO[OiOqOOOOPPPPPPPPP0QTQUQ~QQQQQQQQQ R=R&gt;R@RKRyRRRRRRRRRRRRS S!S&quot;SbS~SSκ򶰶κ hy=        h)lCJOJQJ^JaJj8hBU
 hmnNHhmnhBhB0JVjhBUjhBUhDCJOJQJh~9
-h)lNHh*YhBh)lh)lCJOJQJ:SSSSSSSSSSSSSSTT%TJTWT_TaTjTnTvTwTTTTTTTTTTTTTTUUUUU,V-VJVNVVVfVVݹݞݹݍ݉݉݉݃݃݃݃h21
-h)lNHh hOh)lCJOJQJ^JaJ hOh)lCJOJQJ^JaJh)lOJQJ^Jh?_OJQJ^J        h)l5 h21h)lCJOJQJ^JaJhmnh)lh21CJOJQJ^JaJ hy=        h)lCJOJQJ^JaJ1VV%W&amp;W'WdWeWWWWWWWWWWX:X?XhXXXXXXXY,Y0YiYmYYYYYZZGZHZnZ󼲼󼝼|||||oh&gt;sh)lCJOJQJh)lCJOJQJhwh)lCJOJQJh)lOJQJ^Jhe~CJOJQJhe~ hJh)lh\ZOJQJ^Jh)lOJQJ^J hOh)lCJOJQJ^JaJhmnhOh)l0JVOJQJjh)lUh)ljh)lU'XXXXXY\YYY
-ZHZZZZ[[
 
-^`gd)l
+h)lNHh*YhBh)lh)lCJOJQJ:SSSSSSSSSSSSSSTT%TJTWT_TaTjTnTvTwTTTTTTTTTTTTTTUUUUU,V-VJVNVVVfVVݹݞݹݍ݉݉݉݃݃݃݃h21
+h)lNHh hOh)lCJOJQJ^JaJ hOh)lCJOJQJ^JaJh)lOJQJ^Jh?_OJQJ^J        h)l5 h21h)lCJOJQJ^JaJhmnh)lh21CJOJQJ^JaJ hy=        h)lCJOJQJ^JaJ1VVVVV-W.WJWOW^WgWoWWWWWWWWWWWWWWXX&lt;XXXXXXXXY𾺾vl_hwh)lCJOJQJh)lOJQJ^Jhe~CJOJQJhe~ hJh)lhyOJQJ^Jh\ZOJQJ^Jh)lOJQJ^J hOh)lCJOJQJ^JaJhmnh)l hyh)l0JVCJOJQJaJ#jhyh)lCJUaJhyh)lCJaJjhyh)lCJUaJ#WXXXXX0YkYYYZlZZZ[[\D\
 
+^`gdy
 
 &amp; F
 
@@ -1818,1022 +1815,1013 @@
 &amp; F
 
 
-h^hnZyZzZZZ[&amp;[[[[[\5\6\B\W\f\g\~\\\\\\\\\\\\d]n]]]]]]]&amp;^'^3^r^t^u^Ƹƪᙋx h~h)ljh)lUhgh)lCJOJQJ^JaJ h!dh)lCJOJQJ^JaJh)lCJOJQJ^JaJhgCJOJQJ^JaJ h!dh)lCJOJQJ^JaJ
-h)lNHh5h)lh)lOJQJ^J hJh)lCJOJQJ^JaJ+[B\\\\']EcccccFddd&amp;eef$gAhChn$a$n
+h^hYY=YAYxY|YYYYYZZBZMZOZlZZZZ[[[[[[[[[[[[
+\\\1\C\D\\\_\ؿطì؝،~p~bؿh)lCJOJQJ^JaJhgCJOJQJ^JaJhyCJOJQJ^JaJ h!dh)lCJOJQJ^JaJ
+h)lNHhyh)l0JVjhyUjhyUh5hy hJh)lCJOJQJ^JaJh)lh&gt;sh)lCJOJQJhwh)lCJOJQJh)lCJOJQJ&amp;_\\\\\\\\]!]E]V]W]X]z]]]]]%^'^(^g^h^_        _
+_W_Y_Z_m_________8`9``````7aBaCakaǷ~hn\h)l6NHhn\h)l6hkZhy0JV hyhyjhyUhy hm56hmhR+Ph)l0JV h~h)ljh)lUhgh5h)lCJOJQJ^JaJ h!dh)lCJOJQJ^JaJ
+h)lNHh)l1D\\\\fccc dgdddGeegEgbhdhhhh n
+&amp; Fgd&lt;}
+n
+&amp; Fgd&lt;}n$a$gd&lt;}n$a$n
 &amp; F        n
 &amp; Fn
 &amp; Fn$a$n$
-^a$gd)l
-^gd)l
-&amp; F
-^gd5u^^^T_V_Z__``f`g`` a
-aa!a&quot;aJaWaaaaaaaaCbEbFbbbbbbbbb&quot;c#c$cBcCcDc\c_c븰ĒĊvrh5hn\hg0JVjhgUjhgU
-hgNHhEhg0JVCJaJhghgCJaJhgCJaJjhgCJUaJhghn\h)l6NHhn\h)l6
-h)lNH hm56hmh)ljh)lUhR+Ph)l0JV,_cidddddd;eFeleeeeeeeekflfffffff$ggg4h5hAhBhChhii)i-i.iJiRi]i|i}iiiiijjj~jjjjпغh&lt;}CJOJQJh)lOJQJh)lCJNHOJQJjh)lU
-h)lNHh&lt;}        h)l5
-hnC0JVjhnCUjhnCUhnCh)lOJQJmHsHh)lCJOJQJ
-hNHhh)l6ChzhhhhiiNkRlgllonnnRoopdpp0qAqRqcqn$a$n$a$gd)lngd)ln^n n
-&amp; Fgd&lt;}
-n
-&amp; Fgd&lt;}n$a$gd&lt;}jjjjjk        kk2k3kkkkkl#lglhljlllllllmm%m)m*mTmummmon^s^tttt5u6u7u޺ީޢޘޘޘޘބހxmxj5h)lUjh)lUhmh)lCJOJQJh?_CJOJQJh)lCJOJQJ h)l56 h1&lt;h)lCJOJQJ^JaJh1&lt;h)lCJOJQJaJh)h)lCJOJQJaJ
-h)lNHh)l
-h&lt;}0JVjh&lt;}Uh&lt;}jh&lt;}U)cqtqqqqrOrrrrJs^svvvwwxysyw{m|q}}}n^gd)ln$a$gdSn^nn$a$n$a$ngd)l7urusuvuuuuuuuuuuKvLvqvrvsvvvvvvvwwywzwwww'xBx^x_xxxxxysyyyyyzz2z@z^zpzqzxz꺵h6Ch)l5CJOJQJh6Ch)l5hSjh)lU h&gt;sh)l        h)l5        hL7#5 heh)l
-hm0JVjhmUjhmU
-h)lNHh)lCJOJQJhmh)ljh)lU
-h)l0JV4xzzzzzzzz{,{5{E{p{q{||||;|&lt;|=|^|_|m|||||2}B}q}}}}}~~
-]estƵﱢxxnxxh)lCJOJQJh)lCJOJQJ h1&lt;hSCJOJQJ^JaJh1&lt;hSCJOJQJaJh)hSCJOJQJaJhS
-h)l0JVjoh)lUjh)lUh)lCJOJQJ
-h)lNH hTh)lCJOJQJ^JaJh)lh h)lCJOJQJ*}~~A~c~~~~~
-΀LW^in$$G$Ifa$n$8^8`a$gd)ln$a$$n+.7CDqsLivށ߁+,7NOT[\|}~ST|Ѓу47KL̻Դ̻ԛ        h)lH*
-h)lNHh6Ch)lCJOJQJh\jrh)lU
+^a$gd)lkaxaaaaaaabdbfbgbbbbbbbbbCcDcEcccdcec}ccdddddd\egeeeeeeeeefffzjhnCUhnCh)lOJQJmHsHh)lCJOJQJ
+hNHhh5hn\hg0JVjWhgUjhgU
+hgNHhEhg0JVCJaJhghgCJaJhgCJaJjhgCJUaJh)lhg.fffgggEgggUhVhbhchdhi'i=iJiNiOikisi~iiiiijj&amp;j'j(jjjjjjkk        k*k+k7kTkUkkٽٽٽ٩٩՟՗hFh&lt;}0JVj'hFUhFjhFUh&lt;}CJOJQJh)lOJQJh)lCJNHOJQJh)lCJOJQJjwh)lU
+h)lNHh&lt;}h)l        h)l5hnC
+hnC0JVjhnCUjhnCU-hiiipktlllnnotoo&amp;ppqRqcqtqqqqqr#rqrn$a$n$a$gd)lngd)ln^n n
+&amp; Fgd&lt;}kkkk5lEllllllllm6m?mGmKmLmvmmmmnsttuuWuXuYuuuuuuuuuuuvvmvnvvƼ틖}jhmU
+h)l0JVjh)lUjh)lUhmh)lCJOJQJ
+h)lNHh?_CJOJQJh)lCJOJQJ h)l56 h1&lt;h)lCJOJQJ^JaJh1&lt;h)lCJOJQJaJh)lh)h)lCJOJQJaJ.qrrrslssvvwwx@yy{|}}}?~@~c~~~~~n^gd)ln$a$gdSn^nn$a$ngd)ln$a$ngdFvvvvvvvv0w1wwwwwwHxcxxxxxyy@yyyyyy)z&gt;zSzazzzzzzzzzz{{?{M{V{f{{ŽҹүүүүҌ{{ҌҌҌ hTh)lCJOJQJ^JaJh h)lCJOJ
 QJh6Ch)l5CJOJQJh6Ch)l5h)lCJOJQJhSjJh)lU h&gt;sh)l
+h)lNHh)l        h)l5 hFhL7#hm
+hm0JVjhmUjhmU0{{'|(|0|1|]|^|_|||||}}}T}d}}}}}}&gt;~@~/r
+ހCȹȪș|wssid        h)l5h)l6B*phhzB        h)l6h)l56PJh)lCJOJQJh)lCJOJQJ h1&lt;hSCJOJQJ^JaJh1&lt;hSCJOJQJaJh)hSCJOJQJaJhShFh)l0JVjIphFUhFjhFUh)lCJOJQJh)l
+h)lNH'~
+/dr`ހn$$G$Ifa$n$8^8`a$gd)ln$a$$n
+        &lt;C        $$Ifa$
+$$G$Ifa$]kdp$$IfTF        &amp;C!              44
+lalCDQWpɁ        $$Ifa$
+$$G$Ifa$]kdsq$$IfTF        &amp;C!              44
+lalCQpqɁ$%&amp;1*bcƃɃ݃ރ)*+ijɄʄۄ܄hFCJOJQJj(th)lU        h)lH*
+h)lNHh6C        h)l6h)lCJOJQJh\j&quot;sh)lU
 h)l5NH
-h)l0JVjoqh)lUjh)lU        h)l5h)l6B*phhzB hTh)l        h)l6h)lh)l56PJ6ijvw~        $$Ifa$
-$$G$Ifa$]kdWp$$IfTF        &amp;C!              44
-lalŁށ7        $$Ifa$
-$$G$Ifa$]kdp$$IfTF        &amp;C!              44
-lal78T[ $$Ifa$gd\
-$$G$Ifa$]kdr$$IfTF        &amp;C!              44
-lalS|уل7ڇ$n$a$gd6Cn]kds$$IfTF        &amp;C!              44
-lalׄ؄ #$78IJZ[op};&lt;st&gt;Fjk؇ڇؽزتzqh)l56PJh)lB*phh)lCJOJQJmHsHh)lCJOJQJ
-h)lCJh)lCJOJQJh)lOJQJh)l0J[5OJQJ
-h)lCJ        h)l5
-h)lNHh\ZCJOJQJh)lCJOJQJh)l
-h)l0JVjh)lUjsh)lU+&lt;E^DNˊՊ
-;&lt;XY_~}xxtghlPh)lCJOJQJh0h)lCJOJQJhfh)lCJOJQJh0h)lCJOJQJaJhYh)lCJaJh)lCJOJQJaJh~h)lCJOJQJaJ h~h)lCJOJQJ^JaJ h^Bfh)lCJOJQJ^JaJh)lCJOJQJ
-h)lNHh)l        h)l6(        ;Š_huNjɋҋ^gd)lngd)l(*35?Vkmwyˌ
-
 ^gd)l
-EGQ}ȍ׍
- )2=GQS^gd)lS`bfhqՎ(*/1;=JLSU[]
 ^gd)l]mo}WXőAE{גڒnn^gd)lngd)l^gd)l
+h)l0JVjqh)lUjh)lUh)l        h)l5:Ɂʁ&amp;5 $$Ifa$gd\
+$$G$Ifa$]kdr$$IfTF        &amp;C!              44
+lal56ckɄO29_v:%5h$n$a$gd6Cn]kds$$IfTF        &amp;C!              44
+lalDMOͅ΅29І؆]_v*/12Ɉˈ%ſŵſŧססי׋סzve h~h)lCJOJQJ^JaJhF h^Bfh)lCJOJQJ^JaJ        h)l6h)l56PJh)lB*ph
+h)lNHh)lCJOJQJmHsHh)lCJOJQJ
+h)lCJh)lCJOJQJh)lOJQJh)lh)l0J[5OJQJhFCJOJQJh)lCJOJQJ
+h)lCJ%%*34gqɉӉ
+'PZqr݊ފz{ҏُݏklmܐݐ,ǽǷǷǪǜǏǏǏǏLjǠǽǽǷ hh)lhlPh)lCJOJQJh0h)lCJOJQJhfh)lCJOJQJ
+h)lNHh)lCJOJQJh)lh0h)lCJOJQJaJhYh)lCJaJh)lCJOJQJaJh~h)lCJOJQJaJ2h(Gr )68ACLNWfp^gd)lngd)lċۋ
+ &quot;,.8:DFPz|^gd)lʌ̌֌/?M\ky̍֍؍^gd)l؍
 &amp;/DZlzŽώю؎ڎ^gd)l܏ݏm,JuƑʑ47\_onn^gd)lngd)l^gd)l
 ^
-gd)l^gd)l%)7MTX
-)WX
-gt̩
-,9cd̪ͪת﹜{{h0h)lCJNHOJQJ hYh)lCJOJQJ^JaJh0CJOJQJh eh)lCJOJQJ
-h)lNHh)lCJOJQJh)lCJOJQJ hh)lh)lCJOJQJaJh~h)lCJOJQJaJh)lhlPh)lCJOJQJ. U)^Ȕ2gѕ;pږDyM^gd)l˘̘Oruՙי79&lt;ʚX› N
 ^gd)lN̜DĝDĞDğDĠDġ/1g^gd)lߢ =nУ2cMs,x1bĨǨ
 ^gd)l]+׭1cuɮ׮˯=#^gd)l^$nEFGNOXYHKgqzڬ۬ܬ+rԭխ1:bmt=ЬЬ󎄎zu        h)l5hX
 h)l56h)lCJOJQJhlPh)lCJOJQJ hXh)lCJOJQJ^JaJ hh)lh)l56PJh)l56PJjuh)lUh)lCJOJQJh)l0JVNH
-h)l0JVjth)lUh)ljh)lU+=&gt;&lt;=q|}ðʰ-4bi̱ӱ        18xŲ.8TUqsvw./մִ@AGPgvxzhP
-h)lCJOJQJh)lCJOJQJh)lCJOJQJhlPh)lCJOJQJhXh)lCJOJQJhlPh)lCJOJQJh8Gh5W^h)l
-h)lNHA#X±'Tmnز%Uq۳FGyz`a
+gd)l^gd)lڒDyM!V*_ɖ3hҗ^gd)l        PQԘ)+Z\Oݚ$DGnqӛ
 ^gd)lӛQɜ        Iɝ        Iɞ        Iɟ        Iɠ        I'^gd)l'*6dg¢$UҤ?DjILt
 ^gd)l,t}$'CQo45NOYxªê̪ͪժëƫ %&amp;T咽h)l0JVNH
+h)l0JVjuh)lUjh)lUhFh0
+h)lNHhFCJOJQJh)lCJNHOJQJ hYh)lCJOJQJ^JaJh0CJOJQJh)lCJOJQJh)lh eh)lCJOJQJ1tتPܭ
+&amp;4BP^aD`|2g^gd)l^$nTUVYZbpq+MNۭaeg`{|ԸԱԓztplԓ_hXh)lCJOJQJh8Gh5W^
+h)lNH        h)l5hXh)l56h)lCJOJQJhlPh)lCJOJQJ hXh)lCJOJQJ^JaJ hh)lh)lCJOJQJh)l56PJh)l56PJh)l
+h)l0JVhF0JVNH
+hF0JVjh)lUjuh)lU$&lt;Cqx۰EL{4&gt;ZdͲβ̴۴ݴߴ1履hcUB*phh8h)lB*ph
+h)lNHhcUh)l0JhP
+h)lCJOJQJh)lCJOJQJhlPh)lCJOJQJh)lCJOJQJh)lhlPh)lCJOJQJ;Ѱ;pqͱ+QxβT޴ߴ
 ^
-ngd)l^gd)l`gd)l^zӵԵ3&lt;=_`234&gt;E~ҷPSʻzpzpzj]h:{h)lCJOJQJ
-h)lNHh)lCJOJQJhlPh)lCJOJQJ hXh)lh)lNHmH        0sH        0h)lmH        0sH        0h)lCJOJQJhlPh)lCJOJQJh)lhfh)lB*CJaJph)hfh)lB*CJOJQJ^JaJphh)lB*phh8h)lB*NHphh8h)lB*ph$a34t$'JsEƀhb'^gd)ls^gd)l^gd)ls^^^
+ngd)l^gd)l`gd)l^12IQZem
+ܶ0^_ʻ緪zpzpzj]h:{h)lCJOJQJ
+h)lNHh)lCJOJQJhlPh)lCJOJQJ hXh)lh)lNHmH        0sH        0h)lmH        0sH        0h)lCJOJQJhlPh)lCJOJQJh)lhfh)lB*CJaJph)hfh)lB*CJOJQJ^JaJphh)lB*phh8h)lB*phh8h)lB*NHph#ҶFGP\m}JsEƀhb'^gd)ls^gd)l^gd)ls^^^
 ^
 gd)l
-ST_`eijtxyҸԸ#68GLSexy}~̷̡̡̡}p}p}hTC:h)lCJOJQJh)lCJOJQJhh)lNH hP
+÷Ƿȷҷַط02?APU^boøָ׸۸ܸ        FGPȾճ՝՝՝yh)lCJOJQJhh)lNH hP
 h)lCJOJQJ^JaJ hh)lhP
 h)lCJOJQJaJhP
-h)lCJaJh)lCJOJQJh)l hk0h)lhlPh)lCJOJQJh:{h)lCJOJQJh:{h)lCJNHOJQJ,!&quot;'\_ҺպһӻԻ&amp;jwļ@ 
 !+A^_ǿžҾҾҾҾҜ        h)l5hCB*phh)lB*NHphh)lB*phh&gt;Bh)lNH hP
+h)lCJaJh)lCJOJQJhlPh)lCJOJQJh)l hk0h)lhcUh:{h)lCJOJQJh:{h)lCJNHOJQJ,PZ\aef03012FNnuvȻջ&quot;NQlpstzUV~žҾҾҾҾҜhCB*phh)lB*NHphh)lB*phh&gt;Bh)lNH hP
 h)lCJOJQJ^JaJ h&gt;Bh)lhlPh)lCJOJQJh)l
-h)lCJhh)lCJOJQJh)lCJOJQJhTC:h)lCJOJQJ1'1[]`jѺӺֺ /&gt;Ls^gd)lJsEƀb'^gd)lLXe}ӻԻ@ǿȿ$
+h)lCJhh)lCJOJQJh)lCJOJQJhTC:h)lCJOJQJ4ȹ/14BO`p~s^gd)lJsEƀb'^gd)lúۺ12z%&amp;$
 ^
-gd)l^ngd)ls^gd)lJsEƀb'^gd)lǿȿ#$GHIVW:g8PQ-#-fpsޔsssshSh)lB*OJQJphhEh)l&gt;*B*ph        h)l5h)lCJNHOJQJh)lOJQJhk0h)lB*OJQJphh)lB*NHph
-h)l0JVjuh)lUh)ljh)lUh)lCJOJQJh)lB*phh)l5B*CJ OJQJph-ȿ &lt;{        h78PQ-.C[
-$$G$Ifa$^stElQR&quot;#wx[\*+STq~h
+gd)l^ngd)ls^gd)lJsEƀb'^gd)l%&amp;Lm+3;o}2X[?FFPл؎rrrhSh)lB*OJQJphhEh)l&gt;*B*phh)lCJNHOJQJh)lOJQJhk0h)lB*OJQJphh)lB*NHph
+h)l0JVjEvh)lUh)ljh)lUh)lCJOJQJh)lB*phh)l5B*CJ OJQJph        h)l5,&amp;ijZ[6g?@ MN
+$$G$Ifa$^6?oy@AbcIJN
+78ab躦袝~h
 P&lt;CJOJQJ^JaJ hj&lt;h)lCJOJQJ^JaJ        h)l6h)lh6h)l0JVhEh)lB*phjh)lB*UphhSh)lB*OJQJphh
-P&lt;B*phhSh)lB*OJQJphh)lB*phh)lB*NHph-[\zQMkdv$$If0d| 44
-la $G$If^$G$IfMkdCv$$If0d| 44
-laQMkdw$$If0d| 44
-la $G$If^$G$IfMkdv$$If0d| 44
-la!*+ISQMkdw$$If0d| 44
-la $G$If^$G$IfMkd_w$$If0d| 44
-laSTr|}~
- _HFFFFPkd4x$$If0d| 44
+P&lt;B*phh)lB*NHphh)lB*phhSh)lB*OJQJph/
+QMkdw$$If0d| 44
+la $G$If^$G$IfMkdv$$If0d| 44
+la
+,78VaQMkdw$$If0d| 44
+la $G$If^$G$IfMkdZw$$If0d| 44
+laabQMkd/x$$If0d| 44
+la $G$If^$G$IfMkdw$$If0d| 44
+lahiHFFFFPkdx$$If0d| 44
 layt
 P&lt;$G$If^gd\(
-$G$Ifgd\(Mkdw$$If0d| 44
-laqr{|}~ *,79INZ[_jk        LMEXŽŽŽŽŽŽŽŮѐ{{n{hj&lt;h)l&gt;*B*phh)lB*NHphhj&lt;h)lB*phh)l6B*phh
+$G$Ifgd\(Mkdvx$$If0d| 44
+laFRT`bnp|~`agabLMŽŽŽŽŽŽŽŮѐ{{n{hj&lt;h)l&gt;*B*phh)lB*NHphhj&lt;h)lB*phh)l6B*phh
 P&lt;B*OJQJphh
 P&lt;B*phh
 P&lt;h
 P&lt;B*OJQJphh)lB*phh)lB*OJQJphh)lB*phh)lh
 P&lt;h
 P&lt;CJOJQJ^JaJ hj&lt;h
-P&lt;CJOJQJ^JaJ%X^`a&lt;D_Tvgb]Mh)l5B*CJ OJQJph        h)l5        h5hj&lt;h)l0JY6B*ph$hj&lt;h)l0JY6B*CJaJph,hj&lt;h)l0JY6B*CJOJQJaJphh)lB*OJQJphh)lB*NHph)hj&lt;h)lB*CJOJQJ^JaJph
-h)l0JVjxh)lUh)ljh)lUh)lB*phh8nh)lB*OJQJph_` $l,rs^_^gd)lTUuv~&gt;?+,*7:EXYefgnpq#9:=&gt;h}CJOJQJh
+P&lt;CJOJQJ^JaJ%        
+FGHU[nuyz$*F\!&quot;vgb]Mh)l5B*CJ OJQJph        h)l5        h5hj&lt;h)l0JY6B*ph$hj&lt;h)l0JY6B*CJaJph,hj&lt;h)l0JY6B*CJOJQJaJphh)lB*OJQJphh)lB*NHph)hj&lt;h)lB*CJOJQJ^JaJph
+h)l0JVj
+yh)lUh)ljh)lUh)lB*phh8nh)lB*OJQJph!&quot;}~?^gd)l
+ cdpq
+ FPde&lt;=&quot;Td!         6&gt;]^`adest|}h}CJOJQJh
 P&lt;CJOJQJh)lCJOJQJh}B*phh
-P&lt;B*phh)lB*OJQJphh\B*phh)lB*phh)lB*NHphC&gt;ABEFKLOPSTWX[\ehkpq*+,-ˡ˝v&amp;jhy&quot;h)lB*CJUaJphjzh)lUjh)lUh)lhy&quot;h)l0JVCJaJ#jlyhy&quot;h)lCJUaJhy&quot;h)lCJaJjhy&quot;h)lCJUaJh)lB*phh
-P&lt;CJOJQJh}CJOJQJh)lCJOJQJ-89!&quot;&lt;HImn!&quot;rs*+,wxy./ǽǽǨǨǽǽǽǽǽNjykbǽh!h)l0JVj{h!h)lU h!h)ljh!h)lUh!h)lB*ph#h)lB*CJOJQJ^JaJph)h!h)lB*CJOJQJ^JaJphh)lB*NHphh)lB*phhy&quot;h)l0JVCJaJ&amp;jhy&quot;h)lB*CJUaJphhy&quot;h)lB*CJaJph%()]^_ JKYZfxz-.-26=ռⷦucu#h@B*CJOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph#h)lB*CJOJQJ^JaJphh)lB*NHph h2Xh)l5B*OJQJph        h)l5h2Xh
 )l0JVj|h)lB*Uphjh)lB*Uphh)lB*ph)h2Xh)lB*CJOJQJ^JaJph&amp;
-\]HIJ]^68WXs]^u
-T$        @ &amp;gd)l=&gt;\]`jz{&amp;67HJ]^jkwx#$8WXsӰӰӰӰӰӰӰӰӰӰӤ}}}}}}h)lB*NHphh)lB*phh)l5B*CJ OJQJph        h)l5h)l
 5B*CJ ph#h)lB*CJOJQJ^JaJph h2Xh)lCJOJQJ^JaJ)h2Xh)lB*CJOJQJ^JaJph-h2Xh)lB*CJNHOJQJ^JaJph,?Z]^u
-uv ab !}~{|)*/;NOg 뼷뼷눷        h5)heh)lB*CJOJQJ^JaJph)h}Sh)lB*CJOJQJ^JaJph        h)l5h)l5B*CJOJQJphh)lB*NHph)hzh)lB*CJOJQJ^JaJphh)lB*phh)lB*OJQJph3MNOg);&lt;
  &quot;)5;&lt;Q]^l0=lmRS_`jְhMUB*phh)l5B*OJQJphh)l5B*CJ OJQJphh)lB*NHphh)lB*OJQJph        h)l5h)l5B*CJOJQJphh)lB*phh)lB*OJQJph4&lt;Q ]^s/0ChjKMZ
 ^MZ_j{45N_yeyLU{|bk⺰➐➐||lh)l5B*CJ OJQJph        h)l5heh)lCJOJQJaJhPh)l5OJQJ^Jh)lh,rh
+P&lt;B*phh)lB*OJQJphh\B*phh)lB*phh)lB*NHphC
+ 123$%ˡ˝v&amp;jhy&quot;h)lB*CJUaJphj{h)lUjh)lUh)lhy&quot;h)l0JVCJaJ#jyhy&quot;h)lCJUaJhy&quot;h)lCJaJjhy&quot;h)lCJUaJh)lB*phh
+P&lt;CJOJQJh}CJOJQJh)lCJOJQJ-%_`*+,?@ ǽǽǨǨǽǽǽǽǽNjykbǽh!h)l0JVj/|h!h)lU h!h)ljh!h)lUh!h)lB*ph#h)lB*CJOJQJ^JaJph)h!h)lB*CJOJQJ^JaJphh)lB*NHphh)lB*phhy&quot;h)l0JVCJaJ&amp;jhy&quot;h)lB*CJUaJphhy&quot;h)lB*CJaJph% ']j(:78cdlռⷦucu#h@B*CJOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph#h)lB*CJOJQJ^JaJphh)lB*NHph h2Xh)l5B*OJQJph        h)l5h2Xh)l0JV
 j}h)lB*Uphjh)lB*Uphh)lB*ph)h2Xh)lB*CJOJQJ^JaJph&amp;klHw^
+T$        @ &amp;gd)l&amp;67HUefwnouvxyӰӰӰӰӰӰӰӰӰӰӤ}}}}}}h)lB*NHphh)lB*phh)l5B*CJ OJQJph        h)l5h)l5B*CJ ph
 #h)lB*CJOJQJ^JaJph h2Xh)lCJOJQJ^JaJ)h2Xh)lB*CJOJQJ^JaJph-h2Xh)lB*CJNHOJQJ^JaJph,&gt;FrsbkABij-:~6d !W_#2i뼷뼷눷        h5)heh)lB*CJOJQJ^JaJph)h}Sh)lB*CJOJQJ^JaJph        h)l5h)l5B*CJOJQJphh)lB*NHph)hzh)lB*CJOJQJ^JaJphh)lB*phh)lB*OJQJph3^_56d'(&quot;#2%7IJWvw
 iv %27DIJWw_`mn}LV [nbcְhMUB*phh)l5B*OJQJphh)l5B*CJ OJQJphh)lB*NHphh)lB*OJQJph        h)l5h)l5B*CJOJQJphh)lB*phh)lB*OJQJph4}~JLMV         Y[n
 ^1 ]m !0(z{6Hb⺰➐➐||lh)l5B*CJ OJQJph        h)l5heh)lCJOJQJaJhPh)l5OJQJ^Jh)lh,rh
 P&lt;h,rB*phh
 P&lt;B*NHphh
-P&lt;B*phh)lB*NHphh        *B*phh)l5B*OJQJphh)lB*ph)heh)lB*CJOJQJ^JaJph*Z^_pCDUMN$^a$
+P&lt;B*phh)lB*NHphh        *B*phh)l5B*OJQJphh)lB*ph)heh)lB*CJOJQJ^JaJph* \]m/01@(
 $^a$
 ^gd
 P&lt;
 ^gd
 P&lt;o͢                gd
 P&lt;oɢ        ^gd
-P&lt;^N_dey{|;&lt;^&amp;*8&amp;4Xglz*26DG[g        {        K
-L
-Q
-h
-
-
- I Y o        ~~ohrh)lB*CJaJph%hrh)lB*CJOJQJaJph)hrhrB*CJOJQJ^JaJphhbCB*phhrB*ph$hPh)l5B*OJQJ^Jphh)lB*NHph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)lB*ph+FG[f        g        {        i
-j
-
-
-
-
-    jk)$If$G$If$^a$^^ &amp; , - 0 8 9     J
-K
-U
-V
-
-
-
-
-
-
-
-
-#().UDzممtih}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*CJOJQJaJph
-h)l0JVjl}h)lUh)ljh)lU)hrhrB*CJOJQJ^JaJphhrB*phh)lB*NHph%hPh)lB*CJOJQJaJphhLh)lB*phh)lB*ph cd*0G        @FYsy 1Z`r06FϿϵϵϪ{hPh)lNH hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*phh)lB*NHphh)lB*CJOJQJaJphh)lB*ph%hPh)lB*CJOJQJaJph)hPh)lB*CJNHOJQJaJph0)*GU?@YraHkd~$$If0j,&quot;
 44
-la$If$G$IfHkdU~$$If0j,&quot;44
-larsaHkd$$If0j,&quot;44
-la$If$G$IfHkd~$$If0j,&quot;44
-la        1YZrgHkd$$If0j,&quot;44
-la$G$IfHkd]$$If0j,&quot;44
-la(aHkd#$$If0j,&quot;44
-la$If$G$IfHkd$$If0j,&quot;44
+P&lt;^56H$&lt;=vw OP^P^|JKKL                                \
+]
+i
+
+
+
+
+
+
+
+
+F K ~~ohrh)lB*CJaJph%hrh)lB*CJOJQJaJph)hrhrB*CJOJQJ^JaJphhbCB*phhrB*ph$hPh)l5B*OJQJ^Jphh)lB*NHph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)lB*ph+P                1
+2
+[
+\
+5 6 X Y  $If$G$If$^a$^^K          4        9
+:
+S
+T
+Y
+
+
+
+
+
+        
+[\Dzممtih}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*CJOJQJaJph
+h)l0JVj}h)lUh)ljh)lU)hrhrB*CJOJQJ^JaJphhrB*phh)lB*NHph%hPh)lB*CJOJQJaJphhLh)lB*phh)lB*ph \]l(2O_`fg5;Mx~^dx 
+!ϿϵϵϪ{hPh)lNH hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*phh)lB*NHphh)lB*CJOJQJaJphh)lB*ph%hPh)lB*CJOJQJaJph)hPh)lB*CJNHOJQJaJph0aHkd $$If0j,&quot;
 44
+la$If$G$IfHkd~$$If0j,&quot;44
+la45MwaHkd$$If0j,&quot;44
+la$If$G$IfHkdb$$If0j,&quot;44
+la        wxgHkd($$If0j,&quot;44
+la$G$IfHkd$$If0j,&quot;44
+la&quot;?]^wxaHkd$$If0j,&quot;44
+la$If$G$IfHkdj$$If0j,&quot;44
 la
-/0F\aHkd$$If0j,&quot;44
-la$If$G$IfHkde$$If0j,&quot;44
+*S aHkd0$$If0j,&quot;44
+la$If$G$IfHkd$$If0j,&quot;44
 la
-geee\Wigd)l^gd)lHkd+$$If0j,&quot;44
-la$G$IfHkd$$If0j,&quot;44
-la        &quot;LQ[~IJRs%&amp;bcjkHI7
-h)l0JVjmh)lUjh)lUhMh)lNH hMh)lhe ^h)l5 hdh)lh)lPJ^JaJ
-h)lNHh)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)l hPh)l2jkPRA!B!z!{!&quot;&quot;1#2#]####^gd)l $]a$gd)l$]a$gd)loG]gd)l$a$gd)l$a$gd)lgd)l$gd)l789lmp 349@DEOPҹҬwwpgpw[LhUh)lCJPJ^J        aJ h)lNHPJ^J        aJ hZ
+ 
+!&quot;#$GHgeee\Wigd)l^gd)lHkd$$If0j,&quot;44
+la$G$IfHkdr$$If0j,&quot;44
+la        !#$vGHVW &quot;/JKZ&amp;'(/5UV
+h)l0JVjh)lUjh)lUhMh)lNH hMh)lhe ^h)l5 hdh)lh)lPJ^JaJ
+h)lNHh)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)l hPh)l2HZ[    !&quot;&quot;&quot;&quot;&quot;#0#^gd)l $]a$gd)l$]a$gd)loG]gd)l$a$gd)l$a$gd)lgd)l$gd)l
+$'(Z[`iuyҹҬwwpgpw[LhUh)lCJPJ^J        aJ h)lNHPJ^J        aJ hZ
 h)lNH hZ
 h)lhZ
-h)lPJ^J        aJ h)lPJ^J        aJ hC8h)lCJPJ^J        aJ hCh)lNHPJ^J        aJ hCh)lPJ^J        aJ h)lPJ^JaJhCh)lNHPJ^JaJhCh)lPJ^JaJh)lhx h)l0JVjh)lUjRh)lUPQnr
-'(&gt;deqrȺ϶ϣϺϺs^K8$h:h:0JVOJPJQJ^JaJ $h:h)l0JVOJPJQJ^JaJ )jL
-h:OJPJQJU^JaJ h:OJPJQJ^JaJ #jh:OJPJQJU^JaJ h)lNHOJPJQJ^JaJ $hdh)lNHOJPJQJ^JaJ hhh)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J        aJ $j+hh)lUmHnHtH        u7Tluv*BZprwҾүҡ{qgqTqGTGhAh)lPJ^JaJ$h %mh)lCJOJPJQJ^JaJ
 h:PJ^JaJh)lPJ^JaJhah:0JVPJ^J        aJ h:h:PJ^J        aJ h:PJ^J        aJ jh:PJU^J        aJ hdh)lNHPJ^J        aJ hhPJ^J        aJ h)lPJ^J        aJ hdh)lPJ^J        aJ h)lOJPJQJ^JaJ #jh:OJPJQJU^JaJ ] ^ p r   !!!!!!%!5!&lt;!=!A!B!y!z!{!!!!!&quot;$&quot;|oeo|oh)lPJ^J        aJ hh)lPJ^J        aJ  hh)lh)l5^JaJhEh)l5^JaJ
-h)lNHh:CJOJQJ^JaJh)lhah)lNH hah)l hdh)l$h %mh)lCJOJPJQJ^JaJh)lPJ^JaJhAh)lPJ^JaJhAh)lNHPJ^JaJ%$&quot;%&quot;+&quot;F&quot;Y&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;##1#2#g#n#######$+$5$:$G$J$S$T$ǾǺ~~~qgqgqgqgqh        CJOJQJhEh        CJOJQJh)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
-h)lNH hdh)lhh)lOJQJ^Jh)lhGrh)lNH hGrh)lh)lNHPJ^J        aJ h)lPJ^J        aJ hh)lPJ^J        aJ hh)lNHPJ^J        aJ (##&quot;$T$$$        %
-%t%u%~%%%%%%%%%%
-&amp;&amp;s^gd)l^gd)lgd)ls^gd)ls^gd)l^gd)l^gd        `gd)lT$^$e$$$$$$$        %
-%%%#%;%C%H%P%S%]%^%s%u%&amp;=&amp;J&amp;g&amp;h&amp;i&amp;j&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;'''''&quot;'#'0'ձ墚xh)lOJQJ h ;h)lhEh)l5OJQJ h7h)lhEh)l5        hL7#5h)lCJOJQJhzh)lCJOJQJ
-h)lNH hCmmh)lCJOJQJ^JaJ hdh)lhEh)lCJh)lh)lCJOJQJhEh)lCJOJQJ,&amp;&amp;=&amp;&gt;&amp;h&amp;i&amp;j&amp;&amp;&amp;&amp;&quot;'#'0'k'l'{'''''?(@(c(d((($a$gd)l^gd)l^gd)lgd)lgd)l0'k'l'{''''''''''''((
-((((((8(&lt;(=(?(@(b(c(d(j(k(o(s({(((ķĦĦޏ~uoueh)lOJQJ^J
-h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5h)lhEh)l5OJQJhl        h)lOJQJ hl        h)l%((((((((((()))))f)h)i)m)w))))))))))))) *
-**Ѽ|uneޒޒhd}h)lCJ hmH[h)l h&amp;gh)l
+h)lPJ^J        aJ h)lPJ^J        aJ hC8h)lCJPJ^J        aJ hCh)lNHPJ^J        aJ hCh)lPJ^J        aJ h)lPJ^JaJhCh)lNHPJ^JaJhCh)lPJ^JaJh)lhx h)l0JVjh)lUjۂh)lU        :Jkl&amp;'(YpȺ϶ϣϺϺs^K8$h:h:0JVOJPJQJ^JaJ $h:h)l0JVOJPJQJ^JaJ )j
+h:OJPJQJU^JaJ h:OJPJQJ^JaJ #jh:OJPJQJU^JaJ h)lNHOJPJQJ^JaJ $hdh)lNHOJPJQJ^JaJ hhh)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J        aJ $jhh)lUmHnHtH        upqrs&gt;@AnoqҾүҡ{qgqTqGTGhAh)lPJ^JaJ$h %mh)lCJOJPJQJ^J
 aJh:PJ^JaJh)lPJ^JaJhah:0JVPJ^J        aJ h:h:PJ^J        aJ h:PJ^J        aJ jh:PJU^J        aJ hdh)lNHPJ^J        aJ hhPJ^J        aJ h)lPJ^J        aJ hdh)lPJ^J        aJ h)lOJPJQJ^JaJ #jh:OJPJQJU^JaJ &amp;(6HIMXZ[G P l p w |            4!7!;!f!!|oeo|oh)lPJ^J        aJ hh)lPJ^J        aJ  hh)lh)l5^JaJhEh)l5^JaJ
+h)lNHh:CJOJQJ^JaJh)lhah)lNH hah)l hdh)l$h %mh)lCJOJPJQJ^JaJh)lPJ^JaJhAh)lPJ^JaJhAh)lNHPJ^JaJ%!!!!!!!!!!!!!&quot;&quot;&quot;*&quot;+&quot;J&quot;V&quot;W&quot;_&quot;`&quot;&quot;&quot;&quot;&quot;&quot;&quot;:#A#N#W#a########ǾǺ~~~qgqgqgqgqh        CJOJQJhEh        CJOJQJh)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
+h)lNH hdh)lhh)lOJQJ^Jh)lhGrh)lNH hGrh)lh)lNHPJ^J        aJ h)lPJ^J        aJ hh)lPJ^J        aJ hh)lNHPJ^J        aJ (0#N#####g$h$$$$$$%%#%&amp;%/%A%T%k%m%s^gd)l^gd)lgd)ls^gd)ls^gd)l^gd)l^gd        `gd)l####$/$:$=$F$g$h$m${$$$$$$$$$$$m%%%%%%%&amp;&amp;&amp;&amp;N&amp;R&amp;T&amp;a&amp;d&amp;r&amp;s&amp;}&amp;&amp;&amp;&amp;ձ墚x
 h)lOJQJ h ;h)lhEh)l5OJQJ h7h)lhEh)l5        hL7#5h)lCJOJQJhzh)lCJOJQJ
+h)lNH hCmmh)lCJOJQJ^JaJ hdh)lhEh)lCJh)lh)lCJOJQJhEh)lCJOJQJ,m%n%%%%%%&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;#'$''''''5($a$gd)l^gd)l^gd)lgd)lgd)l&amp;&amp;&amp;&amp;&amp;&amp;&amp;'#'$'2'H'I'U'V'_'a'k'l'n'o's't''''''''''''''''ķĦĦޏ~uoueh)lOJQJ^J
+h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5h)lhEh)l5OJQJhl        h)lOJQJ hl        h)l%'''')(2(4(5(9(&gt;(X(`(a(b(e(x(((((((((())))))?)B)j)k){)Ѽ|uneޒޒhd}h)lCJ hmH[h)l h&amp;gh)l
 h)lCJ hV,h)lhV,h)lCJhV,h)lCJOJQJ hd}h)lhd}h)l^J
-h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)l#())T*U****++&amp;+&lt;+A+B+,:,Y,.//0{0000gdRO^ngd)0os^gd)l^gd)lgd)l*3*4*I*R*S****@+A+B+c+y+z+}+~++++++++++++,,
-,,,,,:,;,=,Y,i,p,,,,,,- ----)-պպѬh hlhCJOJQJ^JaJh)
 0ohohhh)0o5        h)0o5h6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
-h)lNHh)lh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJ3)-3-----R.T._............../!/./1/5/F/N/e/j/k/n/p/v/w/z//////㊂zmh;=h)lCJOJQJh)lOJQJhROJQJhLhROJQJhRCJOJQJ^JaJ hohRCJOJQJ^JaJ h&amp;gh)lCJOJQJ^JaJ
+h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)l#5(a(b())N*O*X*d*t*****w+++&gt;.%/H/u////)0gdRO^ngd)0os^gd)l^gd)lgd)l{))))))*        *O**********+ +
++#+%+&lt;+=+F+G+\+_+a+k+l+u+v+w+++++++++A,J,W,_,j,o,s,},,պպѬh hlhCJOJQJ^JaJh)0
 ohohhh)0o5        h)0o5h6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
+h)lNHh)lh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJ3,,,,=-Q------....%.(.&lt;.&gt;.N.X.].^................. /%/)/㊂zmh;=h)lCJOJQJh)lOJQJhROJQJhLhROJQJhRCJOJQJ^JaJ hohRCJOJQJ^JaJ h&amp;gh)lCJOJQJ^JaJ
 hKNHh)lCJOJQJhDCJOJQJhKhRh
-h)lNHh)lhLh)lOJQJ)//020&lt;0&gt;0E0Q0]0^0i0y0{00000000Y1^1111%22272A2222222222        333=3&gt;3G3H3w33첪즠즠yhCJOJQJmH        sH         hhCJOJQJmH        sH        hROhK
+h)lNHh)lhLh)lOJQJ))/G/u//////////////)0*0N0O0001Y1Z111111112;2H2M2W2[2g2l2v2222222첪즠즠yhCJOJQJmH        sH         hhCJOJQJmH        sH        hROhK
 h)lNHh)lhemH        sH         hh(h`CJOJQJh&amp;gh)lCJNH
-h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh)lCJOJQJhKCJOJQJ.001%1B1`1~11111111G3H3333444p4444445igd^gdRO333334444555 5!5#5K5L5O555 6l6n66666ƿ|ndndZnZQZEhROh)l5CJaJhROh)lCJhROh)l5CJhROh)0o5CJhROhK5CJmH        sH        hROh)0o0J[hh)0o5        h)0o5h)0oCJmH        sH        h)0oh)lCJmH        sH        
-h)lCJhfmH        sH        hKmH        sH         hh)lhhmH        sH         hhCJOJQJmH        sH        hCJOJQJmH        sH        hCJNHOJQJmH        sH        5555 5K5L566757S7q7777889%9B9`9b99;ngdRgdFih`hgdfgd)0ogdRO6666
-777%7&amp;75767p7q7r77777777777788xkx`YSY
+h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh)lCJOJQJhKCJOJQJ.)0N0f000000111D1Y1Z122+3,3;3m33334 4=4[4y4igd^gdRO22*3+3,3m3n3[4\4{4|4}4~44444444i555566(6ƿ|ndndZnZQZEhROh)l5CJaJhROh)lCJhROh)l5CJhROh)0o5CJhROhK5CJmH        sH        hROh)0o0J[hh)0o5        h)0o5h)0oCJmH        sH        h)0oh)lCJmH        sH        
+h)lCJhfmH        sH        hKmH        sH         hh)lhhmH        sH         hhCJOJQJmH        sH        hCJOJQJmH        sH        hCJNHOJQJmH        sH        y4{4|4}4~444N6O6l66666=7&gt;75868^88888O9Z;ngdRgdFih`hgdfgd)0ogdRO(6N6O6P6k6l6m66666666666666 7&lt;7=7&gt;7[7d7q7xkx`YSY
 h)lCJ
-h)l5CJh)l5CJOJQJhfhfOJQJaJhfhfaJmH        sH         hfhfOJQJaJmH        sH        hfaJmH        sH        #hfhf5OJQJaJmH        sH         hhfhfmH        sH        h)lmH        sH        hKmH        sH         hhK hh)l hijhijhijmH        sH         h3ih)lhROh)l5CJ8828&gt;8k8t8u88888888899%9`9a9999999999辺yiXy!hF5CJOJQJaJmH        sH        hhF5CJOJQJaJhF5CJmH        sH        !hf5CJOJQJaJmH        sH         hh)l hhfhfmH        sH         hhijhijmH        sH        h)lhh)l5CJOJQJ!hK5CJOJQJaJmH        sH        hK5CJmH        sH        
-h)l5CJhh)l5CJOJQJaJ99=:&gt;:::::D;E;m;v;;;;;;;;;;;;@&lt;A&lt;B&lt;H&lt;V&lt
 ;`&lt;|&lt;&lt;&lt;&lt;&lt;&lt;÷÷uguYh$OCJOJQJmH        sH        h`ICJOJQJmH        sH        h`h^JaJhCJOJQJhhCJOJQJhCJOJQJmH        sH                h5hh5        h&lt;R5hFCJOJQJaJhFhFCJOJQJaJ h&amp;ghRCJOJQJ^JaJhF
-hRNHhRhFh)l5CJmH        sH        &quot;;A&lt;B&lt;N=O=n===BBEEFF:H;HIIJJKKNNsOtO$a$gdRO        igdozb'igdgd&lt;&lt;&lt;&lt;&lt;&lt;= == =&gt;=B=G=L=M=N=O=e=l=m=n=======&gt;&gt;&gt;&gt;&gt;&gt;&gt;??@?????F@G@@@LAMAAA?B@BBճե{{{{{{{{{{{{
-h)lNHh)l hh`I h`Ih$O hh$Oh`I h$OhROhCJOJQJmH        sH        hh`IOJQJaJh$OCJOJQJh`h$O^JaJh$OCJOJQJmH        sH        h^JaJh`h^JaJhCJOJQJ0BBCCCCSDTDDDDDnEoE)G*GGGIIIII,IAIBITIZI_I`IiIIII        JJJJJJJJJJ.K/K;K&lt;KgKKKKKKLL2M3MOO:O@O_O`OOOOOP P~PPPPQQQ.QQQQ Rhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
-h)lNHQ RCRNR^RhRRRS        S
-SHSISUSuSSVUUUWVXVVWW#W$WWY!Y&gt;ZCZoZvZwZZZZZZZZZZZ-[3[@[W[X[p[q[[[[[[[[[5\6\:\;\\\\\\\ϼjV
+h)l5CJh)l5CJOJQJhfhfOJQJaJhfhfaJmH        sH         hfhfOJQJaJmH        sH        hfaJmH        sH        #hfhf5OJQJaJmH        sH         hhfhfmH        sH        h)lmH        sH        hKmH        sH         hhK hh)l hijhijhijmH        sH         h3ih)lhROh)l5CJq7x7777777        848586878N8O8^8_88888899E9H9L9M9N9辺yiXy!hF5CJOJQJaJmH        sH        hhF5CJOJQJaJhF5CJmH        sH        !hf5CJOJQJaJmH        sH         hh)l hhfhfmH        sH        
 hhijhijmH        sH        h)lhh)l5CJOJQJ!hK5CJOJQJaJmH        sH        hK5CJmH        sH        
+h)l5CJhh)l5CJOJQJaJN9O999999:::::: ;);*;:;;;&lt;;X;Z;[;];;;;;;;;&lt;&lt;&lt;E&lt;H&lt;÷÷uguYh$OCJOJQJmH        sH        h`ICJOJQJmH        sH        h`h^JaJhCJOJQJhhCJOJQJhCJOJQJmH        sH                h5hh5        h&lt;R5hFCJOJQJaJhFhFCJOJQJaJ h&amp;ghRCJOJQJ^JaJhF
+hRNHhRhFh)l5CJmH        sH        &quot;Z;;;&lt;&lt;&lt;&lt;&lt;&lt;B=BrDsDlEmEGGHHIIJJ N NNN$a$gdRO        igdozb'igdgdH&lt;J&lt;O&lt;P&lt;S&lt;Y&lt;b&lt;j&lt;t&lt;~&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;K=L=====L&gt;M&gt;&gt;&gt;&gt;&gt;P?Q?????@@LAMAAABճե{{{{{{{{{{{{
+h)lNHh)l hh`I h`Ih$O hh$Oh`I h$OhROhCJOJQJmH        sH        hh`IOJQJaJh$OCJOJQJh`h$O^JaJh$OCJOJQJmH        sH        h^JaJh`h^JaJhCJOJQJ0BBBBBBCCDDVDWDDDFFGG`HlHpHyH|HHHHHHHHHH3I4IgImI
+JJ!J1J&lt;J=JFJLJJJJJJJJJ6K7KKKLLdNeNNNNNNN'O(O}O~OOOGPUP^PrPxPPPPUQ~Qhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
+h)lNHQ~QQQQQRRfRgRhRRRRRRT#U1UUUUVmVoVVVV{XXYYYYYYYYYZZ*Z0ZHZPZZZZZZZZZZZZZZ[?[[[[[\\@\A\E\N\ϼj
 h)lUh)lCJOJQJ        h)l5h)lOJQJ
 h)lNHh)lCJOJQJ
-h)l0JVjg
-h)lUjh)lUh)lCJOJQJh)lCtOjRkRSSSSS.TxTT UVUWUVV~WWWXHXsXXXYY&gt;Z?ZZ^$a$ZZZZZZ[[[[[[]=^G^W^h^y^^^^^^L_N__`s`
 n$a$^$a$\\\]]k]l]m]u]]]=^^^N____`W`_`c`q`r`s`aaaab6bbbbbbbcc&gt;dcdddde'eCeeeeefffVfPgbghgigmgugyggggg9h:h\h`hhhhhih)lOJQJh9h)lOJQJ        h)l5
+h)l0JVj
+h)lUjh)lUh)lCJOJQJh)lCNQQRRRRBSSS TjTTTNVOVVV#WeWWWW6XzX{XYYY^$a$YYYY\Z]ZZZZZ[?[p\]]]]]]] ^^^^^6_b__
 n$a$^$a$N\S\\\`\n\\\\\,]-]]R^S^^_        _6_b_______``7a8anaaaaabbbcccccc8ddddd9e?eBeCebemeveeffffffff'g8g:gggggh
+hh/hdhh)lOJQJh9h)lOJQJ        h)l5
 h)lCJ
 h)lNH
-h)l6NH        h)l6h)lCJOJQJh)lJs`|```aNaaab6bbbbcJc|ccc&gt;dcdddddde'e0eAen^AeCeefVfg\hi6i_j=kkkHlllm#nnn
-oAon
+h)l6NH        h)l6h)lCJOJQ
 Jh)lJ__`F`y````naab b@bvbbb
+cccccccc8ddddddn^dd9evee:ggdhhijjjkKlTllm2n;nknnn
 ^`gd/ngdan
-^`gd-&gt;
  nhh]h^hgdangdQn^i        i
-i6iii_jkk&lt;k=kkkkkkkkkkkkllGlSlTllllllllmmmmmmmmmǹǠǫǹ{mhaCJOJQJ^JaJh#CJaJhaCJaJh-&gt;CJaJhahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
-hQNHhQ        ha5        hQ5*mmnnnn#nInZnnnnnnnn
-ooo@oAoooooooooopp9pԽԬÞÐ툄~m_T_Tm_ThN hN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ
+^`gd-&gt; nhh]h^hgdangdQn^dhghhhhhhiejmjjjjjjjjkkAkBkSkTklkmkkkk        l
+l&quot;l#lAlBlJl^l_l`llllll;mǹǠǫǹ{mhaCJOJQJ^JaJh#CJaJhaCJaJh-&gt;CJaJhahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
+hQNHhQ        ha5        hQ5*;mHmqmrmzm}mmmm,n-n2n;nGnHnInknxnynnnnnoo)o*o;oHoUocodooԽԬÞÐ툄~m_T_Tm_ThN hN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ
 h/NHh/h/CJaJhaCJOJQJ^JaJh#CJOJQJ^JaJ hah/CJOJQJ^JaJ
-haNH hahaCJOJQJ^JaJhah#CJaJhahaCJNHaJhahaCJaJh-&gt;CJaJ Aooooo9pVppppq#q?q_qqqFrrrn
+haNH hahaCJOJQJ^JaJhah#CJaJhahaCJNHaJhahaCJaJh-&gt;CJaJ noo;oUooooo9pappppppqqqn
 ^`gd-&gt;
 n
 xx^`gd!6\n
 pp^p`gdN n
-^`gdN ngd/9pGpHpUpVpepfppppppppppppppqqqq&quot;q#q1q2q&gt;q?qMqNq^q_qmqnq~qqqqqqqqqqqqq r
-rErFrTrUrḭѭѭhah!6\CJNHaJ hah!6\CJOJQJ^JaJhah!6\CJaJh!6\CJOJQJ^JaJhN hN CJaJh!6\CJaJhN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ6Urrrrr)s*sssss-t.tuuuvvvNvOvPvQvvvvww&amp;w1w;w&lt;wwwwwwwwԽԜԎvvkchh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l
-h)l5CJ        h)l5
 hThT0JVjUhTUjhTUhThBh)lCJOJQJ
-h)lNHh)l hbh)lhah/CJaJhN CJOJQJ^JaJhg+CJaJ&amp;rrQvvw3xyz{({P{Q{iJkdV$$If0&quot;$        (44
+^`gdN ngd/ooooooooooooo
+ppp8p9pJpKp`papoppppppppppppppppppppppqq?q@qQqRqjqkqqqqqḭѭѭhah!6\CJNHaJ hah!6\CJOJQJ^JaJhah!6\CJaJh!6\CJOJQJ^JaJhN hN CJaJh!6\CJaJhN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ6qqqq3rrrrr7s8sssuuudueufuuuuuuuVvsvuvvvvvvvvvvwwԽԜԎvvkchh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l
+h)l5CJ        h)l5hThT0JVjVhTUjhTUhThBh)lCJOJQJ
+h)lNHh)l hbh)lhah/CJaJhN CJOJQJ^JaJhg+CJaJ&amp;q3ruuOww3y|yxzzzziJkd'W$$If0&quot;$        (44
 la/nv$G$If]vn$$G$Ifa$ngd)ln$a$gd)l
 &amp; 0`
  
-P@7$gdTgd)l wwwwwwwwwwww3xQxUxfxxxxxxxxxy&quot;ycypyyyyyyyyyyyzzzzz{({P{Q{`{{{{{||2|@|||||||}}_}`}}}޻ުު޻ު޻ު޻ު޻ު޻ު޻
-h)lNHhh)lCJaJ hh)lCJOJQJ^JaJhT        h)l5hh)lNHh)lhh)lCJOJQJaJhh)l5 hh)lCQ{`{{{{1|2|@||THkdW$$If0&quot;$        (44
-la/Hkd!W$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$If|||
-}}}}THkdX$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdX$$If0&quot;$        (44
-la/}}}~~,~~THkdY$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdY$$If0&quot;$        (44
-la/}}}~,~n~o~~~~~&amp;ĀŀȀɀ34|}~
- )UyƃɃʃ˃̃҃
- !&quot;#¹²ªŒŒ        h)l6        h)l5jh)l5Uj\h)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
-h)l0JVj[h)lUjh)lU hh)lCJOJQJ^JaJ
-h)lNHh)l7~~~&amp;THkdZ$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdZ$$If0&quot;$        (44
-la/nɃ˃̓u˅Ն#i&gt;5n$a$gd)ln$a$gd)lgd)lngd)lgd)lHkd[$$If0&quot;$        (44
-la/#02uÅą˅مڅ҆Ն#'()uvЇч&gt;?ވ/0؉ى9FopCDEefx،Ѝ5s֎dzh&quot;h)l0JVj;h)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)l
-h)lNHh)lCJOJQJ        h)l6h)lC5?Sds֎q؏SrmۗXon`gd)ln^gd)ln$a$gd)lngd)l^gd)l!&quot;&amp;'^_[`DE !vwĕ*69BCDELw;UXo}~ƛH˜̜ޜ
-MhWsh)lCJOJQJaJ        h)l5j h)lU
+P@7$gdTgd)l w        w
+w'w-w6w:wAwHwIwLwOwwwwwwwwx:x=x&gt;xAxqxxxxxxxxyyy+y,y3y|y*z+z;z&lt;zxzzzzz{{${1{t{u{{{{{||S|T|l|{||||}޻ުު޻ު޻ު޻ު޻ު޻ު޻
+h)lNHhh)lCJaJ hh)lCJOJQJ^JaJhT        h)l5hh)lNHh)lhh)lCJOJQJaJhh)l5 hh)lCzz#{${1{{{{|THkd)X$$If0&quot;$        (44
+la/HkdW$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$If|||k|l|{||THkd'Y$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdX$$If0&quot;$        (44
+la/||}y}z}}}THkd%Z$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdY$$If0&quot;$        (44
+la/}B}C}z}}}}}
+~H~I~u~~&quot;#&amp;'ڀۀ܀U\]`ahi
+ׂނ߂$'()*0krsw~¹²ªŒŒ        h)l6        h)l5j@h)l5Uj
+]h)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
+h)l0JVj!\h)lUjh)lU hh)lCJOJQJ^JaJ
+h)lNHh)l7}}
+~t~u~~~THkd#[$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdZ$$If0&quot;$        (44
+la/~~U')+Ӄ)3&gt;|Njn$a$gd)ln$a$gd)lgd)lngd)lgd)lHkd[$$If0&quot;$        (44
+la/Ӄ|}!&quot;)78
+03BCӆԆ./&lt;&gt;HJ67͊ΊxyËċ֋6C.Tэ4Odzh&quot;h)l0JVje&lt;h)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)l
+h)lNHh)lCJOJQJ        h)l6h)lCэ4OQώ6А˓PI9Ym͗`n`gd)ln^gd)ln$a$gd)lngd)l^gd)lOPzOR@JK~ԔՔ&quot;NՖm͗KLۚܚ$)*&lt;kyhWsh)lCJOJQJaJ        h)l5j&lt; h)lU
 h)lCJ
-h)lNH        h)l6h)lCJNHOJQJh)lCJOJQJh)ljk&lt;h)lUE$ƛǛGHk˜̜#$Edw^gd)l h^h`gd)l$a$gd)l$a$$M_ڝ#͞՞ٞuvΟϟpq
-  ijkl$%'6:DEȶөӡ퐅xxhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ hxh)lh)lCJaJhWsh)l0JVCJaJ#jS&amp;hWsh)lCJUaJhWsh)lCJaJjhWsh)lCJUaJ        h)l5
-h)lNHh)lhWsh)lCJOJQJaJ/debwno  w8^8gd)lwgd)l
+h)lNH        h)l6h)lCJNHOJQJh)lCJOJQJh)lj&lt;h)lUE`$%ɛ)*cdqrQ£w^gd)l h^h`gd)l$a$gd)l$a$$8Ed+37&gt;tzӞԞ,-Οϟz{hijǡȡɡʡޢߢQcs\ȶөӡ퐅xxhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ hxh)lh)lCJaJhWsh)l0JVCJaJ#j&amp;
 hWsh)lCJUaJhWsh)lCJaJjhWsh)lCJUaJ        h)l5
+h)lNHh)lhWsh)lCJOJQJaJ/£ãusOզn̨ͨ W  bc~ w8^8gd)lwgd)l
 &amp; F
 ^gd)l h^h`gd)lgd)l^gd)lh^hgd)lgd)lw8^8gd)l
-&amp; F^gd)l /b8V^|Ħ̦
- 56?TUbjTV[vvhh)lCJOJQJaJhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)lCJOJQJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJh)l
-h)lNH.[]deps/45@AKn!%345jƷ؂ufuYuh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
+&amp; F^gd)l\]uw~sڥ&quot;*HOSThjt}ȧ PRsuvvhh)lCJOJQJaJhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)lCJOJQJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJh)l
+h)lNH.¨èΨѨ Wo̩ Z[abrsȪƷ؂ufuYuh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
 h)laJhh)laJhh)lCJOJQJaJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJ hh)l
-h)lNHh)lhh)l0JCJaJ! !34ͭέݭ-.{        gd)lo-kG
+h)lNHh)lhh)l0JCJaJ!~+,;q{        gd)lo-kG
 `gd)lo+kGw]`gd)lojkGw]`gd)l h^h`gd)l
 &amp; F
 ^gd)l w8^8gd)l
 &amp; F
 ^gd)l w^gd)l
-jnpz|4KLcsfgͭݭ-&lt;Lgh¸«y¸h[hKvh)lCJOJQJ h*sh)lCJOJQJ^JaJ hWsh)lCJOJQJ^JaJ
-h)lNHh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJ#.hi&gt;;s²в0@ ^gd)l `gd)lw^w8^8gd)l
-&amp; F ^gd)l h^h`gd)lgd)lh)L&gt;CQ7;Bs^_²βϲв.0&gt;?@  
-FVWX÷÷ìãÃwkãããh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJh)l*
-FXOf23STwx
 igd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)lXFGOf׵ص3Ub}~øĸɼɼ}of]]]]oh&lt;h|YaJh&lt;h&quot;kaJh&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJ$ĸ  19HIʹ̹$%pbeϻ|kcXh&lt;h|YOJQJh|YOJQJ hD h|YCJOJQJmH        sH        hD CJOJQJmH        sH        hEuhEuCJOJQJ hEuhEuh[,*h|YCJNHOJQJ
 h|YCJOJQJh[,*h&gt;FCJOJQJh&quot;kCJOJQJmH        sH        h&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh[,*h|YCJOJQJ  ޻-GHop !7.ai`gd|Y iL^`Lgd|Yi^gd|Yi
-&amp; Fgd|YigdD igd|Yϻݻ޻
-&quot;',-3GUYmno{ȼɼʼ ͵蛑rhYh[,*h|YCJNHOJQJh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh|YOJQJh&lt;h|YOJQJh&lt;h|Y6OJQJ  !'7=wz$%.4amž!#$,0nruv{ӿ$&amp;@Sgh;&lt;PQmnܨܨܨܨܤܚh8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h
-%h|YOJQJaJh[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJ
 h|YOJQJaJh&lt;h|YOJQJaJ&lt;+,:nuvӿԿkl8;Pm#ci`gd|Yigd|Y#$cdHIST        145:G\^sεεΧΙ{h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJmH        sH        h|YCJOJQJnHo(tHh|YCJOJQJh[,*h|Y
 CJOJQJh&gt;FOJQJaJmH        sH        h|YOJQJaJh
-%h|YOJQJaJ)GHS&quot;@A89Nzi`gdhi`gd|Yigd|Ys}&quot;#@AC789ߪҪ҈{{{ҪҪҪm[#h[,*h|YCJOJQJnHo(tHhrjoCJOJQJmH        sH        h
-%h|YOJQJaJh|YOJQJaJh8oVCJOJQJmH        sH        h8oVCJOJQJh|YCJOJQJhu        h|YCJ
 OJQJ h8oVh|YCJOJQJmH        sH        h[,*h|YCJOJQJh|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tH9:LMNOeryz{56;&lt;Vuvxy&gt;h|YCJOJQJh[,*h|YCJOJQJhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h
-%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        .15MN        O,CZi
 igd|Yi`gd|Y&gt;KNOn         TX        34KLefŷŷŷŷύ h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHh|YCJOJQJhc4OJQJaJmH        sH        hc4OJQJaJh
-%h|YOJQJaJh|YOJQJaJh[,*h|YCJOJQJh[,*h&gt;FCJOJQJ7        @|/Ga}4NST*S
  i
-&amp; F^gdbqigd|Y89NQRST*~m_QD6h        CJOJQJmH        sH        h[,*h|YCJOJQJhrjoCJOJQJmH        sH        hCJOJQJmH        sH         hD hbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh|YOJQJaJh
-%h|YOJQJaJ*5RSUVpqs
-,-DERSW_`mʽةʽʽ曩捩ʽ|ʽʽk h*hbqOJQJaJmH sH  hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h        
 CJOJQJmH        sH        h[,*h|YCJOJQJhbqh|YOJQJaJ(Sq-EostQRT]^
+Ȫ̪ΪتڪGHѫ߫stĬŬ+;oŭƭ¸«y¸h[hKvh)lCJOJQJ h*sh)lCJOJQJ^JaJ hWsh)lCJOJQJ^JaJ
+h)lNHh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJ#ƭǭ@ѰGHcdo .Z ^gd)l `gd)lw^w8^8gd)l
+&amp; F ^gd)l h^h`gd)lgd)lƭ@ѰABCGHcdmno ,-.NZijk÷÷ìãÃwkãããh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJh)l*Zk&gt;MĴնֶMN
 igd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)l 
+&gt;KLMĴ56yzDV۷ܷ!&quot;ɼɼ}of]]]]oh&lt;h|YaJh&lt;h&quot;kaJh&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJ$&quot;MNYZijnt(*[{ιúߺ-|kcXh&lt;h|YOJQJh|YOJQJ hD h|YCJOJQJmH        sH        hD CJOJQJmH        sH        hEuhEuCJOJQJ hEuhEuh[,*h|YCJNH
 OJQJh|YCJOJQJh[,*h&gt;FCJOJQJh&quot;kCJOJQJmH        sH        h&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh[,*h|YCJOJQJNij޺ߺ&lt;bͻλfi?i`gd|Y iL^`Lgd|Yi^gd|Yi
+&amp; Fgd|YigdD igd|Y-;&lt;BSabhqv{˻̻ͻٻ&amp;'(i͵蛑rhYh[,*h|YCJNHOJQJh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh|YOJQJh&lt;h|YOJQJh&lt;h|Y6OJQJijlռؼ?C˽#x̾оӾԾپ1YZſƿXYܨܨܨܨܤܚh8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h
+%h|YOJQJaJh[,*h|YC
 JNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|YOJQJaJh&lt;h|YOJQJaJ&lt;̾ӾԾ
+12ɿʿZCDi`gd|Yigd|YZ[CDF&gt;UVWXfgεεΧΙ{h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJmH        sH
         h|YCJOJQJnHo(tHh|YCJOJQJh[,*h|YCJOJQJh&gt;FOJQJaJmH        sH        h|YOJQJaJh
+%h|YOJQJaJ)D&gt;?EFa1i`gdhi`gd|Yigd|Y*89FGabOPYZnxߪҪ҈{{{ҪҪҪm[#h[,*h|YCJOJQJnHo(tHhrjoCJOJQJmH        sH        h
+%h|YOJQJaJh|YOJQJaJh8oVCJOJQJmH        s
 H        h8oVCJOJQJh|YCJOJQJhu        h|YCJOJQJ h8oVh|YCJOJQJmH        sH        h[,*h|YCJOJQJh|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tH1278Uqrtu !&amp;'JKMh|YCJOJQJh[,*h|YCJOJQJhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h
+%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        .1 JK fg
+!.bvigd|Yi`gd|Y  (GHJKfgi 
+$%12efg89VWst
+)*BCŷŷŷŷύ h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHh|YCJOJQJhc4OJQJaJmH        sH        hc4OJQJaJh
+%h|YOJQJaJh|YOJQJaJh[,*h|YCJOJQJh[,*h&gt;FCJOJQJ7-g4R
 o        %&gt;ZvPQR i
+&amp; F^gdbqigd|YC^_z{+OPQRSX~m_QD6h        CJOJQJmH        sH        h[,*h|YCJOJQJhrjoCJOJQJmH        sH        hCJOJQJmH        sH         hD hbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh|YOJQJaJh
+%h|YOJQJaJKLMYZ^_klʽةʽʽ曩捩ʽ|ʽʽk h*hbqOJQJaJmH sH  hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h        C
 JOJQJmH        sH        h[,*h|YCJOJQJhbqh|YOJQJaJ(LY1I_`  &quot;#c
 ixWD2`xgd|Yigd|Y i
-&amp; F^gdbq        
-&amp;'(+9=&gt;fnoʽʒtgUD hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h[,*h|YCJOJQJ h*hbqOJQJaJmH sH h|YCJOJQJoxyz
-+,-1;&lt;tvGH歠歠hrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh
-%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ3
 
-
-\]^`mo
- &gt;?STVWôætfXhD OJQJaJmH        sH        h2yCJOJQJmH        sH         hbqhbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH        sH        h|YCJOJQJmH        sH        h|YOJQJaJnHo(tHh
-%h|YOJQJaJh|YOJQJaJh|YCJOJQJh|YCJOJQJnHo(tHh[,*h|YCJOJQJ&quot;^m
-SVWe$G$If]gd)lsigd|Y
-de 'AL&quot;-J^18K89&quot;ν
+&amp; F^gdbq$2XYfghuvwʽʒtgUD hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h[,*h|YCJOJQJ h*hbqOJQJaJmH sH h|YCJOJQJ01&gt;?@MNO\]^klmz{|IK_
+  &quot;#%歠歠hrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh
+%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ3%hk)+JLhj#,/9ôætfXhD OJQJaJmH        sH        h2yCJOJQJmH        sH         hbqhbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH        sH        h|YCJOJQJmH        sH        h|YOJQJaJnHo(tHh
+%h|YOJQJaJh|YOJQJaJh|YCJOJQJh|YCJOJQJnHo(tHh[,*h|YCJOJQJ&quot;)Jh!#Zuv)
 $G$If]gd)lsigd|Y9HKZ]ehtuv3E~*+:EF !M^ev}:DSJ\uν
 h)lNH haKh)lhaKh)lCJOJQJh)lCJOJQJ
 h)l0J[h)l hrjoh|YCJOJQJmH        sH        h
 %h|YCJOJQJh|YOJQJaJh2yOJQJaJmH        sH        h
-%h|YOJQJaJ8 XL $7$G$Ifgd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+%h|YOJQJaJ8)*34EK~XL $7$G$Ifgd)l8kd|&amp;$$If###4ayttx $G$If]gd)l^kd!&amp;$$IfFr
 h#r
-#    4ayttx  !'-AB2^kd&amp;$$IfFr
+#    4ayttx ~2^kd&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx BLQ^kd&amp;$$IfFr
+#    4ayttx *^kdq&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&quot;#2^kd&amp;$$IfFr
+#    4ayttx $G$If]gd)l*+:?2^kd'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdC&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx #-/JK^d`kd&amp;$$IfhFr
+#    4ayttx M`kd&amp;$$IfhFr
 h#r
-#    4ayttx $G$If]gd)l}n$G$If]gd)l$G$If]gd)l`kdX&amp;$$If4Fr
+#    4ayttx $G$If]gd)lMN^de}n$G$If]gd)l$G$If]gd)l`kd&amp;$$If4Fr
 h#r
-`#    4ayttx  0`kd&amp;$$If4Fr
+`#    4ayttx efv|}~0`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kdD&amp;$$If4Fr
 h#r
- #    4ayttx  1789KQ
-$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx ~
+$If]gd)l`kd
+&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l $7$G$Ifgd)l$G$If]gd)l^kd&amp;$$IfFr
+ #    4ayttx $G$If]gd)l: $7$G$Ifgd)l$G$If]gd)l^kdm&amp;$$IfFr
 h#r
-#    4ayttx XK
-$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd?&amp;$$IfFr
+#    4ayttx :;DESWIJXK
+$If]gd)l8kd#&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx t$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx JK\b0$G$If]gd)l^kdb&amp;$$IfFr
 h#r
-#    4ayttx XKK
-$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd4&amp;$$IfFr
+#    4ayttx &gt;[XKK
+$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx &quot;$t$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx [tuv!AB$G$If]gd)l^kdW&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l        &quot;PQ#-8fg $2*0&gt;DQWhn| &quot;)7eshD%h)lCJOJQJ h:h)lh:h)lCJOJQJ
+$If]gd)l        BQS#$XYcdj{@AN[  &amp;4:HN\bqw        +2@GU\]ipKY 7Co}hD%h)lCJOJQJ h:h)lh:h)lCJOJQJ
 h)l0J[
 h)lCJh)lCJOJQJ
-h)lNHh)lK#
-$If]gd&quot;#c$G$If]gd)l^kd)&amp;$$IfFr
+h)lNHh)lKBCQS\
+$If]gd&quot;#c$G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx #$-.8= X8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx jX8kdh&amp;$$If###4ayttx $G$If]gd)l^kd
+&amp;$$IfFr
 h#r
-#    4ayttx  
-3Y
-$If]gd)l$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx jk{@
+$If]gd)l$G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx $%2^kd&amp;$$IfFr
+#    4ayttx @ANS2^kd]&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdy&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx %27l`kd/&amp;$$If4Fr
+#    4ayttx  `kd&amp;$$If4Fr
 h#r
 `#    4ayttx
 $If]gd)l$G$If]gd)l
-0`kd&amp;$$If4Fr
+ %&amp;'0`kd~&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx `kdX&amp;$$If4Fr
+ #    4ayttx '49:;HMN`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd &amp;$$If4Fr
+ #    4ayttx $G$If]gd)lNO\abc0`kd &amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kdD &amp;$$If4Fr
 h#r
- #    4ayttx */0`kd &amp;$$If4Fr
+ #    4ayttx cqvwx`kd
+!&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l01&gt;CDE0`kdG!&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l0`kd!&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd &amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kdm!&amp;$$If4Fr
 h#r
- #    4ayttx EQVWXhmn`kd!&amp;$$If4Fr
+ #    4ayttx `kd3&quot;&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lno|0`kdp&quot;&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l0`kd&quot;&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd
-&quot;&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&quot;&amp;$$If4Fr
 h#r
- #    4ayttx `kd&quot;&amp;$$If4Fr
+ #    4ayttx         `kd\#&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd#&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l        
+0`kd&quot;$&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd6#&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd#&amp;$$If4Fr
 h#r
- #    4ayttx `kd#&amp;$$If4Fr
+ #    4ayttx +123@FG`kd$&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)lGHU[\]0`kdK%&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd_$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd$&amp;$$If4Fr
 h#r
- #    4ayttx  &quot;'(`kd%%&amp;$$If4Fr
+ #    4ayttx ]iopq`kd%&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l()eO
-$If]gd)l$G$If]gd)l`kd%&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l5m'K
+$If]gd)l$G$If]gd)l`kd&amp;&amp;$$If4Fr
 h#r
- #    4ayttx         )*7=eX^kd*&amp;&amp;$$IfFr
+ #    4ayttx         KLY_X^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd%&amp;$$If###4ayttx efsy2^kd&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kdt&amp;&amp;$$If###4ayttx 2^kdi'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd'&amp;$$IfFr
 h#r
-#    4ayttx ^kd;'&amp;$$IfFr
+#    4ayttx  78CIo^kd'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l%MN2^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)lop}2^kdz(&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd(&amp;$$IfFr
 h#r
-#    4ayttx M[:Hvw$.0&gt;#UVfuK`-.?@OSVW&amp;'ӮӮh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
+#    4ayttx }!3`l78-;s!STcp78LZ5&lt;ntӮӮh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
 h)lNH
 h)l0J[h
 P&lt;h
-P&lt;CJOJQJh)lCJOJQJh)lDN[a^kdL(&amp;$$IfFr
+P&lt;CJOJQJh)lCJOJQJh)lD!^kd(&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)ln$G$If]gd)l$G$If]gd)l^kd(&amp;$$IfFr
+#    4ayttx $G$If]gd)l!&quot;39`n$G$If]gd)l$G$If]gd)l^kd0)&amp;$$IfFr
 h#r
-#    4ayttx :;0^kdg)&amp;$$IfFr
+#    4ayttx `alr0^kd)&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l`kd)&amp;$$If)Fr
+#    4ayttx $G$If]gd)l`kd)&amp;$$If)Fr
 h#r
-#    4ayttx ;HNvws$G$If]gd\($G$If]gd
-P&lt;^kd)&amp;$$IfFr
+#    4ayttx s$G$If]gd\($G$If]gd
+P&lt;^kdK*&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l$ $7$G$Ifgd)l$G$If]gd)l^kd*&amp;$$IfFr
+#    4ayttx $G$If]gd)l% $7$G$Ifgd)l$G$If]gd)l^kd*&amp;$$IfFr
 h#r
-#    4ayt\($%.01&gt;CK? $7$G$Ifgd)l8kd*&amp;$$If###4ayttx
-$If]gd)l$G$If]gd)l^kdx*&amp;$$IfFr
+#    4ayt\(K? $7$G$Ifgd)l8kd\+&amp;$$If###4ayttx
+$If]gd)l$G$If]gd)l^kd+&amp;$$IfFr
 h#r
-#    4ayttx 2^kdm+&amp;$$IfFr
+#    4ayttx -.2^kd+&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd+&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd+&amp;$$IfFr
 h#r
-#    4ayttx #'f^kd+&amp;$$IfFr
+#    4ayttx .;?st^kdQ,&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lfguy2^kd~,&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd#,&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd,&amp;$$IfFr
 h#r
-#    4ayttx K^kd,&amp;$$IfFr
+#    4ayttx !%cdpt^kdb-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lKL`d2^kd-&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd.&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd4-&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd-&amp;$$IfFr
 h#r
-#    4ayttx ?^kd-&amp;$$IfFr
+#    4ayttx 
+LMZ^^kds.&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l?@OS2^kd.&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd)/&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdE.&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd.&amp;$$IfFr
 h#r
-#    4ayttx X^kd:/&amp;$$IfFr
+#    4ayttx 56&lt;@nX^kd/&amp;$$IfFr
 h#r
-#    4ayttx 8kd.&amp;$$If###4ayttx $G$If]gd)l        ):
-$If]gd)l$G$If]gd)l^kd/&amp;$$IfFr
+#    4ayttx 8kd/&amp;$$If###4ayttx $G$If]gd)l        nost
+$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
 h#r
-#    4ayttx ':;NXY(0LMen'/,-;&gt;L'59:YgHI{|!@LAT$%)4Sgh)lCJOJQJ
-h)lNHh:nh)lCJOJQJ        h)l5h)lV:;NT2^kdK0&amp;$$IfFr
+#    4ayttx         &gt;F wx78IT|
+ )701R`*Sr  MUw8B;Lh)lCJOJQJ
+h)lNHh:nh)lCJOJQJ        h)l5h)lV2^kd0&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd/&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdy0&amp;$$IfFr
 h#r
-#    4ayttx (
+#    4ayttx          *S
 $If]gd)l
-$G$If]gd)l8kd0&am
 p;$$If###4ayttx $G$If]gd)l()05~
-$G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
+$G$If]gd)l8kd/1&amp;$$If###4ayttx $G$If]gd)l&gt;~
+$G$If]gd)l$G$If]gd)l^kdn1&amp;$$IfFr
 h#r
-#    4ayttx ~
-$G$If]gd)l$G$If]gd)l^kd@1&amp;$$IfFr
+#    4ayttx &gt;?FK~
+$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
 h#r
-#    4ayttx e~
-$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
+#    4ayttx  ~
+$G$If]gd)l$G$If]gd)l^kd$2&amp;$$IfFr
 h#r
-#    4ayttx efns'~
-$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
+#    4ayttx ~
+$G$If]gd)l$G$If]gd)l^kd2&amp;$$IfFr
 h#r
-#    4ayttx '(/4~
-$G$If]gd)l$G$If]gd)l^kdQ2&amp;$$IfFr
+#    4ayttx I~
+$G$If]gd)l$G$If]gd)l^kd2&amp;$$IfFr
 h#r
-#    4ayttx 2^kd3&amp;$$IfFr
+#    4ayttx IJTV|}2^kd3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd53&amp;$$IfFr
 h#r
-#    4ayttx ,0-^kdb3&amp;$$IfFr
+#    4ayttx }
+^kd3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l-.;?2^kd4&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd3&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdF4&amp;$$IfFr
 h#r
-#    4ayttx &gt;?LP^kds4&amp;$$IfFr
+#    4ayttx  $)^kd4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l'(2^kd)5&amp;$$IfFr
+#    4ayttx $G$If]gd)l)*7;2^kd5&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd4&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdW5&amp;$$IfFr
 h#r
-#    4ayttx (59
-$G$Ifgd)l^kd5&amp;$$IfFr
+#    4ayttx R
+$G$Ifgd)l^kd
+6&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lYZ2^kd:6&amp;$$IfFr
+#    4ayttx $G$If]gd)lRS`d2^kd6&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd5&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdh6&amp;$$IfFr
 h#r
-#    4ayttx Zgk~
-$G$If]gd)l^kd6&amp;$$IfFr
+#    4ayttx  *.S~
+$G$If]gd)l^kd7&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l
- X8kdK7&amp;$$If###4ayttx $G$If]gd)l^kd6&amp;$$IfFr
+#    4ayttx $G$If]gd)lSThirsMX8kd7&amp;$$If###4ayttx $G$If]gd)l^kdy7&amp;$$IfFr
 h#r
-#    4ayttx 2^kd7&amp;$$IfFr
+#    4ayttx MNUWwx2^kdn8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd7&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd8&amp;$$IfFr
 h#r
-#    4ayttx !#@ALN^kd@8&amp;$$IfFr
+#    4ayttx x8^kd8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lAB2^kd8&amp;$$IfFr
+#    4ayttx $G$If]gd)l89BD2^kd9&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd8&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd$9&amp;$$IfFr
 h#r
-#    4ayttx BTW^kdQ9&amp;$$IfFr
+#    4ayttx ;^kd9&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l)*2^kd:&amp;$$IfFr
+#    4ayttx $G$If]gd)l;&lt;LO2^kd:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd9&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd5:&amp;$$IfFr
 h#r
-#    4ayttx *4:STgmn^kdb:&amp;$$IfFr
+#    4ayttx ^kd:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lgn~4C
-LM^r78FjlwUV45bc~CDhot{(8EP]m|
-;&lt;st h5h)lCJOJQJ^JaJ
+#    4ayttx $G$If]gd)lhr@_`aq*+&gt;P\]&amp;8LWep{  CDYh h5h)lCJOJQJ^JaJ
 h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5
-h)lNHh)lCJOJQJh)lJno~2^kd;&amp;$$IfFr
+h)lNHh)lCJOJQJh)lJ2^kd;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd:&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdF;&amp;$$IfFr
 h#r
-#    4ayttx 45CI^kds;&amp;$$IfFr
+#    4ayttx ^kd;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l
- 2^kd)&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)l hi2^kd&lt;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdW&lt;&amp;$$IfFr
 h#r
-#    4ayttx  ^_rx^kd&lt;&amp;$$IfFr
+#    4ayttx irw@^kd
+=&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l7X8kd:=&amp;$$If###4ayttx $G$If]gd)l^kd&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)l@A`aqwX8kd=&amp;$$If###4ayttx $G$If]gd)l^kdh=&amp;$$IfFr
 h#r
-#    4ayttx 78FLjk2^kd=&amp;$$IfFr
+#    4ayttx 2^kd]&gt;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdy=&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx klmwx~8kdn&gt;&amp;$$If###4ayttx 8kd/&gt;&amp;$$If###4ayttx $G$If]gd)l;
-$If]gd)l$G$If
 ]gd)l^kd&gt;&amp;$$IfFr
+#    4ayttx ~8kd&gt;&amp;$$If###4ayttx 8kd&gt;&amp;$$If###4ayttx $G$If]gd)l5&gt;
+$If]gd)l$G$If
 ]gd)l^kd6?&amp;$$IfFr
 h#r
-#    4ayttx ~z
-$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd?&amp;$$IfFr
+#    4ayttx &gt;?PR2z
+$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd?&amp;$$IfFr
 h#r
-#    4ayttx ~}
-$If]gd)l$G$If]gd)l^kdc?&amp;$$IfFr
+#    4ayttx o&amp;
+$If]gd)l$G$If]gd)l^kd?&amp;$$IfFr
 h#r
-#    4ayttx 2^kd@&amp;$$IfFr
+#    4ayttx &amp;'8&gt;LM2^kd@&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd?&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdG@&amp;$$IfFr
 h#r
-#    4ayttx         X^kd@&amp;$$IfFr
+#    4ayttx MWXegpq{X^kd&lt;A&amp;$$IfFr
 h#r
-#    4ayttx 8kdt@&amp;$$If###4ayttx $G$If]gd)l(*89EGPX^kdMA&amp;$$IfFr
+#    4ayttx 8kd@&amp;$$If###4ayttx $G$If]gd)l{|X^kdA&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kdA&amp;$$If###4ayttx PQ]_mn2^kdB&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kdA&amp;$$If###4ayttx 2^kdB&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdA&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd1B&amp;$$IfFr
 h#r
-#    4ayttx n|
-`kd^B&amp;$$IfJFr
+#    4ayttx YZhm`kdB&amp;$$IfJFr
 h#r
-#    4ayttx $G$If]gd)lt1@UVeo;M/?~                
-
-G
-O
-
-
-
-
- / b c         8 9 : M ^ _     
-!
-`
-a
-
-
-
-
-
-ai$hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJ        h)l5
-h)lNHh)lCJOJQJh)lM122^kdC&amp;$$IfFr
+#    4ayttx $G$If]gd)l67lm'6,-\m0??Ok        u                                        )
+*
+y
+
+
+
+
+
+  D E J `         # 0 s      
+'
+Y
+d
+
+
+ 5&gt;*$hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJ        h)l5
+h)lNHh)lCJOJQJh)lM
+2^kdC&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdB&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdFC&amp;$$IfFr
 h#r
-#    4ayttx 2@E'b
-$If]gd)l^kdsC&amp;$$IfFr
+#    4ayttx '(6;
+$If]gd)l^kdC&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lbcdeopP?kd-D&amp;$$If^###44
-layttx $G$If]gd)l`kdC&amp;$$IfFr
+#    4ayttx $G$If]gd)l\P?kdD&amp;$$If^###44
+layttx $G$If]gd)l`kdWD&amp;$$IfFr
 h#r
-#    4ayttx ;&lt;MPbXK
-$If]gd)l^kdD&amp;$$IfFr
+#    4ayttx \]moXK
+$If]gd)l^kd/E&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l8kdgD&amp;$$If###4ayttx b/~q
+^%#    4ayttx $G$If]gd)l8kdD&amp;$$If###4ayttx 01?EW~q
 
 $If]gd)l
-:$G$If]gd)l^kdE&amp;$$IfFr
+:$G$If]gd)l^kdE&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l/0?FX
-$If]gd)l$G$If]gd)l^kd\E&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l?
+$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
 #r
-^%#    4ayttx         N        ~        
-$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
+^%#    4ayttx ?@ORd
+$If]gd)l$G$If]gd)l^kd@F&amp;$$IfFr
 #r
-^%#    4ayttx ~                                        
-
-$If]gd)l$G$If]gd)l^kdF&amp;$$IfFr
+^%#    4ayttx         k        
+$If]gd)l$G$If]gd)l^kdF&amp;$$IfFr
 #r
-^%#    4ayttx 
-
-
-
-G
-H
-2^kdF&amp;$$IfFr
+^%#    4ayttx k        l        u        {                        2^kdQG&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdmF&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdF&amp;$$IfFr
 #r
-^%#    4ayttx H
-O
-T
-
-
-
-
- ^kd#G&amp;$$IfFr
+^%#    4ayttx                                                         y
+^kdG&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l  / 5   2^kdG&amp;$$IfFr
+^%#    4ayttx $G$If]gd)ly
+z
+
+
+J K 2^kdbH&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kd~G&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdH&amp;$$IfFr
 #r
-^%#    4ayttx         
-~q
-$If]gd)l^kd4H&amp;$$IfFr
+^%#    4ayttx K ` f # $ 0 6 H s ~q
+$If]gd)l^kdH&amp;$$IfFr
 #r
-^%#    4ayttx n$G$If]gd)l$G$If]gd)l
-
-!
-#
-
-~n$G$If]gd)l$G$If]gd)l^kdH&amp;$$IfFr
+^%#    4ayttx n$G$If]gd)l$G$If]gd)ls t   
+~n$G$If]gd)l$G$If]gd)l^kdI&amp;$$IfFr
 #r
-^%#    4ayttx 
-
-
-
-
-
-2^kdEI&amp;$$IfFr
+^%#    4ayttx 
+
+'
+-
+Y
+Z
+2^kdI&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdH&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdsI&amp;$$IfFr
 #r
-^%#    4ayttx 
- ^kdI&amp;$$IfFr
+^%#    4ayttx Z
+d
+j
+ 
+ ^kd)J&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l~~$G$If]gd)l
-($G$If]gd)l^kdI&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l*~~$G$If]gd)l
+($G$If]gd)l^kdJ&amp;$$IfFr
 #r
-^%#    4ayttx ~~$G$If]gd)l
-($G$If]gd)l^kdVJ&amp;$$IfFr
+^%#    4ayttx *+9&lt;D~~$G$If]gd)l
+($G$If]gd)l^kdJ&amp;$$IfFr
 #r
-^%#    4ayttx 9:IZDWBW OY&lt;H=dt bt~IJopvw&quot;1jƿӸ
+^%#    4ayttx *9DET+_`        yz&gt;S)^j;E!:HXiop         
 ƿӸ
 h)l5NH hh)lhh)lCJOJQJ        h)l5
 h)lCJh
 P&lt;h
 P&lt;CJOJQJ
-h)lNHh)lh)lCJOJQJHHI2^kd K&amp;$$IfFr
+h)lNHh)lh)lCJOJQJHDETZ2^kdK&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\(^kdJ&amp;$$IfFr
+^%#    4ayt\($G$If]gd\(^kd:K&amp;$$IfFr
 #r
-^%#    4ayttx IZ`$G$If]gd)l^kdgK&amp;$$IfFr
+^%#    4ayttx +1$G$If]gd)l^kdK&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\(:KkdL&amp;$$If0C%#4ayttx $G$If]gd)l
-$G$Ifgd)l^kdK&amp;$$IfFr
+^%#    4ayt\($G$If]gd\(        
+!:KkdL&amp;$$If0C%#4ayttx $G$If]gd)l
+$G$Ifgd)l^kdKL&amp;$$IfFr
 #r
-^%#    4ayttx DEW]^kdjL&amp;$$IfFr
+^%#    4ayttx !&gt;^kdL&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lB
-$If]gd)l$G$If]gd)l^kdL&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l&gt;?SUw
+$If]gd)l$G$If]gd)l^kdNM&amp;$$IfFr
 #r
-^%#    4ayttx BCWY{
-$If]gd)l$G$If]gd)l^kd M&amp;$$IfFr
+^%#    4ayttx         )
+$If]gd)l$G$If]gd)l^kdM&amp;$$IfFr
 #r
-^%#    4ayttx  OX8kdM&amp;$$If###4ayttx $G$If]gd)l^kd{M&amp;$$IfFr
+^%#    4ayttx )*^_jlX8kd_N&amp;$$If###4ayttx $G$If]gd)l^kdN&amp;$$IfFr
 #r
-^%#    4ayttx OPY]2^kdpN&amp;$$IfFr
+^%#    4ayttx 2^kdN&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdN&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdN&amp;$$IfFr
 h#r
-#    4ayttx &lt;^kdN&amp;$$IfFr
+#    4ayttx ;&lt;EI^kdTO&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&lt;=HL
-$If]gd)l$G$If]gd)l^kd&amp;O&amp;$$IfFr
+#    4ayttx $G$If]gd)l
+$If]gd)l$G$If]gd)l^kdO&amp;$$IfFr
 h#r
-#    4ayttx =&gt;2^kdO&amp;$$IfFr
+#    4ayttx !%2^kdeP&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdO&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd
+P&amp;$$IfFr
 h#r
-#    4ayttx &gt;detvK^kdvP&amp;$$IfFr
+#    4ayttx :;HK^kdP&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l8kd7P&amp;$$If###4ayttx $G$If]gd)l 
-$&lt;b
-$If]gd)l^kdP&amp;$$IfFr
+$If]gd)l8kdP&amp;$$If###4ayttx $G$If]gd)lHJXYik
+$If]gd)l^kdZQ&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lbct{~2^kdQ&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kdR&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd,Q&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdQ&amp;$$IfFr
 h#r
-#    4ayttx vwK^kd!R&amp;$$IfFr
+#    4ayttx  XK^kdR&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l8kdQ&amp;$$If###4ayttx $G$If]gd)lw&quot;#1LjX8kdR&amp;$$If###4ayttx ^kd|R&amp;$$IfFr
+$If]gd)l8kdkR&amp;$$If###4ayttx $G$If]gd)lX8kd`S&amp;$$If###4ayttx ^kdS&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l        jkXKK
-$If]gd)l8kdqS&amp;$$If###4ayttx $G$If]gd)l^kdS&amp;$$IfFr
+#    4ayttx $G$If]gd)l                
+/TyXKK
+$If]gd)l8kdS&amp;$$If###4ayttx $G$If]gd)l^kdS&amp;$$IfFr
 h#r
-#    4ayttx .&gt;Vu$G$If]gd)l^kdS&amp;$$IfFr
+#    4ayttx y $G$If]gd)l^kd9T&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)lX^kdJT&amp;$$IfFr
+$If]gd)l 
+Z[\fX^kdT&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd T&amp;$$If###4ayttx 9DUa K Z t   !!!!!!&quot;&quot;+&quot;U&quot;`&quot;&quot;&quot;&quot;&quot;#
-##L#[###$$0$$$$$$$G%H%U%_%y%%%,&amp;?&amp;p&amp;&amp;&amp;&amp;&amp; 'c'q'''+(5(E(((( )h)lCJNHOJQJ
+#    4ayttx $G$If]gd)l8kdT&amp;$$If###4ayttx [fwXdj y   3!R!m!w!!!!!!)&quot;;&quot;a&quot;k&quot;|&quot;&quot;&quot;&quot;&quot;q#{##        $
+$$$$,$$$$$$$%&lt;%%%%%&amp;#&amp;[&amp;j&amp;&amp;&amp;$'3'''''(Y(i(h)lCJNHOJQJ
 h)lNHh)l0J[OJQJ
-h)l0J[ h+h)lh+h)lCJOJQJh)lCJOJQJ        h)l5h)lH        489
+h)l0J[ h+h)lh+h)lCJOJQJh)lCJOJQJ        h)l5h)lHfgw
 x
 $If]gd)l
 x
-$G$If]gd)l$G$If]gd)l8kdT&amp;$$If###4ayttx 9:DEUpaX8kd?U&amp;$$If###4ayttx $G$If]gd)l^kdT&amp;$$IfFr
+$G$If]gd)l$G$If]gd)l8kd.U&amp;$$If###4ayttx X8kdU&amp;$$If###4ayttx $G$If]gd)l^kdmU&amp;$$IfFr
 h#r
-#    4ayttx abXK
-$If]gd)l8kdU&amp;$$If###4ayttx $G$If]gd)l^kd~U&amp;$$IfFr
+#    4ayttx ,XXK
+$If]gd)l8kdbV&amp;$$If###4ayttx $G$If]gd)l^kdV&amp;$$IfFr
 h#r
-#    4ayttx   . K $G$If]gd)l^kdV&amp;$$IfF|
+#    4ayttx XYdf$G$If]gd)l^kdV&amp;$$IfF|
 X#|
-#    4ayttx K L Z ] t u 2^kdV&amp;$$IfF|
+#    4ayttx 2^kdWW&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kdsV&amp;$$IfF|
+#    4ayttx $G$If]gd)l^kdV&amp;$$IfF|
 X#|
-#    4ayttx u     !
-!!&quot;!U!!^kd)W&amp;$$IfF|
+#    4ayttx , j k y    ^kdW&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l        !!!!!!2^kdW&amp;$$IfF|
+#    4ayttx $G$If]gd)l            3!4!2^kdhX&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kdW&amp;$$IfF|
+#    4ayttx $G$If]gd)l^kd
+X&amp;$$IfF|
 X#|
-#    4ayttx !!!&quot;&quot;&quot;&quot;&quot;+&quot;U&quot;x0kdX&amp;$$If##4a0Hkd:X&amp;$$If06
+#    4ayttx 4!5!R!a!m!n!w!x!!!x0kd
+Y&amp;$$If##4a0HkdX&amp;$$If06
 #r
 44
-la0 $G$If]n        U&quot;V&quot;`&quot;&quot;&quot;&quot;&quot;SHkd
-Y&amp;$$If06
+la0 $G$If]n        !!!!!!)&quot;SHkdY&amp;$$If06
 #r
 44
-la0n$G$If] $G$If]HkdX&amp;$$If06
+la0n$G$If] $G$If]HkdLY&amp;$$If06
 #r
 44
-la0&quot;&quot;&quot;##
-#cHkdY&amp;$$If06
+la0)&quot;*&quot;;&quot;a&quot;b&quot;k&quot;cHkd!Z&amp;$$If06
 #r
 44
-la0 $G$If]HkdQY&amp;$$If06
+la0 $G$If]HkdY&amp;$$If06
 #r
 44
-la0
-###L#M#[##zHkd!Z&amp;$$If06
+la0k&quot;l&quot;|&quot;&quot;&quot;&quot;&quot;zHkdZ&amp;$$If06
 #r
 44
-la0 $G$If]0kdY&amp;$$If##4a0####$$$YHkdZ&amp;$$If06
+la0 $G$If]0kdhZ&amp;$$If##4a0&quot;&quot;&quot;#q#r#{#YHkd8[&amp;$$If06
 #r
 44
 la0
-$If] $G$If]HkdhZ&amp;$$If06
+$If] $G$If]HkdZ&amp;$$If06
 #r
 44
-la0$$0$$$$
-%U%zp
-$If]Hkd8[&amp;$$If06
+la0{#|##$$,$k$$zp
+$If]Hkd[&amp;$$If06
 #r
 44
-la0 $G$If]0kdZ&amp;$$If##4a0U%V%_%`%y%%z0kd[&amp;$$If##4a0 $G$If]Hkd[&amp;$$If06
+la0 $G$If]0kd[&amp;$$If##4a0$$$$$$%z0kdO\&amp;$$If##4a0 $G$If]Hkd\&amp;$$If06
 #r
 44
-la0%%%,&amp;-&amp;?&amp;p&amp;cHkdO\&amp;$$If06
+la0$%%%&lt;%%%%%cHkd\&amp;$$If06
 #r
 44
-la0 $G$If]Hkd\&amp;$$If06
+la0 $G$If]Hkd\&amp;$$If06
 #r
 44
-la0p&amp;q&amp;&amp;&amp;&amp;&amp;&amp;cHkd\&amp;$$If06
+la0%%%&amp;&amp;#&amp;[&amp;cHkdf]&amp;$$If06
 #r
 44
-la0 $G$If]Hkd\&amp;$$If06
+la0 $G$If]Hkd]&amp;$$If06
 #r
 44
-la0&amp;&amp; '1'c'd'q'''YHkdk]&amp;$$If06
+la0[&amp;\&amp;j&amp;&amp;&amp;&amp;&amp;&amp;$'YHkd]&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd$]&amp;$$If06
+$If] $G$If]Hkd]&amp;$$If06
 #r
 44
-la0''''+(,(5(YHkd]&amp;$$If06
+la0$'%'3'X''''YHkd^&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd]&amp;$$If06
+$If] $G$If]Hkd;^&amp;$$If06
 #r
 44
-la05(6(E(((((zHkd^&amp;$$If06
+la0'''''(Y(zHkd _&amp;$$If06
 #r
 44
-la0 $G$If]0kd@^&amp;$$If##4a0(( )g)h)|))cHkd_&amp;$$If06
+la0 $G$If]0kd^&amp;$$If##4a0Y(Z(i((((2)cHkd_&amp;$$If06
 #r
 44
-la0 $G$If]Hkd^&amp;$$If06
+la0 $G$If]HkdR_&amp;$$If06
 #r
 44
-la0 )g)|)))B*R*** ++n+|+++&lt;,O,,,,,,--B-I-n-t-------. .T.Y.p.|.....1/7/y/////00C0I0h0o000000011N1X1Y1^1112        222D2L222222233I3hv
+la0i(((2)H)))**i*x***0+B+++,, ,D,M,q,{,,,,,,,--S-X-s-~-----..C.T.....$/./5/q/r///////00!0/0b0p0000000f1g1u1}111112!2%2@2b2c22hv
 hvNH
-h)lNHh)l0J[OJQJh)lCJOJQJh)lU)))B*C*R**cHkd_&amp;$$If06
+h)lNHh)l0J[OJQJh)lCJOJQJh)lU2)3)H))))*cHkd'`&amp;$$If06
 #r
 44
-la0 $G$If]HkdW_&amp;$$If06
+la0 $G$If]Hkd_&amp;$$If06
 #r
 44
-la0*** + ++n+cHkd,`&amp;$$If06
+la0***i*j*x**cHkd`&amp;$$If06
 #r
 44
-la0 $G$If]Hkd_&amp;$$If06
+la0 $G$If]Hkdn`&amp;$$If06
 #r
 44
-la0n+o+|++++&lt;,cHkd`&amp;$$If06
+la0***0+1+B++cHkdCa&amp;$$If06
 #r
 44
-la0 $G$If]Hkds`&amp;$$If06
+la0 $G$If]Hkd`&amp;$$If06
 #r
 44
-la0&lt;,=,O,,,,,YHkdHa&amp;$$If06
+la0++++,,,YHkda&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkda&amp;$$If06
+$If] $G$If]Hkda&amp;$$If06
 #r
 44
-la0,,,,,,-zHkda&amp;$$If06
+la0,, ,D,E,M,q,zHkdZb&amp;$$If06
 #r
 44
-la0 $G$If]0kda&amp;$$If##4a0---B-C-I-n-cHkd_b&amp;$$If06
+la0 $G$If]0kdb&amp;$$If##4a0q,r,{,,,,,cHkdb&amp;$$If06
 #r
 44
-la0 $G$If]Hkdb&amp;$$If06
+la0 $G$If]Hkdb&amp;$$If06
 #r
 44
-la0n-o-t-----cHkdb&amp;$$If06
+la0,,,,,,-cHkdvc&amp;$$If06
 #r
 44
-la0 $G$If]Hkdb&amp;$$If06
+la0 $G$If]Hkd/c&amp;$$If06
 #r
 44
-la0------.cHkd{c&amp;$$If06
+la0---S-T-X-s-cHkdd&amp;$$If06
 #r
 44
-la0 $G$If]Hkd4c&amp;$$If06
+la0 $G$If]Hkdc&amp;$$If06
 #r
 44
-la0.. .T.U.Y.p.cHkd        d&amp;$$If06
+la0s-t-~-----cHkdd&amp;$$If06
 #r
 44
-la0 $G$If]Hkdc&amp;$$If06
+la0 $G$If]HkdKd&amp;$$If06
 #r
 44
-la0p.q.|.....cHkdd&amp;$$If06
+la0---...C.cHkd e&amp;$$If06
 #r
 44
-la0 $G$If]HkdPd&amp;$$If06
+la0 $G$If]Hkdd&amp;$$If06
 #r
 44
-la0...1/2/7/y/cHkd%e&amp;$$If06
+la0C.D.T.....cHkde&amp;$$If06
 #r
 44
-la0 $G$If]Hkdd&amp;$$If06
+la0 $G$If]Hkdge&amp;$$If06
 #r
 44
-la0y/z/////cHkde&amp;$$If06
+la0...$/%/./cHkd&lt;f&amp;$$If06
 #r
 44
-la0 $G$If]Hkdle&amp;$$If06
+la0 $G$If]Hkde&amp;$$If06
 #r
 44
-la0///C0D0I0h0zHkd&lt;f&amp;$$If06
+la0.///5/////zHkdf&amp;$$If06
 #r
 44
-la0 $G$If]0kde&amp;$$If##4a0h0i0o00000cHkdf&amp;$$If06
+la0 $G$If]0kdf&amp;$$If##4a0//////0cHkdSg&amp;$$If06
 #r
 44
-la0 $G$If]Hkdf&amp;$$If06
+la0 $G$If]Hkd g&amp;$$If06
 #r
 44
-la00000001cHkdXg&amp;$$If06
+la0000!0&quot;0/0b0cHkdg&amp;$$If06
 #r
 44
-la0 $G$If]Hkdg&amp;$$If06
+la0 $G$If]Hkdg&amp;$$If06
 #r
 44
-la0111N1O1X1Y1cHkdg&amp;$$If06
+la0b0c0p00000cHkdoh&amp;$$If06
 #r
 44
-la0 $G$If]Hkdg&amp;$$If06
+la0 $G$If]Hkd(h&amp;$$If06
 #r
 44
-la0Y1Z1^1222D2cHkdth&amp;$$If06
+la0000u1v1}11cHkdh&amp;$$If06
 #r
 44
-la0 $G$If]Hkd-h&amp;$$If06
+la0 $G$If]Hkdh&amp;$$If06
 #r
 44
-la0D2E2L22222cHkdi&amp;$$If06
+la01111112cHkdi&amp;$$If06
 #r
 44
-la0 $G$If]Hkdh&amp;$$If06
+la0 $G$If]HkdDi&amp;$$If06
 #r
 44
-la0222a3b3g33THkdi&amp;$$If06
+la022!22222THkdj&amp;$$If06
 #r
 44
-la0$G$If]gdv $G$If]HkdIi&amp;$$If06
+la0$G$If]gdv $G$If]Hkdi&amp;$$If06
 #r
 44
-la0I3J3a3g3333444444444455&quot;5.5@555 606^6o66666 77E7Q7|777777'848`8m88888 99F9T999999:.:::e:q:::::;;I;U;;;;;;;hh\thPrh)lCJNHOJQJh)l0J[OJQJh)lCJOJQJh)l
-h)lNHM3333344cHkdj&amp;$$If06
+la0222223X3_344444*4I4M4N4b4}444455~55555636?6j6w666667 7L7Y777777808=8i8w888889'9S9`999999:3:@:n:{:::::::;
+;hh\thPrh)lCJNHOJQJh)l0J[OJQJh)lCJOJQJh)l
+h)lNHM223X3Y3_34cHkdj&amp;$$If06
 #r
 44
-la0 $G$If]Hkdi&amp;$$If06
+la0 $G$If]Hkd`j&amp;$$If06
 #r
 44
-la04444444cT$G$If]gd)lHkdj&amp;$$If06
+la044444*4I4cT$G$If]gd)lHkd5k&amp;$$If06
 #r
 44
-la0 $G$If]Hkdej&amp;$$If06
+la0 $G$If]Hkdj&amp;$$If06
 #r
 44
-la0445.5/5@5b555cYL
+la0I4J4b4444445cYL
 $If]gd)l
-$If]Hkd:k&amp;$$If06
+$If]Hkdk&amp;$$If06
 #r
 44
-la0 $G$If]Hkdj&amp;$$If06
+la0 $G$If]Hkd|k&amp;$$If06
 #r
 44
-la055556 6!606^6YHkdk&amp;$$If06
+la0555G5b5~5555YHkdQl&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkdk&amp;$$If06
+$If] $G$If]Hkd
+l&amp;$$If06
 #r
 44
-la0^6_6o66666cHkdVl&amp;$$If06
+la055555636cHkdl&amp;$$If06
 #r
 44
-la0 $G$If]Hkdl&amp;$$If06
+la0 $G$If]Hkdl&amp;$$If06
 #r
 44
-la0666 7
-77E7cHkdl&amp;$$If06
+la03646?6j6k6w66cHkdmm&amp;$$If06
 #r
 44
-la0 $G$If]Hkdl&amp;$$If06
+la0 $G$If]Hkd&amp;m&amp;$$If06
 #r
 44
-la0E7F7Q7|7}777cHkdrm&amp;$$If06
+la06666667cHkdm&amp;$$If06
 #r
 44
-la0 $G$If]Hkd+m&amp;$$If06
+la0 $G$If]Hkdm&amp;$$If06
 #r
 44
-la0777777'8cHkdn&amp;$$If06
+la077 7L7M7Y77cHkdn&amp;$$If06
 #r
 44
-la0 $G$If]Hkdm&amp;$$If06
+la0 $G$If]HkdBn&amp;$$If06
 #r
 44
-la0'8(848`8a8m88cHkdn&amp;$$If06
+la07777777cHkdo&amp;$$If06
 #r
 44
-la0 $G$If]HkdGn&amp;$$If06
+la0 $G$If]Hkdn&amp;$$If06
 #r
 44
-la0888888 9cHkdo&amp;$$If06
+la07780818=8i8cHkdo&amp;$$If06
 #r
 44
-la0 $G$If]Hkdn&amp;$$If06
+la0 $G$If]Hkd^o&amp;$$If06
 #r
 44
-la0 9 99F9G9T99cHkdo&amp;$$If06
+la0i8j8w88888cHkd3p&amp;$$If06
 #r
 44
-la0 $G$If]Hkdco&amp;$$If06
+la0 $G$If]Hkdo&amp;$$If06
 #r
 44
-la09999999cHkd8p&amp;$$If06
+la088899'9S9cHkdp&amp;$$If06
 #r
 44
-la0 $G$If]Hkdo&amp;$$If06
+la0 $G$If]Hkdzp&amp;$$If06
 #r
 44
-la099:.:/:::e:cHkdp&amp;$$If06
+la0S9T9`99999cHkdOq&amp;$$If06
 #r
 44
-la0 $G$If]Hkdp&amp;$$If06
+la0 $G$If]Hkdq&amp;$$If06
 #r
 44
-la0e:f:q:::::cHkdTq&amp;$$If06
+la099999:3:cHkdq&amp;$$If06
 #r
 44
-la0 $G$If]Hkd
-q&amp;$$If06
+la0 $G$If]Hkdq&amp;$$If06
 #r
 44
-la0:::;;;I;cHkdq&amp;$$If06
+la03:4:@:n:o:{::cHkdkr&amp;$$If06
 #r
 44
-la0 $G$If]Hkdq&amp;$$If06
+la0 $G$If]Hkd$r&amp;$$If06
 #r
 44
-la0I;J;U;;;;;;;;;c^YYYYYgd)lgd)lHkdpr&amp;$$If06
+la0:::::::::::c^YYYYYgd)lgd)lHkdr&amp;$$If06
 #r
 44
-la0 $G$If]Hkd)r&amp;$$If06
+la0 $G$If]Hkdr&amp;$$If06
 #r
 44
 la0
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gd)l;;;;;;;;;;;;;;;;;;;;;;;;;;;p
-gd)lo$
 a$gd)logd)lgd)l;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;)&lt;.&lt;/&lt;0&lt;1&lt;2&lt;7&lt;8&lt;޳Ҋ޳ނ{ hRh+j'u&amp;h+Ujt&amp;h+Uh}A9h+CJhB0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUjs&amp;h+UjSs&amp;h+Uh+jr&amp;h+UhMH1h+CJ
-h+CJhjhU h
-&amp;h.;;&lt;&lt;&lt;&lt; &lt;!&lt;&quot;&lt;#&lt;$&lt;%&lt;&amp;&lt;'&lt;(&lt;)&lt;/&lt;1&lt;2&lt;8&lt;:&lt;;&lt;=&lt;d&lt;e&lt;g&lt;&lt;o$a$gd)lgd)logd)lp
-gd)l8&lt;9&lt;:&lt;;&lt;&lt;&lt;=&lt;W&lt;X&lt;Y&lt;_&lt;`&lt;b&lt;c&lt;d&lt;e&lt;f&lt;g&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;ƻƮƥƻƮƥ
 ՕՍƻƮ}jky&amp;h+Ujx&amp;h+Uj3x&amp;h+Ujw&amp;h+Ujv&amp;h+UhRh+CJhw0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+CJ
-h+CJj_v&amp;h+Uh+ hRh+ju&amp;h+U1&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;===pgd)lp
-gd)lo$a$gd)logd)l&lt;&lt;&lt;&lt;=====        =
  h
-&amp;hhh+ hRh+hw0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJU        =====        =gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRFDA_forqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_D
 ata_Assimilation}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_beDyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybr
 id_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_2DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$\
+:::::::::::::::::::::::::::;;;gd)l;;;;;;;        
+; ;
+;;;;;;;;;; ;&amp;;(;);+;R;S;p
+gd)lo$a$gd)logd)lgd)l
+; ; ;;;;;;;;;;; ;%;&amp;;';);*;+;E;F;G;M;N;P;Q;R;S;T;U;o;p;q;w;x;z;{;|;;;;;;;;;޳Ҋ޳ނ{ hRh+ju&amp;h+Uju&amp;h+Uh}A9h+CJhcU0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUjxt&amp;h+Ujs&amp;h+Uh+j@s&amp;h+UhMH1h+CJ
+h+CJhN{jhN{U h
+&amp;h.S;U;|;};~;;;;;;;;;;;;;;;;;;;;;;;o$a$gd)lgd)logd)lp
+gd)l;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;&lt;&lt;&lt;&lt;        &lt;
+&lt; &lt;
+&lt;&lt;&lt;*&lt;+&lt;,&lt;2&lt;3&lt;5&lt;6&lt;7&lt;8&lt;9&lt;:&lt;U&lt;V&lt;ƻƮƥƻƮƥՕՍƻƮ}jy&amp;h+UjXy&amp;h+Ujx&amp;h+Uj x&amp;h+Ujw&amp;h+UhRh+CJhcU0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+CJ
+h+CJjv&amp;h+Uh+ hRh+jLv&amp;h+U1;;;;;;;;;;;;;;&lt;&lt;&lt;
+&lt; &lt;
+&lt;&lt;7&lt;8&lt;:&lt;b&lt;c&lt;d&lt;pgd)lp
+gd)lo$a$gd)logd)lV&lt;W&lt;]&lt;^&lt;`&lt;a&lt;b&lt;g&lt;h&lt;i&lt; h
+&amp;hhN{h+ hRh+hcU0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJU        d&lt;e&lt;f&lt;g&lt;h&lt;i&lt;gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRFDA_forqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _R
 adiance_Data_Assimilation}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_beDyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK 
 _Hybrid_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_2DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$\
 
-C 8A wrfda_flowchartb; U&quot;to ճt         n U&quot;to ճPNG
+C 8A wrfda_flowchartb; U&quot;to ճt        n U&quot;to ճPNG
 
 
 IHDR
@@ -4034,11 +4022,11 @@
 &gt;NӿGt^Uq'MY=e?ҸgUc*2~ ^Ş~%̩4~N#:&gt;*ҽaϬ:WߧgP*lT`W7՟赛yM6LoӸF?}OW+VR;y]`|q{d?f׺K܄}A=5ޞa k\8d׫ VqG4nk7[{iM#T\m_3Mnd!qg@j_`7
 M;H~VQii#U\T0z#'u T`N~6 =z̏Nφ!!@5Ɇ|REM;j!+6#f s\N{ff |E08qy̓fRTfRuRdàꡐlRFATwT`*P+y4:˃qjʦ?#;TN%zuͣ1D0nRn4FmwN6_GԑytfѸpI?gT]Nu~PeXXH
 Cob2t%̧WlΨtL6Nj1G!yhF{&quot;Tه1Ozy5a8O-y-o{'YxS!rwӼ{hgl,6Gˣj?cc˧`ϣYV)]bj\8J|]Mf
-C+Ati *pS`8pl5aHu|ے+vk`*S^?7o7[Pmfàjsl-W&gt;=LS6 8Q߁տfjh7[a`5˧K~:agÐ8Oşu?6YSѨ0D IENDB`DyK yK ~http://www.mmm.ucar.edu/w
 rf/users/wrfda/download/testdata.htmlDyK $_Running_Observation_Preprocessor_1DyK _Running_gen_beDyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / 
 a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / aDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmyX;H,]ą'cDyK _Updating_WRF_lateral_1D
 yK $_Running_Observation_Preprocessor_1DyK yK |http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html1DyK  yK http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmyX;H,]ą'cformatDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDdf;
+C+Ati *pS`8pl5aHu|ے+vk`*S^?7o7[Pmfàjsl-W&gt;=LS6 8Q߁տfjh7[a`5˧K~:agÐ8Oşu?6YSѨ0D IENDB`DyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK $_Running_Observation_Preprocessor_1DyK _Running_gen_beDyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html}
 $$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / aDyK y
 K http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmyX;H,]ą'cDyK _Updating_WRF_lateral_1DyK $_Running_Observation_Preprocessor_1DyK yK |http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlDyK _Installing_WRF-Var1DyK  yK http://www.mmm
 .ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmyX;H,]ą'cformatDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDdf;
 !
 T
 
- 0Ab&quot;AP)9%2 n&quot;AP)9%PNG
+ 0Ab&quot;AP)9%n&quot;AP)9%PNG
 
 
 IHDR=4 ̱IiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -4921,12 +4909,12 @@
 U7k銇/i:Zv k2k#ZSP8[XNi:{gfBQ
 /mV=SlYEUtqq8' ҮH\+GU$މE
 ׋7ZRqfR9oBujikgM#O           J6ܛ@@@o@ZNj0HAC䕞UM(gm6cժmWCCcr\iSsKw5,
-B82糪\*Ը5&lt;61cm5%Z\WʘAۋ6_O*#}3锦g ?hD\pX`S]kFo~{Ee @@@ \8[fF@@ m|:L)?Dįb.caW*[U,S4lb!TrJtVSЉ|VWpԂ;&quot;X5:`lQMP*:=C@@nK@@@@@@@`HjE̋              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      JktIDATxO@{!      kL   
    wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL       wMWIENDB`DyK _Description_of_Namelist_1D
 yK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlDyK yK 2http://www.ncl.ucar.edu/xDd;7
+B82糪\*Ը5&lt;61cm5%Z\WʘAۋ6_O*#}3锦g ?hD\pX`S]kFo~{Ee @@@ \8[fF@@ m|:L)?Dįb.caW*[U,S4lb!TrJtVSЉ|VWpԂ;&quot;X5:`lQMP*:=C@@nK@@@@@@@`HjE̋              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      JktIDATxO@{!      kL   
    wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL       wMWIENDB`DyK _Description_of_Namelist_2D
 yK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlDyK yK 2http://www.ncl.ucar.edu/xDd;7
 !
 T
 
  0AbWx;DY
-3#E3x n+x;DY
+3#E3xn+x;DY
 3#EPNG
 
 
@@ -6190,10 +6178,10 @@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@D@D@D@D@D@D`p\
 g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D ?cAD@D@D@D@D@D@D@D@D@D@D@D@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@
 D@D@D@D@D@D`p\
-g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_1$$If!vh#v        #v #v :V T,5        5 5 / / / / al$$If!vh#v        #v #v :V T,5        5 5 / / / alDy
 K &quot;_Running_Observation_Preprocessor$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1DyK _Additional_WR
 FDA_Exercises:_1DyK _Running_WRF-Var_1E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt
+g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_2$$If!vh#v        #v #v :V T,5        5 5 / / / / al$$If!vh#v        #v #v :V T,5        5 5 / / / alDy
 K &quot;_Running_Observation_Preprocessor$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1DyK _Additional_WR
 FDA_Exercises:_1DyK _Running_WRF-Var_1E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt
 P&lt;DyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK ~http://research.metoffice.gov.uk/
 research/interproj/nwpsaf/rtmDyK yK fftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMyX;H,]ą'cDyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If
 !vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55DyK yK thttp://data.eol.ucar.edu/codiac/dss/id=21.093yX;H,]ą'cDyK yK hhttp://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/!gDd/=,,
 
- vA?2008020518Picture 12008020518&quot;3fW\UZ[pfo @=fW\UZ[ph
+ vA?2008020518Picture 12008020518&quot;3fW\UZ[pf@=fW\UZ[ph
 !dvzex\sp%L7zm;`cۛضnlll۶m6wz{󫙪ր &lt;
 @,&amp;'Hؤ8;.O(t=)8?mpSBTJ?w\Y_,qQ[(8 #y};13%??191&quot;eb&amp;q kg        
 ;XAdL)ױ=P;&lt;Ĩd8D7
@@ -9070,8 +9058,8 @@
 z/W\&amp;Kjz1^w+۸XfDCdÐDyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gzyX;H,]ą'cDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html1i Dd*22
 qT
 
- 0Abh ҟrSseh 
- n]h ҟrSsPNG
+ 0Abh ҟrSseh #
+n]h ҟrSsPNG
 
 
 IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -13969,7 +13957,7 @@
 7ܰa?G&gt;K A;viy@@@@@@@@@ #֟t'B B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -3UuW{IENDB`DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_update
 d_for_cv6.pdfyX;H,]ą'c$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 
 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/DyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html6yDd
 T
 
- 0AbxPdc%jx\ nbxPdc%PNG
+ 0AbxPdc%jxN]nbxPdc%PNG
 
 
 IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -14543,7 +14531,7 @@
 AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
 
- 0Ab}ezn 9''Ye nQezn 9''PNG
+ 0Ab}ezn 9''YenQezn 9''PNG
 
 
 IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -15129,7 +15117,7 @@
 x)
 T
 
- 0Ab/@4|&lt; nt/@4PNG
+ 0Ab/@4|8=nt/@4PNG
 
 
 IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -17487,7 +17475,7 @@
 )m
 T
         
- 0A        b-sJg&quot;-  n-sJg&quot;PNG
+ 0A        b-sJg&quot;- n-sJg&quot;PNG
 
 
 IHDR^ciCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -20828,7 +20816,7 @@
 3 3&quot;((
 Dd!&lt;P
 
-3 3&quot;(( ^ 0000h
 _HmH        nH        sH        tH        H`H Normal1$CJPJ_HaJmH        sH        tHV@V         Heading 1
+3 3&quot;((
 ^ 0000h
 _HmH        nH        sH        tH        H`H Normal1$CJPJ_HaJmH        sH        tHV@V         Heading 1
 &lt;$5CJ KHOJQJmHsHF@F         Heading 2
 5CJ$mHsHF@F         Heading 3
 5CJmHsHB@B         Heading 4$6PJ
@@ -20897,9 +20885,9 @@
 Footnote TextmHsHBO        B         stylecodeOJQJCJPJ
 aJ&lt;@&quot;        &lt; Comment TextmHsH@j@!        &quot;        @ Comment Subject5\NY@B        N Document Map-D(M
 mHsH&lt;OR        &lt; Table Contents $FOQ        b        F
-Table Heading $ $a$5\.Or        . yblFhe,gCJaJ@O        @ dvi
+Table Heading $ $a$5\.Or        . yblFhe,gCJaJ@o        @ cUvi
 G$]CJOJQJmHsHPO        P dnamelist_title
-G$] 5mHsH:o        : dvi CharOJPJQJaJtHTo        T q.Heading 1 Char5CJ KHOJPJQJaJtHRo        R dnamelist_title Char5CJPJaJtHHo        H q.Heading 2 Char5CJ$PJaJtHHo        H q.Heading 3 Char5CJPJaJtHHo        H q.Heading 4 Char6CJPJ
+G$] 5mHsHBo        B cUvi CharOJPJQJaJmHsHtHTo        T q.Heading 1 Char5CJ KHOJPJQJaJtHRo        R dnamelist_title Char5CJPJaJtHHo        H q.Heading 2 Char5CJ$PJaJtHHo        H q.Heading 3 Char5CJPJaJtHHo        H q.Heading 4 Char6CJPJ
 aJtHHo
 H q.Heading 5 Char5CJPJ
 aJtHHo
@@ -20954,23 +20942,21 @@
 ,.aic21h:qm@RN;d`o7gK(M&amp;$R(.1r'JЊT8V&quot;AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!0C)theme/theme/theme1.xmlPK-!
 ѐ'        theme/theme/_rels/themeManager.xml.relsPK]
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
-&lt;a:clrMap xmlns:a=&quot;http://schemas.openxmlformats.org/drawingml/2006/main&quot; bg1=&quot;lt1&quot; tx1=&quot;dk1&quot; bg2=&quot;lt2&quot; tx2=&quot;dk2&quot; accent1=&quot;accent1&quot; accent2=&quot;accent2&quot; accent3=&quot;accent3&quot; accent4=&quot;accent4&quot; accent5=&quot;accent5&quot; accent6=&quot;accent6&quot; hlink=&quot;hlink&quot; folHlink=&quot;folHlink&quot;/&gt;SS{{        5$1$f$$$         Gppprtvxz|+VXZ]
- !'+0B INSVnZu^_cj7uxz=zSǿsqXT&gt;=  7P$&quot;T$0'(*)-/3689&lt;B R\im9pUrw}#M[jhXĸϻ s9&gt;*o&quot;'gt )I3;8&lt;&lt;        =!&quot;$%'-.035789;=&gt;@BCEJKQWXZ\]`bghjklmoprtwyz*&lt;Pey}#$$8%%-5O&gt;(F(NX[Chcq}i7
-S]N
 #a'Lȿ[S_&lt;ZN)r#&amp;(05;tOZs`AeAorQ{|}~5d .S^ B# # %0En(eN;$fK?:(e'-(ZB*n 7k~Pn2bb/~        
-H
-  
-
-
-IBO&lt;&gt;bwj9aK u !!U&quot;&quot;
-##$U%%p&amp;&amp;'5(()*n+&lt;,,-n--.p..y//h001Y1D223445^66E77'88 999e::I;;;;&lt;=        = #&amp;()*+,/1246:&lt;?ADFGHILMNOPRSTUVY[^_acdefinqsuvx{|}~        
+&lt;a:clrMap xmlns:a=&quot;http://schemas.openxmlformats.org/drawingml/2006/main&quot; bg1=&quot;lt1&quot; tx1=&quot;dk1&quot; bg2=&quot;lt2&quot; tx2=&quot;dk2&quot; accent1=&quot;accent1&quot; accent2=&quot;accent2&quot; accent3=&quot;accent3&quot; accent4=&quot;accent4&quot; accent5=&quot;accent5&quot; accent6=&quot;accent6&quot; hlink=&quot;hlink&quot; folHlink=&quot;folHlink&quot;/&gt;RR'{+{i4&amp;1&amp;f&amp;&amp;&amp;         Hrrrtvxz|~-XZ\_
+ !'+0B INSVY_\kafkv{C%,T1P% iK \!p!#&amp;'{),)/2(6q7N9H&lt;B~QN\dh;moqw}O\Ȫƭ&quot;-iC%9}*i(2
+;;V&lt;i&lt;!&quot;$%'-.035789;&lt;&gt;?ACDHKLVXY[]^achiklmnpqsuxz{+=Qfz}#$$8%%-5O&gt;(F(NWD\hqr~CɁ5h؍ӛ't&amp;
+a^Pw 0#m%5()0y4Z;NY_dnqz||}~`£~ZND1)~*Me~:J[Bj@'Nc        G]Ko!`.
 n&gt;I})RSMx8;i@&gt;&amp;M{\?k                y
+K s 
+Z
+*D!&gt;)Hy fX 4!!)&quot;k&quot;&quot;{#$$%%[&amp;$''Y(2)**+,q,,-s--C...//0b001224I455366777i88S993:::;S;;d&lt;i&lt; #&amp;()*+,/1246:=@BEFGIJMNOPQRSTUWZ\_`bdefgjortvwy|}~        
   
- !&quot;#$%&amp;'()+,-./0123456789:;=&gt;?@ABCDEFGHIJKLMNOQRSTUVWXYZ[\]^_`abcdfghijklmnopqrstuvwxz{|}~4Vce0[]8:d2ln57cu
+ !&quot;#$%&amp;'()*,-./0123456789:;&lt;&gt;?@ABCDEFGHIJKLMNOP
 RSTUVWXYZ[\]^_`abcdeghijklmnopqrstuvwxy{|}~4Vce0[]8:d2ln57cu
 b
 
-4j!&gt;&quot;}&quot;TIIIJJKN&amp;OdO&amp;VtVVYEZZZ#[B[k^^^bbcl6mrmKnrnnt&lt;t^tyz+z[z}zzK|||FXۤ#HVw`p*,8+x(^UH8lqJ        KHKmnNn3y}yyDe i        5XXXXXXXXXX
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BDdkm%(IPS]!!!!!!@ @H 0(        
+4j!&gt;&quot;}&quot;TIIIJJKNN-OSSSU'VgVYWWWYfZZZD[c[^^_bc*cmXmmmnnn0t^ttpyyyyz$z{*|i|̢%UpI        F2$9U'p@nJgJJmemmxxyxÃiǙi4XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ 
 @H 0(        
 0(        
 0
-# [
+# ^
 _Hlt392584092
 _Hlt392584154
 _Hlt392584098
@@ -21021,88 +21007,69 @@
 _Hlt345940254
 _Hlt345940255_Installing_WRFNL_andWRFPlus#_Running_Observation_Preprocessor_1
 _Hlt353167891
-_Hlt353167892_Running_WRF-Var_1_Radiance_Data_Assimilations_Radiance_Data_Assimilation
+_Hlt353167892
+_Hlt392585629_Running_WRF-Var_1
+_Hlt392586052
+_Hlt392586094_Radiance_Data_Assimilations_Radiance_Data_Assimilation
 precipitation
 _Hlt320873510
 _Hlt384064512
-_Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1_Running_gen_be!_Running_Observ
 ation_Preprocessor_Running_WRF-Var_WRF-Var_Diagnostics_Updating_WRF_lateralSchedulesetup diagnostics(_Additional_WRF-Var_Exercises%2525252525_Additional_WRFDA_Exercises:_Additional_WRFDA_Exercises:_1_Hybrid_Data_Assimilation_Hybrid_Data_Assimilation_1_WRFDA_with_Multivariate_1_WRFDA_with_Multivariate_2_WRF-Var_Diagnostics_1_Hybrid_Data_Assimilation_2_Description_of_Namelist_Description_of_Namelist_1_ETKF_Data_Assimilation_Description_of_Namelist_2^8@
 ')qs7?S$pw{        MMT|Z|ZwԳf$$%O55SSSSSSSSSSaaajwOOOe
-5@@@@@@@@@        @
+_Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1_Running_gen_be!_Running_Observation_Preprocessor_Running_WRF-Var_WRF-Var_Diagnostics_Updating_WRF_lateralSchedulesetup diagnostics(_Additional_WRF-Var_Exercises%2525252525_Additional_WRFDA_Exercises:_Additional_WRFDA_Exercises:_1_Hybrid_Data_Assimilation_Hybrid_Data_Assimilation_1_WRFDA_with_Multivariate_1_WRFDA_with_Multivariate_2_WRF-Var_Diagnostics_1_Hybrid_Data_Assimilation_2_Descriptio
 n_of_Namelist_Description_of_Namelist_1_ETKF_Data_Assimilation_Description_of_Namelist_2^8@')qs7?S$pw{        MMTZZ
+cdw¢g2z4Ww#w#%44RRRRRRRRRRd`d`d`iv`j4@@@@@@@@@        @
 @ @ @
-@@@@@@@@@@@@@@@@@@@ @!@&quot;@#@$@%@&amp;@'@(@)Y*+@,@-@.@/@0@123@4@5678@9@:;&lt;=&gt;@?@@@ABCDEFGHIJKLMNOPQRSTUXZVW_9A(*rt8@T%qx|        M2MT}Z}ZwԳg$$%O55SSSSSSSSSSaaajwOe33
-5uz  Z!`!######$
-$$$JJOOOOww:}@}c}f}~~PR         žĞ{}46

-,9z}ͥԥikuwצ٦&amp;)')IKY[įүLS~eu}jw1;pz%(-8;FLW~Ļл#-fpIRz!)IRr{X^v~&lt;H '+-2mrzy~
-?H{x}.327hm-71:LUbk*8&amp;4XglzGY&lt;Egy .0
-#36@CDU
 #        '        *        0        P
-X
-^
-f
-h
-q
-s
-y
-
-
-   Z `     z |               
-
-
-
-
-!
-&amp;
-)
-0
+@@@@@@@@@@@@@@@@@@@ @!@&quot;@#@$@%@&amp;@'@(@)\*+@,@-@.@/@0@123@4@5678@9@:@;&lt;@=@&gt;?@A@B@C@DEFGHIJKLMNOPQRSTUVWX[]YZ_9A(*rt8@T%qx|        M2MTZZcdwâh2z5Xw#w#%44RRRRRRRRRRd`d`d`iv`22j4uz  Z!`!######$
+$$$JJqOwOOOT
+TTTTTT!T&quot;T%T2T5T6T=Tqww||||2~8~՜לGI }'CQ+1FMPR&quot;0ӯ֯U^ܰ        BKòӲ۲ȳճιعܺ &quot;.Ŀο6?oy U[ot$*FIV\*#']j%*38LQ6;bk
+cl*36;QV EK1P^03f
 iFK^akno        [l36?O(,                                                                5
+;
+x
+~
+
+
+
+ ^ d          ! % ) * . S U j m s x z                 
+
+
+
 6
-\
-`
-d
-n
-u
-
-
-
-
-
-
-
-
-
-
-
-#&amp;034L\_ilm~Td*:Zpw%5_aoq$&amp;VXfh#klB C j k l { |   !!!####&amp;&amp;!'.'5';'''''E(Q(((((((((((&amp;)8)C)Q)a)k)))))))%*2***+++,,,3,4,5,p,q,,,,,,,,,,----..
-/ ///6/H/R/S/T/p/r/y//////00 020&gt;0k0t0w000000001
-1&amp;1B1C1`1b1111111122m3v33333555b;h;A AA,AoArA        BBGGIII,IJJKKPKKKKKKK/L1LyL{LLL
-MMMMNO        OOO#OOOhPnPPPPPPPPPPPPP
-QQRRRR@SWSTTUUGVQVWV_VhVpVyVVVVVVVVVVVW'W1W6W@WcXqXXXZZ[[\\0];]P_\_y____``aabbc
-cccddHdSdmdpdddddde2e5eeeeeIfUfff
-gggggggh9hFhVhdhfhnhhhhhhhiiii#i0i?iLi_iliiijjFjSjkkllnnooqqqqQs_sss2t?tttuuuuv+vvvw%wyyz
-z/{2{&lt;{?{y{{{{
-||| |}}~~~~#&amp;πހ9F؄օمڅ58?ADOdmĆӊύҍ܍ߍ*5WZ[bcfˏ EHRUZ]NQqt͖Ֆٖ'58W^}Ş̞yTV¡š ãΣѣߥ&amp;(PRvx,:CQǨΨܨ
-!.ªΪ0&gt; FV9&lt;Z]~bc}~ð۰
  &quot;:Gn{/4GLaf}49N*56RSU-DERW_
-&amp;(+,9:=&gt;fgnoxz
-+1;&lt;svQT
-\amo
- &gt;?S#,K]dt 09J:G_o!'5Y`w.7AJ}
-&quot;17@%17A[^)1=EPXgo{
-!ZdlvxBLNZ~
-19;Gkuw1=z&quot;/;S_gt*L_lx@N[g']h38;Meo$.$+5~FP*3 AKBS*3Tfo}5Bkn} _q8Ex
-BQSUhjlnhot{'9DQ\NS&lt;LQ`-0&gt;GVz%4HN.8M I        Y                        
-
-E V   C V 
-
-K
-M
-P
-X
-
-
-
-
-=Ggi&quot;es
-#';?Wcs$0=Bw#0EGbn        dmET7:*,GILYkmu
-3333333335
-5
 
 
 !&quot;3                                                -
+;
+
+
+
+
+
+
+
+
+
+
+
+
+
+:J-/24PR/:AMTbX ` ?!@!#        #\#]#3&amp;6&amp;&amp;&amp;&amp;&amp;5'8'&gt;'G'''''''('(*(6(O(X((((((((())*)-)));*H*-+:+&lt;+m+n+z++++++++,, ,!,=,&gt;,[,x,y,.-6-P.W.h.j.m.v...........&gt;/[/\/x/y/~//////        0
+04070&gt;0O0\0_0k00000000111E1L1112233 3)3444::`@j@|@@@@gAmAGG^HnHxHHIJJJJJJJCKEKKKKK!L#LkLmL#M1M[N^NgNmNoNNNNOOOOPPPP$P'PLPRPXP\PhPnPQQRRRRTT`TnTUUUUUUUUUUUVV&quot;V1V;VVV`VVVVVWW,X1XYZ`ZeZ[[\\^^^^'_3_ `/`,a6aNbWbebkbbbwczccccccc/d2dTd_ddddd&amp;e)eee;fHfkfxfg)g;gGgUgcgggggggggg h9hIhahnhphxhhhhhhhhhuixiiijjllVn</font>
<font color="gray">nnpppqrr$s0sssttltztttzuuu        vuvvUy\yayhyzzzzzzzzk{r{w{~{)}7}!~0~3~B~~~-&lt;6C478?@C…˅ &quot;OR1@-0:=Ď)Ybjlϓғ +37&gt;SYcsv|wyu۝#*IOמn PR
+ #ejprz|!,/ߣ=?ORBDKMUWԦ֦ IK[^%,:?NQakxdm
+ ,lxު
 Zi &gt;Kܮ߮nۯܯ!9MNYjq{2?lz49RWot        %*&gt;CZ_v{/239SXYfhuw01&gt;@MO\^kmz|IO_`
+&quot;%ck)+JLhj
+(/:Hae4DN]fu~ER$&amp;K[#=BZ_sv$3CP3&lt;ky&quot;#%&amp;0AM '3;GO[cpx
+*3?HT]hq&quot;$0
+.68Bfnp| &quot;2V_ak36FIMVcr.:GSt -9do|MYfr6;orz25'DNJSx         r|?I  )NTx~
+)9A.&lt;K!)RZiqap ;JLNbdfh?O'7Xd|
+ )]l1&gt;FU|@NSb.zK_$/7Ft~&amp;Zc
+5&gt;QV+83&lt;ES        *        
+
+
+
+
+? R   _ i       &lt;
+D
+
+
+
+
+ V`fpv;GYhnBNYb)`m
+?FGMgvIRlo@Kr{&lt;@Yckx 3
+33333333g4j4
 
 
 
 !&quot;3                                                -
 /
 E
 G
@@ -21112,23 +21079,20 @@
 .H.N.....
 //S/Y/////&gt;0D00001Y1_11122R2`22223J3P3333354;44444 5&amp;5n5t5556
 66!6V6\6666677777777:9=9::::;&quot;;`;e;;;;;*&lt;/&lt;w&lt;|&lt;&lt;&lt;==_=d=====)&gt;.&gt;i&gt;n&gt;&gt;&gt;&gt;?&gt;?C?????+@0@n@s@@@@@&gt;ACAAAAABBEBJBBBBBCCaCfCCCCC7D&lt;D|DDDDE
-ELEQEEEEE)F.FnFsFHHII@JKJLL_LaLM1M Q%Q]QbQQQQQRRT&amp;UOWTWaaeeffffggh hhhRiYiiiqiiiiijjjjmm!q#qv4vAvWvcvyvvvvvvvvwww
 wwV{\{:}@}}}~~
-=?ĂƂ=@GJceZ\BDۊߊ&amp;+[`ŋʋ/7diΌӌ8=AFv~JO$SY59‘Ƒ',&lt;JZ_̞ў*39eguȦɦ֦צ%'Z\ĩƩ)+VXprڪܪ')suIK68vx?&gt;@}ںܺwy
- 6CT_[c{U        Y                        ( ,   chryBC46_a$&amp;VX &lt;Jgj#/0jlz{] _ d      ##$9$&amp;&amp;''''}((((((((()        )$)&amp;)A)C)_)a)})))))))))))+++,,3,5,o,q,,,,,,,,,,,--- ...
-//4/6/R/T/p/r///0001$1&amp;1A1C1_1b1133B44O5m5n55556#6::m;p;=b=??BBKKKK/L2LyL|LLL
-MMOOOOP
-PHPNPsPyPPPPPSSVV\\pbsbccHdSddeeef
 f
-gggggggh9hFhVhdhhhhhhhii#i0i?iLi_iliiiiiFjSjjjqqwwyy#&amp;58?ASUsĆۏݏ VZ]#̔ޔM_w^w.6xTV* ãѤۤХҥߥvxЪӪ
-X^Oef1&gt;
- ݳ
-,3FHnp '6=-4`gŶ*09&gt;mrt{ҷԷjl7&lt;OQln&quot;$bdFIRT߻!#?C7:MOy{ҾԾ0146ÿLO NX_cn{.4FL`f|39MQS*R,-DnorvPT
-\`lo         RTVde u|vx=@ck36D
 JKR)5U[5;`csy&quot;%4:06?EPV9? kq;@WZJP y}'*psU[6&lt;
-g        k                        
-
-d g LS49ps
-28ry $$+&quot;+U,W,o,t,3333333333333334)4.42474=4X4g44444444445
-53333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333TIIII J JJ!K3333344X4c444444445
-52&lt;&amp;Hq
+ELEQEEEEE)F.FnFsFHHII@JKJLL_LaLM1MPP1Q6QlQqQQQQQTTaa*e6effffgg&amp;h-hhhti{iiiiij        j#j*jjjmmBqDq@vVvcvyvvvvvvvvw
+w#wdwqwrwwwwzz||p}~}2~8~_u')79jlā*,IKfl…Ņ̅υ&amp;+z߇.&lt;ljɉ`dpsJO#SXŒƍˍ04ejώԎ 9=؏ޏGK{9@ϓj~&amp;+ߜQV
+ޥ        
+%&amp;34ABOP]^`~46ikӨը
+=?suϩѩ        -/SUz|Ԯ֮z]_۹ݹ8:vxպ׺79hjvw&amp;]:D24                      G.124PRfjnL5 8 F#J#w##&gt;&amp;N&amp;'')'J'L''''''((*(M(O(e(g((((((((((())))C)D)X),+:+&lt;+l+n+++++++,,,!,&lt;,&gt;,Z,\,x,y,{,i-M.P.k.m........&gt;/4070]0_0000000N1-3/33G4444444|5599::w&lt;
 &lt;&gt;        ?AAJJCKFKKKKK!L$LkLnLNN#O)OeOkOOOOOOO6P&lt;PRSSVUV[[aabbccTd_ddd;fHfkfxfg)g;gGgUgcgggggggg h9hIhahnhhhhhhhhhhiiii2j qqvwUy\y~~&gt;HVfх&quot;9;jlm`ac*&lt;orSYwy՜ݜs՝֞mns
+oej!Sf/9.0=?BDUWԦ֦wyow
+.1kvMPnpìĬLNhjݲ;Bah̳γel~&gt;Cŵ#˶жҶٶ 
 02ȷʷʸ̸Y[¹BF=?DG`b׽ٽ02!IM
+ ei         &amp;-3a2?lz39QWnt$*=CY_u{KLY01HK^`
+!%bk(+ILgj &amp;Y]twciSV.07&lt;9&lt;KQDGV\$*;Adjsvx~V`6@pv;&gt;kq@G&lt;C2        8        (
++
+
+
+%(-45P&quot;(lskr4;Y_##y**++++ 3
+333333333 3%3+3F3U3p333333333344        44+4:4V4g4j433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 ֯د 333F3Q3p3{3333333+464V4a4j42&lt;&amp;Hq
 zBb(i`!4b
 
 5LhXDbZ6FBZ8aT3jZ&quot;juZ&quot;jz&quot;j0}6:x ^`OJQJo( 8^8`OJQJo(^`OJQJ^Jo(o         p^        `OJ QJ o(  @ ^ `OJ QJ o( x^x`OJQJo(H^H`OJQJ^Jo(o ^`OJ QJ o( ^`OJ QJ o(hh^h`OJ
 QJ.88^8`.L^`L.                ^        `.  ^ `.xLx^x`L.88^8`.^`.L^`L.hh^h`OJQJ^`OJQJ^`.^`OJQJ ^`OJQJCJ^`o(.^`.pL^p`L.@ ^@ `
 .^`.L^`L.^`.^`.PL^P`L.8^8`o()
@@ -21193,24 +21157,23 @@
 z0}8aT
 
 5FWW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                h
-9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @pD|Ye0&lt;}[+11        N &quot; tx /se8Gh2ncBROV&quot;L7#}#\(        *jJ*O021c45j6~9
-P&lt;Y&lt;&gt;zBbC6CnCsE`qEV2I`IJKMi#N O$OOO_OQ]iRSMU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cV#hij)l&lt;mhnmn)0orjoAq\tEuew@g}gRm(:&amp;&lt;R3CmoD c(g+2y@KY\Z{n^n@!vw}Prl{]t        &gt;Fr#-&gt;rF        TMyA(f1SR&quot;kalkGm\u[wDhlqbqVKfe~}6233@MMMM        5@UnknownNCAR MMM Dong-mei Xu
+9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @pDF|Ye0&lt;}[+11        N &quot; tx /se8Gh2ncBROV&quot;L7#}#\(        *jJ*O021c45j6~9
+P&lt;Y&lt;&gt;zBbC6CnCsE`qEV2I`IJKMi#N O$OOO_OQ]iRSMUcU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cV#hij)l&lt;mhnmn)0orjoAq\tEuew@g}gRm(:&amp;&lt;R3CymoD c(g+2y@KY\Z{n^nN{@!vw}Prl{]t        &gt;Fr#-&gt;rF        TMyA(f1SR&quot;kalkGm\u[wDhlqbqVKfe~}62 3
+3@i4@UnknownNCAR MMM Dong-mei Xu
 Junmei BanCraig SG*Ax        Times New Roman5Symbol3. *Cx        ArialO1        CourierCourier New?=        *Cx        Courier New;P([SOSimSun3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
         jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleC 
-PLucida GrandeA$BCambria Math#AhgC'Gʃgx!TF !TF 2422 K#q?'9 Chapter 6: WRF-VARkavulichMeT                 
+PLucida GrandeA$BCambria Math#Ahg$C'Gʃgx        TF        TF2411 K#q?'9 Chapter 6: WRF-VARkavulichMeT                 
 
-     Oh+'0x        
+     Oh+'0x        
 ( 4 @
-LX`hpChapter 6: WRF-VAR kavulichNormalMe14Microsoft Office Word@c_@-@@pؚF!T
 
 
 
 ՜.+,D՜.+,D hp 
- NCAR 2 Chapter 6: WRF-VAR Title 8@ _PID_HLINKSAJO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://www.
 mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw
 &lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm~dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'{Vhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'xVhttp://r
 esearch.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[u=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php?~r3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6o_Running_WRF-Var_1udl_Additional_WRFDA_Exercises:_1&amp;i_WRF-Var_Diagnostics_15;f?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 Oyc_Running_gen_be;`&quot;_Running_Observation_PreprocessorQ
-]_Description_of_Namelist_1XZhttp://www.ncl.ucar.edu/xwW&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlQ
-T_Description_of_Namelist_15;Q?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\INKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformatF Kchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html|CH@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html E&gt;http://ww
 w.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlI]B$_Running_Observation_Preprocessor_1WC?_Updating_WRF_lateral_1bg&lt;?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ9Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.htmlOy6_Running_gen_beI]3$_Running_Observation_Preprocessor_15;0?http://www.mmm.u
 car.edu/wrf/users/wrfda/download/testdata.html`--3http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlQ        *_Description_of_Namelist_2yY'_ETKF_Data_Assimilationjk$_Hybrid_Data_Assimilation_2&amp;!_WRF-Var_Diagnostics_1\_WRFDA_with_Multivariate_2*U_Additional_WRFDA_Exercises:Oy_Running_gen_be
 WC_Updating_WRF_lateral_1PrecipitationhC_Radiance_Data_Assimilation6 _Running_WRF-Var_1I]        $_Running_Observation_Preprocessor_1}wWRFPlus1_Installing_WRFDA_forCC_Introduction_1
         
+LX`hpChapter 6: WRF-VAR kavulichNormalMe15Microsoft Office Word@*@-@@vۚF        T
 
 
 
 ՜.+,D՜.+,D hp 
+ NCAR1 Chapter 6: WRF-VAR Title 8@ _PID_HLINKSAVO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://www.mmm.ucar.edu
 /wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw&lt;http:/
 /www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmdhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'Vhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'~Vhttp://research.metof
 fice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[{=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php?~x3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6u_Running_WRF-Var_1udr_Additional_WRFDA_Exercises:_1&amp;o_WRF-Var_Diagnostics_15;l?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOyi
 _Running_gen_be;f&quot;_Running_Observation_PreprocessorQ        c_Description_of_Namelist_2X`http://www.ncl.ucar.edu/xw]&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlQ        Z_Description_of_Namelist_25;W?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\ITKhttp://www.mmm.ucar.edu/wrf/users/docs/user_
 guide_V3/users_guide_chap7.htmformatF Qchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.htmlseN&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/madis.html|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html@H_Installing_WRF-Var E&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlI]B
 $_Running_Observation_Preprocessor_1WC?_Updating_WRF_lateral_1bg&lt;?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ9Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.htmlOy6_Running_gen_beI]3$_Running_Observation_Preprocessor_15;0?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`--
 3http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlQ        *_Description_of_Namelist_2yY'_ETKF_Data_Assimilationjk$_Hybrid_Data_Assimilation_2&amp;!_WRF-Var_Diagnostics_1\_WRFDA_with_Multivariate_2*U_Additional_WRFDA_Exercises:Oy_Running_gen_beWC_Updating_WRF_lateral_1
 PrecipitationhC_Radiance_Data_Assimilation6 _Running_WRF-Var_1I]        $_Running_Observation_Preprocessor_1}wWRFPlus1_Installing_WRFDA_forCC_Introduction_1        
 
  !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
  !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
- !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
  !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
@@ -21759,14 +21722,14 @@
   
  !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
- !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
- !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=?@ABCDEGHIJKLMNOPQRSTUV
 Root Entry        F0$ؚData
-z&amp;1TableWordDocument
-%SummaryInformation(&gt;DocumentSummaryInformation8F0 MsoDataStore&gt;ؚؚ֖Q4LYUUQ0YWV3ZSA==2&gt;ؚؚ֖Item
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?ABCDEFGIJKLMNOPQRSTUVWX
 Root Entry        F0ۚData
+z&amp;1TableWordDocument
+'SummaryInformation(@DocumentSummaryInformation8H8!MsoDataStoreۚᾚۚA0DPOUBSS1AQ==2ۚᾚۚItem
         PropertiesUCompObj
 r         &lt;b:Sources SelectedStyle=&quot;\APA.XSL&quot; StyleName=&quot;APA Fifth Edition&quot; xmlns:b=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot; xmlns=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;&gt;&lt;/b:Sources&gt;
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;ds:datastoreItem ds:itemID=&quot;{628B0791-1435-4642-A9FD-8595CDD65280}&quot; xmlns:ds=&quot;http://schemas.openxmlformats.org/officeDocument/2006/customXml&quot;&gt;&lt;ds:schemaRefs&gt;&lt;ds:schemaRef ds:uri=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;/&gt;&lt;/ds:schemaRefs&gt;&lt;/ds:datastoreItem&gt;
+&lt;ds:datastoreItem ds:itemID=&quot;{0EA72603-8F39-4C39-BCAC-1E1249B038CD}&quot; xmlns:ds=&quot;http://schemas.openxmlformats.org/officeDocument/2006/customXml&quot;&gt;&lt;ds:schemaRefs&gt;&lt;ds:schemaRef ds:uri=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;/&gt;&lt;/ds:schemaRefs&gt;&lt;/ds:datastoreItem&gt;
         F Microsoft Word 97-2003 Document
 MSWordDocWord.Document.89q
\ No newline at end of file

</font>
</pre>