<p><b>kavulich@ucar.edu</b> 2013-04-08 08:27:01 -0600 (Mon, 08 Apr 2013)</p><p>Proofreading Chapter 6<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2013-04-05 17:24:47 UTC (rev 413)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2013-04-08 14:27:01 UTC (rev 414)
@@ -1,6 +1,31 @@
-ࡱ&gt;        1        
-   -        =bjbj        2\22?????T@@@@sCT@KOp=P=P=P_QY[qn-?\_Q_Q\\??=P=P&quot;f\$F?=P?=P
 \@X=PP1@٢nQ`aP&quot;?\\\\\\\\\\\\\\\\\\\2         &gt;:        
  +ࡱ&gt;        1                 bjbj        I2]
 22?????T@@@@CL@\KOpEPEPEPgQ)Z\[]]]]]]zn]9? +]gQgQ +] +]]??EPEP&quot;f +]
+?EP?EP[ +][{l +EP`d4@`pG`\W&amp;T +&quot;?/ +] +] +]]] +] +] +]\ +] +] +] +] +] +] +] +] +] +]
  +] +] +]2         &gt;:          Chapter 6: WRF Data Assimilation    Table of Contents @@ -221,29 +246,33 @@
 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 the 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 the previous 3D-Var section for instructions.  &gt;./configure 4dvar -Note: As of V3.4, WRFDA 4D-Var may be compiled to run in parallel mode.  +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 -You should see the same 43 executables as are listed in the above
  3D-Var section, including da_wrfvar.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 legendary ASCII 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, 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 d
 ata format for the WRFDA system, however, the conversion of the user-specific source data to the LITTLE_R format observation data file 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 purposes of OBSPROC are to: +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 prepa
 re 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, 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_presentat
 ion_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  Retrieve pressure or height based on observed information using the hydrostatic assumption  Check multi-level observations for  vertical consistency and superadiabatic conditions -Assign observational errors based on a pre-specified error file +Assign observation errors based on a pre-specified error file  Write out the observation file to be used by WRFDA in ASCII or BUFR format  The OBSPROC program (obsproc.exe) should be found under the directory $WRFDA_DIR/var/obsproc/src if compile all_wrfvar completed s
 uccessfully. +If you havent already, you should download the tutorial case, which contains example files for all the exercises in this Users Guide. The case can be found at the WRFDA website ( 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).  a. Prepare observational data for 3D-Var -As an example, to prepare the observation file at the analysis time (0h for 3D-Var), all the observations in the range 1h will be processed, which means that the observations between 23h and 1h are treated as the observations at 0h. This is illustrated in the following figure: +As an example, to prepare the observation file at the analysis time, all the observations in the range 1h will be processed, which means that (in the example case) the observations between 23h and 1h are treated as the observations at 0h. This is illustrated in the following figure:   -Before running obsproc.exe, c
 reate the required namelist file namelist.obsproc (see $WRFDA_DIR/var/obsproc/README.namelist, or the section  HYPERLINK  \l &quot;_Description_of_Namelist_1&quot;Description of Namelist Variables for details. -For your reference, the example file namelist_obsproc.3dvar.wrfvar-tut has been provided in the var/obsproc directory. Thus, proceed as follows. +OBSPROC requires at least 3 files to run successfully: +A namelist file (namelist.obsproc) +An observation error file (obserr.txt) +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 the section  HYPERLINK  \l &quot;_Descri
 ption_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_1&quot;Description of Namelist Variables for 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 @@ -270,7 +299,7 @@
 EACH_FMT = (3(F12.3,I4,F7.2),11X,3(F12.3,I4,F7.2),11X,3(F12.3,I4,F7.2))  #------------------------------------------------------------------------------#   observations  -Before running WRFDA, you may find it useful to learn more about various types of data that will be processed to WRFDA (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, use the  MAP_plot utility to see the data distribution for each type of observation. To use this utility, proceed to the MAP_plot directory, then compile by typing make. +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, use the  MAP_plot utility to see the data distribution for each type of observation. To use this utility, proceed to th
 e MAP_plot directory, then compile by typing make.  If the build fails, it is likely due to an improper configuration file. By viewing the contents of the MAP_plot directory, you will see we have prepared some  configure.user.ibm/OS files (where OS is the type of operating system) for some platforms. When make is typed, the Makefile uses one of them to determine the compiler and compiler option. Modify the Makefile and configure.user.xxx to accommodate the complier on your platform, then type make to attempt the compilation again. Successful compilation will produce Map.exe. The following instructions are for the tutorial case, but can easily be configured for your own data by changing the appropriate dates and file names.  Note: The successful compilation of Map.exe requires pre-installed NCARG Graphics libraries under $(NCARG_ROOT)/lib.  Modify the script Map.csh to set the time window and full path of the input observation file (obs_gts_2008-02-05_12:00:00.3DVAR). Y
 ou will need to set the following strings in this script as follows: @@ -291,7 +320,7 @@
 NOTE: The Analysis time in the above figure is not the actual analysis time (0h). It indicates the time_analysis setting in the namelist file, which in this example is three hours later than the actual analysis time. The actual analysis time is still 0h.  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, the 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 s
 ame as before. +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.  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 ob
 s_gts_filename to point to the observation files full path.  To run OBSPROC, type @@ -320,9 +349,8 @@
 (PREPBUFR also possible) HYPERLINK  \l &quot;_Running_Observation_Preprocessor&quot;Observation Preprocessor (OBSPROC)Background Error StatisticsBinary HYPERLINK  \l &quot;_Running_gen_be&quot;WRFDA gen_be utility  or generic CV3In the test case, you will store data in a directory defined by the environment variable $DAT_DIR. This directory can be in any location, and it should have read access. Type          &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 it does not exist, create this directory by typing -        &gt; mkdir p $DAT_DIR -Download the test 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 +Here, your_choice_of_dat_dir is the directory where the WRFDA input data is stored.  +If you have not already done so, do
 wnload 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.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 @@ -454,7 +482,6 @@
   &gt; ln -fs $DAT_DIR/ob/2008020512/gds1.t12.prepbufr.nr  ob.bufr   -Please note: Although WRFDA does not include any physics packages listed in &amp;physics, users still have to keep the namelist options in &amp;physics the same as which in your first guess (use ncdump h fg to get the physics options the first guess uses), as the WRFDA I/O utility decides which 4D variables will be output based on the physics options.  Once you have changed any other necessary namelist variables, run WRFDA 3D-Var:   &gt; da_wrfvar.exe &gt;&amp;! wrfda.log  The file wrfda.log (or rsl.out.0000, if run in distributed-memory mode) contains important WRFDA runtime log information. Always check the log after a WRFDA run: @@ -1314,11 +1341,11 @@
 WRFDA/var/build/da_wrfvar.exe      -gen_be_etkf.exe is used to update the ensemble perturbations, while gen_be_addmean.exe is used to combine the emsemble mean (can be updated by Hybrid) and the ensemble perturbations. As with 3D-Var/4D-Var, da_wrfvar.exe is the main WRFDA program. However, in this case, da_wrfvar.exe will create filtered observation and prepare formatted omb files for ETKF. +The file gen_be_etkf.exe is used to update the ensemble perturbations, while gen_be_addmean.exe is used to combine the emsemble mean and the ensemble perturbations. As with 3D-Var/4D-Var, da_wrfvar.exe is the main WRFDA program. However, in this case, da_wrfvar.exe will create filtered observations and prepare formatted omb files for ETKF.   -b. Running The ETKF System +b. Running the ETKF System   -The procedure is to update the emsemble perturbations. A set of initial ensemble members must be prepared before the ETKF application can be started. The ensemble can be obtained from previo
 us ensemble forecast. A tutorial case with a test ensemble can be found at http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_etkf_testdata.tar.gz. In this example, the ensemble forecasts were initialized at 2006102712 and valid 2006102800. ETKF will be performed using the ensemble valid 2006102800 as input. Once you have the initial ensemble, the ensemble perturbations can be updated following the steps below: +The first procedure is to update the emsemble perturbations. A set of initial ensemble members must be prepared before the ETKF application can be started. The ensemble can be obtained from a previous ensemble forecast. A tutorial case with a test ensemble can be found at http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_etkf_testdata.tar.gz. In this example, the ensemble forecasts were initialized at 2006102712 and valid 2006102800. ETKF will be performed using the ensemble valid 2006102800 as input. Once you ha
 ve the initial ensemble, the ensemble perturbations can be updated by following the steps below:      1)   Set an environment variable for your working directory and your data directory @@ -1327,10 +1354,10 @@
       &gt; setenv DAT_DIR your_data_path        &gt; cd $WORK_DIR_ETKF   -2)   Prepare the filtered observation +2)   Prepare the filtered observations   -In your ETKF working directory, make a sub directory to prepare the filtered  -observation and link all the necessary files and directories as follows:  +In your ETKF working directory, make a subdirectory to prepare the filtered  +observations and link all the necessary files and directories as follows:                 &gt; mkdir obs_filter        &gt; cd obs_filter @@ -1351,12 +1378,11 @@
       &lt; ./da_wrfvar.exe &gt;&amp;! wrfda.log   -     Check the output files; the output file lists are the same as when you run WRF 3D-Var -     and the 'filtered_obs_01' is the filtered observation.  +Check the output files; the output files are the same as when you run WRF 3D-Var, and the 'filtered_obs_01'  file contains the filtered observations.     3)   Prepare omb files for ETKF   -   a)   In your ETKF working directory, make a sub directory to prepare the omb files for each ensemble member and link all the necessary files and directories as follows: +   a)   In your ETKF working directory, make a subdirectory to prepare the omb files for each ensemble member and link all the necessary files and directories as follows:              &gt; cd $WORK_DIR_ETKF   &gt; mkdir -p omb/working.e001 @@ -1378,10 +1404,9 @@
    &lt; ./da_wrfvar.exe &gt;&amp;! wrfda.log   -    Check the output files. The output file lists are the same as when you run WRF 3D-Var -    and the 'ob.etkf.0*' are omb files. +Check the output files. The output files are the same as when you run WRF 3D-Var, and the 'ob.etkf.0*' files are omb files.   -  d)   Combine the ob.etkf.0* files and add the observation number in the head of    ob.etkf.e0* +  d)   Combine the ob.etkf.0* files and add the observation number in the head of ob.etkf.e0*     &gt; cat ob.etkf.0* &gt; ob.all   &gt; wc -l ob.all &gt; ob.etkf.e001 @@ -1391,7 +1416,7 @@
   4)   Run ETKF   -  a)   Copy or link the ensemble mean and forecasts and ob.etkf.e0* files to your working  directory and make a parameter_path to save the parameter files. +  a)   Copy or link the ensemble mean and forecasts and ob.etkf.e0* files to your working  directory and make a parameter directory to save the parameter files.     &gt; setenv PAR_DIR_ETKF your_parameter_path   &gt; cd $WORK_DIR_ETKF @@ -1404,7 +1429,7 @@
 ...   &gt; ln -sf omb/working.e010/ob.etkf.e010 .   -  b)   Provide template files. These files will be overwritten with the ensemble perturbtions. +  b)   Provide template files. These files will be overwritten with the ensemble perturbations.     &gt; cp $DAT_DIR/Hybrid/fc/2006102712/wrfout_d01_2006-10-28_00:00:00.e001 ./etkf_output.e001  ... @@ -1446,14 +1471,7 @@
      etkf_wrfda = .false.     /   -where num_members is the ensemble members size,  -nv is the number of variables and cv the name of variables. -naccumt1 and naccumt2 are number of previous cycles used to accumulate for inflation and rho factor. -nstartaccum1 is the cycle from which naccumt1 cycle starts. -nstartaccum2 is the cycle from which naccumt2 cycle starts. -nout is the cycle index.  -tainflatinput and rhoinput are prescribeld factors for inflation and rho factor. -infl_let_file, eigen_val_file, inno2_val_file and proj2_val_file are files to save template parameters. infl_fac_TRNK, infl_fac_WG03, infl_fac_WG07 and infl_fac_BOWL are options for different adaptive inflation schemes. rand_filt, rnd_seed and rnd_nobs are options for using filtered observation and random observations. etkf_erro_max, etkf_erro_min, etkf_inno_max, etkf_inno_min, etkf_erro_flg, etkf_inno_flg and etkf_wrfda are options to conduct further observation filtering.  +Where num_members is the ense
 mble members size, nv is the number of variables and cv the name of variables. naccumt1 and naccumt2 are number of previous cycles used to accumulate for inflation and rho factor. nstartaccum1 is the cycle from which naccumt1 cycle starts. nstartaccum2 is the cycle from which naccumt2 cycle starts. nout is the cycle index. tainflatinput and rhoinput are prescribeld factors for inflation and rho factor. infl_let_file, eigen_val_file, inno2_val_file and proj2_val_file are files to save template parameters. infl_fac_TRNK, infl_fac_WG03, infl_fac_WG07 and infl_fac_BOWL are options for different adaptive inflation schemes. rand_filt, rnd_seed and rnd_nobs are options for using filtered observation and random observations. etkf_erro_max, etkf_erro_min, etkf_inno_max, etkf_inno_min, etkf_erro_flg, etkf_inno_flg and etkf_wrfda are options to conduct further observation filtering.       d)   Link gen_be_etkf.exe to your working directory and run it.   @@ -1463,7 +1481,7 @@
 Check the output files. etkf_output.* files are updated ensemble pertubations.      -5)   Add updated ensemble perturbations to ensemble mean get new emsemble members +5)   Add updated ensemble perturbations to the ensemble mean to get new emsemble members      &gt; cd $WORK_DIR_ETKF   @@ -1486,7 +1504,6 @@
    Check the output files. etkf_output.e0* files are the new ensemble members.   -  Description of Namelist Variables  WRFDA namelist variables.   Variable NamesDefault ValueDescription&amp;wrfvar1write_incrementsfalse.true.: write out a binary analysis increment filevar4dfalse.true.: 4D-Var modevar4d_lbctrue.true.: on/off for lateral boundary control in 4D-Varvar4d_bin3600seconds, observation sub-window length for 4D-Var   var4d_bin_rain3600seconds, precipitation observation sub-window length for 4D-Var multi_inc0&gt; 0: multi-incremental runprint_detail_radarfalseprint_detail_xxx: output extra (sometimes can be too many) diagnostics for debugging; not recommended to turn these on for production runsprint_detail_xafalseprint_detail_xbfalseprint_detail_obsfalseprint_detail_gradfalse.true.: to print out a detailed gradient of each observation type at each iterationcheck_max_iv_printtrueobsolete (used only by Radar)&amp;wrf
 var2analysis_accu900in seconds, if the time difference between the namelist setting (analysis_date) and date info read-in from the first guess is larger than analysis_accu, WRFDA will issue a warning message (&quot;=======&gt; Wrong xb time found???&quot;), but won't abort. @@ -1612,7 +1629,7 @@
 WRF-ARW V3: Users Guide        6- PAGE 42     -WRF-ARW V3: Users Guide        6- PAGE 1 +WRF-ARW V3: Users Guide        6- PAGE 41       @@ -1633,42 +1650,7 @@
      -WRF-ARW V3: Users Guide        6- PAGE 46 - - -WRF-ARW V3: Users Guide        6- PAGE 45 - - - - - - - - - - - - - -WRFDA - - -WRFDA - - - -WRF-ARW V3: Users Guide                6- PAGE 70 - - -WRF-ARW V3: Users Guide                6- PAGE 71 - - - - - - - -&quot;#56VWXdefg
+WRF-ARW V3: Users Guide        6- PAGE 46&quot;#56VWXdefg
                  #        $        %        -        /        U        V        W        p        q        r        s                                                                                        
         
 
@@ -1723,7 +1705,7 @@
 ST./0bc@AFGJrstӾϹϹϳϹϳϳϨӾϳϠϖϳϖϖϖϖhh)l56H*hh)l56j
 hpUj        h)lU
 h)lNH        h)l5
-h)l0JVjg        h)lUh)ljh)lUh|Yhr.h|Y0JVjhr.Uhr.jhr.U6gFr;wL!#$a$$^a$ngd)ln
+h)l0JVjg        h)lUh)ljh)lUh|YhSh|Y0JVjhSUhSjhSU6gFr;wL!#$a$$^a$ngd)ln
 &amp; F^gd)ln$  880^8`0a$gd)ln$a$n&quot;&amp;;&lt;=kl&lt;=,-&lt;=_`aopb'(~#h)lCJOJQJ        h)l5hDjXh)lUjh)lU
 h)l0JVjh)lUjh)lUhh)l5H*hh)l5h[h)l
@@ -1795,7 +1777,7 @@
 TOTwTTTTTTTTTTTTT:UVU[UwU~UUUUUUUUUUUUUUh?_OJQJ^J        h)l5 h21h)lCJOJQJ^JaJh21CJOJQJ^JaJ hy=        h)lCJOJQJ^JaJ
 hmnNHhmnhDCJOJQJ
 h)lNHh~9h*Yh)lCJOJQJh)l6UU&quot;V1V9V;VDVHVPVQVkVpVVVVVVVVVVVVVcWdW%X)X1XAXXXYYY?Y@Y\YaYpYyYYYYYYYZZCZZ򡬔he~ hJh)lhmnOJQJ^JhOh)l0JVOJQJjh)lUjh)lUhmnh21
-h)lNHh hOh)lCJOJQJ^JaJh?_OJQJ^J hOh)lCJOJQJ^JaJh)lh)lOJQJ^J2YYYYZZZZZ8[s[[[$\t\\\] +h)lNHh hOh)lCJOJQJ^JaJh?_OJQJ^J hOh)lCJOJQJ^JaJh)lh)lOJQJ^J2YYYYZZZZZ8[s[[[$\t\\\]  
 &amp; F   @@ -1805,211 +1787,213 @@
 &amp; F     -h^hsZZZZZZZ[ [E[I[[[[[[[#\$\J\U\V\t\\]] -^^^.^=^&gt;^U^g^h^^^^^Ѻvve h!dh)lCJOJQJ^JaJh)lCJOJQJ^JaJhgCJOJQJ^JaJ
-h)lNH h!dh)lCJOJQJ^JaJ hJh)lCJOJQJ^JaJh&gt;sh)lCJOJQJh)lCJOJQJhwh)lCJOJQJh)lOJQJ^Jhe~CJOJQJh)lOJQJ^Jh)l&amp;]]^h^^^^dd=e~ee0fpffLgughhn$a$n
+h^hsZZZZZZZ[ [E[I[[[[[[[#\$\J\U\V\t\\\]]]]]]^^^3^B^C^Z^l^m^^^^^^Ѻrrh)lCJOJQJ^JaJhgCJOJQJ^JaJ h!dh)lCJOJQJ^JaJ
+h)lNHh5 hJh)lCJOJQJ^JaJh&gt;sh)lCJOJQJh)lCJOJQJhwh)lCJOJQJh)lOJQJ^Jhe~CJOJQJh)lOJQJ^Jh)l,]]^m^^^_dd!ebeefRff.grhn
 &amp; F        n
 &amp; Fn
 &amp; Fn$a$n$  ^a$gd)l -^gd)l -^`gd)l^^n____```N`P`Q```aa8bAbBbbbbbbcc5c&lt;c=cRcecfcrcccc9d:d&gt;d?dDdEdNdOddddĺujhgUjhgUhEhg0JVCJaJhghgCJaJhgCJaJjhgCJUaJ
-hgNHhn\h)l6NHhn\h)l6
-h)lNHhR+Ph)l0JV h~h)ljh)lUhgh)lh)lCJOJQJ^JaJ.ddddef&quot;f)f*f/fffggggg g2gLgug&amp;h'hhhhhhhhhhiiiEiFiGibicihiiiiiiiiij\jyjzjjjj硬h)lOJQJh)l0JVNH
-h)l0JVjh)lUjh)lUjh)lU
-h)lNH        h)l5h)lOJQJmHsHh)lCJOJQJ
-hNHhh)lhgjhgUhn\hg0JV6hwij\jklllnnLoop_pp;qqqqqqqq;r\rrrn$a$n$a$gd)lngd)ln^nj
-k kkk?k@kAkbkckkkll(l/lml}llllllllNmomxmmmmmmmmnsttaubugukuuu -v&quot;v`vavnvrvvvvvh?_CJOJQJh)lCJOJQJ h)l56 h1&lt;h)lCJOJQJ^JaJh1&lt;h)lCJOJQJaJh)h)lCJOJQJaJ
-h)lNH
-h)l0JVj%h)lUjh)lUh)lCJOJQJh)l6r sTsssnuxxXyyyyz&gt;z&amp;{={{{&gt;~?~h~FHIπn$a$n$a$n`n$h^h`a$gd)l`nngd)lvvvvv/w3wYwZw{wwwwxxx x&gt;x?xFxGxHxIx|x}xxxxxxyXyyyz#z$z+z=z&gt;zvzzzzzz{#{&amp;{={{{s|t||||||||1}
-h)l0JVj&amp;h)lUjh)lUjh)lUh)lB*phh)lCJOJQJhRh)l5hRh)l56h)lOJQJ
-h)lNHh)lCJOJQJh)l=1}2}3}n}o}}}}}$~%~7~8~=~&gt;~?~h~~~)*EFGZ{π#yz}~́,9;⺲أh h)lCJOJQJ!hCh)lB*CJOJQJphhCh)lB*phhSj(h)lU h&gt;sh)l        h)l5        hL7#5 heh)l
-h)lNHh)lCJOJQJh)l
-h)l0JVjh)lUj)'h)lU-π#+!%:X҅Ӆ:\~†rṡB҈n$8^8`a$gd)l$n^gd)ln$a$n$a$gdSnn^;IO_҂$%Ãă!|%:X]hхӅ†()Ƶ뱢xxnxxh)lCJOJQJh)lCJOJQJ h1&lt;hSCJOJQJ^JaJh1&lt;hSCJOJQJaJh)hSCJOJQJaJhS
-h)l0JVj
-h)lUjh)lUh)lCJOJQJ
-h)lNHh h)lCJOJQJh)l hTh)lCJOJQJ^JaJ(ԇ&amp;(+ftƉljȉ        123GHIT        17MċNjЋ&amp;'r̻Դ̻ԛԛ        h)lH*h0CJOJQJh)lCJOJQJh\j2
+^gd)l
+&amp; F +^gd5 +^`gd)l^^^^^@_J_n______```N`P`Q```aa8bAbBbbbbbbbbc&quot;c#c8cKcLcXccccd d$dǷϟshEhg0JVCJaJhghgCJaJhgCJaJjhgCJUaJ
+hgNHhn\h)l6NHhn\h)l6hR+Ph)l0JV h~h)ljh)lUhgh5h)lCJOJQJ^JaJ h!dh)lCJOJQJ^JaJh)l
+h)lNH-$d%d*d+d4d5dddddddddeef +ffffffffgggg.ggg.h/h0hnhohrhh*i@iiiiii\j}jjj~jh)lU
+h)lNHh&lt;}        h)l5
+hnC0JVjhnCUjhnCUhnCh)lOJQJmHsHh)lCJOJQJ
+hNHhh5hn\hg0JVjhgUjhgU
+hgNHhgh)l1rhhiiij;jYjjNklmmmopipp+q|qqXrrn$a$gd)lngd)ln^ n
+&amp; Fgd&lt;}
+n
+&amp; Fgd&lt;}n$a$gd&lt;}n$a$nn$a$jjjjjjjNkkklk|k}k~kkkl0l1l\l]l^llllll m&lt;mEmLmmmmmmmmnnknnnnnnnnoooν}h?_CJOJQJ h)l56 h1&lt;h)lCJOJQJ^JaJh1&lt;h)lCJOJQJaJh)h)lCJOJQJaJ
+h&lt;}0JVj}h&lt;}Ujh&lt;}Uh&lt;}CJOJQJh&lt;}h)lOJQJ
+h)lNHh)lh)lCJOJQJ1rrrrrrsXsysst)tqtttv/yylzzzz-{R{:|Q|n`n$h^h`a$gd)l`nngd)lotuuuvvv{vvvv!w6wtwuwwwwwwwwww        xCxGxmxnxxxxx.y/y3y4yRySyZy[y\y]yyyyyyyz#zlzzz-{7{8{?{Q{R{{{{{{|#|7|:|Q|}h)lB*phh)lCJOJQJhRh)l5hRh)l56
 h)lOJQJ
+h)lNHh)lCJOJQJh)lh)lCJOJQJEQ|}}RS|Z\]7;15Jh(Jl҇n^gd)ln$a$gdSn^n$a$ngd)ln$a$n}}}}}}}}}}}E~F~G~~~~~~~89KLQRS|=&gt;YZ[&quot;#n7̂󸳮œh6Ch)l5CJOJQJh6Ch)l5hSjj(h)lU h&gt;sh)l        h)l5        hL7#5 heh)l
+h)lNHh)lCJOJQJj'h)lU
+h)l0JVj&amp;h)lUjh)lUh)ljh)lU4&quot;45&lt;IKY_o        45ʄ˄ӄԄ&quot;#15Jhmx󲽬󨙨yooh)lCJOJQJ h1&lt;hSCJOJQJ^JaJh1&lt;hSCJOJQJaJh)hSCJOJQJaJhS
+h)l0JVji
+h)lUjh)lUh)lCJOJQJ hTh)lCJOJQJ^JaJh h)lCJOJQJ
+h)lNHh)lh6Ch)l5'҇&quot;*89        68.;v֊׊؊ !ABCWXYd‹ʋˋAG]Č迺觲躚菲h6Ch\j
 h)lU  h)l5NH
-h)l0JVj
-h)lUjh)lU        h)l5h)l6B*phhzB hTh)l        h)l6h)lh)l56PJ4҈ +,3_fzz        $$Ifa$
-$$G$Ifa$]kd
+h)l0JVjH
+h)lUjh)lU        h)l5h)l6B*phhzB hTh)l        h)l6h)l56PJ
+h)lNHh)lh)lCJOJQJh)lCJOJQJ5҇܈R#./s]kd
 $$IfTF        &amp;C!              44
-laln$$G$Ifa$n$a$
-fgtz        $$Ifa$
-$$G$Ifa$]kdS
+laln$$G$Ifa$n$8^8`a$gd)ln$a$$n +/;&lt;Covw]kd
 $$IfTF        &amp;C!              44
-lal        IX $$Ifa$gd\
-$$G$Ifa$]kd
+lal        $$Ifa$
+$$G$Ifa$
+ Yh $$Ifa$gd\
+$$G$Ifa$]kd
 $$IfTF        &amp;C!              44
-lalXY1ЋZ{̏{$n$a$n]kd
+lalhiADelzeu$n$a$gd6Cn]kd
 $$IfTF        &amp;C!              44
-lalrstьٌڌ$%56JKXZNO{!EF̏ؽزتzql        h)l6h)l56PJh)lB*phh)lCJOJQJmHsHh)lCJOJQJ
+lalČ̌ތߌ\]^Íčԍݍ 45BDwˎ̎89el /0ʵʪʢzh)lCJOJQJmHsHh)lCJOJQJ
 h)lCJh)lCJOJQJh)lOJQJh)l0J[5OJQJ
-h)lCJ        h)l5
-h)lNHhmnCJOJQJh)lCJOJQJh)l
-h)l0JVjh)lUjP
-h)lU* 9[{Ǒ)c}ǒȒْ34:YZX[Зї~~zmmmhlPh)lCJOJQJh0h)lCJOJQJhfh)lCJOJQJh0h)lCJOJQJaJhYh)lCJaJh)lCJOJQJaJh~h)lCJOJQJaJ h~h)lCJOJQJ^JaJ h^Bfh)lCJOJQJ^JaJh)lCJOJQJ
-h)lNHh)l*~Ȓ:CPiktvƓߓ^gd)lngd)l1FHRT^`jlvxДҔܔޔ
 ^gd)lޔ &quot;,XZdftϕە -&quot;,^gd)l,.;=ACLZk|–Жؖ
- %'.06^gd)l68HJXZ[23qr͙&lt;ޚ'x|͛nn^gd)lngd)l^gd)l
+h)lCJ        h)l5hmnCJOJQJh)lCJOJQJ
+h)l0JVj
+h)lUjh)lU        h)lH*
+h)lNHh)lh6C.joqrˑݑ
+#Eejst͒        MgÓғ$CDBEꤘ~qgqgh)lCJOJQJhfh)lCJOJQJh0h)lCJOJQJaJhYh)lCJaJh)lCJOJQJaJh~h)lCJOJQJaJ h~h)lCJOJQJ^JaJ h^Bfh)lCJOJQJ^JaJh)lCJOJQJ
+h)lNH        h)l6h)lh)l56PJh)lB*ph'Βh$-:SU^`ivxɔ˔Ԕ^gd)lngd)l02&lt;&gt;HJTV`blnxzƕȕҕ
 ^gd)lҕԕޕ
+ BDNP^oŖҖԖږܖ ^gd)l%'+-6DUfo—՗ &quot;
 ^gd)l&quot;24BDE[\˙m A\uxěnn^gd)lngd)l^gd)l
 ^
-gd)l^gd)l(/3pqrƘ --9^_rsřƙ͙&lt;DNS`ޚ&amp;/&gt;ADzֲٲͬ{j{ hYh)lCJOJQJ^JaJh0CJOJQJh eh)lCJOJQJ
-h)lNHh)lCJOJQJh)lCJOJQJhh)lNHh0 h0h)lhh)lCJOJQJ hh)lh)lCJOJQJaJh~h)lCJOJQJaJhlPh)lCJOJQJh)l)!5IW+`ʝ4iӞ=rܟF{O^gd)lOEHۢݢ =?npsH֤ #
 ^gd)l#Bȥ;{;{;{;{;{68fh^gd)lh٫ܫCt֬8i˭8=chʱ
 ^gd)l&amp;FKLciɷ׷         %AP{¹^$n^gd)l!Dcp-TU|}~ǵϵ-.KLMcƶζ
 ϶ -i򳪡 hXh)lCJOJQJ^JaJ hh)lh)l56PJh)l56PJhL7#56PJjΦ
-h)lUh)l0JVNH
-h)l0JVj?
-h)lUjh)lUh0
-h)lNHh)lh)lCJOJQJ2ir $&amp;uv%@Az{¹̹ӹ6=krպܺ
-@Govӻݻ)FPlv޼߼lmֲ֨hP -h)lCJOJQJh)lCJOJQJhlPh)lCJOJQJhXh)lCJOJQJh8G
-h)lNHh)l        h)l5hXh)l56h)lCJOJQJhlPh)lCJOJQJ=¹,a˺56eʻ=c߼
+gd)l^gd)lӘޘZ[\˙әݙmͱб-:VehӲ)*xy jh)lU hYh)lCJOJQJ^JaJh0CJOJQJh eh)lCJOJQJ
+h)lNHh)lCJOJQJh)lCJOJQJ hh)lh)lCJOJQJaJh~h)lCJOJQJaJhlPh)lCJOJQJh)lh02ě؛P$YÝ-b̞6k՟
+?tޠH^gd)lHJԡס8;jl̢΢IףeѤ^gd)lWʥ
+Jʦ
+Jʧ
+Jʨ
+Jʩ
+JŪǪ-h^gd)lhkwҫ4eǬ)Zǭ̮9&gt;(Y^gd)lղ#ڵ۵*&lt;
 JXftи߸
+Q^gd)l^$n +-7@NV^qrڵ۵ܵ9KU]^y)4;ڼУڣУڅ{{ql        h)l5hXh)l56h)lCJOJQJhlPh)lCJOJQJ hXh)lCJOJQJ^JaJ hh)lh)l56PJh)l56PJhL7#56PJj&amp;
+h)lUh)lCJOJQJh)lh)l0JVNH
+h)l0JVjh)lUj
+h)lU*ϸи        
+&gt;IJNQ[bŹ̹/6dkϺֺELblջ߻!&quot;&gt;@CDMNmn +4CEGhP +h)lCJOJQJh)lCJOJQJh)lCJOJQJhlPh)lCJOJQJhXh)lCJOJQJhlPh)lCJOJQJh8Gh)l
+h)lNH?%Zĺź!:;Y̻&quot;&gt;nFG-.
 ^
-ngd)l^gd)l`gd)l^m~)1:EMqz{ĿϿӿۿ߿pqr|ԿԿԿ|r|k| hXh)lh)lNHmH        0sH        0h)lmH        0sH        0h)lCJOJQJhlPh)lCJOJQJhfh)lB*CJaJph)hfh)lB*CJOJQJ^JaJphh)lB*phh8h)lB*NHphh8h)lB*phh)lCJOJQJhlPh)lCJOJQJ
-h)lNHh)l(qr^_s^gd)l^gd)ls^`gd)l^^
+ngd)l^gd)l`gd)l^GɾԾܾ        
+,-S^bjn{| KRʻzpzpzbUh-vh)l5B*phh-vh)l56B*phh)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 .A/0cdmy}JsEƀhb'^gd)ls^gd)l^gd)ls^`gd)l^^
 ^
-gd)l
-^
-3xFLNOܴܬ܄o]oܨW
+gd)lkl'()efgtzLNOTZvøDzxreXXrhlPh)lCJOJQJhk0h)lCJOJQJ
 h)lNH#hoXB*CJOJQJ^JaJph)hmFh)lB*CJOJQJ^JaJph%hmFh)lB*CJOJQJaJph
-h)l0JVjm
-h)lUh)ljh)lU!hk0h)lB*CJOJQJphh)lB*NHphh-vh)l&gt;*B*phh)lB*phh-vh)l5B*phh-vh)l56B*ph;CVW^_&lt;?@KLQUV`deo&quot;$38?νν聯⳦vovovovoovov hh)lhP +h)l0JVjŧ
+h)lUh)ljh)lU!hk0h)lB*CJOJQJphh)lB*NHphh-vh)l&gt;*B*phh)lB*ph&quot;./05M{|MO\^mr{ݤݒ|||||||||k| hP +h)lCJOJQJ^JaJ hh)lhP  h)lCJOJQJaJhP -h)lCJaJ hk0h)lh:{h)lCJNHOJQJh:{h)lCJOJQJh)lCJOJQJ hmFh)lCJOJQJ^JaJh)lCJOJQJ^JaJ
-h)lNHhlPh)lCJOJQJh)lhk0h)lCJOJQJ+?Qdeijt -HKz}~Wdopµµµµ¨¨¨¨¢•䎅h&gt;Bh)lNH h&gt;Bh)lhlPh)lCJOJQJ
-h)lCJhh)lCJOJQJhTC:h)lCJOJQJh)lCJOJQJhP -h)lCJOJQJaJhh)lNH hP -h)lCJOJQJ^JaJh)l hh)l4 GILVbbbbbbJsEƀb'^gd)ls^gd)lJsEƀhb'^gd)l *8DQixz}
 JsEƀb'^gd)ls^gd)l        
-.*iV%&amp;&gt;?$
+h)lCJaJ hk0h)lhlPh)lCJOJQJh:{h)lCJNHOJQJh:{h)lCJOJQJ
+h)lNHh)lCJOJQJh)l hmFh)lCJOJQJ^JaJh)lCJOJQJ^JaJ*&amp;+2cdmwy~MP         + NOPdl;@loӹӹӹӹӳݦӦݟݟݟݟh&gt;Bh)lNH hP +h)lCJOJQJ^JaJ h&gt;Bh)lhlPh)lCJOJQJ
+h)lCJhh)lCJOJQJhTC:h)lCJOJQJh)lCJOJQJh)lhP +h)lCJOJQJaJ hh)lhh)lNH1 LNQ_l}JsEƀb'^gd)ls^gd)l          /OP$
 ^
-gd)l^ngd)l        ./LM567DE -(Ut&amp;&gt;?ͽ젫wͽh)lCJNHOJQJh)lOJQJhk0h)lB*OJQJph
-h)l0JVjX
-h)lUjh)lUh)lCJOJQJh)l5B*CJ OJQJph        h)l5hCB*phh)lB*NHphh)lB*phh)lh&gt;Bh)lNH h&gt;Bh)l.?~T^ab        3Zrs?@efrIJst hj&lt;h)lCJOJQJ^JaJ        h)l6h)lh6h)l0JVhEh)lB*phjh)lB*UphhSh)lB*OJQJphh
-P&lt;B*phhSh)lB*OJQJphh)lB*NHphhEh)l&gt;*B*phh)lB*ph2?1IJhs $G$If^$G$IfMkdߨ
+gd)l^ngd)ls^gd)lJsEƀb'^gd)ltu $DEk=JRZQwz:;^e +ƆyhEh)l&gt;*B*phh)lCJNHOJQJh)lOJQJhk0h)lB*OJQJph
+h)l0JVj
+h)lUh)ljh)lUh)lCJOJQJh)l5B*CJ OJQJph        h)l5hCB*phh)lB*NHphh)lB*ph/#$DEyzU^_*+lm
+$$G$Ifa$^0:eo&quot;U^_`356him,-VW hj&lt;h)lCJOJQJ^JaJ        h)l6h)lh6h)l0JVhEh)lB*phjh)lB*UphhSh)lB*OJQJphh
+P&lt;B*phhSh)lB*OJQJphh)lB*phh)lB*NHph6!,QMkd
 $$If0d| 44
-la
-$$G$Ifa$^ stQMkd
+la $G$If^$G$IfMkd7
 $$If0d| 44
-la $G$If^$G$IfMkd6
+la,-KVWuQMkd&lt;
 $$If0d| 44
-laAB_`ijkl %'7&lt;HIMXY:庮ynhj&lt;h)lB*phh)l6B*phh
+la $G$If^$G$IfMkd
+$$If0d| 44
+laQMkd
+$$If0d| 44
+la $G$If^$G$IfMkd
+$$If0d| 44
+laHFFFFPkd
+$$If0d| 44
+layt
+P&lt;$G$If^gd\(
+$G$Ifgd\(MkdA
+$$If0d| 44
+laeqsklŽŽŽŽŽŽŽŮѐ{{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
+P&lt;B*OJQJphh)lB*phh)lB*OJQJphh)lB*phh)lh
 P&lt; hj&lt;h
 P&lt;CJOJQJ^JaJh
-P&lt;CJOJQJ^JaJh)l hj&lt;h)lCJOJQJ^JaJ        h)l6'QMkd;
-$$If0d| 44
-la $G$If^$G$IfMkd
-$$If0d| 44
-la7AB`jQF7$G$If^gdJ
-$G$IfgdJMkd
-$$If0d| 44
-la $G$If^$G$IfMkd
-$$If0d| 44
-lajklMN
- W^gd)lPkd@
-$$If0d| 44
-layt
-P&lt;:;3xFLNO        
-*2Mźɴ|iZhj&lt;h)l0JY6B*ph$hj&lt;h)l0JY6B*CJaJph,hj&lt;h)l0JY6B*CJOJQJaJphh)lB*OJQJph)hj&lt;h)lB*CJOJQJ^JaJph
-h)l0JVj
-h)lUh)ljh)lUh8nh)lB*OJQJphhj&lt;h)l&gt;*B*phh)lB*phh)lB*NHph&quot;?@`aij)*x&quot;%0CDPQRY[\s⪠h}CJOJQJh
+P&lt;CJOJQJ^JaJ&amp;'()efgtzCIe{ !=&gt; vgbRh)l5B*CJ OJQJph        h)l5hj&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
+h)lUh)ljh)lUh)lB*phh8nh)lB*OJQJph !=&gt;[,-&quot;#^gd)l /&amp;'&amp;'blXY/&gt;p/=%(RZyz|}￵h}CJOJQJh
 P&lt;CJOJQJh)lCJOJQJh}B*phh
-P&lt;B*phh)lB*OJQJphh\B*phh)lB*NHphh)lB*phh)l5B*CJ OJQJph        h)l5;        
-$%(),-0167:;&gt;?BCFGPSVuv[\z{}ˡ˝j
-h)lUjh)lUh)lhy&quot;h)l0JVCJaJ#j
+P&lt;B*phh)lB*OJQJphh)lB*NHphh)lB*phh\B*phC#$&amp;'+,MNO        
+ @Aˡ˝v&amp;jhy&quot;h)lB*CJUaJphj
+h)lUjh)lUh)lhy&quot;h)l0JVCJaJ#j
 hy&quot;h)lCJUaJhy&quot;h)lCJaJjhy&quot;h)lCJUaJh)lB*phh
-P&lt;CJOJQJh}CJOJQJh)lCJOJQJ6]^IJstMN}
-9:;NO' -T$        @ &amp;gd)l}#$ -'34XY -]^bcdykbh!h)l0JVj®
-h!h)lU h!h)ljh!h)lUh!h)lB*ph#h)lB*CJOJQJ^JaJph)h!h)lB*CJOJQJ^JaJphh)lB*NHphhy&quot;h)l0JVCJaJhy&quot;h)lB*CJaJph&amp;jhy&quot;h)lB*CJUaJphh)lB*ph&amp;HIJpqt56DEQcewy*3Mռuuu)h2Xh)lB*CJOJQJ^JaJph#h)lB*CJOJQJ^JaJphh)lB*NHph h2Xh)l5B*OJQJph        h)l5h2Xh)l0JVj
-h)lB*Uphjh)lB*Uph)h2Xh)lB*CJOJQJ^JaJphh)lB*ph)MNQ[kl
-'(9;NO[\hi         )HIdڼt)hzh)lB*CJOJQJ^JaJphh)lB*OJQJphh)lB*NHphh)lB*phh)l5B*CJ OJQJph        h)l5h)l5B*CJ ph#h)lB*CJOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph h2Xh)lCJOJQJ^JaJ-')HIdNOfuvpq&gt;?W0KNO
 ffguvRSnolm ,?Wh)lB*OJQJph)heh)lB*CJOJQJ^JaJphh)lB*OJQJph)h}Sh)lB*CJOJQJ^JaJph        h)l5h)l5B*CJOJQJphh)lB*NHph)hzh)lB*CJOJQJ^JaJphh)lB*ph2        %+,AMN\         -                                
-\
-]
-
-
-
-
-B C O P Z o   = J     O -ְ)heh)lB*CJOJQJ^JaJphh)l5B*OJQJphh)l5B*CJ OJQJphh)lB*NHphh)lB*OJQJph        h)l5h)l5B*CJOJQJphh)lB*OJQJphh)lB*ph7        +,AMNc                 3                                                ^        
-
-
-
-X Z o ; = J       N -O -` - +P&lt;CJOJQJh}CJOJQJh)lCJOJQJ+A{|;FGH[\ 123'ǽǽǨǨǽǽǽǽǽ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%'CyDV89STռⷦuuu)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( ;j +T$        @ &amp;gd)l)*&gt;HXYjw&quot;8@ڼt)hzh)lB*CJOJQJ^JaJphh)lB*OJQJphh)lB*NHphh)lB*phh)l5B*CJ OJ
 QJph        h)l5h)l5B*CJ ph#h)lB*CJOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph h2Xh)lCJOJQJ^JaJ-@`h2:cdO\XBCyETh)lB*OJQJph)heh)lB*CJOJQJ^JaJphh)lB*OJQJph)h}Sh)lB*CJOJQJ^JaJph        h)l5h)l5B*CJOJQJphh)lB*NHph)hzh)lB*CJOJQJ^JaJphh)lB*ph2WXIJDET&quot;4FXjkx
 &quot;/4AFSXejkxmw,        3        |                                #
+6
+
+
+
+
+
+
+
+
+= R    , ~   ְ)heh)lB*CJOJQJ^JaJphh)l5B*OJQJphh)l5B*CJ OJQJphh)lB*NHphh)lB*OJQJph        h)l5h)l5B*CJOJQJphh)lB*OJQJphh)lB*ph7kmnw*        ,        3        z        |                !
+#
+6
+
+
+
+     , } ^} ~     P +Q +R +a     - -3 + +78IVWi
 $^a$  ^gd
+P&lt; +^gd
 P&lt;o͢                gd
 P&lt;oɢ        ^gd
-P&lt;^O -Z - - - +P&lt;^  5 +6 +A +B +Q   - -$%  -&gt;OiUi&lt;EklR[(꼮꼮Ꚋ{{f)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)l5B*CJ OJQJph        h)l5heh)lCJOJQJaJhPh)l5OJQJ^Jh)lh,rh
+ +78IWi56qkl꼮꼮Ꚋ{{f)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)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)lB*phh)l5B*OJQJph(34E=&gt;OTUikl$^a$^^gd
-P&lt;        gd
-P&lt;oɢ         -^gd
-P&lt;+,        67KVWkYZAB^^$HW\j&quot;&amp;47KWk;&lt;AX $*~}rj
-h)lUh)ljh)lU%hPh)lB*CJOJQJaJphhLh)lB*phhLh)lB*OJQJphh)lB*NHph$hPh)l5B*OJQJ^Jph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)lB*ph+&quot;#&lt;=BjopuDEFU8HIqwO궫זsb[sb[ hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*phh)lB*NHph)hPh)lB*CJNHOJQJaJphh}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*CJOJQJaJph%hPh)lB*CJOJQJaJphh)lB*phjh)lU
-h)l0JV pqHkdq
+P&lt;B*phh)lB*NHphh)lB*phh)l5B*OJQJph(i/E56]^ @Apq^^l!&quot;lm +$%KQRUrs !+,tuv}rj
+h)lUh)ljh)lU%hPh)lB*CJOJQJaJphhLh)lB*phhLh)lB*OJQJphh)lB*NHph$hPh)l5B*OJQJ^Jph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)lB*ph+RS|}@Aabw$If$G$If$^a$^^v+~9:abhw궫זsb[sb[ hPh)l 
 hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*phh)lB*NHph)hPh)lB*CJNHOJQJaJphh}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*CJOJQJaJph%hPh)lB*CJOJQJaJphh)lB*phjh)lU
+h)l0JV +~/HaHkd
 $$If0j,&quot;44
-la$If$G$If$^a$^ OP$6agxG M a   !w!}!!!!
-&quot; &quot; -&quot;_&quot;i&quot;&quot;&quot;&quot;&quot;#######1$2$$$@%A%m%n%%ŵ͍͗͗͗͗͗͝h)lPJ^JaJ
-h)lNHhL7#h)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJ hPh)lhPh)lNH7gaaa$IfHkd
+la$If$G$IfHkdɱ
 $$If0j,&quot;44
-la$G$IfHkdñ
+la/IOa06Htz}   ! !!!!!!!!!&quot;&quot;'&quot;1&quot;T&quot;&quot;&quot;&quot; #!#)#J###x$y$$$$$9%ŵ͍͗͗͗͗͗͝h)lPJ^JaJ
+h)lNHhL7#h)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJ hPh)lhPh)lNH7HI`aoaHkd
 $$If0j,&quot;44
-la        6`axgHkd
+la$If$G$IfHkdm
 $$If0j,&quot;44
-la$G$IfHkdg
+la        /0HsgHkdc
 $$If0j,&quot;44
-la  ( F gaa$IfHkd]
+la$G$IfHkd
 $$If0j,&quot;44
-la$G$IfHkd
+last| aHkd
 $$If0j,&quot;44
-laF G ` a o   !!&lt;!v!aHkd
+la$If$G$IfHkd
 $$If0j,&quot;44
-la$If$G$IfHkd
+la
+| }    !!!2![!!aHkd
 $$If0j,&quot;44
+la$If$G$IfHkdY
+$$If0j,&quot;44
 la
-v!w!!!!!!
-&quot; &quot;aHkd
+!!!!!!!!&quot;&quot;geee\Wigd)l^gd)lHkdO
 $$If0j,&quot;44
-la$If$G$IfHkdS
+la$G$IfHkd
 $$If0j,&quot;44
-la &quot; &quot; -&quot;0&quot;1&quot;###2#%%%%((,]gd)l$a$gd)l$a$gd)lgd)l$gd)ligd)l^gd)lHkd
-$$If0j,&quot;44
-la%%%%%% &amp;&amp;4&amp;5&amp;D&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;''''''?'@'''''''''''(((ϾϪwhhCh)lNHPJ^J
+la        &quot;&quot;&quot;A%B%s%t%'()(++,,--5.6.... /M/^gd)l $]a$gd)l$]a$gd)loG]gd)l$a$gd)l$a$gd)lgd)l$gd)l9%:%A%B%s%%%%%%%&amp; &amp;Y&amp;Z&amp;[&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;'''C'D'G'c'd''''''ϾϪwhhCh)lNHPJ^J
 aJ hCh)lPJ^J
-aJ h)lPJ^J        aJhCh)lNHPJ^J        aJhCh)lPJ^J        aJhx h)l0JVj.
+aJ h)lPJ^J        aJhCh)lNHPJ^J        aJhCh)lPJ^J        aJhx h)l0JVj
 h)lU
-h)l0JVjI
+h)l0JVj
 h)lUjh)lUhMh)lNH hMh)lhe ^h)l5 hdh)lh)l
-h)lNH((D(E(J(S(_(c({(|(((((((((((($)-)N)O)h)i)))ƽڱڢqj\qjqIq\q\$hdh)lNHOJPJQJ^JaJ h)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J
-aJ $j
+h)lNH('''''''
+( (((((&amp;('(((E(I(d(((((((()4)ƽڱڢqj\qjqIq\q\$hdh)lNHOJPJQJ^JaJ h)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J
+aJ $j_
 hh)lUmHnHtH        uhUh)lCJPJ^J
 aJ h)lNHPJ^J
 aJ hZ
@@ -2019,851 +2003,885 @@
 aJ h)lPJ^J
 aJ hC8h)lCJPJ^J
 aJ hCh)lPJ^J
-aJ )))))));*&lt;*=*&gt;*`**********++,+.+f+Ы➔wcwTwJh)lPJ^J        aJhh)l0JVPJ^J
-aJ 'j-hnh)lPJU^J
+aJ 4)5)A)B)))))))))0*1*O*P*\*********Ы➔wcwTwJh)lPJ^J        aJhh)l0JVPJ^J
+aJ 'jhnh)lPJU^J
 aJ jh)lPJU^J
 aJ hdh)lNHPJ^J
 aJ h)lPJ^J
 aJ hdh)lPJ^J
-aJ h)l0JVOJPJQJ^JaJ )j(h)lOJPJQJU^JaJ #jh)lOJPJQJU^JaJ h)lOJPJQJ^JaJ h)lNHOJPJQJ^JaJ f+|+~++++++++++,,        ,i,j,|,~,,,--%-*---1-:-A-B-F-G-~-------ylblh)lPJ^J
+aJ h)l0JVOJPJQJ^JaJ )jh)lOJPJQJU^JaJ #jh)lOJPJQJU^JaJ h)lOJPJQJ^JaJ h)lNHOJPJQJ^JaJ * + ++++T+c+e+s+++++++++ , +,,,,,,,,,,,,,, +---2-j-m-q-ylblh)lPJ^J
 aJ hh)lPJ^J
 aJ  hh)lh)l5^J        aJhEh)l5^J        aJ
-h)lNH h %mh)lCJOJQJ^JaJh)lhah)lNH hah)l hdh)lhAh)lNHPJ^J        aJhAh)lPJ^J        aJh)lPJ^J        aJ$h %mh)lCJOJPJQJ^JaJ&amp;,        ,F-G---..6/7/b/////'0h0i000G1s^gd)ls^gd)l`gd)l^gd)l $]a$gd)l$]a$gd)loG]gd)lgd)l- -.).*.0.K.^.................//6/7/l/s//////01080h0000000wwwwwnhEh)lCJh)lCJOJQJ
 hEh)lCJOJQJhdh)lOJQJ
+h)lNH h %mh)lCJOJQJ^JaJh)lhah)lNH hah)l hdh)lhAh)lNHPJ^J        aJhAh)lPJ^J        aJh)lPJ^J        aJ$h %mh)lCJOJPJQJ^JaJ&amp;q-------..(.0.1.3.4.5.D.J.M.`.a........./*/1/p/w//////030&gt;0A0J0k0wwwwwnhEh)lCJh)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
 h)lNH hdh)lhh)lOJQJ^Jh)lhGrh)lNH hGrh)lh)lNHPJ^J
 aJ h)lPJ^J
 aJ hh)lNHPJ^J
 aJ hh)lPJ^J
-aJ  hh)l+00000111#1&amp;10111F1H1122;2&lt;2=2&gt;2z2{22222222222223?3@3O3n3p3s3Ǻ{p{{hl        h)lOJQJ hl        h)lh)lOJQJ h ;h)lhEh)l5OJQJ h7h)lhEh)l5        hL7#5hEh)lCJhEh)lCJOJQJh)lCJOJQJhzh)lCJOJQJ
-h)lNH hCmmh)lCJOJQJ^JaJh)l hdh)l)G1H1Q1]1m1}111111111122&lt;2=2&gt;2z2{2222^gd)lgd)lgd)ls^gd)l^gd)ls^gd)l23?3@3O3r3s333447484k4444(6)6666666
 s^gd)l^gd)l$a$gd)lgd)l^gd)lgd)ls3v3333333333333333 44444647484&gt;4?4C4G4O4i4k4n4o4s44444üüå{nahvh)lCJOJQJh%rh)lCJOJQJ hh)lh)lOJQJ^J
-h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJh)l        h)l5hh)l5&amp;444444444:5&lt;5=5A5K5c5q5r5u5v55555555555666&amp;6'6~6ĽͰviv_h)lCJOJQJh&lt;h)lCJOJQJh6&lt;h)lCJOJQJhd}h)lCJ hmH[h)l h&amp;gh)l
+aJ  hh)l+M/f/////k0l000000 1&quot;1'1*131E1X1o1q1r1gd)ls^gd)l^gd)lgd)ls^gd)ls^gd)l`gd)l^gd)lk0l0q000000000000q1111111        2
+222S2W2Y2f2i2w2x22222222223Ǻ{p{{hl        h)lOJQJ hl        h)lh)lOJQJ h ;h)lhEh)l5OJQJ h7h)lhEh)l5        hL7#5hEh)lCJhEh)lCJOJQJh)lCJOJQJhzh)lCJOJQJ
+h)lNH hCmmh)lCJOJQJ^JaJh)l hdh)l)r111111        2
+2222222233(3)333333:4f4$a$gd)l^gd)l^gd)lgd)lgd)l33(3)373M3N3Z3[3d3f3p3q3s3t3x3y3333333333333333334.47494:4üüå{nahvh)lCJOJQJh%rh)lCJOJQJ hh)lh)lOJQJ^J
+h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJh)l        h)l5hh)l5&amp;:4&gt;4C4]4e4f4g4j4}4444444555555555D5G5o5p5555555 +6ĽͰviv_h)lCJOJQJh&lt;h)lCJOJQJh6&lt;h)lCJOJQJhd}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)lOJQJh%rh)lCJOJQJhnh)lCJOJQJh)l&quot;~66677777M7N7Q7R7h7~77777777777777777777_8k8888888O9P999996;7;;;&lt;!&lt;J&lt;T&lt;&lt;&lt;&lt; h&amp;gh)lCJOJQJ^JaJh`OJQJhLh)lOJQJhL7# hu'h)l hmH[h)lh)lCJOJQJh6&lt;h)lCJ h6&lt;h)lh)lCJOJQJh6&lt;h)lCJOJQJh)l
-h)lNH86777777778:&lt;=8=]==== &gt;4&gt;U&gt;z&gt;&gt;&gt;$?6?^gd)l^nigd)lgd)ls^gd)l&lt;&lt;&lt;&lt;= -=====8==============&gt;??#???@
-@@l@m@@@@@@@@@AA%A칪칙vhh)lCJOJQJ
+h)l^J hh)lh)lOJQJh%rh)lCJOJQJhnh)lCJOJQJh)l&quot;f4g455S6T6]6i6y66666|7}7~7777h:$&lt;&lt;&lt;&lt;=}=^nigd)ls^gd)l^gd)lgd)l +66T6666666666 +777(7*7A7B7K7L7a7d7f7p7q7z7{7|7}7~77778888'878889!999::k;l;;;;;&lt;&quot;&lt;\&lt; h&amp;gh)lCJOJQJ^JaJh`OJQJh
 Lh)lOJQJhL7# hu'h)l hmH[h)lh)lCJOJQJh6&lt;h)lCJ h6&lt;h)lh)lCJOJQJh6&lt;h)lCJOJQJh)l
+h)lNH8\&lt;e&lt;l&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;=4=&gt;=@=G=S=_=`=k={=}===p&gt;&gt;&gt;&gt;^???????C@P@U@_@c@o@t@~@@@@칪칙vhh)lCJOJQJ
 h)lCJ
 h)lNHh`CJOJQJh&amp;gh)lCJNH
-h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh;=h)lCJOJQJh)lOJQJ h&amp;gh)lCJOJQJ^JaJh)lh)lCJOJQJhDCJOJQJ-6?[?r???????AAABBBUCVCeCCCCD1DNDkDDDigd)l        igd)lozb'^%A3A=AwA|AAAAAAAAAAAAB.B:BLBMBBBBBBBCCCGCSCUCVCCCϿ϶϶϶Ϥϔϔ~nehh)laJhh)l5CJOJQJaJhh)lCJaJh)l5
 CJOJQJhh)l5CJOJQJaJ#hh)l5CJOJQJ^JaJh)l5CJNHh`h)l5CJOJQJaJ -h)l5CJhh)lCJOJQJh`^JaJh`h)l^JaJh)lCJOJQJ#CCCDDDDDE!EWE^EEEE7F=FUFeFFFFFFFFGG'GNG^GGGGGGHH%H(H)H*H+HHHHH8I9IIIȸȸȲȩȸȢȲȸȸȸȔȸȸȐ
+h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh;=h)lCJOJQJh)lOJQJ h&amp;gh)lCJOJQJ^JaJh)lh)lCJOJQJhDCJOJQJ-}=====        &gt;E&gt;]&gt;&gt;&gt;&gt;????H?]?^?@@AArBsBBBBigd)l        igd)lozb'^@@@A A9AEAdAmAAAAAAAAAAAAA,B-BCBDBMBVBBBBBBBB&amp;C'CϿ϶϶϶Ϥϔϔ~nehh)laJhh)l5CJOJQJaJh
 h)lCJaJh)l5CJOJQJhh)l5CJOJQJaJ#hh)l5CJOJQJ^JaJh)l5CJNHh`h)l5CJOJQJaJ +h)l5CJhh)lCJOJQJh`^JaJh`h)l^JaJh)lCJOJQJ#B&amp;CGClCCCCCD5DNDlDnDoDDD3E4EFF9FWFXFGG7GUGVGGigd)l'CFCGCNDlDnDoDDDDDD3E4EFEEEEEFFWFXFuF~FFFFFFFGGGUGGGGGGGGGHHmHnHHHIIȸȸȲȩ
 ȸȢȲȸȸȸȔȸȸȐ
 h)lNHhL7# hsSh)lh)lhh)l5CJOJQJ h3ih)lh3ih)lCJ
 h)lCJhh)l5CJOJQJaJ -h)l5CJh)l5CJOJQJhh)l5CJOJQJaJhh)laJhh)lOJQJaJ2DDDDDEWEEEFFFFFGGGGG(H)H*H+H:HMMOO$a$igd)lIII4J5JJJJJ@KAKKKLLLLFMGM(N)N:N;NNNUOVOOOPPQQGRHRSSSSSSSSSSTT
-T&quot;TvTwTTTMUSUdUtUUUUUV V7V=VyVzV&amp;W'WWWYYYYZZ#Z)ZjZkZZhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJ
-h)lNHh)lQOPPRR$T%T.U/U#V$VNYOYZZ ] ],^-^:^;^^^_c____a^$a$ZZ[ [[[[[[[5\6\\\\\\        ]]]^]]]]]]]^.^_f`t```aaaaa bccddeee$e%e:e;eDeVemeseeeeeeeeff&quot;f(f/f0f9fɼh)lCJOJQJ        h)l5h)lOJQJh)lCJOJQJ
-h)l0JVjh)lUjh)lUh)lCJOJQJh)l
-h)lNHCaab bfbbbc&amp;cycccdd$e%e:e;eee8f9f;f&lt;fXffghn$a$^$a$9f:fXffffffJgWggggggggg h -hhhohphhiiiKjLjyjjjkkkkk%l)lzl{lll*m2m6mDmEmFmRnVnno o9o{oooo|ppppppppqr        r
-rrrh)lOJQJh9h)lOJQJ
+h)l5CJh)l5CJOJQJhh)l5CJOJQJaJhh)laJhh)lOJQJaJ2GGGGGMMDOEO&gt;P?PjRkRSSTTUUXXYY\\]]]]$a$igd)lIoIpIII&quot;J#JvJwJJJ|K}KLLoLpLLLMMMMNNNN(O)OOOYQZQQQ2S&gt;SBSKSNS\SqSrSSSSSSSTT9T?TTTTUUUkUlUUUUUV        VVVbWcW6Y7YjYpYYYYYYYOZ
 hh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJ
+h)lNHh)lQOZPZZZ['[0[D[J[^[[['\P\s\~\\\\\8]9]:]x]y]]]]__```'a?aAaSaTaaMcQcndsdddddddddddee&quot;e]ecepeeeeeeeeeeɼh)lCJOJQJ        h)l5h)lOJQJh)lCJOJQJ
+h)l0JVjR h)lUjh)lUh)lCJOJQJh)l
+h)lNHC]^^^^^&lt;___ a!aaaa7bxbbbcLcMcndoddddd.e/ee$a$^eeeeefBgmhwhhhhhhhhh|i~ij4jjjjkKk~kk
 ^n$a$$a$eeefefffjfkfffggg g%g.g2g@gggggggmh$i%i~iiij4jjjjjjjkk        l
+l@lflllllllmmnnnnn
+o6oWoso pppp4p?pHppqqqqqqh)lOJQJh9h)lOJQJ
 h)lCJ  h)l6NH        h)l6h)lCJOJQJ
-h)lNH        h)l5h)lj h)lUIhhh        ii+i=iOiQi[iiiyjjkkRkkkk#l%lllFmOmmmmn^mnPnRnno o)o7o9o{oooooo|ppp}rrsss^w
  +h)lNH        h)l5h)ljA!h)lUIkk@lflllmHmzmmmmnnnnnnn
+o6oWo`oqoso pHpp rrn^qqqq
+r rirjrrrrrrs7sqssst*tutvtttLvMvNvvvvvvvv2w3wwwwwwww)x*x6x&lt;x=xExǿǴߤzhh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l +h)l5CJhThT0JVjrhTUjhTUhThBh)lCJOJQJ hbh)l        h)l5
+h)lNHh)lOJQJh)lCJOJQJh)l0r6s7sqsv3wxxqzz{{{nv$G$If]vn$$G$Ifa$ngd)ln$a$gd)l  &amp; 0`
   -P@7$gdTgd)ln^rr(rjr{r}rrrrsHsPsTsrsss6t7ttttt:u;uvvvwww[w\w]w^wwwx&quot;x$x3x&gt;xHxIxxxxxxxǿǴߤzhh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l -h)l5CJhThT0JVjhTUjhTUhThBh)lCJOJQJ hbh)l        h)l5
-h)lNHh)lOJQJh)lCJOJQJh)l0^wwx@yz+{'|5|]|^|m||}nn$$G$Ifa$ n$G$IfJkd1$$If0&quot;$        (44
-la/nv$G$If]vn$$G$Ifa$ngd)ln$a$gd)l xxxxxxxxxxxxx@y^ybysyyyyyyyyy z/zpz}zzzzzzzzzzz+{{{{{'|5|]|^|m|||||#}$}?}M}}}}}~~~*~l~m~ݺݩݩݺݩݺݩݺݩݺݩݺݩ
-h)lNHhh)lCJaJ hh)lCJOJQJ^JaJhT        h)l5hh)lNHh)lhh)lCJOJQJaJ hh)lhh)l5B|||&gt;}?}M}}THkdS$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdċ$$If0&quot;$        (44
-la/}}}~~*~~THkdq$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd$$If0&quot;$        (44
-la/~~~()9THkd$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd$$If0&quot;$        (44
-la/m~~~~~)9{|$3Ӂԁׁ؁BCȂɂ -8dՄ؄لڄۄ#$(/0¹²ªŒŒ        h)l6        h)l5j
-h)l5Ujh)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
-h)l0JVjːh)lUjh)lU
-h)lNH hh)lCJOJQJ^JaJh)l7#$3THkd$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd$$If0&quot;$        (44
-la/}ʂ؄ڄ܄چ2-xMn$a$gd)ln$a$gd)lgd)lngd)lgd)lHkd&lt;$$If0&quot;$        (44
-la/012?A-.҆ӆچ2678߈MNʉ=&gt;HU~)*RSTtuȍɍߎDɏΏdzh&quot;h)l0JVjqh)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)lh)lCJOJQJ        h)l6
-h)lNHh)lEMDNbs̏b|ʘ
-g~n`gd)ln^gd)ln$a$gd)l^gd)lngd)l+0156mnΓjoST/0Ӗ9EHQRʗ͗ST[Jdg~Ɯ֜X۝ܝ+]hWsh)lCJOJQJaJ        h)l5j$h)lU
+P@7$gdTgd)ln ExFxGxHxexkxtxxxxxxxxxxxyy%y'y\yxy{y|yyyyy zz(z)z0z&gt;zNzVzizjzqzzh{i{y{z{{{{{{?|@|b|o|||||} }@}N}}}}}}}ݺݩݩݺݩݺݩݺݩݺݩݺݩ
+h)lNHhh)lCJaJ hh)lCJOJQJ^JaJhT        h)l5hh)lNHh)lhh)lCJOJQJaJ hh)lhh)l5B{{{a|b|o||RHkd$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfJkd$$If0&quot;$        (44
+la/|||?}@}N}}THkd:$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkd$$If0&quot;$        (44
+la/}}}-~.~&gt;~~THkdX$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdɍ$$If0&quot;$        (44
+la/}.~&gt;~~~~~
+ :HbcfgсҁWX7Mǃ&quot;#*Ndghijp¹²ªŒŒ        h)l6        h)l5jB h)l5Uj h)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
+h)l0JVj#h)lUjh)lU
+h)lNH hh)lCJOJQJ^JaJh)l7~~~9:HTHkdv$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkd$$If0&quot;$        (44
+la/123F TOOJngd)lgd)lHkd$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkd$$If0&quot;$        (44
+la/ Ygikis~܍ӎݎ[tv^gd)ln$a$gd)lngd)ln$a$gd)lgd)l΄Є!abiwxMpsŇƇLJno܈݈Y|~͉̉!&quot;vw()׋ +#/BWXvnӎ=X]tdzh&quot;h)l0JVjgqh)lUjh)lU h&quot;h)lCJOJQJ^JaJ h
 &quot;h)lh)lCJOJQJ        h)l6
+h)lNHh)lEĐŐ)34CD27]bȖԖז#%&gt;?Y\*+O٘ +45Uejk}hWsh)lCJOJQJaJ        h)l5j&gt;$h)lU
 h)lCJ
-h)lNH        h)l6h)lCJNHOJQJh)lCJOJQJh)ljqh)lUE4ŜƜǜ֜לWX{۝ܝ34#$ h^h`gd)l$a$gd)l$a$$ngd)l]o̞͞3ݟ&amp;,ޠߠ,-yz{|45%7FJTU¥ȶөӡ퐅xxhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ hxh)lh)lCJaJhWsh)l0JVCJaJ#jI)hWs
 h)lCJUaJhWsh)lCJaJjhWsh)lCJUaJ        h)l5
-h)lNHh)lhWsh)lCJOJQJaJ/Utu'r% ~        
+h)lNH        h)l6h)lCJNHOJQJh)lCJOJQJh)ljqh)lUEv OYy +46ÙTUVef$a$$n$a$gd)ln`gd)l^gd)lngd)ln^gd)l
+)GjkžÞ&gt;?@w8^8gd)l
+&amp; F^gd)lw^gd)l h^h`gd)l$a$gd)l$a$9F[\yžltxmn=&gt;        
+ ãģ Ƥդ٤PQȶөӡ퐅xxhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ hxh)lh)lCJaJhWsh)l0JVCJaJ#jI)hWsh)lCJUaJhWsh)lCJaJjhWsh)lCJUaJ        h)l5
+h)lNHh)lhWsh)lCJOJQJaJ/ΥVWצEckԧէާ:B        @EGLT_vvhh)lCJOJQJaJhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)lCJOJQJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJh)l
+h)lNH. +L'(LM] w^gd)l w8^8gd)lwgd)l
 &amp; F
-^gd)lgd)l^gd)lh^hgd)lgd)lw8^8gd)l
-&amp; F^gd)l h^h`gd)lw^gd)l')0?rǦȦ%HfnԧܧEFOde&amp;/rzũЩ%'dfkvvhh)lCJOJQJaJhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)lCJOJQJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJh)l
-h)lNH.kmtu        !?DEPQ[~ūǫ  -$%15CDEzƷ؂ufuYuh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
+^gd)l h^h`gd)lgd)l^gd)lh^hgd)lgd)l
+&amp; F^gd)lw8^8gd)l%LΪӪԪߪ +!&quot;MTVīҫӫԫ        Ʒ؂ufuYuh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
 h)laJhh)laJhh)lCJOJQJaJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJ hh)l
-h)lNHh)lhh)l0JCJaJ!01άϬCDɭʭݮޮ#=| +h)lNHh)lhh)l0JCJaJ!         +$*2WX\]Ӭ &amp;X&amp;,l|̮ۮ¸«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#]^ҬӬXYlm|̮ͮ$%gd)l        gd)lo-kG  `gd)lo+kGw]`gd)lojkGw]`gd)l h^h`gd)l
 &amp; F
-^gd)l
-&amp; F
-^gd)l w^gd)l w8^8gd)lwgd)lz~ȬɬͬάD[\sɭ%&amp;vwݮ!=L\wx¸«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#=&gt;xyNK&quot;ӳA ^gd)l `gd)lw^w8^8gd)l
-&amp; F ^gd)l h^h`gd)lgd)l        gd)lo-kGx9\NSaGKR !&quot;opӳ߳?AOPQ -Wghi÷÷ìãÃwkãããh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJh)l*AQ -Wi`w÷ķCDde
 igd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)liWX`w,-÷ķD@AxŹ-.de7ɼɼwɼh[,*h|Y5CJOJQJh&lt;h|YaJh[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJ.-.)Oij߽),BX־O
 i`gd|Y iL^`Lgd|Yi^gd|Yi
-&amp; Fgd|Yigd|Y()/@NOUiw{޽߽,-/BHX^־ܾEFOU;BDEMQ猪h -%h|YOJQJaJh|YOJQJaJh&lt;h|YOJQJaJh[,*h|YCJNHOJQJh|YCJOJQJh&lt;h|Y6OJQJh&lt;h|YOJQJh|YOJQJh[,*h|YCJOJQJh|Y:LM[Q\_t#J
 i`gd|Yigd|YQV_`tu#$JK -pq{|        
-$%&amp;'dgh}οhu        h|YCJOJQJh|YCJOJQJnHo(tHh|YOJQJaJnHo(tHh -%h|YOJQJaJh|YOJQJaJh|Yh|YCJOJQJh[,*h|YCJOJQJ@ -op{        
-d
-)GH:;figd|Yi`gd|Y
- )*GHJ9:;&lt;fg{|67&lt;=NO         TX        ñ#h[,*h|YCJOJQJnHo(tHh|YCJOJQJnHo(tHh|YCJOJQJh[,*h|YCJOJQJh -%h|YOJQJaJh|YOJQJaJ@f{26MN        O,CZi
 igd|Yi`gd|Yi        @|/Ga}4NST&amp;bigd|Y        34KLef89NQS'(IJXYghvw-/45acw˲h|YCJOJQJnHo(tHh|YCJOJQJh[,*h|YCJOJQJh|YO
 JQJaJh -%h|YOJQJaJ h*h|YOJQJaJmH sH F        ,-awx34t(:[y
-ixWD2`xgd|Yigd|Yw346y|(*:&lt;[]y{-./|}9@ZeåØ󔎄h)lCJOJQJ
-h)l0J[h)lh -%h|YCJOJQJh|YOJQJaJnHo(tHh|YCJOJQJnHo(tHh -%h|YOJQJaJh|YOJQJaJh|YCJOJQJh[,*h|YCJNHOJQJh[,*h|YCJOJQJ4./|}~$G$If]gd)ls        igd|Yoy Gigd|Y9XL $7$G$Ifgd)l8kd&gt;K)$$If###
 4ayttx $G$If]gd)l^kdJ)$$IfFr
+^gd)l w8^8gd)l w^gd)l%ݰ5ڱ2bpгAP ^gd)lgd)l `gd)lw^w8^8gd)l
+&amp; F ^gd)lȯݰ5ֱڱ2bnopγг޳߳÷÷ìãÃwkãããh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJh)l*ANOPwxCRSӷ689ABQ3Bcdɼɼ}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)lCJNHOJQ
 JhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJ$BCRSҷӷ689/01igd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)ld-.jl01ɼ׼ؼ޼&amp;Eghijst󣘌{qh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&lt;h|Y6OJQJh&lt;h|YOJQJh|YOJQJh[,*h|YCJNHOJQJh
 |YCJOJQJh&quot;kCJOJQJmH        sH        h&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh[,*h|YCJOJQJ,ؼh̽`پ @jkֿ׿ i`gd|Y iL^`Lgd|Yi^gd|Yi
+&amp; Fgd|Yigd|Ytu̽ҽ&quot;%`fϾоپ߾ @Fjkpſ̿οϿ׿ۿ !&amp;[_89&lt;LkҶҶҶҶҶh8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h +%h|YOJQJaJh[,*h|YCJNHOJQJh|YOJQJaJh&lt;h|YOJQJaJh[,*h|YCJOJQJh|YCJOJQJ&lt; !Z[890@p489o
 i`gd|Yigd|Y01kn@Apq4589;pq  +?ʹʹ͔ͦͦ̓vhu        h|YCJOJQJ h8oVh|YCJOJQJmH        sH        &quot;h8oVCJOJQJmH        nHsH        tHh8oVCJOJQJmH        sH        h|YCJOJQJnHo(tHh|YCJOJQJh[,*h|YCJOJQJh|YOJQJaJnHo(tHh|YOJQJaJh +%h|YOJQJaJ.opmn +XCGqr
 i`gd|Yigd|Y?R`anowxXY^_ GHMNqrt2ǺǺǺѫѝѫǺǺǺǺǺǺǺǺǺǺǺǺѝǺ#h[,*h|YCJOJQJnHo(tHhrjoCJOJQJmH        sH        h|YCJOJQJnHo(tHh +%h|YOJQJaJh|YOJQJaJh[,*h|YCJOJQJh8oVCJOJQJmH        sH        h8oVCJOJQJh|YCJOJQJ6r.21HUT=[y
 i`gd|Yigd|Y23 !34KLXYB_`}~45PQijDE!&quot;ܤܤܤܤܤܤhrjoCJOJQJmH        sH         h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHh|YCJOJQJh[,*h|YCJOJQJh +%h|YOJQJaJh|YOJQJaJ@0LelmJKM
 
+ixWD2`xgd|Yigd|Y56^fhrs        45mo@Ax|UVWYfhy󸫸󸫸h[,*h|YCJNHOJQJh +%h|YOJQJaJh|YOJQJaJh|YCJOJQJnHo(tHhrjoCJOJQJmH        sH        hrjoCJOJQJh|YCJOJQJh[,*h|YCJOJQJ=VWfyLOPmo)DSam
 $G$If]gd)lsigd|Yy{78LMOPRoxDw)4no~de鶥}}w
+h)lNH haKh)lhaKh)lCJOJQJh)lCJOJQJ
+h)l0J[h)l hrjoh|YCJOJQJmH        sH        h +%h|YCJOJQJh|YCJOJQJh[,*h|YCJOJQJh|YOJQJaJnHo(tHh +%h|YOJQJaJh|YOJQJaJ.mnwxXL $7$G$Ifgd)l8kdK)$$If###4ayttx $G$If]gd)l^kd#K)$$IfFr
 h#r
-#    4ayttx 9:@FZ[2^kdK)$$IfFr
+#    4ayttx 2^kdPL)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdK)$$IfFr
+#    4ayttx $G$If]gd)l^kdK)$$IfFr
 h#r
-#    4ayttx [ej^kdkL)$$IfFr
+#    4ayttx )*49n^kdL)$$IfFr
 h#r
-#    4ayttx $G$If]gd)le;Fcw 18JQdQR0;ij EOZ'(.?FT   h:h)lh:h)lCJOJQJ
-h)lCJ
-h)l0J[
-h)lNH haKh)lhaKh)lCJOJQJh)lCJOJQJh)lH;&lt;2^kdQM)$$IfFr
+#    4ayttx $G$If]gd)lno~2^kdM)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdL)$$IfFr
+#    4ayttx $G$If]gd)l^kd6M)$$IfFr
 h#r
-#    4ayttx &lt;FHcdw}`kdM)$$IfhFr
+#    4ayttx `kdN)$$IfhFr
 h#r
-#    4ayttx $G$If]gd)l         }n$G$If]gd)l$G$If]gd)l`kd;N)$$If4Fr
+#    4ayttx $G$If]gd)l}n$G$If]gd)l$G$If]gd)l`kdN)$$If4Fr
 h#r
-`#    4ayttx  !17890`kd1O)$$If4Fr
+`#    4ayttx ()G[~#$-8pqKY_ms'-;APVdjx h:h)lh:h)lCJOJQJ
+h)lCJ
+h)l0J[
+h)lNHh)lh)lCJOJQJP0`kdO)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdN)$$If4Fr
+ #    4ayttx $G$If]gd)l`kdO)$$If4Fr
 h#r
- #    4ayttx 9JPQRdj -$If]gd)l`kdO)$$If4Fr
+ #    4ayttx G +$If]gd)l`kdP)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l $7$G$Ifgd)l$G$If]gd)l^kd'P)$$IfFr
+ #    4ayttx $G$If]gd)lGH[`~ $7$G$Ifgd)l$G$If]gd)l^kdP)$$IfFr
 h#r
-#    4ayttx XK -$If]gd)l8kd -Q)$$If###4ayttx $G$If]gd)l^kdP)$$IfFr
+#    4ayttx ~XK +$If]gd)l8kdeQ)$$If###4ayttx $G$If]gd)l^kdP)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdTQ)$$IfFr
+#    4ayttx t#$G$If]gd)l^kdQ)$$IfFr
 h#r
-#    4ayttx XKK -$If]gd)l8kd:R)$$If###4ayttx $G$If]gd)l^kdQ)$$IfFr
+#    4ayttx #$-.8:cXKK +$If]gd)l8kdR)$$If###4ayttx $G$If]gd)l^kdR)$$IfFr
 h#r
-#    4ayttx /01;=$G$If]gd)l^kdR)$$IfFr
+#    4ayttx e$G$If]gd)l^kdR)$$IfFr
 h#r
 #    4ayttx -$If]gd)l         E -$If]gd)l$G$If]gd)l^kdR)$$IfFr
+$If]gd)l         +$If]gd)l$G$If]gd)l^kdLS)$$IfFr
 h#r
-#    4ayttx EFOPZ_.X8kdS)$$If###4ayttx $G$If]gd)l^kdgS)$$IfFr
+#    4ayttx X8kd2T)$$If###4ayttx $G$If]gd)l^kdS)$$IfFr
 h#r
-#    4ayttx ./?U{ -$If]gd)l$G$If]gd)l^kd!T)$$IfFr
+#    4ayttx f +$If]gd)l$G$If]gd)l^kdyT)$$IfFr
 h#r
-#    4ayttx FG2^kdU)$$IfFr
+#    4ayttx 2^kd_U)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdT)$$IfFr
+#    4ayttx $G$If]gd)l^kdT)$$IfFr
 h#r
-#    4ayttx GTY`kdzU)$$If4Fr
+#    4ayttx IJKLY^_`kdU)$$If4Fr
 h#r
 `#    4ayttx  $If]gd)l$G$If]gd)l
-0`kdpV)$$If4Fr
+_`mrst0`kdV)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdU)$$If4Fr
+ #    4ayttx $G$If]gd)l`kdMV)$$If4Fr
 h#r
- #    4ayttx  `kdV)$$If4Fr
+ #    4ayttx t`kdCW)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l %&amp;'0`kdW)$$If4Fr
+ #    4ayttx $G$If]gd)l0`kd9X)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdfW)$$If4Fr
+ #    4ayttx $G$If]gd)l`kdW)$$If4Fr
 h#r
- #    4ayttx  &amp;5;LR`fsy  !-4DKY3Ao}$0\jFPR`7E'4m
-h)lNH
-h)l0J[h
-P&lt;h
-P&lt;CJOJQJhD%h)lCJOJQJh)lCJOJQJh)lP'5:;&lt;LQR`kd\X)$$If4Fr
+ #    4ayttx `kdX)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lRS`efg0`kdRY)$$If4Fr
+ #    4ayttx $G$If]gd)l0`kdY)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdX)$$If4Fr
+ #    4ayttx $G$If]gd)l`kd/Y)$$If4Fr
 h#r
- #    4ayttx gsxyz`kdY)$$If4Fr
+ #    4ayttx `kd%Z)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kdZ)$$If4Fr
+ #    4ayttx $G$If]gd)l',-.0`kd[)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdHZ)$$If4Fr
+ #    4ayttx $G$If]gd)l`kdZ)$$If4Fr
 h#r
- #    4ayttx `kd&gt;[)$$If4Fr
+ #    4ayttx .;@ABPUV`kd[)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd4\)$$If4Fr
+ #    4ayttx $G$If]gd)lVWdijk0`kd\)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd[)$$If4Fr
+ #    4ayttx $G$If]gd)l`kd\)$$If4Fr
 h#r
- #    4ayttx 
- `kd\)$$If4Fr
+ #    4ayttx kx~`kd])$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l   !0`kd])$$If4Fr
+ #    4ayttx $G$If]gd)lLX4An!&quot;/\]l;Hz an ES,ƹ hh)lhYRh)lCJOJQJ        h)l5
+h)lNH
+h)l0J[h
+P&lt;h
+P&lt;CJOJQJhD%h)lCJOJQJh)lCJOJQJh)lF0`kd])$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd*])$$If4Fr
+ #    4ayttx $G$If]gd)l`kd])$$If4Fr
 h#r
- #    4ayttx !-345DIJ`kd ^)$$If4Fr
+ #    4ayttx `kdx^)$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lJK1q -$If]gd)l$G$If]gd)l`kd^)$$If4Fr
+ #    4ayttx $G$If]gd)lL3t +$If]gd)l$G$If]gd)l`kd^)$$If4Fr
 h#r
- #    4ayttx         #KLY_X^kd]_)$$IfFr
+ #    4ayttx         X^kd_)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd_)$$If###4ayttx 2^kdC`)$$IfFr
+#    4ayttx $G$If]gd)l8kdn_)$$If###4ayttx $LM2^kd`)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd_)$$IfFr
+#    4ayttx $G$If]gd)l^kd(`)$$IfFr
 h#r
-#    4ayttx  -3^kd`)$$IfFr
+#    4ayttx MX^^kda)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l34AGop2^kda)$$IfFr
+#    4ayttx $G$If]gd)l2^kda)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd)a)$$IfFr
+#    4ayttx $G$If]gd)l^kda)$$IfFr
 h#r
-#    4ayttx p}^kdb)$$IfFr
+#    4ayttx  45AGn^kdgb)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l$n$G$If]gd)l$G$If]gd)l^kdb)$$IfFr
+#    4ayttx $G$If]gd)lnon$G$If]gd)l$G$If]gd)l^kdb)$$IfFr
 h#r
-#    4ayttx $%06\]0^kdrc)$$IfFr
+#    4ayttx 0^kdc)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l`kdb)$$If)Fr
+#    4ayttx $G$If]gd)l`kdMc)$$If)Fr
 h#r
-#    4ayttx ]jps$G$If]gdJ$G$If]gd
-P&lt;^kdc)$$IfFr
+#    4ayttx !&quot;/5\s$G$If]gd\($G$If]gd
+P&lt;^kd=d)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lF $7$G$Ifgd)l$G$If]gd)l^kdXd)$$IfFr
+#    4ayttx $G$If]gd)l\]lr $7$G$Ifgd)l$G$If]gd)l^kdd)$$IfFr
 h#r
-#    4aytJFGPRS`eK? $7$G$Ifgd)l8kd&gt;e)$$If###4ayttx -$If]gd)l$G$If]gd)l^kdd)$$IfFr
+#    4ayt\(;K? $7$G$Ifgd)l8kde)$$If###4ayttx +$If]gd)l$G$If]gd)l^kd#e)$$IfFr
 h#r
-#    4ayttx 2^kde)$$IfFr
+#    4ayttx ;&lt;HLz{2^kdPf)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kde)$$IfFr
+#    4ayttx $G$If]gd)l^kde)$$IfFr
 h#r
-#    4ayttx 78EI^kdkf)$$IfFr
+#    4ayttx {^kdf)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kdQg)$$IfFr
+#    4ayttx $G$If]gd)l $ab2^kdg)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdf)$$IfFr
+#    4ayttx $G$If]gd)l^kd6g)$$IfFr
 h#r
-#    4ayttx '(48m^kdg)$$IfFr
+#    4ayttx bnr^kdh)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lmn2^kdh)$$IfFr
+#    4ayttx $G$If]gd)l EF2^kdi)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd7h)$$IfFr
+#    4ayttx $G$If]gd)l^kdh)$$IfFr
 h#r
-#    4ayttx &quot;a^kdi)$$IfFr
+#    4ayttx FSW^kdui)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lOPabqu28xyHI\]pz{JR
-;&lt;noIQ -@NO]`nIWh:nh)lCJOJQJh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
-h)lNHh)lh)lCJOJQJGabqu2^kdj)$$IfFr
+#    4ayttx $G$If]gd)l892^kd[j)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdi)$$IfFr
+#    4ayttx $G$If]gd)l^kdi)$$IfFr
 h#r
-#    4ayttx 2X^kdj)$$IfFr
+#    4ayttx ,-8C[\]j&gt;?56@JVQYIW_mv&lt;J}~lw&amp;h:nh)lCJOJQJ
+h)lNHh)lh)lCJOJQJh:nh)l5        h)l5 hh)lhh)lNHL9]^jlX^kdk)$$IfFr
 h#r
-#    4ayttx 8kdvj)$$If###4ayttx $G$If]gd)l        2378K\ -$If]gd)l$G$If]gd)l^kd0k)$$IfFr
+#    4ayttx 8kdj)$$If###4ayttx $G$If]gd)l         +$If]gd)l$G$If]gd)l^kdk)$$IfFr
 h#r
-#    4ayttx \]pv2^kdl)$$IfFr
+#    4ayttx @A2^kdnl)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdk)$$IfFr
+#    4ayttx $G$If]gd)l^kdk)$$IfFr
 h#r
-#    4ayttx J +#    4ayttx AJKVXw  $If]gd)l -$G$If]gd)l8kdl)
 $$If###4ayttx $G$If]gd)lJKRW~ -$G$If]gd)l$G$If]gd)l^kdl)$$IfFr
+$G$If]gd)l8kdl)$$If###4ayttx $G$If]gd)l~ +$G$If]gd)l$G$If]gd)l^kd(m)$$IfFr
 h#r
-#    4ayttx 
-~ -$G$If]gd)l$G$If]gd)l^kdCm)$$IfFr
+#    4ayttx Q~ +$G$If]gd)l$G$If]gd)l^kdm)$$IfFr
 h#r
-#    4ayttx ~ -$G$If]gd)l$G$If]gd)l^kdm)$$IfFr
+#    4ayttx QRY^~ +$G$If]gd)l$G$If]gd)l^kdn)$$IfFr
 h#r
-#    4ayttx I~ -$G$If]gd)l$G$If]gd)l^kd)n)$$IfFr
+#    4ayttx ~ +$G$If]gd)l$G$If]gd)l^kdn)$$IfFr
 h#r
-#    4ayttx IJQV -~ -$G$If]gd)l$G$If]gd)l^kdn)$$IfFr
+#    4ayttx ~ +$G$If]gd)l$G$If]gd)l^kdn)$$IfFr
 h#r
-#    4ayttx  -@A2^kdo)$$IfFr
+#    4ayttx 2^kdo)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdo)$$IfFr
+#    4ayttx $G$If]gd)l^kdgo)$$IfFr
 h#r
-#    4ayttx ANRO^kdo)$$IfFr
+#    4ayttx IJW[^kdMp)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lOP]a2^kdp)$$IfFr
+#    4ayttx $G$If]gd)l_`2^kd3q)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdhp)$$IfFr
+#    4ayttx $G$If]gd)l^kdp)$$IfFr
 h#r
-#    4ayttx `anr^kdNq)$$IfFr
+#    4ayttx `mqv^kdq)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lIJ2^kd4r)$$IfFr
+#    4ayttx $G$If]gd)lvw2^kdr)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdq)$$IfFr
+#    4ayttx $G$If]gd)l^kdr)$$IfFr
 h#r
-#    4ayttx JW[
-$G$Ifgd)l^kdr)$$IfFr
+#    4ayttx &lt;=JN
+$G$Ifgd)l^kdr)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lW$[\{6jk;CbncvFGKVuVe,6no#$%5YZhwxVW
-h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5
-h)lNHh)lCJOJQJh)lQ$({|2^kds)$$IfFr
+#    4ayttx $G$If]gd)l2^kds)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kds)$$IfFr
+#    4ayttx $G$If]gd)l^kdrs)$$IfFr
 h#r
-#    4ayttx |~ -$G$If]gd)l^kdt)$$IfFr
+#    4ayttx lmw{~ +$G$If]gd)l^kdXt)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l,-67X8kdt)$$If###4ayttx $G$If]gd)l^kdst)$$IfFr
+#    4ayttx $G$If]gd)lX8kd&gt;u)$$If###4ayttx $G$If]gd)l^kdt)$$IfFr
 h#r
-#    4ayttx ;&lt;2^kdu)$$IfFr
+#    4ayttx &amp;'XY12Pc)0&gt;]h        &quot;2CMEFwx +)? h5h)lCJOJQJ^JaJ
+h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5h)lCJOJQJh)l
+h)lNHJ2^kdu)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd-u)$$IfFr
+#    4ayttx $G$If]gd)l^kdu)$$IfFr
 h#r
-#    4ayttx &lt;CEbcnp^kdv)$$IfFr
+#    4ayttx ^kdkv)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lcd2^kdv)$$IfFr
+#    4ayttx $G$If]gd)l2^kdQw)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdv)$$IfFr
+#    4ayttx $G$If]gd)l^kdv)$$IfFr
 h#r
-#    4ayttx dvy^kdlw)$$IfFr
+#    4ayttx PQcf^kdw)$$IfFr
 h#r
-#    4ayttx $G$If]gd)lKL2^kdRx)$$IfFr
+#    4ayttx $G$If]gd)l2^kdx)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdw)$$IfFr
+#    4ayttx $G$If]gd)l^kd7x)$$IfFr
 h#r
-#    4ayttx LV\uv^kdx)$$IfFr
+#    4ayttx ^kdy)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kdy)$$IfFr
+#    4ayttx $G$If]gd)l)/012^kdz)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd8y)$$IfFr
+#    4ayttx $G$If]gd)l^kdy)$$IfFr
 h#r
-#    4ayttx VWek^kdz)$$IfFr
+#    4ayttx 1&gt;C]^kdvz)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l,-2^kd{)$$IfFr
+#    4ayttx $G$If]gd)l]^hm2^kd\{)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdz)$$IfFr
+#    4ayttx $G$If]gd)l^kdz)$$IfFr
 h#r
-#    4ayttx -6;^kdw{)$$IfFr
+#    4ayttx         
+#^kd{)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l$%5;YX8kd]|)$$If###4ayttx $G$If]gd)l^kd{)$$IfFr
+#    4ayttx $G$If]gd)lX8kd|)$$If###4ayttx $G$If]gd)l^kdB|)$$IfFr
 h#r
-#    4ayttx YZhn2^kd})$$IfFr
+#    4ayttx 2^kdo})$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd|)$$IfFr
+#    4ayttx $G$If]gd)l^kd|)$$IfFr
 h#r
-#    4ayttx ~8kd})$$If###4ayttx 8kd})$$If###4ayttx $G$If]gd)l] -$If]gd)l$G$If]gd)l^
 kd~)$$IfFr
+#    4ayttx &quot;#25C~8kd)~)$$If###4ayttx 8kd})$$If###4ayttx $G$If]gd)lCDMO +$If]gd)l$G$If]gd)
 l^kdp~)$$IfFr
 h#r
-#    4ayttx z
-$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd~)$$IfFr
+#    4ayttx )z
+$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd~)$$IfFr
 h#r
-#    4ayttx  !ef)4?JZgr,]^01Sbwx 1]oQa                                /
-9
-i
-q
-
-
-
-
-= Q                          h)l5
-h)l0J[ h5h)lCJOJQJ^JaJh)lCJOJQJh)l
-h)lNHR3 -$If]gd)l$G$If]gd)l^kd~)$$IfFr
+#    4ayttx )*?E(s +$If]gd)l$G$If]gd)l^kdV)$$IfFr
 h#r
-#    4ayttx 2^kd)$$IfFr
+#    4ayttx &amp;s'XYCRtyz})        8                                        /
+C
+v
+w
+
+
+ +  8 9 d e        hwXh)lCJOJQJ^JaJ        h)l5
+h)lNH
+h)l0J[h)lCJOJQJh)l h5h)lCJOJQJ^JaJKst2^kd&lt;)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdq)$$IfFr
+#    4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx )+45?X^kd)$$IfFr
+#    4ayttx X^kd)$$IfFr
 h#r
-#    4ayttx 8kdW)$$If###4ayttx $G$If]gd)l?@JLZ[girX^kdX)$$IfFr
+#    4ayttx 8kd)$$If###4ayttx $G$If]gd)lX^kd)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd)$$If###4ayttx rs2^kd&gt;)$$IfFr
+#    4ayttx $G$If]gd)l8kdi)$$If###4ayttx 
+2^kd)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdˁ)$$IfFr
+#    4ayttx $G$If]gd)l^kd#)$$IfFr
 h#r
-#    4ayttx ,1`kd)$$IfJFr
+#    4ayttx ',C`kd        )$$IfJFr
 h#r
-#    4ayttx $G$If]gd)lST2^kd)$$IfFr
+#    4ayttx $G$If]gd)lCDRW2^kd)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd()$$IfFr
+#    4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx TbgI -$If]gd)l^kd)$$IfFr
+#    4ayttx tu + +$If]gd)l^kdf)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l P?kd)$$If^###44
-layttx $G$If]gd)l`kd)$$IfFr
+#    4ayttx $G$If]gd)l +P?kdP)$$If^###44
+layttx $G$If]gd)l`kdل)$$IfFr
 h#r
-#    4ayttx  !13]^orXK -$If]gd)l^kd)$$IfFr
+#    4ayttx  +XK +$If]gd)l^kdم)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l8kd:)$$If###4ayttx         Q~q +^%#    4ayttx $G$If]gd)l8kd)$$If###4ayttx  +}~~q
   $If]gd)l -:$G$If]gd)l^kd)$$IfFr
+:$G$If]gd)l^kdL)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lQRahz         -$If]gd)l$G$If]gd)l^kdg)$$IfFr
+^%#    4ayttx $G$If]gd)l +$If]gd)l$G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx                                 (        p                 -$If]gd)l$G$If]gd)l^kdچ)$$IfFr
+^%#    4ayttx )         +$If]gd)l$G$If]gd)l^kd2)$$IfFr
 #r
-^%#    4ayttx                                         /
- -$If]gd)l$G$If]gd)l^kdM)$$IfFr
+^%#    4ayttx )        *        8        &gt;        P                 +$If]gd)l$G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx /
-0
-9
-?
-i
-j
-2^kd3)$$IfFr
+^%#    4ayttx                                                 2^kd)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kd)$$IfFr
+^%#    4ayttx $G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx j
-q
-v
-
-
-
-
-= ^kd)$$IfFr
+^%#    4ayttx                         /
+0
+C
+I
+
+^kd)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l= &gt; Q W   2^kd)$$IfFr
+^%#    4ayttx $G$If]gd)l
+
+
+
+  2^kd)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kd)$$IfFr
+^%#    4ayttx $G$If]gd)l^kdq)$$IfFr
 #r
-^%#    4ayttx  $ *      -7 -~q -$If]gd)l^kd)$$IfFr
+^%#    4ayttx    p q }    ~q +$If]gd)l^kdW)$$IfFr
 #r
-^%#    4ayttx n$G$If]gd)l$G$If]gd)l $ Z [ \ o       7 -C - - - - - - -([\        k|#$=&gt;fydy&quot;.q{        ^j        h)l5
+^%#    4ayttx n$G$If]gd)l$G$If]gd)l            
+ &lt; = p }    + +J +K +f +t + + + Yg?MwgxUVh`aMNvAKbnȾشدد        h)l5
 h)lCJh
 P&lt;h
-P&lt;CJOJQJ
-h)lNH$hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJh)lh)lCJOJQJE7 -8 -C -E - -~n$G$If]gd)l$G$If]gd)l^kdr)$$IfFr
+P&lt;CJOJQJh)lCJOJQJ
+h)lNHh)l hwXh)lCJOJQJ^JaJ$hwXh)lCJNHOJQJ^JaJE    f +~n$G$If]gd)l$G$If]gd)l^kdʊ)$$IfFr
 #r
-^%#    4ayttx  - - - -2^kdX)$$IfFr
+^%#    4ayttx f +g +t +z + + +2^kd)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kd)$$IfFr
+^%#    4ayttx $G$If]gd)l^kd=)$$IfFr
 #r
-^%#    4ayttx (.^kdˋ)$$IfFr
+^%#    4ayttx  + + +YZgm?^kd#)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l~~$G$If]gd)l -($G$If]gd)l^kd&gt;)$$IfFr
+^%#    4ayttx $G$If]gd)l?@MQw~~$G$If]gd)l +($G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx ~~$G$If]gd)l -($G$If]gd)l^kd)$$IfFr
+^%#    4ayttx wx~~$G$If]gd)l +($G$If]gd)l^kd        )$$IfFr
 #r
-^%#    4ayttx         jk2^kd)$$IfFr
+^%#    4ayttx 2^kd)$$IfFr
 #r
-^%#    4aytJ$G$If]gdJ^kd$)$$IfFr
+^%#    4ayt\($G$If]gd\(^kd|)$$IfFr
 #r
-^%#    4ayttx k|$G$If]gd)l^kd
-)$$IfFr
+^%#    4ayttx  fgx~S$G$If]gd)l^kdb)$$IfFr
 #r
-^%#    4aytJ$G$If]gdJ:Kkd)$$If0C%#4ayttx $G$If]gd)l
-$G$Ifgd)l^kd})$$IfFr
+^%#    4ayt\($G$If]gd\(STUVWhn:KkdH)$$If0C%#4ayttx $G$If]gd)l
+$G$Ifgd)l^kdՎ)$$IfFr
 #r
-^%#    4ayttx fgy^kdM)$$IfFr
+^%#    4ayttx n^kd)$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l;d -$If]gd)l$G$If]gd)l^kd)$$IfFr
+^%#    4ayttx $G$If]gd)l +$If]gd)l$G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx dey{ -$If]gd)l$G$If]gd)l^kd3)$$IfFr
+^%#    4ayttx &amp;Vv +$If]gd)l$G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx &quot;#.0qX8kd)$$If###4ayttx $G$If]gd)l^kd)$$IfFr
+^%#    4ayttx vwX8kdq)$$If###4ayttx $G$If]gd)l^kd)$$IfFr
 #r
-^%#    4ayttx qr{2^kdӑ)$$IfFr
+^%#    4ayttx AB2^kd+)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd`)$$IfFr
+#    4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx          -^^kdF)$$IfFr
+#    4ayttx BKO^kd)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^_jn -$If]gd)l$G$If]gd)l^kd)$$IfFr
+#    4ayttx $G$If]gd)lab +$If]gd)l$G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx _`2^kd)$$IfFr
+#    4ayttx bcnr2^kd)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd,)$$IfFr
+#    4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx _ -34DS*;[fw ( m |   .!=!!!!&quot;1&quot;;&quot;M&quot;w&quot;&quot;&quot;&quot;&quot;&quot;%#/#@#n#}#h)l0J[OJQJ
+#    4ayttx !UK^kd)$$IfFr
+h#r
+#    4ayttx +$If]gd)l8kdj)$$If###4ayttx $G$If]gd)l +)4C!&quot;+j[\JVNYl &lt;G  0   3!D!!!!!!&quot; &quot;@&quot;L&quot;v&quot;&quot;&quot;&quot;&quot;&quot;#/#@##h)l0J[OJQJ
 h)l0J[ h+h)lh+h)lCJOJQJ  h)l5NH hh)lhh)lCJOJQJ
-h)lNH        h)l5h)lh)lCJOJQJB` K^kdY)$$IfFr
+h)lNH        h)l5h)lh)lCJOJQJB + +$If]gd)l^kd$)$$IfFr
 h#r
-#    4ayttx -$If]gd)l8kd)$$If###4ayttx $G$If]gd)l -/F^ -$If]gd)l^kd̔)$$IfFr
+#    4ayttx $G$If]gd)l +&amp;)*2^kd
+)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd)$$IfFr
+#    4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd?)$$IfFr
+#    4ayttx *45CLm!&quot;K^kdĖ)$$IfFr
 h#r
-#    4ayttx K^kdl)$$IfFr
-h#r
 #    4ayttx -$If]gd)l8kd%)$$If###4ayttx $G$If]gd)lDESnX8kdR)$$If###4ayttx ^kdߖ)$$IfFr
+$If]gd)l8kd})$$If###4ayttx $G$If]gd)l&quot;+1jkX8kd)$$If###4ayttx ^kd7)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l        =XKK -$If]gd)l8kd )$$If###4ayttx $G$If]gd)l^kd)$$IfFr
+#    4ayttx $G$If]gd)l        JKVZ|XKK +$If]gd)l8kdd)$$If###4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx =P`x$G$If]gd)l^kdS)$$IfFr
+#    4ayttx  4NOY$G$If]gd)l^kd)$$IfFr
 h#r
 #    4ayttx -$If]gd)l *X^kd -)$$IfFr
+$If]gd)lYZlX^kde)$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kdƘ)$$If###4ayttx *+;VZ[ +#    4ayttx $G$If]gd)l8kd)$$If###4ayttx 
   x
 $If]gd)l  x
-$G$If]gd)l$G$If]gd)l8kd)$$If###4ayttx [\fgwX8kd:)$$If###4ayttx $G$If]gd)l^kdǙ)$$IfFr
+$G$If]gd)l$G$If]gd)l8kdؙ)$$If###4ayttx  X8kd)$$If###4ayttx $G$If]gd)l^kd)$$IfFr
 h#r
-#    4ayttx  XK -$If]gd)l8kd)$$If###4ayttx $G$If]gd)l^kd)$$IfFr
+#    4ayttx   +&lt;=GMyXK +$If]gd)l8kdL)$$If###4ayttx $G$If]gd)l^kdٚ)$$IfFr
 h#r
-#    4ayttx   ( * P m $G$If]gd)l^kd;)$$IfF|
+#    4ayttx $G$If]gd)l^kd)$$IfF|
 X#|
-#    4ayttx m n |    2^kd!)$$IfF|
+#    4ayttx      2^kdy)$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kd)$$IfF|
+#    4ayttx $G$If]gd)l^kd)$$IfF|
 X#|
-#    4ayttx     .!/!=!D!w!!^kd)$$IfF|
+#    4ayttx   0 8 y     !2!^kd)$$IfF|
 X#|
-#    4ayttx $G$If]gd)l        !!!!!!2^kdz)$$IfF|
+#    4ayttx $G$If]gd)l        2!3!D!J!!!2^kdҝ)$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kd)$$IfF|
+#    4ayttx $G$If]gd)l^kd_)$$IfF|
 X#|
-#    4ayttx !!&quot;%&quot;1&quot;2&quot;;&quot;&lt;&quot;M&quot;w&quot;x0kdD)$$If##4a0Hkd)$$If06
+#    4ayttx !!!!!!!!!&quot;x0kd)$$If##4a0HkdE)$$If06
 #r
 44
-la0 $G$If]n        w&quot;x&quot;&quot;&quot;&quot;&quot;&quot;SHkd)$$If06
+la0 $G$If]n        &quot;&quot; &quot;@&quot;A&quot;L&quot;v&quot;SHkd=)$$If06
 #r
 44
-la0n$G$If] $G$If]Hkd)$$If06
+la0n$G$If] $G$If]Hkd)$$If06
 #r
 44
-la0&quot;&quot;&quot;%#&amp;#/#cHkd)$$If06
+la0v&quot;w&quot;&quot;&quot;&quot;&quot;cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd&lt;)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0/#0#@#n#o#}##zHkd4)$$If06
+la0&quot;&quot;&quot;&quot;&quot;#/#zHkd)$$If06
 #r
 44
-la0 $G$If]0kd)$$If##4a0}###5$?$R$$$$$$$i%j%w%%%%&amp;N&amp;a&amp;&amp;&amp;&amp;&amp;'.'''''M(W(g((()-)))) *d*t***-+&lt;++++,^,q,,,,--5-?-d-k-------..7.B.v.{.....//S/Y///h)lCJNHOJQJ
-h)lNHh)l0J[OJQJh)lCJOJQJh)lT####5$6$?$YHkd)$$If06
+la0 $G$If]0kdB)$$If##4a0/#0#@#l####YHkd:)$$If06
 #r
 44
 la0
-$If] $G$If]Hkd)$$If06
+$If] $G$If]Hkd)$$If06
 #r
 44
-la0?$@$R$$$$/%w%zp
-$If]Hkd)$$If06
+la0###V$W$`$b$c$y$$$%
+%$%q%%%%&amp;-&amp;`&amp;p&amp;&amp;&amp;''q'''''A(S((()')))))T*c***+'+}++++[,e,m,,,,,,,--?-D-a-l------..'.\.b.....$/5/q/{//h)lCJNHOJQJ
+h)lNHh)lh)lCJOJQJh)l0J[OJQJT###`$a$y$$%zp
+$If]Hkdۡ)$$If06
 #r
 44
-la0 $G$If]0kd9)$$If##4a0w%x%%%%%z0kd1)$$If##4a0 $G$If]Hkdڡ)$$If06
+la0 $G$If]0kd)$$If##4a0%%
+% %$%q%z0kd)$$If##4a0 $G$If]Hkd2)$$If06
 #r
 44
-la0%%&amp;N&amp;O&amp;a&amp;&amp;cHkdҢ)$$If06
+la0q%r%%%%%&amp;cHkd*)$$If06
 #r
 44
-la0 $G$If]Hkd{)$$If06
+la0 $G$If]HkdӢ)$$If06
 #r
 44
-la0&amp;&amp;&amp;&amp;&amp;&amp;'cHkd)$$If06
+la0&amp;&amp;-&amp;`&amp;a&amp;p&amp;&amp;cHkdأ)$$If06
 #r
 44
-la0 $G$If]Hkd))$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0' '.'S''''''YHkd.)$$If06
+la0&amp;&amp;&amp;&amp;'''@'q'YHkd)$$If06
 #r
 44
 la0
-$If] $G$If]Hkdף)$$If06
+$If] $G$If]Hkd/)$$If06
 #r
 44
-la0'''(M(N(W(YHkdܤ)$$If06
+la0q'r''''''YHkd4)$$If06
 #r
 44
 la0
-$If] $G$If]Hkd)$$If06
+$If] $G$If]Hkdݤ)$$If06
 #r
 44
-la0W(X(g(((()zHkd})$$If06
+la0'''A(B(S((zHkdե)$$If06
 #r
 44
-la0 $G$If]0kd3)$$If##4a0))-)))))cHkd+)$$If06
+la0 $G$If]0kd)$$If##4a0((())'))cHkd)$$If06
 #r
 44
-la0 $G$If]Hkdԥ)$$If06
+la0 $G$If]Hkd,)$$If06
 #r
 44
-la0)) *d*e*t**cHkd٦)$$If06
+la0))))))T*cHkd1)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkdڦ)$$If06
 #r
 44
-la0***-+.+&lt;++cHkd)$$If06
+la0T*U*c****+cHkdߧ)$$If06
 #r
 44
-la0 $G$If]Hkd0)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0+++++,^,cHkd5)$$If06
+la0++'+}+~+++cHkd)$$If06
 #r
 44
-la0 $G$If]Hkdާ)$$If06
+la0 $G$If]Hkd6)$$If06
 #r
 44
-la0^,_,q,,,,,YHkd)$$If06
+la0+++9,[,\,e,YHkd;)$$If06
 #r
 44
 la0
-$If] $G$If]Hkd)$$If06
+$If] $G$If]Hkd)$$If06
 #r
 44
-la0,,,-        --5-zHkd)$$If06
+la0e,f,m,,,,,zHkdܩ)$$If06
 #r
 44
-la0 $G$If]0kd:)$$If##4a05-6-?-d-e-k--cHkd2)$$If06
+la0 $G$If]0kd)$$If##4a0,,,,,,-cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd۩)$$If06
+la0 $G$If]Hkd3)$$If06
 #r
 44
-la0-------cHkd)$$If06
+la0---?-@-D-a-cHkd8)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0---...7.cHkd)$$If06
+la0a-b-l-----cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd7)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la07.8.B.v.w.{..cHkd&lt;)$$If06
+la0----...cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkd=)$$If06
 #r
 44
-la0....../cHkd)$$If06
+la0..'.\.].b..cHkdB)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0///S/T/Y//cHkd)$$If06
+la0......$/cHkd)$$If06
 #r
 44
-la0 $G$If]HkdA)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0//////cHkdF)$$If06
+la0$/%/5/q/r/{/cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]HkdG)$$If06
 #r
 44
-la0////5060e0k000000000&amp;141p1z1{1111*2+292A2f2n2222223&amp;3'3k3l333334#44444 -5&amp;5A5D5P5b555B6R6666667.7;7g7s7777788I8V8888889-9hPrhv
-hvNH
-h)lNHh)lCJOJQJh)l0J[OJQJh)lT///e0f0k00zHkd)$$If06
+la0{/|/////0zHkd?)$$If06
 #r
 44
-la0 $G$If]0kd)$$If##4a00000000cHkd)$$If06
+la0 $G$If]0kd)$$If##4a0/////00:0D0T0^0n0|000011        1?1@1111111,242i2n2r222222 33F3M333R4\4]4w4444444a5j555        66G6T6666666'747`7m77777 88D8Q8}888888hPrhv
+hvNHh)l0J[OJQJh)lCJOJQJ
+h)lNHh)lT000:0;0D0T0cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd&gt;)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0000000&amp;1cHkdC)$$If06
+la0T0U0^0n0o0|00cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]HkdD)$$If06
 #r
 44
-la0&amp;1'141p1q1z1{1cHkd)$$If06
+la00000011cHkdI)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0{1|1192:2A2f2cHkd)$$If06
+la011        11111cHkd)$$If06
 #r
 44
-la0 $G$If]HkdH)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0f2g2n22222cHkdM)$$If06
+la0111,2-242i2cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]HkdN)$$If06
 #r
 44
-la02223333THkd)$$If06
+la0i2j2n2 3 +33F3THkdS)$$If06
 #r
 44
-la0$G$If]gdv $G$If]Hkd)$$If06
+la0$G$If]gdv $G$If]Hkd)$$If06
 #r
 44
-la033344#44cHkd)$$If06
+la0F3G3M3333R4cHkd)$$If06
 #r
 44
-la0 $G$If]HkdR)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0444444 -5cT$G$If]gd)lHkdW)$$If06
+la0R4S4\4]4^4w44cT$G$If]gd)lHkd)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]HkdX)$$If06
 #r
 44
-la0 -55&amp;5P5Q5b5555cYL +la0444444 +505a5cYL  $If]gd)l
-$If]Hkd)$$If06
+$If]Hkd])$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0555 6&amp;6B6C6R66YHkd)$$If06
+la0a5b5j555555        6YHkd )$$If06
 #r
 44
 la0
-$If] $G$If]Hkd\)$$If06
+$If] $G$If]Hkd)$$If06
 #r
 44
-la06666666cHkda)$$If06
+la0        6
+66G6H6T66cHkd)$$If06
 #r
 44
-la0 $G$If]Hkd
-)$$If06
+la0 $G$If]Hkdb)$$If06
 #r
 44
-la0667.7/7;7g7cHkd)$$If06
+la06666666cHkdg)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0g7h7s77777cHkd)$$If06
+la0666'7(747`7cHkd)$$If06
 #r
 44
-la0 $G$If]Hkdf)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0777888I8cHkdk)$$If06
+la0`7a7m77777cHkdø)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkdl)$$If06
 #r
 44
-la0I8J8V88888cHkd)$$If06
+la0777 8 88D8cHkdq)$$If06
 #r
 44
-la0 $G$If]Hkd¸)$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0888889-9cHkdǹ)$$If06
+la0D8E8Q8}8~888cHkd)$$If06
 #r
 44
-la0 $G$If]Hkdp)$$If06
+la0 $G$If]Hkdȹ)$$If06
 #r
 44
-la0-9.9;9h9i9v99cHkdu)$$If06
+la0888888,9cHkdͺ)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkdv)$$If06
 #r
 44
-la0-9;9h9v99999:$:P:\::::::;2;?;k;w;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;&lt;&lt;&lt;̸̡hr.0JXCJmHnHuhMH1he~0JXCJjhMH1he~0JXCJUjj)he~Ujξ)he~Uhe~j2)he~UhMH1he~CJ
-he~CJh)jh)U h
-&amp;h)lh\th)lh)lCJOJQJ2999999:cHkd#)$$If06
+la08,9:9g9t99999::G:T::::::;3;@;H;I;J;L;M;O;P;R;S;U;Z;[;\;^;c;d;e;g;h;i;;;;;;;̸̡h2n0JXCJmHnHu*hMH1h8oV0JXCJjhMH1h8oV0JXCJUj¿)h8oVUj&amp;)h8oVUh8oVj)h8oVUhMH1h8oVCJ
+h8oVCJhY&lt;jhY&lt;U h
+&amp;h)lh\th)lCJOJQJh)l.,9-9:9g9h9t99cHkd{)$$If06
 #r
 44
-la0 $G$If]Hkd̺)$$If06
+la0 $G$If]Hkd$)$$If06
 #r
 44
-la0::$:P:Q:\::cHkdѻ)$$If06
+la0999999:cHkd))$$If06
 #r
 44
-la0 $G$If]Hkdz)$$If06
+la0 $G$If]Hkdһ)$$If06
 #r
 44
-la0:::::::cHkd)$$If06
+la0:::G:H:T::cHkd׼)$$If06
 #r
 44
-la0 $G$If]Hkd()$$If06
+la0 $G$If]Hkd)$$If06
 #r
 44
-la0::;2;3;?;k;cHkd-)$$If06
+la0:::::::cHkd)$$If06
 #r
 44
-la0 $G$If]Hkdּ)$$If06
+la0 $G$If]Hkd.)$$If06
 #r
 44
-la0k;l;w;;;;;;;;;c^YYYYYgd)lgd)lHkd۽)$$If06
+la0::;+;,;-;.;/;0;1;2;c^YYYYYgd)lgd)lHkd3)$$If06
 #r
 44
-la0 $G$If]Hkd)$$If06
+la0 $G$If]Hkdܽ)$$If06
 #r
 44
 la0
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gd)l;;;;;;;;;;;&lt;&lt;
-&lt;0&lt;1&lt;2&lt;3&lt;4&lt;5&lt;6&lt;7&lt;8&lt;9&lt;:&lt;;&lt;&lt;&lt;p -gd)lo$a$gd)lgd)logd)l&lt;&lt;&lt;        &lt;
-&lt;$&lt;%&lt;&amp;&lt;,&lt;-&lt;.&lt;/&lt;0&lt;=&lt;B&lt;C&lt;D&lt;E&lt;F&lt;K&lt;L&lt;M&lt;N&lt;O&lt;P&lt;Q&lt;k&lt;l&lt;m&lt;s&lt;t&lt;v&lt;w&lt;x&lt;y&lt;z&lt;{&lt;&lt;&lt;&lt;ͳܚ܋vmejv)he~UhRhe~CJhr.0JXCJmHnHuj)he~Uj&gt;)he~U hRhe~j)he~U jhMH1he~0JXCJU*hr.0JXCJmHnHu*hMH1he~0JXCJjhMH1he~0JXCJUhMH1he~CJ
-he~CJj)he~Uhe~h}A9he~CJ'&lt;&lt;=&lt;C&lt;E&lt;F&lt;L&lt;N&lt;O&lt;Q&lt;x&lt;y&lt;{&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;p -gd)lo$a$gd)lgd)logd)l&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;        =
-= =========ƽƽ̞ƽ̖ƽ̒ h
-&amp;h)lh)j)he~UjJ)he~Uj)he~U hRhe~j)he~UhMH1he~CJ
-he~CJhe~hRhe~CJhr.0JXCJmHnHujhMH1he~0JXCJUhMH1he~0JXCJ'&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;========gd)lpgd)lp +2;3;4;5;6;7;8;9;:;;;&lt;;=;&gt;;?;@;A;B;C;D;E;F;G;H;I;K;L;N;O;Q;
 gd)lQ;R;T;U;[;];^;d;f;g;i;;;;;;;;;;;;;;;;;p +gd)lo$a$gd)lgd)logd)l;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;&lt; !'(*˼˚ˋ˼xp˼j)h8oVUhRh8oVCJUj2)h8oVUj)h8oVU hRh8oVj)h8oVUh2n
 0JXCJmHnHu*hMH1h8oV0JXCJjhMH1h8oV0JXCJUhMH1h8oVCJ
+h8oVCJj^)h8oVUh8oVh}A9h8oVCJ jhMH1h8oV0JXCJU*,;;;;;;;;;,-./0123456789?p +gd)lo$a$gd)lgd)logd)l
  + + +WRF-ARW V3: Users Guide        6- PAGE 45 + + + + + + + + + + + + + +WRFDA + + +WRFDA + + + +WRF-ARW V3: Users Guide                6- PAGE 56 + + +WRF-ARW V3: Users Guide                6- PAGE 55 + + + + + + + +*+,9&gt;?@ABGHIKLMhijpqstuvwxӼӥӥz h
+&amp;h)lhY&lt;j&gt;)h8oVUh2n0JXCJmHnHuhMH1h8oV0JXCJjhMH1h8oV0JXCJUj)h8oVUj)h8oVU hRh8oVjj)h8oVUhMH1h8oVCJ
+h8oVCJh8oVhRh8oVCJ jhMH1h8oV0JXCJU*$?ABHJKMuvxgd)lpgd)lp  gd)logd)lo$a$gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRF-VarDyK _Installing_WRF-VarDyK _Installing_WRFNL_andqDyK WRFPlusDyK _Installing_WRFNL_andD
 yK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_Data_Assimilations}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:D
 yK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybrid_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_1DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$
 \
 
-C 8A wrfda_flowchartb; U&quot;to ճ 8n U&quot;to ճPNG
+C 8A wrfda_flowchartb; U&quot;to ճ n U&quot;to ճPNG
 
   IHDR
@@ -4064,11 +4082,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_be_1DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5
 / / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / aDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmyX;H,]ą'cDyK 
 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,]ą'cformatDdf;
+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_be_1DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html
 $$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / 
 aDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmyX;H,]ą'cDyK 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/u
 sers/wrfda/download/testdata.htmlDdf;
 !
 T
-
- 0Ab&quot;AP)9%&quot;8n&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        ٟĒ
@@ -4951,10 +4969,10 @@
 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 _Description_of_Namelist_10DdG 
+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_10D
 dG 
 MT
-
- 0Ab&quot;09&gt;z`k0/8n/9&gt;z`k0PNG
+
+ 0Ab&quot;09&gt;z`k0/Xn/9&gt;z`k0PNG
 
   IHDR        iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -6265,9 +6283,9 @@
 ^''88ot~C@`HZ؋i3G~ Q4:H+&gt;.Y_C~YBV=&quot;Fg}@T@A =0=77mO=۪/vxˮr^k`Vdmɀۖ|{۲[Z#`R  @'@@OT\qdmGiMuȤV|T[e&gt;JBYC╙mk K~ A  @A  ܇BA  @A  &gt;@C(׃@A  @A #:l@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`rگqIENDB`DyK y
 K 2http://www.ncl.ucar.edu/DyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlxDd;7
 !
 T
-
+
  0AbWx;DY
-3#E3xV(8n+x;DY
+3#E3x(n+x;DY
 3#EPNG
 
  @@ -7533,9 +7551,9 @@
 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!vh5        5 5 #v        #v #v :V T,5        5 5 / / / / al$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alD
 yK &quot;_Running_Observation_Preprocessor$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1D
 yK _Additional_WRFDA_Exercises:_1DyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK _Running_WRF-Var_1U$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :
 V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 a[$$Ifd!vh5|5 #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.htmlP$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 5
 5P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#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[pfK
-8@=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 @@ -10411,8 +10429,8 @@
 #z:Ct38#&gt;ԡ;WAGӝ=}ڹ^-ܬPqs}4*\K/]fӐ:;sT2n\sZb+&gt;VԌz4RoFIRq?x3l?'ڹs~_kљOGtu4z͞gq{4ә|ZLR3^YhAME:u^nz:NoM3lj)5sj⧚v 3bطO馯tWN;}$fiOևSUo.xw+^,'!2w;k+A%ЩN=r+39os:=5us5Ù&gt;:̣. t'C2gV&lt;s񠳒9w%QzɡƙZ,&lt;Sύkg69{XbUI_.ûZş~-6N&amp;2W$6-։MģmI6ijK,1SU71GjJQYPloH\ 4787s☒X`)gIJ~a2Rs! 837'qYxĬ&amp;w&amp;'{%7ᤣ&amp;t8I{MRnS-iK*s4Bs屭ȞIGL\R1q^J&lt;gVQ_rۼȞa  z/W\&amp;Kjz1^w+۸XfDCdÐDyK yK http://www.mmm.ucar.edu/wrf/u
 sers/wrfda/download/CONVERTER.gzyX;H,]ą'cDyK yK \http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/DyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html1i Dd*22
 qT
-
- 0Abh ҟrSseh -!8n]h ҟrSsPNG
+
+ 0Abh ҟrSseh !n]h ҟrSsPNG
 
   IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -15309,8 +15327,8 @@
 6ؠtM7޸ViOE!S@S+R-ZTYti$-K~e JG_\o‌J6@@@@Lw/bdɒx g{-e  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_updated_for_cv6.pdfyX;H,]ą'c$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        
 5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/DyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html6yDd
 T
-
- 0AbxPdc%jx8nbxPdc%PNG
+
+ 0AbxPdc%jxPnbxPdc%PNG
 
   IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -15883,8 +15901,8 @@
 ٠Bl0&gt;]SY&quot;a5bB@ kaEl&gt;O&amp;2ol6&amp;?Xj]K&lt;Cѧ1S3XO#Z]k\3]1{]kNȬ^cF 06B @D|N!!D        ar w]nCe2'1l왮m6C 3W4B  AKơ8!!3oL!!@2ubw@,  AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
-
- 0Ab}ezn 9''Ye. 8nQezn 9''PNG
+
+ 0Ab}ezn 9''Ye nQezn 9''PNG
 
   IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -16469,8 +16487,8 @@
 uܘ@9M~_{ߘ2uJLx{MfS3ew&gt;        dp9eD @&quot;MÛ֒@&quot;D &gt;        dp9eD @&quot;MlrZK*@&quot;D $缗u&quot;D @6I i-D @&quot;@g^@&quot;D $ &amp;&quot;D @&quot;O}{YG @&quot;D`28֒@&quot;D &gt;        dp9eD @&quot;MlrZK*@&quot;D $缗u&quot;D @6I i-D @&quot;@g^@&quot;D $ &amp;&quot;D @&quot;O}{YG @&quot;D`28֒@&quot;D &gt;        dp9eD @&quot;MlrZK*@&quot;D $/9֐d        tHIENDB`DyK _Updating_WRF_BoundaryHDdI6
 x)  T
-
- 0A        b/@4|q8nt/@4PNG
+        
+ 0A        b/@4|:rnt/@4PNG
 
   IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -18827,9 +18845,10 @@
 : ؆         `p+_+;c\^5w+LqgA        X{![қ{lo;w0oӒ?c&lt;\`W ٶ驨1U%UasJW:}zC9߁B'){b:}C#Fv b =m}b#dOR]9],E&quot;P@(E  @(E&quot;P@89׳@(E&quot;P@0Z\S@(E&quot;Py9]@(E&quot;P!&quot;.H&quot;P@(E&quot;PCEy&quot;P@(E&quot;P. O&amp;A1IENDB`.Dd
 )m  T
-
+
+
  0A
-        b-sJg&quot;-*$8n-sJg&quot;PNG
+        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;
@@ -21656,7 +21675,7 @@
 55#vr
 #v#v:V #5r
 554
-ytJq$$If!vh5r
+yt\(q$$If!vh5r
 55#vr
 #v#v:V #5r
 554
@@ -22006,11 +22025,11 @@
 5^5%#vr
 #v^#v%:V #5r
 5^5%4
-ytJq$$If!vh5r
+yt\(q$$If!vh5r
 5^5%#vr
 #v^#v%:V #5r
 5^5%4
-ytJq$$If!vh5r
+yt\(q$$If!vh5r
 5^5%#vr
 #v^#v%:V #5r
 5^5%4
@@ -22400,33 +22419,32 @@
 5#vr
 #v:V 5r
 5a0Dd!&lt;P
-
+ +
 3 3&quot;((Dd!&lt;P
-
+ 
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
-
+ 
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
-        
+
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
- 
+
 3 3&quot;((Dd!&lt;P
-
-
+
 3 3&quot;((        Dd!&lt;P
- -
+
 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 mHsHB B         Heading 5$5PJ mHsHL L         Heading 6 $$a$5CJ PJ mHsHR R         Heading 7@&amp;
@@ -22569,24 +22587,25 @@
 ,.aic21h:qm@RN;d`o7gK(M&amp;$R(.1r'JЊT8V&quot;AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 +_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!Ptheme/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;;]&lt;]{{41f         Hqqqsuwy{},WY[^8
-l #&quot;5(r-2mEKQUZ^djv1};rim??:}MO -O%()f+-0s34~6&lt;%ACIZ9frxm~0]kzxi        we W }#/-9&lt;&lt;=!&quot;$%'-.13578:&lt;=?ABDEJKQWXZ\]^bcfjklnoprsvyz|'8Lbu}ge$$W%%&amp;.G7@qHfPY]hrπ҈fXޔ,6O#h¹?sj'        3F v! &quot;,G1266?DOah
 m^w|}~M=Afi9[&lt; 9E.G'Rg !J3p$]Fma2\JI -AOJ|&lt;dL-Y?rT Q                /
-j
-=  7 - -kdq^` =*[ m  !!w&quot;&quot;/##?$w%%&amp;''W())*+^,,5---7..///00&amp;1{1f2234 -5566g77I88-99:::k;;;&lt;&lt;&lt;= #&amp;()*+,/02469;&gt;@CFGHILMNOPRSTUVY[_`adeghimqtuwx{}~
         
+&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;\\g{k{31f         Hrrrtvxz|~-XZ\_8
+l #&quot;5(r-2mEKQUZ^$djo}Č G A'@ lv9%'4)*q-k03:4 +6\&lt;@'CIOZeqEx}        dt?2y,&amp; #/8;* !#$&amp;,-024679;&lt;&gt;@BCDIJPVWY[\]`bghjklmopruwy{'9Mcu}ge$$W%%&amp;.G7@qHfPY]rhrQ|҇/hҕ&quot;ěHh.,} iHs| !&quot;M/r1f4}=
 BG]ekr{|}~ v]% ormnG~#_t.VkMn\;{bF9AQ`v1]C)sC + +)                        
+  f + +?wSnvBb +*&quot;Y   2!!&quot;v&quot;&quot;/##%q%&amp;&amp;q''()T*++e,,-a--..$/{/0T0011i2F3R44a5        666`77D88,99:::2;Q;;?&quot;%'()*+./1358:=?AEFGHKLMNOQRSTUXZ^_acdefinqstvxz|}~
         
    - !&quot;#$%&amp;()*+,-./012345679:;&lt;=&gt;?@ABCDEFGHIJKMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstvwxyz{|~5Wdf
+ !&quot;#$%&amp;()*+,-./012345678:;&lt;=&gt;?@ABCDEFGHIJKLNOPQRSTUVWXYZ[\]^_`abdefghijklmnopqrstvwxyz{|~5Wdf
  $-.Vpr
 9]_#24b}&quot;$Qjl/        b           -&lt;`oF&quot;(#g#OP?PWPWWeZZ9[N[[[`F`h`b@bbbsssss2tntzz{ǀ2G&amp;sT}-Nֹ6DeN[{|#cIp&quot;?  ;!!!+&quot;]TTTmn[nByyy)Sty4XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEeln
 &amp;)JQT^!!!!!!@  @H 0(        
+&lt;`oF&quot;(#g#OP?PWPWWKZZ[4[[[^/_n_0c]ccttttFuu{|&quot;|ׁ BW] qݸ(e5h(eN
+ @1+uZCA   O!!!S9TxTMmmmxyWy=3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@  @H 0(        
 0(        /7
 0
-# ; +# =  _Hlt321360023  _Hlt321359871  _Hlt321360002 @@ -22610,13 +22629,15 @@
 _Hlt352849657  _Hlt352849658_Installing_WRF-Var  _Hlt345940254 -_Hlt345940255_Installing_WRFNL_andWRFPlus#_Running_Observation_Preprocessor_1_Running_WRF-Var_1_Radiance_Data_Assimilations +_Hlt345940255_Installing_WRFNL_andWRFPlus#_Running_Observation_Preprocessor_1 +_Hlt353167891 +_Hlt353167892_Running_WRF-Var_1_Radiance_Data_Assimilations  precipitation  _Hlt320873510 -_Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1!_Running_Observation_Preproces
 sor_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)SXX/p        ddllMMUs~
 -!..1*?&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]jjjjw```4@@@@@@@@@        @
+_Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1!_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_Description_of_Namelist_D
 escription_of_Namelist_1_ETKF_Data_Assimilation)SXX/p        ddllMMUZZP= ~.~.0&gt;\\\\\\\\\\6j6j6j7j2w3@@@@@@@@@        @
 @ @ @ -@@@@@@9@@@@@ !@&quot;@#$%&amp;'()*+,-./01234568:7*TYY0q        eemmM -NUs~.!..1*?&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]&lt;]jjjjw`224,2l*-                                F
+@@@@@@;@@@@@@@ !&quot;#@$@%&amp;'()*+,-./012345678:&lt;9*TYY0q        eemmM +NUZZP&gt; ~.~.0&gt;\\\\\\\\\\6j6j6j7j2w),2,23`ade'()*½ȽֽX[]GJLӿHJ&quot;06AMOZ\ )         +-Ktmtv/7xHZI2K2L2N2O2Q2R2T2U2U2222223 3+39393i3t33333
 !#4l                                F
 J
 r
 t
@@ -22624,47 +22645,27 @@
 
 
 
-x ~ io4&lt;ggoo@CU[`c7&gt;MQV\  CISS`hoq{{fi X[\cyZ`hxS S ` f   !!!!!!!!C&quot;I&quot;####$$$$$$$$$$% %o&amp;o&amp;&amp;&amp;&amp;&amp;&amp;&amp;''''((.(.(O(O(P(U(t(t(u(z((((((((())\)\)))))*        *****B*H*M*R*++++,,=,@,C,H,,,,,,,--%-*-a-e-t-y-------0.4.@.E.n.r.~........7/:/=/B/w/z/}//////////.030B0E0H0
 M0s0x0000000000011-1013181q1u1w1|11111111111.2224292H2K2N2S2222222222222)3.3=3@3O3T3z3333333333334!40434k4p444444444445 555*5/5U5Z5i5l5555555556        666@6E6T6W6c6h666666666677 7/727S7[7j7m7q7v777777777777788::::;;$;/;T;T;d;d;{;~;;;;;;;;;;;;;/&lt;1&lt;5&lt;8&lt;D&lt;G&lt;H&lt;O&lt;P&lt;S&lt;a&lt;e&lt;f&lt;h&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;==0=4=5=7=W=Z=s=w=x=z============&gt;!&gt;
 $&gt;G&gt;K&gt;L&gt;N&gt;n&gt;q&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;??/?3?4?6?V?Y?r?v?w?y????????????@ @#@9@=@&gt;@@@`@c@~@@@@@@@@@@@@AAAA5A8A[A_A`AbAAAAAAAAAAABB&quot;B%B&gt;BBBCBEBeBhBBBBBBBBBBBBBCCCC5C8CQCUCVCXCxC{CCCCCCCCCCCCCDDDD&lt;D?DWD[D\D^D~DDDDDDDDDDDDEE1E5E6E8EXE[EuEyEzE|EEEEEEEEEF F FF.F1FLFPFQFSFsFvFFFFFFFFFFFFGG G!G#GCGFGgGkGlGnGGGGGGGGGGGGH H#H&gt;HBHCHEHeHhHiHpHqHtHHH:I:
 IIIZK]KKKELHLRLVLfLiLsLwLxL~LLLLLLL&quot;M1MNN1O1OOOKPPPUPUPPPPPPPPPPPPPQQQQQQQQQQQRRR9R=R&gt;R@RtRxRyR{RRRRRRRRRuS{SSS$U.U2U=U?UAUCUEUFUIUVUYUZUaUeZ:[]$] ^^^^^^(^2^_________`V`^`````
-a aaaa#aKa[akasazaaPbXb(c/c[cccmc}cccxddgggggg        hh&quot;h1hkk;lClll -mmmmmmmmXp`pnpqprpypzppjqoq(r+rrrttttvvvvwwwwwwwwx&quot;x*x2xxxxx,y9y;yIyOy_yyyyyyy{{{{{{{{L|W|~~9? 07MÂڃڃ%%&gt;AJJфل9?T[}ˆĈƈ*-.5ZbډPaƊ؊)1&gt;,;gst~ʌό֌ی -&quot;$/:&gt;
 @LVZgkx|̍Ѝԍ؍        $9G(/579;ip-379+&lt;pwy{ +./417fnДՔ
-:?ٕx} )U[ORiprwy|&amp;)WYƚɚ˚ΚКҚ -,8TWY\^`sƛswJL{}ΤФ
-!(07OV^emt|å˥ҥڥ&amp;-5&lt;@Bu|ȦЦצߦ.5=DLS[bz 3:BIQX`gkmͨҨ
-/A_gǩ٩5Dcp9A kqRTVXdgİưȰʰ         .024&gt;@LTcegisuͱϱѱӱݱ߱ (8:&lt;&gt;HJgikmwy̲βвҲ?ACEegik³γܳ~ĶͶ߶tvxzmwFLLT|ź˺t|&lt;Kadͼϼ޼$38?js*VeþϾоپݾ #*38?DLQa
 itWdKS -),.02^hkmoq}
- &amp;)4:Eegikl{T^        7@hr7@`iltmwFL]cdlz.6',2!*lR        [                                        
-(
- $ H W \ j   &amp; 4 7 (8KNjnqw$agGM
-&lt;&gt;SV\achmpw}$jmwz{Yaf&quot;|&quot;&quot;&quot;##9&amp;;&amp;=&amp;?&amp;K&amp;N&amp;d&amp;f&amp;h&amp;j&amp;t&amp;v&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;)'+'-'/'9';'''((((((A)I))*@*N*++&gt;+?+++A,I,,,--~....?/G/M/S/s/{/113 -33!3u3}33333H4K4Q4Z4_4a4n4p4444 5 -55%525V5b5{55555576C6\6f6666666677788.9:9G:S:W:d:f:m:::::::::;#;O;a;l;z;;;;
 ;;;&lt; &lt;W&lt;^&lt;y=======&gt;&gt;'&gt;x&gt;&gt;&gt;&gt;&gt;&gt;&gt;??%?3?9?E        EGGJJJJKKKKMLSLjLmLnLtLzLLLLMMM M7M=MfO T:TDTTT/U1U&lt;U&gt;UUUUUVVVfWtWWXXXXXXX9Y?Y        ZZ;ZAZGZKZWZ[ZgZjZZZZZZZ'\9\D\V\\\J^T^^^___`        ```&quot;`+`5`=`G`[`e`t`~```````bbobtb6dDddd)f,fffrhzhhhi(ijivicjrj}kkkkllo o o&quot;oooqqqqqqqq^slss?tLtwz -zzz&gt;{A{K{N{O{d{{{{{|#|(|/|}}~ ~O~W~~~~~25`hހHUeks|U|@9D
 fijqruzÏʏ̏Ϗڏ
-TWadilq}ozܓ^aݖu)+-/ C]NSa٩ - ª˪Ӫߪ+AOϫѫ -Wg` !#*,]flv{&lt;Edv}        !09IRc -AIS`x.1:@Nry PYcl/=DSYbGSYc} '4&lt;KS_grz !,5C|
 *24@dnp|#%/S[]iS_'6 8DQ]u(3@Ln*6bp}36&gt;IUZ]oFP&lt;FMW6@ -hrLU&lt;BcmduLUvWd-5%4Zg&amp;(*,dsuw
 (@I[fs~pu!0^ns
-@OR`ix&amp;GVjp&gt;P#Zo
-8B'        k{                g
-x
-  e x # - r z    - -_ -i - - -$*4:D ,2EI]ayFR_d&amp;ER$1gi+: -03gv6?Y\'LNikn{        /&lt;        222222222222223%3/3l3w3333333
-4444
 
 
 
 
 
 #4222223%3/3l3w3333333
-444l                ggoo  RSz{S S   !!!!!!!!##$$o&amp;o&amp;&amp;&amp;''''((.(.(O(O(t(t((())\)\)88::T;T;d;d;;;??
-@
-@CC&amp;D'DhDiDDDDDBECEEEEEFF]F^FFFFF-G.GHH:INIKKKKKKKKLLNN%O)O1OAOOOUPUP\PaPPPPPCQQQQeZ:[كڃ$%JK3ZBk88&lt;&lt;HX&quot;
-SVOOYY]]        22222223%3/3l3w3333333
-444X
+
+
+  + +c$&lt;#Z`y] ` f n !l!!!?&quot;#$$$o&amp;&amp;&amp;&amp;J'K)L))))))))y**+++,=,C,,,,,-%-f-t----.:.@.x.~.....7/=/w/}////0B0H00000-1311111H2N22222A3O3333394?44444$5*5r5x55566]6c66666
+77E7K77777888888888V9:;         ;0;;a&lt;f&lt;&lt;&lt;&lt;&lt;0=5=s=x=====G&gt;L&gt;&gt;&gt;&gt;&gt;/?4?r?w?????9@&gt;@~@@@@AA[A`AAAAB&gt;BCBBBBBCCQCVCCCCCDDWD\DDDDD1E6EuEzEEEF FLFQFFFFFG!GgGlGGGGG&gt;HCHHPIrJJJ +KoK{KKKKLLL9M;MM NYNCO{OOAPPPPPPQQQR9R&gt;RtRyRRRRRSTTUmUUUVVnVXY[[]Q]_`Yaaaabceefg(g/g+h2h|hhhiiiiijjXj_jyjjk'kkKlllqr&lt;s?sttxxy$z}}~~(~&gt;~J~`~l~~~~~~!
 ACekgiwyЉ҉jl (*fk!\o}
+ےݒ!&amp;V[Ɠ*/_dɔΔ &lt;DquۖEMz~Z_z̛gl %٥ޥKP۬,.&lt;IJWXefstүԯSU')\^DZɱ#%=?[]βв@BCE&quot;$|~WYVX%%Z ;B$'[eSU
+
+
+    ++/~ik3 8 k&quot;n&quot; +##%%%%&quot;&amp;$&amp;O&amp;Q&amp;h&amp;j&amp;&amp;&amp;&amp;&amp;j(n(r((((())Q))))))))*******:+=+K.O...333344444444^5e5q5t555 6666788q9s99999%:':F:H:k:m:::::::::;;4;6;M;O;k;l;n;o;;;;;2&lt;4&lt;==8=:=V=X=&gt;&gt;6&gt;8&gt;T&gt;V&gt;&gt;&gt;&gt;N?S?CCDDIFFHHKKTTUU_UbUUUUU=V@VXXXX7Y=YxY~YYYYYZZ\\%`'`ee7jpjJqOq4wEwyy~~~Ӆօ݅߅Y_bORY[y{
 k}35͞՞NPɡ`bpzoq~OQpsPUASѮޯ.1׳޳gh˴Ҵ_fصߵ ?Fipն۶&amp;Y_~7&lt;/1ѹӹ?Aoq357;nq +lożɼ WYBCFHptѿԿ-.13!06GMTZ +YfBZ`x~/5KQdj
 EkoIMUYehx{KMORlr({}LO^d $[aqwNTDJ$*EN(/PTJPu        x        
+
+r +u +NTz9?ou$AG:#A#))++++I2K2L2N2O2Q2R2T2U2Z2^2c2i22222222223 393&gt;3B3G3M3i3x333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 HH:I:IKKLLNN1O1OOOUPUPPPPPSSTTUUUU@V@VkYkY{Y{Y[[[[&amp;]&amp;]__YaYa}a}aaaaaaaccDlDlyyă㥥44\\%%H2I2222223 3+3i3t3333X
 zBb(i`!4b   -5LhXDbZ68aT3jZ&quot;juZ&quot;jz&quot;j0}6:x ^`OJQJo( 8^8`OJQJo(^`OJQJ^Jo(o         p^        `OJ +5LhXDbZ6FPdS8aT3jZ&quot;juZ&quot;jz&quot;j0}6:x ^`OJQJo( 8^8`OJQJo(^`OJQJ^Jo
 (o         p^        `OJ  QJ  o(  @ ^ `OJ  QJ @@ -22698,7 +22699,13 @@
 HL^H`LhH.
 ^`hH.
 ^`hH.
-L^`LhH.^`o(.
+L^`LhH.h^`OJQJo(hHhp^p`OJQJ^Jo(hHoh@ ^@ `OJ +QJ +o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ +QJ +o(hHh^`OJQJo(hHhP^P`OJQJ^Jo(hHoh ^ `OJ +QJ +o(hH^`o(.
 ^`hH.
 pL^p`LhH.
 @ ^@ `hH.
@@ -22736,29 +22743,29 @@
 QJ  o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ  QJ -o(hH(uZXD3jZz`!
+o(hH(uZXD3jZz`!
 z0}8aT   -5WW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                h
-9                                                                l@y                                                                                                                                        l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @65pD|Y0[tx s8GV&quot;L7#}#jJ*21~9
-P&lt;zBV2I]iRoX*Y&lt;qY?_`L[`V#h)l&lt;mhnmn\tg&amp;C@K)!v}Prr.TASm\DJVe~}22@(&quot;#4@*X@Unknown
+5FWW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                h
+9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @@?pD|Y0&lt;}[tx s8G2nV&quot;L7#}#\(jJ*215~9
+P&lt;Y&lt;zB6CnC`qEV2IJKM]iRS8oVoX*Y&lt;qY?_`L[`V#h)l&lt;mhnmnrjo\tg&amp;C@K!v}PrTAS&quot;km\DVe~}I2K2@4&quot;#33@*X@
+@Unknown
 Junmei Ban Dong-mei XuNCAR MMMCraig SG*Ax        Times New Roman5Symbol3. *Cx        Arial71        Courier_Monotype SortsEuclid Extra?=        *Cx        Courier NewOP([SOArial Unicode MS3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
-        jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleO PLucida GrandeArialA$BCambria Math#h9$^(ʃgSGSG
 411 J#q?'9Chapter 6: WRF-VARMMM UserkavulichP                 
+        jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleO PLucida GrandeArialA$BCambria Math#hB'B'ʃgS]GS]G
 4*1*1 J#q?X'9Chapter 6: WRF-VARMMM UserkavulichT                 
  -    Oh+'0        
-0 &lt; H -T`hpxChapter 6: WRF-VAR MMM UserNormal kavulich5Microsoft Office Word@F@-@F1@Aa1GS
 
 
 
 ՜.+,D՜.+,D hp  - NCAR1 Chapter 6: WRF-VAR Title 8@ _PID_HLINKSA8VO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gz8P`8_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html8V*Ghttp://ww
 w.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf85;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html8J.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/8&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/CONVERTER.gz8e74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/8V.http://data.eol.ucar.edu/codiac/dss/id=21.0938xw&lt;htt
 p://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html8|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM8bg?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm8dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf8'Vhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html8'~Vhttp://research.m
 etoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html8A[{=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php8?~x3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/86u8_Running_WRF-Var_1A[r=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php8udo8_Additional_WRFDA_Exercises:_1&amp;l8_WRF-Var_Diagnostics_15;i
 ?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html8Oyf8_Running_gen_be;c8&quot;_Running_Observation_PreprocessorQ
-`8_Description_of_Namelist_1xw]&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html8XZhttp://www.ncl.ucar.edu/8Q
-W8_Description_of_Namelist_1Q
-T8_Description_of_Namelist_1\IQKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformatF Nchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html8|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html8 H&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html8bgE?http://rese
 arch.metoffice.gov.uk/research/interproj/nwpsaf/rtm8fZBAhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html8*&amp;?8_Running_gen_be_1I]&lt;8$_Running_Observation_Preprocessor_15;9?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html8`-63http://www.mmm.ucar.edu/wrf/users/wrfda/index.html8Q
-38_Description_of_Namelist_1yY08_ETKF_Data_Assimilationjk-8_Hybrid_Data_Assimilation_2&amp;*8_WRF-Var_Diagnostics_1\'8_WRFDA_with_Multivariate_2*U$8_Additional_WRFDA_Exercises:*&amp;!8_Running_gen_be_1WC8_Updating_WRF_lateral_18Precipitation08_Radiance_Data_A
 ssimilations68_Running_WRF-Var_1I]8$_Running_Observation_Preprocessor_1; 8_Installing_WRFNL_and}w 8WRFPlus;         8_Installing_WRFNL_and@8_Installing_WRF-Var@8_Installing_WRF-VarCC8_Introduction_1
         
+     Oh+'0X        
+    +,8@HPChapter 6: WRF-VAR MMM UserNormal kavulich2Microsoft Office Word@@-@Jd4@Jd4GS]
 
 
 
 ՜.+,D՜.+,D hp  + NCAR*1 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*Ghtt
 p://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/&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/CONVERTER.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://rese
 arch.metoffice.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_1A[r=http://www.dtcenter.org/com-GSI/users/support/faqs/index.phpudo_Additional_WRFDA_Exercises:_1&amp;l_WRF-Var_Diagnostics_15
 ;i?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOyf_Running_gen_be;c&quot;_Running_Observation_PreprocessorQ
+`_Description_of_Namelist_1xw]&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlXZhttp://www.ncl.ucar.edu/Q
+W_Description_of_Namelist_15;T?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\IQKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformatF Nchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html H&gt;http://ww
 w.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlbgE?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZBAhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html*&amp;?_Running_gen_be_1I]&lt;$_Running_Observation_Preprocessor_15;9?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`-63http://www.mmm.ucar.edu/wrf/users/
 wrfda/index.htmlQ
+3_Description_of_Namelist_1yY0_ETKF_Data_Assimilationjk-_Hybrid_Data_Assimilation_2&amp;*_WRF-Var_Diagnostics_1\'_WRFDA_with_Multivariate_2*U$_Additional_WRFDA_Exercises:*&amp;!_Running_gen_be_1WC_Updating_WRF_lateral_1Precipitation0_Radiance_Data_A
 ssimilations6_Running_WRF-Var_1I]$_Running_Observation_Preprocessor_1; _Installing_WRFNL_and}w WRFPlus;         _Installing_WRFNL_and@_Installing_WRF-Var@_Installing_WRF-VarCC_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{|}~
         
    @@ -23311,11 +23318,13 @@
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdfghijklmnopqrstuvwxyz{|}~
 Root Entry        F0U1Data
-)1Tablee/WordDocument
-SummaryInformation(DocumentSummaryInformation8 MsoDataStoreY~1P1VLFLUESNRKOU==2Y~1P1Item
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefhijklmnopqrstuvwxyz{|}~
 
+ Root Entry        FPd4 +Data
+)1TablegޮWordDocument
+SummaryInformation(DocumentSummaryInformation8 !MsoDataStorePWgd4`d444R5OGLW==2PWgd4`d4Item
         PropertiesUCompObj
 y         &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&quo
 t; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;ds:datastoreItem ds:itemID=&quot;{144B9F56-7AB8-4450-AFF7-4351D4A8CE53}&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;{45B6E791-4EFE-41C3-A6F7-1DCBDD6F7DFA}&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 Office Word 97-2003 Document
 MSWordDocWord.Document.89q
\ No newline at end of file

</font>
</pre>