<p><b>kavulich@ucar.edu</b> 2014-04-10 15:42:00 -0600 (Thu, 10 Apr 2014)</p><p>- Updated .doc User Guide section on wind speed/direction assimilation<br>
<br>
- Continuing conversion of User's Guide to LaTeX. Finished chapter 6 through the section on Precipitation assimilation<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/Chapter_6.tex
===================================================================
--- trunk/wrf/UsersGuide/Chapter_6.tex        2014-04-10 18:24:17 UTC (rev 473)
+++ trunk/wrf/UsersGuide/Chapter_6.tex        2014-04-10 21:42:00 UTC (rev 474)
@@ -1240,32 +1240,197 @@
 \subsection{Other namelist options for radiance assimilation}
 \label{wrfda-radiance-other}
 
+\small\begin{longtable}[h]{|l|l|l|l|l|}
+\hline Variable                &amp; Type    &amp; Size &amp; Default &amp; Description \\
+\hline \multicolumn{5}{|l|}{\texttt{\&amp;wrfvar14}} \\
+\hline rad\_monitoring  &amp; integer &amp; \texttt{rtminit\_sensor} &amp; 0 &amp; 0 for assimilating mode, 1 for monitoring\\
+                               &amp;         &amp;      &amp;         &amp;  mode (only calculates innovation)\\
+\hline thinning                &amp; logical &amp; 1    &amp; .true.  &amp; Controls thinning on radiance data (highly \\
+                               &amp;         &amp;      &amp;         &amp; recommended) \\
+\hline thinning\_mesh   &amp; real    &amp; \texttt{rtminit\_sensor} &amp; 60 &amp; Thinning mesh (in km) for each sensor \\
+\hline thinning                &amp; logical &amp; 1    &amp; .true.  &amp; Controls if quality control is performed \\
+                               &amp;         &amp;      &amp;         &amp; (highly recommended) \\
+\hline write\_iv\_rad\_ascii   &amp; logical &amp; 1    &amp; .false. &amp; Controls whether to output observation minus \\
+                               &amp;         &amp;      &amp;         &amp; background (O$-$B) files, which are in ASCII  \\
+                               &amp;         &amp;      &amp;         &amp; format and separated by sensor and processor used \\
+\hline write\_oa\_rad\_ascii   &amp; logical &amp; 1    &amp; .false. &amp; Controls whether to output observation minus \\
+                               &amp;         &amp;      &amp;         &amp; analysis(O$-$A) files (including also O$-$B \\
+                               &amp;         &amp;      &amp;         &amp; information), which are in ASCII format and \\
+                               &amp;         &amp;      &amp;         &amp; separated for each sensor and processor used \\
+\hline use\_error\_factor\_rad &amp; logical &amp; 1    &amp; .false. &amp; use of a radiance error tuning factor file \\
+                               &amp;         &amp;      &amp;         &amp; (radiance\_error.factor) which is created with \\
+                               &amp;         &amp;      &amp;         &amp; empirical values, or generated using a variational \\
+                               &amp;         &amp;      &amp;         &amp; tuning method (Desroziers and Ivanov, 2001) \\
+\hline only\_sea\_rad          &amp; logical &amp; 1    &amp; .false. &amp; Controls whether only assimilating radiance over \\
+                               &amp;         &amp;      &amp;         &amp; water \\
+\hline use\_antcorr &amp;logical&amp;\texttt{rtminit\_sensor}&amp;.false.&amp; Controls the use of Antenna Correction in CRTM \\
+\hline use\_clddet\_mmr        &amp; logical &amp; 1    &amp; .false. &amp; Controls whether to use the MMR scheme for cloud \\
+                               &amp;         &amp;      &amp;         &amp; detection for infrared radiance \\
+\hline use\_clddet\_ecmwf      &amp; logical &amp; 1    &amp; .false. &amp; Controls whether to use the ECMWF scheme for  \\
+                               &amp;         &amp;      &amp;         &amp; cloud detection for infrared radiance. This option \\
+                               &amp;         &amp;      &amp;         &amp; requires downloading and installing the ECMWF \\
+                               &amp;         &amp;      &amp;         &amp; cloud detection code separately. \\
+\hline airs\_warmest\_fov      &amp; logical &amp; 1    &amp; .false. &amp; Controls whether to use the observation brightness \\
+                               &amp;         &amp;      &amp;         &amp; temperature for AIRS Window channel \#914 as \\
+                               &amp;         &amp;      &amp;         &amp; criterion for GSI thinning \\
+\hline use\_crtm\_kmatrix      &amp; logical &amp; 1    &amp; .true.  &amp; Controls whether to use the the CRTM K matrix \\
+                               &amp;         &amp;      &amp;         &amp; rather than calling CRTM TL and AD routines for \\
+                               &amp;         &amp;      &amp;         &amp; gradient calculation \\
+\hline use\_rttov\_kmatrix     &amp; logical &amp; 1    &amp; .false. &amp; Controls whether to use the the RTTOV K matrix \\
+                               &amp;         &amp;      &amp;         &amp; rather than calling RTTOV TL and AD routines for \\
+                               &amp;         &amp;      &amp;         &amp; gradient calculation \\
+\hline rttov\_emis\_atlas\_ir  &amp; integer &amp; 1    &amp; 0       &amp; Controls the use of the IR emissivity atlas. \\
+                               &amp;         &amp;      &amp;         &amp; Emissivity atlas data (should be downloaded \\
+                               &amp;         &amp;      &amp;         &amp; separately from the RTTOV web site) needs to \\
+                               &amp;         &amp;      &amp;         &amp; be copied or linked under a sub-directory of the  \\
+                               &amp;         &amp;      &amp;         &amp; working directory (\texttt{emis\_data}) if \\
+                               &amp;         &amp;      &amp;         &amp; \texttt{rttov\_emis\_atlas\_ir} is set to 1. \\
+\hline rttov\_emis\_atlas\_ir  &amp; integer &amp; 1    &amp; 0       &amp; Controls the use of the MW emissivity atlas. \\
+                               &amp;         &amp;      &amp;         &amp; Emissivity atlas data (should be downloaded \\
+                               &amp;         &amp;      &amp;         &amp; separately from the RTTOV web site) needs to \\
+                               &amp;         &amp;      &amp;         &amp; be copied or linked under a sub-directory of the  \\
+                               &amp;         &amp;      &amp;         &amp; working directory (\texttt{emis\_data}) if \\
+                               &amp;         &amp;      &amp;         &amp; \texttt{rttov\_emis\_atlas\_mw} is set to 1 or 2. \\
+\hline
+\end{longtable}
+</font>
<font color="red">ormalsize
+
+
+\subsection{Diagnostics and monitoring}
+\label{wrfda-radiance-diagnostics-monitoring}
+
+\subsubsection{WRFDA radiance monitoring capability}
+\label{wrfda-radiance-monitoring}
+
+WRFDA can run in &quot;monitoring mode&quot; for radiance assimilation, where innovations will be calculated for diagnostics but will not be used for minimisation. This mode is controlled by the \texttt{rad\_monitoring} parameter in record \&amp;wrfvar14 of \texttt{namelist.input}. This mode can be controlled on a by-instrument basis, so \texttt{rad\_monitoring} is a vector of length \texttt{rtminit\_nsensor}, where each set value controls the corresponding instrument triplet as follows:
+
 \begin{itemize}
-\item \texttt{rad\_monitoring}: Integer array of dimension \texttt{rtminit\_sensor}, 0 for assimilating mode, 1 for monitoring mode (only calculates innovation).
-\item \texttt{thinning}: Logical, \texttt{.true.} will perform thinning on radiance data (highly recommended).
-\item \texttt{thinning\_mesh}: Real array with dimension \texttt{rtminit\_sensor}, values indicate thinning mesh (in km) for different sensors.
-\item \texttt{qc\_rad}: Logical, controls if quality control is performed, should almost always be set to \texttt{.true.}
-\item \texttt{write\_iv\_rad\_ascii}: Logical, controls whether to output observation minus background (O$-$B) files, which are in ASCII format and separated for each sensor and processor used.
-\item \texttt{write\_oa\_rad\_ascii}: Logical, controls whether to output observation minus analysis (O$-$A) files (including also O$-$B information), which are in ASCII format and separated for each sensor and processor used.
-\item \texttt{use\_error\_factor\_rad}: Logical, controls use of a radiance error tuning factor file 
-(radiance\_error.factor) which is created with empirical values, or generated using a variational tuning method (Desroziers and Ivanov, 2001).
-\item \texttt{only\_sea\_rad}: Logical, controls whether only assimilating radiance over water.        
-\item \texttt{use\_antcorr}: Logical array with dimension \texttt{rtminit\_sensor}, controls the use of Antenna Correction in CRTM.
-\item \texttt{use\_clddet\_mmr}: Logical, controls whether to use the MMR scheme to conduct cloud detection for infrared radiance.
-\item \texttt{use\_clddet\_ecmwf}: Logical, controls whether to use the ECMWF scheme to conduct cloud detection for infrared radiance. This option requires downloading and installing the ECMWF cloud detection code separately.
-\item \texttt{airs\_warmest\_fov}: Logical, controls whether to use the observation brightness temperature for AIRS Window channel \#914 as criterion for GSI thinning.
-\item \texttt{use\_crtm\_kmatrix}: Logical, controls whether to use the CRTM K matrix rather than calling CRTM TL and AD routines for gradient calculation.
-\item \texttt{use\_rttov\_kmatrix}: Logical, controls whether to use the RTTOV K matrix rather than calling RTTOV TL and AD routines for gradient calculation.
-\item \texttt{rttov\_emis\_atlas\_ir}: Integer, controls the use of the IR emissivity atlas. Emissivity atlas data (should be downloaded separately from the RTTOV web site) needs to be copied or linked under a sub-directory of the working directory (\texttt{emis\_data}) if \texttt{rttov\_emis\_atlas\_ir} is set to 1.
-\item \texttt{rttov\_emis\_atlas\_mw}: Integer, controls the use of the MW emissivity atlas. Emissivity atlas data (should be downloaded separately from the RTTOV web site) need to be copied or linked under a sub-directory of the working directory (\texttt{emis\_data}) if \texttt{rttov\_emis\_atlas\_mw} is set to 1 or 2.
+
+\item 0 is assimilating mode. Innovations (O minus B) are calculated and data are used in minimization.
+1 is monitoring mode: innovations are calculated for diagnostics and monitoring. Data are not used in minimization.
+\end{itemize} 
+
+</font>
<font color="red">i If \texttt{rad\_monitoring} is not set, then the default value of 0 will be used for all sensors.
+
+\subsubsection{Outputting and plotting radiance diagnostics}
+\label{wrfda-radiance-diagnostics}
+
+WRFDA has the ability to output a number of different diagnostics files for radiance assimilation by utilizing the following namelist options in record \texttt{\&amp;wrfvar14} in \texttt{namelist.input}:
+
+\begin{itemize}
+\item \texttt{write\_iv\_rad\_ascii}: Logical, \texttt{.true.} instructs WRFDA to write out diagnostics information (\eg observation-background) in plain-text files with the prefix ``\texttt{inv}'', followed by the instrument name and the processor id. For example, \texttt{01\_inv\_noaa-17-amsub.0000} (01 is the outerloop index, 0000 is the processor index)
+\item \texttt{write\_oa\_rad\_ascii}: Logical, \texttt{.true.} instructs WRFDA to write out diagnostics information (\eg observation-background, observation-analysis) in plain-text files with the prefix ``\texttt{oma}'', followed by the instrument name and the processor id. For example, \texttt{01\_oma\_noaa-18-mhs.0001}
 \end{itemize}
 
-\subsection{Diagnostics and monitoring}
-\label{wrfda-radiation-diagnostic}
+Each processor writes out the information for one instrument in one file in the WRFDA working directory.
 
+All of these separate files can be inconvenient to work with, so WRFDA offers a solution. One of the 44 executables compiled as part of the WRFDA system is the program \texttt{da\_rad\_diags.exe}. This program can be used to collect the \texttt{01\_inv*} or \texttt{01\_oma*} files and write them out in netCDF format (one instrument in one file with prefix ``\texttt{diags}'' followed by the instrument name, analysis date, and the suffix \texttt{.nc}) for easier data viewing, handling and plotting with netCDF utilities and NCL scripts. See \texttt{WRFDA/var/da/da\_monitor/README} for information on how to use this helpful program.
 
+Several useful plotting utilities can be found in the WRFDA Tools package (see the \hyperref[wrfda-tools]{WRFDA Tools section} for more information). A Korn Shell script (\texttt{\$TOOLS\_DIR/var/scripts/da\_rad\_diags.ksh}) is available to perform a number of useful functions. It can be used to call the above-mentioned \texttt{da\_rad\_diags.exe} to consolidate the diagnostics files, as well as calling several NCL scripts for plotting, such as \texttt{\$TOOLS\_DIR/var/graphics/ncl/plot\_rad\_diags.ncl} and \texttt{\$TOOLS\_DIR/var/graphics/ncl/advance\_cymdh.ncl}. The options for plotting and manipulating the diagnostic data are described in the comments of the main script.
 
 
+
+\section{Precipitation Data Assimilation in \4DVAR}
+\label{wrfda-precip}
+
+The assimilation of precipitation observations in \4DVAR is described in this section. Currently, WRFPLUS includes the adjoint and tangent linear codes of large-scale condensation and cumulus scheme, which allows precipitation data can be assimilated directly in 4DVAR. Users who are interested in the scientific detail of 4D-Var assimilation of precipitation should refer to Ban et al., 2014\footnote{Ban, J., X. Zhang, and X.-Y. Huang,2014: The impact of assimilating NCEP Stage IV Precipitation on analyses and short-range forecasts in WRFDA 4D-Var. \textit{Wea. Forecasting}, under revision.}, as this section is only a basic guide to running WRFDA Precipitation Assimilation. This section instructs users on data processing, namelist variable settings, and how to run \4DVAR with precipitation observations.
+
+\subsection{Preparing precipitation observations}
+\label{wrfda-precip-obs}
+
+\4DVAR can assimilate NCEP Stage IV radar and gauge precipitation data. NCEP Stage IV archived data are available on the NCAR CODIAC web page: \url{http://data.eol.ucar.edu/codiac/dss/id=21.093} (for more information, please see the NCEP Stage IV Q\&amp;A Web page at \url{http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/}). The original precipitation data are at 4-km resolution on a polar-stereographic grid. Hourly, 6-hourly and 24-hourly analyses are available. The following image shows the accumulated 6-h precipitation (in mm) for the tutorial case.
+
+\begin{center}
+\includegraphics[width=4in, keepaspectratio=true]{images/rainfall_tutorial_case}
+\end{center}
+
+It should be mentioned that the NCEP Stage IV archived data is in GRIB1 format and it cannot be ingested into the WRFDA directly. A tool ``\texttt{precip\_converter}'' is provided to reformat GRIB1 observations into the WRFDA-readable ASCII format. It can be downloaded from the WRFDA users page at \url{http://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gz}. The NCEP GRIB libraries ``w3'' and ``g2'' are required to compile \texttt{precip\_converter}. These libraries are available for download from NCEP at \url{http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/}. The output files from the converter utility are named in the format \texttt{ob.rain.yyyymmddhh.xxh}; The ``\texttt{yyyymmddhh}'' in the file name is the ending hour of the accumulation period, and ``xx'' (= 01, 06, or 24) is the accumulating time period.
+
+For users wishing to use their own observations instead of NCEP Stage IV, it is the user's own responsibility to write a Fortran main program and call the subroutine \texttt{writerainobs} (in \texttt{write\_rainobs.f90}) to generate their own precipitation data. For more information please refer to the \texttt{README} file in the \texttt{precip\_converter} directory.
+
+\subsection{Running WRFDA for precipitation assimilation}
+\label{wrfda-precip-run}
+
+\4DVAR is able to assimilate hourly, 3-hourly and 6-hourly precipitation data. According to experiments, 6-hour precipitation accumulations are the ideal observations to be assimilated, as this leads to better results than directly assimilating hourly data, though the user is welcome to experiment with their own cases.
+
+The tutorial example is for assimilating 6-hour accumulated precipitation. In your working directory, link all the necessary files as follows,
+
+\scriptsize\begin{verbatim}
+     &gt; ln -fs $WRFDA_DIR/var/da/da_wrfvar.exe .
+     &gt; ln -fs $DAT_DIR/rc/2008020512/wrfinput_d01 .
+     &gt; ln -fs $DAT_DIR/rc/2008020512/wrfbdy_d01 .
+     &gt; ln -fs wrfinput_d01 fg
+     &gt; ln -fs $DAT_DIR/be/be.dat .
+     &gt; ln -fs $WRFDA_DIR/run/LANDUSE.TBL ./LANDUSE.TBL
+     &gt; ln -fs $DAT_DIR/ob/2008020518/ob.rain.2008020518.06h ob07.rain
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+</font>
<font color="blue">i The reason why the observation \texttt{ob.rain.2008020518.06h} is linked as \texttt{ob07.rain} will be explained \hyperref[wrfda-precip-link-obs]{the next section}.
+
+Edit \texttt{namelist.input} and pay special attention to \texttt{\&amp;wrfvar1} and \texttt{\&amp;wrfvar4} for precipitation-related options, as detailed below:
+
+\begin{longtable}[h]{|l|l|l|l|l|}
+\hline Variable &amp; Type    &amp; Size &amp; Default &amp; Description \\
+\hline \multicolumn{5}{|l|}{\texttt{\&amp;wrfvar1}} \\
+\hline var4d\_bin\_rain  &amp; integer &amp; 1    &amp; 3600    &amp; Precipitation observation sub-window length for 4D-Var. \\
+                         &amp;         &amp;      &amp;         &amp; Can be different from \texttt{var4d\_bin}!\\
+\hline print\_detail\_rain &amp; logical &amp; 1 &amp; .false. &amp; Controls additional rainfall-assimilation-related output. \\
+\hline \multicolumn{5}{|l|}{\texttt{\&amp;wrfvar4}} \\
+\hline use\_rainobs      &amp; logical &amp; 1    &amp; .false. &amp; Controls whether rainfall will be assimilated \\
+\hline thin\_rainobs     &amp; logical &amp; 1    &amp; .true.  &amp; Controls whether rainfall data will be thinned \\
+\hline thin\_mesh\_conv  &amp; real    &amp; 30   &amp; 20.     &amp; Controls the thinning mesh for each type of conventional\\
+                         &amp;         &amp;      &amp;         &amp; observations; rainfall is index 28 \\
+\hline max\_error\_rain  &amp; real    &amp; 1    &amp; 5.0     &amp; Sets the maximum allowable innovation (O minus B) \\
+                         &amp;         &amp;      &amp;         &amp; for rainfall (in mm); if the innovation for this \\
+                         &amp;         &amp;      &amp;         &amp; observation will be higher than \texttt{max\_error\_rain} \\
+                         &amp;         &amp;      &amp;         &amp; it will be rejected \\
+\hline max\_rain\_input  &amp; integer &amp; 1    &amp; 10000000&amp; Sets the maximum number of rainfall observations to be \\
+                         &amp;         &amp;      &amp;         &amp; assimilated \\
+\hline
+\end{longtable}
+
+Now run 4DVAR (for detailed instructions on running 4DVAR, see the section ``\hyperref[wrfda-4dvar-test-case]{Run tutorial 4DVAR case}'').
+
+\scriptsize\begin{verbatim}
+     &gt;./da_wrfvar.exe &gt;&amp; wrfda.log
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+\subsection{Properly linking observation files}
+\label{wrfda-precip-link-obs}
+
+In the rainfall tutorial case, \texttt{ob.rain.2008020518.06h} is linked as \texttt{ob07.rain}. The number 07 is assigned according to the following rule: 
+
+\begin{equation}
+  x = i \times \left( \frac{var4d\_bin\_rain}{var4d\_bin} \right) + 1
+\end{equation}
+
+</font>
<font color="blue">i Here, $i$ is the sequence number of the observation. For $ x &lt; 10$, the observation file should be linked as \texttt{ob0x.rain}, and for $ x \geq 10$, it should be renamed as \texttt{obx.rain}.
+
+In the tutorial example, 6-hour accumulated precipitation data is assimilated in 6-hour time window. In the namelist, values should be set at \texttt{var4d\_bin=3600} and \texttt{var4d\_bin\_rain=21600}, and there is one observation file (i.e., $i=1$) in the time window, thus the value of $x$ is 7, and therefore the file \texttt{ob.rain.2008020518.06h} should be linked as \texttt{ob07.rain}.
+
+Let's look at another example for how to rename observation files, this time for 3-hourly precipitation data in 6-hour time window. The \texttt{\&amp;wrfvar1} namelist record in such a case would be as follows:
+
+\scriptsize\begin{verbatim}
+&amp;wrfvar1
+var4d=true,
+var4d_lbc=true,
+var4d_bin=3600,
+var4d_bin_rain=10800,
+……
+/
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+</font>
<font color="gray">i In this case, WRFDA will expect two observation files, \texttt{ob.rain.2008020515.03h} and \texttt{ob.rain.2008020518.03h}. According to the formula given, the first file ($i=1$) should be linked as \texttt{ob04.rain}, and the second file ($i=2$) linked as \texttt{ob07.rain}.
+
+
+\section{Updating WRF Boundary Conditions}
+\label{wrfda-updatebc}
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{WRFDA Diagnostics}
@@ -1282,7 +1447,7 @@
 \4DVAR has the capability to consider lateral boundary conditions as control variables as well during minimization. The namelist variable var4d\_lbc=true turns on this capability. To enable this option, \4DVAR needs not only the first guess at the beginning of the time window, but also the first guess at the end of the time window.
 
 \scriptsize\begin{verbatim}
-&gt; ln -fs $DAT_DIR/rc/2008020518/wrfinput_d01 fg02
+     &gt; ln -fs $DAT_DIR/rc/2008020518/wrfinput_d01 fg02
 \end{verbatim}
 </font>
<font color="gray">ormalsize
 
@@ -1291,5 +1456,13 @@
 Please note: If you utilize the lateral boundary conditions option (var4d\_lbc=true), in addition to the analysis at the beginning of the time window (wrfvar\_output), the analysis at the end of the time window will also be generated as ana02, which will be used in subsequent updating of boundary conditions before the forecast.
 
 
+\section{WRFDA Tools}
+\label{wrfda-tools}
+
+The WRFDA Tools package (can be downloaded at \url{http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html}) contains a large number of potentially useful shell and NCL scripts (for more information on NCL, the NCAR Command Language, see \url{http://www.ncl.ucar.edu/}) for the convenience of our users. These scripts are used for functions from setting up and running various parts of the WRFDA system to manipulating and displaying diagnostics information. \textbf{These scripts are not supported through wrfhelp; they are offered as-is}, but we hope that users will find them useful.
+
+NCL scripts (also in the WRFDA Tools package: \texttt{\$TOOLS\_DIR/var/graphics/ncl/plot\_rad\_varbc\_param.ncl} and \texttt{\$TOOLS\_DIR/var/graphics/ncl/advance\_cymdh.ncl}) are used for plotting the evolution of VarBC parameters.
+
+
 \section{Description of Namelist Variables}
 \label{wrfda-namelist}

Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-04-10 18:24:17 UTC (rev 473)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-04-10 21:42:00 UTC (rev 474)
@@ -1,6 +1,5 @@
-ࡱ&gt;        -uxHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst        }bjbjWW        55 -.]22?????T0@0@0@@C\0@
- LOp`P`P`PQ(Z \fhhhhhh$Gb9?]QQ]]??`P`P&quot;f   ]&quot;'?`P?`Pf ]f  ll`P𣒦M&quot;FpR+` Tl&quot;? ]]] 
 ]]]]]]]]]]]]]]]]2  &gt;:         +ࡱ&gt;        .{~NOPQRSTUVWXYZ[\]^_`abcdefgh
 ijklmnopqrstuvwxyz        bjbj$$        F|F|[2]22?????T0@0@0@@Cd0@
+@LPpPPPQdZP\$b9?H]QQH]H]??PP&quot;fH]N(?P?PH]ljP@SUDpi`HTj&quot;?H]H]H]H]
 H]H]H]H]H]H]H]H]H]H]H]H]H]H]H]2  &gt;:          Chapter 6: WRF Data Assimilation    Table of Contents @@ -872,7 +871,7 @@
   (3) Radiance diagnostics data processing   -A Fortran90 program is used to collect the 01_inv* or 01_oma* files and write them out in netCDF format (one instrument in one file with prefix diags followed by the instrument name, analysis date, and the suffix .nc) for easier data viewing, handling and plotting with netCDF utilities and NCL scripts. +One of the 44 executables compiled as part of the WRFDA system is the file da_rad_diags.exe. This program can be used to collect the 01_inv* or 01_oma* files and write them out in netCDF format (one instrument in one file with prefix diags followed by the instrument name, analysis date, and the suffix .nc) for easier data viewing, handling and plotting with netCDF utilities and NCL scripts. See WRFDA/var/da/da_monitor/README for information on how to use this program.    (4) Radiance diagnostics plotting   @@ -907,9 +906,9 @@
   As of version 3.4, WRFDA 4D-Var can assimilate NCEP Stage IV radar and gauge precipitation data. NCEP Stage IV archived data are available on the NCAR CODIAC web page at: HYPERLINK &quot;http://data.eol.ucar.edu/codiac/dss/id=21.093&quot;http://data.eol.ucar.edu/codiac/dss/id=21.093 (for more information, please see the NCEP Stage IV Q&amp;A Web page at HYPERLINK &quot;http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/&quot;http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/). The original precipitation data are at 4-km resolution on a polar-stereographic grid. Hourly, 6-hourly and 24-hourly analyses are available. The following image shows the accumulated 6-h precipitation for the tutorial case.   -It should be mentioned that the NCEP Stage IV archived data is in GRIB1 format and it cannot be ingested into the WRFDA directly. A tool CONVERTER is provided to reformat GRIB1 observations into the WRFDA-readable ASCII format. It can be downloaded from the WRFDA us
 ers page at HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/CONVERTER.gz&quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/CONVERTER.gz. The NCEP GRIB libraries, w3 and g2 are required to compile the CONVERTER. These libraries are available for download from NCEP at  HYPERLINK &quot;http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/&quot; http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/. The output file to the CONVERTER is named in the format ob.rain.yyyymmddhh.xxh; The 'yyyymmddhh' in the file name is the ending hour of the accumulation period, and 'xx' (=01,06 or 24) is the accumulating time period. +It should be mentioned that the NCEP Stage IV archived data is in GRIB1 format and it cannot be ingested into the WRFDA directly. A tool precip_converter is provided to reformat GRIB1 observations into the WRFDA-readable ASCII format. It can be downloaded from the WRFDA users page at  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/prec
 ip_converter.tar.gz&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gz. The NCEP GRIB libraries, w3 and g2 are required to compile the precip_converter utility. These libraries are available for download from NCEP at  HYPERLINK &quot;http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/&quot; http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/. The output file to the precip_converter utility is named in the format ob.rain.yyyymmddhh.xxh; The 'yyyymmddhh' in the file name is the ending hour of the accumulation period, and 'xx' (=01,06 or 24) is the accumulating time period.   -For users wishing to use their own observations instead of NCEP Stage IV, it is the users responsibility to write a Fortran main program and call subroutine writerainobs (in write_rainobs.f90) to generate their own precipitation data. For more information please refer to the README file in the CONVERTER directory. +For users wishing to use their own observations instead of NCEP Stag
 e IV, it is the users responsibility to write a Fortran main program and call subroutine writerainobs (in write_rainobs.f90) to generate their own precipitation data. For more information please refer to the README file in the precip_converter directory.    b. Running WRFDA 4D-Var with precipitation observations   @@ -980,10 +979,6 @@
  /    There are two observation files, ob.rain.2008020515.03h and ob.rain.2008020518.03h. For the first file (i=1) ob.rain.2008020515.03h, it should be renamed as ob04.rain,and the second file (i=2) renamed as ob07.rain. - - - -  Updating WRF Boundary Conditions  There are three input files: WRFDA analysis, wrfinput, and wrfbdy files from WPS/real.exe, and a namelist file: parame.in for running da_update_bc.exe for domain-1. Before running an NWP forecast using the WRF-model with WRFDA analysis, update the values and tendencies for each predicted variable in the first time period, in the lateral boundary condition file. Domain-1 (wrfbdy_d01) must be updated to be consistent with the new WRFDA initial condition (analysis). This is absolutely essential. Moreover, in the cycling-run mode (warm-start), the lower boundary in the WRFDA analysis file also needs to be updated based on the information from the wrfinput file, generated by WPS/real.exe at analysis time.   For nested 
 domains, domain-2, domain-3, etc., the lateral boundaries are provided by their parent domains, so no lateral boundary update is needed for these domains; but the low boundaries in each of the nested domains WRFDA analysis files still need to be updated. In these cases, you must set the namelist variable, domain_id &gt; 1 (default is 1 for domain-1), and no wrfbdy_d01file needs to be provided to the namelist variable wrf_bdy_file. @@ -1159,15 +1154,34 @@
 Huang, X.-Y., F. Gao, N. A. Jacobs, and H. Wang, 2013: Assimilation of wind speed and direction observations: a new formulation and results from idealised experiments. Tellus A, 65, 19936, doi:10.3402/tellusa.v65i0.19936.  Wind speed/direction assimilation is controlled by the following namelist options:  &amp;wrfvar2 -var_wind        true:  wind values which are reported as speed/direction will be assimilated as such false: (default behavior) all wind obs are converted to u/v prior to assimilation +wind_sd        true:  wind values which are reported as speed/direction will be assimilated as such false: (default behavior) all wind obs are converted to u/v prior to assimilation  qc_rej_both        true:  if either u or v (spd or dir) do not pass quality control, both obs are rejected false: (default behavior) qc on wind obs is handled individually  &amp;wrfvar5 -max_omb_sp        Max absolute value of innovation for wind speed obs in m/s; greater than this and the innovation will be set to zero (defaul
 t: 14.0) -max_omb_dir        Max absolute value of innovation for wind direction obs in degrees; greater than this and the innovation will be set to zero (default: 135.0) +max_omb_spd        Max absolute value of innovation for wind speed obs in m/s; greater than this and the innovation will be set to zero (default: 100.0) +max_omb_dir        Max absolute value of innovation for wind direction obs in degrees; greater than this and the innovation will be set to zero (default: 1000.0)  The following settings only matter if check_max_iv=true (if innovation is greater than observation error times the error factor listed below, the observation will be rejected): -max_error_sp        Speed error factor (default: 5.0) +&amp;wrfvar5 +max_error_spd        Speed error factor (default: 5.0)  max_error_dir        Direction error factor (default: 5.0) +The assimilation of wind speed/direction can also be controlled by observation type, using the following variables: +&amp;wrfvar2 +wind_sd_airep        Aircraft reports +wind_sd_buoy        Buo
 y reports +wind_sd_geoamv        Geostationary satellite atmospheric motion vectors +wind_sd_metar         METAR reports +wind_sd_mtgirs         Meteosat Third Generation  +wind_sd_pilot         Pilot reports +wind_sd_polaramv         Polar satellite atmospheric motion vectors +wind_sd_profiler         Wind profiler reports +wind_sd_qscat         QuikScat reports +wind_sd_ships         Ship reports +wind_sd_sound         Sounding reports +wind_sd_synop         Synoptic reports +wind_sd_tamdar         TAMDAR reports +        true:  wind values which are reported as speed/direction will be assimilated as such false: (default behavior) all wind obs are converted to u/v prior to assimilation +wind_stats_sd         Assimilate wind in u/v format, but output speed/direction statistics   +  WRFDA with Multivariate Background Error (MBE) Statistics  A new control variable option to implement multivariate background error (MBE) statistics in WRFDA has been introduced. It may be activated by setting the namelist variable cv_options=6. This option introduces six additional co
 rrelation coefficients in the definition of the balanced part of analysis control variables. Thus with this implementation, moisture analysis is multivariate, in the sense that temperature and wind may lead to moisture increments, and vise-versa. The gen_be utility has also been updated to compute the desired MBE statistics required for this option. The updates include basic source code, scripts, and graphics to display some important diagnostics about MBE statistics. Further details may be seen at:  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf   a. How to generate multivariate background error statistics for WRFDA @@ -1632,10 +1646,10 @@
      -WRF-ARW V3: Users Guide        6- PAGE 28 +WRF-ARW V3: Users Guide        6- PAGE 38     -WRF-ARW V3: Users Guide        6- PAGE 29 +WRF-ARW V3: Users Guide        6- PAGE 39       @@ -1656,10 +1670,7 @@
      -WRF-ARW V3: Users Guide        6- PAGE 44 - - -WRF-ARW V3: Users Guide        6- PAGE 43&quot;#56VWXdefg                         !        U        V        W                                                                                                                        
+&quot;#56VWXdefg                         !        U        V        W                                                                                                                        
 
 
 
@@ -1908,883 +1919,917 @@
 =
 
 
-          ( -- -ѲѲѝѓѲѲѲѲѝрѓѓрѓѝqqѝhLh)lB*OJQJph$hPh)l5B*OJQJ^Jphh)lB*NHph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)l5B*CJ OJQJphh)lB*phheh)lCJOJQJaJh)lhPh)l5OJQJ^J        h)l5,                                     m n    - - - -[\|}$If$G$If$^a$^^- -? -@ -f -l -m -p - - -;&lt;FG
 FTU|øDzϢϢq)hPh)lB*CJNHOJQJaJphh}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*CJOJQJaJph
-h)l0JVj|h)lUh)ljh)lU%hPh)lB*CJOJQJaJphhLh)lB*phh)lB*NHphh)lB*ph(|}!817Jdj| &quot;KQc !'7        =BLo;&lt;D
-h)lNHhL7#h)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)lhPh)lNH hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*ph48F01JcaHkd}$$If0j,&quot;44
+          ѲѲѝѓѲѲѲѲѝрѓѓрѓѝxpxhbCB*phhrB*ph$hPh)l5B*OJQJ^Jphh)lB*NHph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)l5B*CJ OJQJphh)lB*phheh)lCJOJQJaJh)lhPh)l5OJQJ^J        h)l5*                                     m n   qr%&amp;;G$If$G$If$^a$^^           + +$ +( +. +/ + + + + + + + + +!&amp
 ;Dp89:uvǸڣژڅ{{sods^sڅ
+h)l0JVj|h)lUh)ljh)lUh)lB*NHph%hPh)lB*CJOJQJaJphhLh)lB*ph)hPh)lB*CJOJQJ^JaJphhrh)lB*CJaJph%hrh)lB*CJOJQJaJphh)lB*phhrB*ph)hrhrB*CJOJQJ^JaJphBEFdn%&amp;,; +%qwøܣԙԙԎohoh_hohohhPh)lNH hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*phh)lB*NHph)hPh)lB*CJNHOJQJaJphh}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*ph%hPh)lB*CJOJQJaJphh)lB*CJOJQJaJph%B a
 Hkd}$$If0j,&quot;44
 la$If$G$IfHkd}$$If0j,&quot;44
-lacd{|
-aHkdp~$$If0j,&quot;44
+la  +$%3[pqaHkdp~$$If0j,&quot;44
 la$If$G$IfHkd.~$$If0j,&quot;44
-la        
- &quot;JKcgHkd~$$If0j,&quot;44
+la        w 8&gt;PAG[IO]_`STU&lt;=7I_lξ֦֖֠֠֠֠֠֠֏֏he ^h)l5 hdh)lh)lPJ^JaJ
+h)lNHhL7#h)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)lh)lCJOJQJ^JaJ hPh)l hPh)lCJOJQJ^JaJ5 7gHkd~$$If0j,&quot;44
 la$G$IfHkd~$$If0j,&quot;44
-la
- aHkdx$$If0j,&quot;44
+la78P^{@aHkdx$$If0j,&quot;44
 la$If$G$IfHkd6$$If0j,&quot;44
 la
- !7MvaHkd$$If0j,&quot;44
+@A[fHaHkd$$If0j,&quot;44
 la$If$G$IfHkd$$If0j,&quot;44
 la
-geee\Wigd)l^gd)lHkd$$If0j,&quot;44
+HI]^_`STgeee\Wigd)l^gd)lHkd$$If0j,&quot;44
 la$G$IfHkd&gt;$$If0j,&quot;44
-la        \]BD  !!)&quot;*&quot;P#Q### $;$h$^gd)l $]a$gd)l$]a$gd)loG]gd)l$a$gd)l$a$gd)lgd)l$gd)lDeTU\]:;tuv)*+^_b~ŴŠ򓄓zh)lPJ^J        aJhCh)lNHPJ^J        aJhCh)lPJ^J        aJhx h)l0JVjh)lU
-h)l0JVj€h)lUjh)lUhMh)lNH hMh)lhe ^h)l5 hdh)l
-h)lNHh)lh)lPJ^JaJ0         -%&amp;+267ABC`d˾˾ˢ˓sb[Mb[bh)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J
+la        TU78!!&quot;&quot;##&lt;$=$$$$'%T%^gd)l $]a$gd)l$]a$gd)loG]gd)l$a$gd)l$a$gd)lgd)l$gd)llLMNOScdelr '(EGadeݫvg]h)lPJ^J
+aJ hC8h)lCJPJ^J
+aJ hCh)lNHPJ^J
+aJ hCh)lPJ^J
+aJ h)lPJ^J        aJhCh)lNHPJ^J        aJhCh)lPJ^J        aJhx h)l0JVjh)lU
+h)l0JVj€h)lUh)ljh)lU hdh)lhMh)lNH hMh)l$         +(Fw 龫xtaxxQxh)lNHOJPJQJ^JaJ $hdh)lNHOJPJQJ^JaJ hhh)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J
 aJ $jhh)lUmHnHtH        uhUh)lCJPJ^J
 aJ h)lNHPJ^J
 aJ hZ
 h)lNH hZ
-h)lhZ
+h)lh)lPJ^J
+aJ hZ
 h)lPJ^J
-aJ h)lPJ^J
-aJ hC8h)lCJPJ^J
-aJ hCh)lNHPJ^J
-aJ hCh)lPJ^J
-aJ )OP\]
-KLjkwξάΗzpzazSpzp?'j -hnh)lPJU^J
-aJ jh)lPJU^J
+aJ   +cde   A B N { } ~ 행ufXNANXh:h:PJ^J
+aJ h:PJ^J
+aJ jh:PJU^J
 aJ hdh)lNHPJ^J
+aJ hhPJ^J
 aJ h)lPJ^J
 aJ hdh)lPJ^J
-aJ h)l0JVOJPJQJ^JaJ )j -h)lOJPJQJU^JaJ #jh)lOJPJQJU^JaJ h)lNHOJPJQJ^JaJ h)lOJPJQJ^JaJ  hdh)lOJPJQJ^JaJ $hdh)lNHOJPJQJ^JaJ  &amp; ( - 7 o ~         !!&amp;!(!!!!!!!!!!!!!!(&quot;λήλήήsmahEh)l5^J        aJ
-h)lNH h %mh)lCJOJQJ^JaJh)lhah)lNH hah)l hdh)lhAh)lNHPJ^J        aJhAh)lPJ^J        aJ$h %mh)lCJOJPJQJ^JaJh)lPJ^J        aJh)lPJ^J
-aJ hh)l0JVPJ^J
-aJ jh)lPJU^J
-aJ %(&quot;)&quot;*&quot;M&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;#2#3#C#K#L#N#O#P#_#e#h#{#|########$$E$L$$$ֽ̱̪xkakakah)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
+aJ h)lOJPJQJ^JaJ $h:h:0JVOJPJQJ^JaJ $h:h)l0JVOJPJQJ^JaJ )j +h:OJPJQJU^JaJ h:OJPJQJ^JaJ #jh:OJPJQJU^JaJ ~        ! +!!!8!9!T!c!e!s!!!!!!!!! &quot; +&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;ϲϥϲϥϥ{{{{{m{g{
+h)lNHh:CJOJQJ^JaJh)lhah)lNH hah)l hdh)lhAh)lNHPJ^J        aJhAh)lPJ^J        aJ$h %mh)lCJOJPJQJ^JaJh:PJ^J        aJh)lPJ^J        aJh)lPJ^J
+aJ jh:PJU^J
+aJ hah:0JVPJ^J
+aJ '&quot;###9#q#t#x#######$$/$7$8$:$;$&lt;$K$Q$T$g$h$$$$$$$$%        %1%8%w%ֽ̱̪xkakakh)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
 h)lNH hdh)lhh)lOJQJ^Jh)lhGrh)lNH hGrh)lh)lNHPJ^J
 aJ hh)lNHPJ^J
 aJ h)lPJ^J
 aJ hh)lPJ^J
-aJ  hh)lhEh)l5^J        aJh)l5^J        aJ&amp;h$$$$%%%%%%%&amp;&amp;'&amp;=&amp;B&amp;E&amp;N&amp;`&amp;s&amp;&amp;&amp;&amp;gd)ls^gd)l^gd)lgd)ls^gd)ls^gd)l`gd)l^gd)l$$$$$%8%N%Y%\%e%%%%%%%%%%%%%%%&amp;&amp;&amp;&amp;&amp;&amp;&amp;#'$'3'4'm'q's'''''''''ձ墚xh)lOJQJ h ;h)lhEh)l5OJQJ h7h)lhEh)l5        hL7#5
 h)lCJOJQJhzh)lCJOJQJ
-h)lNH hCmmh)lCJOJQJ^JaJ hdh)lhEh)lCJh)lh)lCJOJQJhEh)lCJOJQJ.&amp;&amp;&amp;&amp;&amp;&amp;#'$'4'''''''((B(C((((()T))$a$gd)l^gd)l^gd)lgd)lgd)l''''((((B(C(Q(g(h(t(u(~((((((((((((((((((((())ķĦĦޏ~uoueh)lOJQJ^J
-h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5h)lhEh)l5OJQJhl        h)lOJQJ hl        h)l%))))H)Q)S)T)X)])w))))))))))) *****3*4*5*8*9*^*a****Ѽ|uneޒޒhd}h)lCJ hmH[h)l h&amp;gh)l
+aJ  hh)lh)l5^J        aJhEh)l5^J        aJ&amp;T%m%%%%%r&amp;s&amp;&amp;&amp;&amp;&amp;'')'.'1':'L'_'v'x'y'gd)ls^gd)l^gd)lgd)ls^gd)ls^gd)l`gd)l^gd)lw%~%%%%%%$&amp;:&amp;E&amp;H&amp;Q&amp;r&amp;s&amp;x&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;x'''''''((( (Y(](_(l(o(}(~(((((ձ墚xh)lOJQJ h ;h)lhEh)l5OJQJ h7h)l
 hEh)l5        hL7#5h)lCJOJQJhzh)lCJOJQJ
+h)lNH hCmmh)lCJOJQJ^JaJ hdh)lhEh)lCJh)lhEh)lCJOJQJh)lCJOJQJ/y''''''(( ((((((()).)/)))))*@*l*$a$gd)l^gd)l^gd)lgd)lgd)l(((())) ).)/)=)S)T)`)a)j)l)v)w)y)z)~))))))))))))))))*ķĦĦޏ~uoueh)lOJQJ^J
+h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5h)lhEh)l5OJQJhl        h)lOJQJ hl        h)l%****4*=*?*@*D*I*c*k*l*m*p********++
++ ++ +!+$+%+J+M+u+v++Ѽ|uneޒޒhd}h)lCJ hmH[h)l h&amp;gh)l
 h)lCJ hV,h)lhV,h)lCJhV,h)lCJOJQJ hd}h)lhd}h)l^J
-h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)l#))**m+n+w+++++++,,,,,,/&gt;1112322^nigd)ls^gd)l^gd)lgd)l******'+(+n+++++++++,',*,,,B,D,[,\,e,f,{,~,,,,,,,,,,--+-0-1-4-A-Q---1.;...J/K///000պպѪћћћћh`OJQJh
 Lh)lOJQJhL7# hu'h)lh6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
-h)lNHh)lh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJ:000001&lt;1v1111111111132N2X2Z2a2m2y2z22222222V3W34*474&lt;4F44444455̷̮̄zzt
+h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)l#l*m*++Y,Z,c,o,,,,,,--j0&amp;2222333333^ns^gd)l^gd)lgd)l++++++,,Z,,,,,,,,,,---.-0-G-H-Q-R-g-j-l-v-w------....).9.../#///203000m1n11պպѦѦѦѦ
 h`OJQJhLh)lOJQJh6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
+h)lNHh)lh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJ711112$2^2g2n222222222363@3B3I3U3a3b3m3}333333&gt;4?4455$5.55555555̷̮̄zzt
 h)lNHhCJOJQJh`CJOJQJh&amp;gh)lCJNH
-h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh;=h)lCJOJQJh)lOJQJh)lCJOJQJhDCJOJQJhLh)lOJQJh)l h&amp;gh)lCJOJQJ^JaJ-22223&gt;3V3h333333344P5Q516267777777igd)l        igd)lozb'^555!5P5Q5W5e5o5555566%6*6+6.6/6061626`6l6~66666666F7O7P7y7777߻ujhh)lCJaJh)l5CJOJQJ
 hh)l5CJOJQJaJ#hh)l5CJOJQJ^JaJh)l5CJNHh`h)l5CJOJQJaJ +h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh;=h)lCJOJQJh)lOJQJh)lCJOJQJhDCJOJQJhLh)lOJQJh)l h&amp;gh)lCJOJQJ^JaJ-3&amp;4&gt;4P4u4444444486967777o8p8888839K9h9igd)l        igd)lozb'^555        68696?6M6W6666666 +77777777H7T7f7g7777777.
 87888a8m8o8p8߻ujhh)lCJaJh)l5CJOJQJhh)l5CJOJQJaJ#hh)l5CJOJQJ^JaJh)l5CJNHh`h)l5CJOJQJaJ  h)l5CJh`^JaJh`h)l^JaJh)lCJOJQJhh)lCJOJQJ
-h)lCJh)lh)lCJOJQJ'777778999$9D9S999999i:o:::::::;!;.;5;M;Y;;;;;;;'&lt;3&lt;K&lt;W&lt;Z&lt;[&lt;\&lt;]&lt;&lt;&lt;==j=ǷǷDZǨǷǡDZǷǷǷǓǷǷǏ~~
+h)lCJh)lh)lCJOJQJ'p888889999 :,:;:q:x::::Q;W;o;;;;;;&lt;        &lt;&lt;&lt;5&lt;A&lt;h&lt;x&lt;&lt;&lt;&lt;&lt;==3=?=B=C=D=E=====R&gt;ǷǷDZǨǷǡDZǷǷǷǓǷǷǏ~~
 h)lNHhL7# hsSh)lh)lhh)l5CJOJQJ h3ih)lh3ih)lCJ
 h)lCJhh)l5CJOJQJaJ -h)l5CJh)l5CJOJQJhh)lOJQJaJhh)laJhh)l5CJOJQJaJ178K8c888888999D9999:::::;;;;;Z&lt;[&lt;\&lt;igd)l\&lt;]&lt;l&lt;AACCDD -GGVHWH`IaIUJVJMMFNGN=Q&gt;Q^R_RlRmRRS
 ^$a$j=k===&gt;&gt;f&gt;g&gt;&gt;&gt;??r?s?@ @@@AAxAyAZB[BlBmB&amp;C'CCCCCADBDEEyFzFGGGGGGHH'H-H2H3H&lt;HTHHHHHIIIIIIIIJJJJ:JRJiJoJJJXKYKLLMM -NNhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
-h)lNHQN2N3NUN[NNNNNQOROOOOOOPgPhPPPQ!Q1Q;QQQQQQRR(RHR`R)TTT*U+UUUUUURVWWYYBYIYJYVYWYlYmYvYYYYYYZZݲݲݲݣh)lCJOJQJ        h)l5h)lOJQJh)lCJOJQJ
-h)l0JVjs +h)l5CJh)l5CJOJQJhh)lOJQJaJhh)laJhh)l5CJOJQJaJ1h99999999,:q:::;;;;;&lt;&lt;&lt;&lt;&lt;B=C=D=E=T=Bigd)lR&gt;S&gt;&gt;&gt;&gt;&gt;N?O???@@Z@[@AAAAAA`BaBBCCCTCUCDDoDpDDD)E*EFFaGbGHHHHHHHHIIII$I&lt;IIIIIgJmJ~JJJJJJJJJJ&quot;K:KQKWKKK@LAL
 LLNNNNhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
+h)lNHQBBDDEEGG&gt;I?IHJIJ=K&gt;KhNiN.O/O%R&amp;RFSGSTSUSSS3T}TT^$a$NOO=OCOOOOO9P:PPPPPPPOQPQQQQ        RR#RwRxRRRRSSS0SHSUUUVVVVVVV:WXXYY*Z1Z2Z&gt;Z?ZTZUZ^ZpZZZZZZZݲݲݲݣh)lCJOJQJ        h)l5h)lOJQJh)lCJOJQJ
+h)l0JVj  h)lUjh)lUh)lCJOJQJhh)lCJOJQJaJ
-h)lNHh)l@SKSSS)T*TUUQVRVVVWFWXWWWWYYVYWYlYmYYYjZkZ$a$^ZZ*Z+ZCZDZTZZZaZbZkZlZZZ[        [ -[[|[[[[[[[[[[&gt;\?\@\H\\\]]]!^}^~^^^*_2_6_D_E_F_W`[````        a\adahavawaxabbc6cRckccccdddddh9h)lOJQJ
+h)lNHh)l@TUUVV9W:WWWX.X@XXXXYY&gt;Z?ZTZUZZZR[S[U[V[r[$a$$a$^ZZ[[+[,[&lt;[B[I[J[S[T[r[[[[[[d\q\\\\\\\\\&amp;]'](]0]]]]^^        _e_f___```,`-`.`?aCaaaaaDbLbPb^b_b`blcpccd:dSdddddeeeeh9h)lOJQJ
 h)lCJ -h)l6NH        h)l6        h)l5jb +h)l6NH        h)l6        h)l5j  h)lU
-h)lNHh)lOJQJh)lCJOJQJh)lIkZmZnZZZ[]]*];]L]]]o]]]]^!^^^F_O____!`U`W`^n$a$W``        axaaaabObbbc6cRc[cickccccddddd)ef/gg
 ^ndddd)e#f5f;f&lt;f@fHfLfZffff g -g/g3gzggggggg        h[h\h2iiijjbjcjtjujzj|jjjjjjļѸѧyh-&gt;CJaJhahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
+h)lNHh)lOJQJh)lCJOJQJh)lIr[[\]^^#^4^E^W^i^k^u^_        ___.`7`l```        a=a?aaa`bib^nibbbc7cjclccd:dCdQdSdddddddeefghhhj
 ngdQn^eeeef gg#g$g(g0g4gBgggggghhbhjhnhhhhhhCiDijjjjjJkKkTk[k\kakckkkkļѸѧshahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
 hQNHhQ        ha5        hQ5h)lOJQJ
-h)lNH        h)l5h)lCJOJQJh)l-g        h2ijcjljkkkZllmmn        nCnqr_ssngd)ln$a$gd)l +h)lNH        h)l5h)lCJOJQJh)l,jjKkTklllCmmnnnnpoyooon +pp^p`gdN n +^`gdN ngd/n +^`gd/ngdan +^`gd-&gt;ngdQ nhh]h^hgdakk
 kklllflglllllllll&lt;m?mBmNmOmmmmmmmmnnnnnnnnnnnnnnRoԫԕԑzԫԕrnh/h/CJaJ hah/CJOJQJ^JaJ
+haNHhahaCJOJQJ^JaJh#CJaJh#CJOJQJ^JaJhahaCJNHaJh-&gt;CJOJQJ^JaJ hahaCJOJQJ^JaJhaCJaJhahaCJaJh-&gt;CJaJ+RoSopoyooooooooopppp p!p;p&lt;pJpKpXpYpjpkpqpppppppppppppppq        qqq(q)q9q:qIqJqXqYqZq_qƻƻƻƳƳƫƫƫƫƫƫƫƫƝhah!6\CJaJh!6\CJOJQJ^JaJh!6\CJaJhN CJaJhN hN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ hah/CJOJQJ^JaJh/
+h/NH6oop&lt;pYpppppq:qYqrUrVrWrr +v  &amp; 0`
   -P@7$gdTgd)lngdan -^`gd-&gt; nhh]h^hgdangdQjjk'k(kkkkkkkkkkYlelfllllllm+mmmmmmmmmn        nCnnnnnGoHoooqqܳܧܳܳ햏xthThBh)lCJOJQJ
-h)lNHh)l hbh)lhah)lmH        sH        
-haNHhah-&gt;CJaJhaCJOJQJ^JaJhahaCJNHaJh-&gt;CJOJQJ^JaJ hahaCJOJQJ^JaJhahaCJaJhaCJaJ,q qtquqvqqqqqrrfrrrrrrrrrsssssss7s=sFsJsQsXsYs\s_ssssssss.tJtMtNtQttttttttuȹȹȰȰȹȝȝȹ۹ȰȝیȰȹȌȹ hh)lCJOJQJ^JaJhh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l -h)l5CJ        h)l5h)lhThT0JVjUhTUhTjhTU7uu u(u;u&lt;uCuu:v;vKvLvvvvvvww4wAwwwwwwwx xcxdx|xxxxyyRySyyyyy zzXzYzzz4|5|8|9||||||)}*}g}ععععع
 ععععرئ
-h)l0JVj[h)lUjh)lU hh)lCJOJQJ^JaJhh)l5
-h)lNHh)l        h)l5hh)lNH hh)lhh)lCJOJQJaJ&lt;sCuuvvvvv3w}nn$$G$Ifa$ n$G$IfJkdV$$If0&quot;$        (44
-la/nv$G$If]vn$$G$Ifa$n$a$gd)lngd)l3w4wAwwwwxTHkdW$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd-W$$If0&quot;$        (44
-la/xx x{x|xxxTHkdX$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd+X$$If0&quot;$        (44
-la/xyyyyy zTHkdY$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd)Y$$If0&quot;$        (44
-la/ z zzzzz{THkdZ$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd'Z$$If0&quot;$        (44
-la/{{{{{+}g}9;=;EPهn$a$gd)ln$a$gd)lgd)lngd)lgd)lHkd%[$$If0&quot;$        (44
-la/g}n}o}r}s}z}{}        ~~~~~~~~~~ 69:;&lt;B}34;IJBETU@A+NPZ\HI h&quot;h)l
-h)lNH        h)l6        h)l5jh)l5Uj\h)l5Uh)lOJQJ h}fh)lh)lh)l6OJQJh)lCJOJQJE߆Շև)*HU@f*/Fabad΍ύ        /RˎЎ\]4`ӿ
-h)lCJ        h)l6h)lCJNHOJQJjw&lt;h)lUh&quot;h)l0JVj;h)lUjh)lU h&quot;h)lCJOJQJ^JaJh)lCJOJQJh)l
-h)lNH?Éԉ-FacHËݏb[!+Kkȓߓn`gd)ln^gd)ln$a$gd)l^gd)lngd)l+.!œȓߓ]^'7&lt;=O~И -.KXw&gt;FJQ?@{|#j_&amp;hWsh)lCJUaJhWsh)lCJaJjhWsh)lCJUaJhWsh)lCJOJQJaJ        h)l5j h
 )lU
-h)lNHh)l        h)l6h)lCJOJQJ&gt;rs&amp;'(78ܗ&lt;=vwd h^h`gd)l$a$gd)l$a$$ngd)l|}ڝ۝ܝݝdv&quot;#opӠ()ǡϡ5=[bfgМ}}}}}rhh)lCJaJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ
-h)lNHh)l hxh)lh)lCJaJhWsh)l0JVCJaJjhWsh)lCJUaJ(d՟֟Ӡbߤju
+P@7$gdTgd)ln +^`gd-&gt;n +xx^`gd!6\n +pp^p`gdN _qaqqqqqqqrrrrTrUrVrWrrrr&gt;sJssssslumunuuuu
+v vᄚtphp]hThhThT0JVjThTUjhTUhThBh)lCJOJQJ
+h)lNHh)l hbh)lhah)lmH        sH        hah/CJaJhg+CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJh!6\CJaJhah!6\CJNHaJhah!6\CJaJ hah!6\CJOJQJ^JaJ  v v +vRvSvvvvvvvvIwJwVw\w]wewfwgwhwwwwwwwwwww +xx&quot;x?xExGx|xxxxxxxy,y&lt;yHyIyPy^ynyvyyyyyzzzzzz { +{
+h)lNH hh)lCJOJQJ^JaJhh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l +h)l5CJ        h)l5h)lhT@ +vSvwwyyzz { +{{{}nn$$G$Ifa$ n$G$IfJkdU$$If0&quot;$        (44
+la/nv$G$If]vn$$G$Ifa$ngd)ln$a$gd)l +{{_{`{{{{{{{?|@|`|n|||||}}N}^}}}}}*~+~Z~h~~~~~:;&lt;wxȁɁWm7&gt;?BCJn¹²ªh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
+h)l0JVjZh)lUjh)lU
+h)lNHh)l hh)lCJOJQJ^JaJ@{{{{{{_|THkdV$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdvV$$If0&quot;$        (44
+la/_|`|n||||M}THkdW$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdtW$$If0&quot;$        (44
+la/M}N}^}}}}Y~THkdX$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdrX$$If0&quot;$        (44
+la/Y~Z~h~~~~QTHkdY$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdpY$$If0&quot;$        (44
+la/QRSf,y3܊'n$a$gd)ln$a$gd)lgd)lngd)lgd)lHkdnZ$$If0&quot;$        (44
+la/˃҃Ӄ׃ރ߃3A܄݄m34yABHI-.CO؋ًj1;h)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)l
+h)lNH        h)l6h)lCJOJQJ        h)l5j h)l5Uh)lj[h)l5U&gt;#$6bwx1]x}ڏߏISTcdRW}ޔߔ45CE^_y|
+5JKo͗-T
+h)lCJ        h)l6h)lCJNHOJQJj;h)lU
+h)lNHh)lCJOJQJh)ljh)lUh&quot;h)l0JVH&quot;1{/0+oy͗-TVn`gd)ln^gd)ln$a$gd)l^gd)lngd)lTU&lt;=u̜ڜ Yf{|ŝ՞۞45/0۠ܠ]^ɡʡˡ()*+?@ģ hxh)lh)lCJaJhWsh)l0JVCJaJ#j&amp;hWsh)lCJUaJhWsh)lCJaJj
 hWsh)lCJUaJhWsh)lCJOJQJaJh)lCJOJQJ        h)l5
+h)lNHh)lj h)lU4Vtuv*Igĝŝҟӟ^_` h^h`gd)l$a$gd)l$a$$ngd)lģԣpq֤ؤߤ!vwԥ;eɦ˦Zbէާ!)ǸǸ٨ٝـyyllhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJ
+h)lNHh)lhh)lCJOJQJh)lCJOJQJh)l6CJOJQJ*#$֤!ԥ6ϧ-.lGHlmê
 &amp; F
 ^gd)lgd)l^gd)lh^hgd)lgd)lw8^8gd)l
-&amp; F^gd)l h^h`gd)lw^gd)lg{}ŢƢ ӣۣ&amp;1ceŤǤ̤Τդ֤jߥ&amp;(m횋|
-h)laJhh)laJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJhh)lCJOJQJaJhh)l0JCJaJ
-h)lNH hh)lh)lCJOJQJ^JaJh)lhh)lCJOJQJaJ0mntuۦߦ)*./Z[ԧ*³¦————ˆtjtjt]tYh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ hh)lhh)laJhh)lNHaJ!uv/0*+&gt;?N| +&amp; F^gd)l h^h`gd)lw^gd)l)`egltԨ֨
 #$/2ElЩ
+-ABmtvªêӪԪӂɂuh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
+h)laJhh)laJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJ hh)l
+h)lNHhh)lCJOJQJaJhh)l0JCJaJh)l*êĪߪ}~xyҭ|  `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)lרب&gt;Nة٩S«TUVZ[vwۥۓۂvvkbh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJhKvh)lCJOJQJ h*sh)lCJOJQJ^JaJh)lCJOJQJaJh)lCJOJQJ hWsh)lCJOJQJ^JaJh)l
-h)lNH!٩کSZ[vw3A ^gd)l `gd)lw^w8^8gd)l
-&amp; F ^gd)l h^h`gd)lgd)l        gd)lo-kGϭЭ3?@Aam|}~ǯȯɯ !Q^_`װHI#$        ᰣuh[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)l5OJQJh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJh)lCJOJQJhEh)l5hEh)l5OJQJ,m~ɯ!Q`װ#$IJŲ        
-igd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)l        
-&quot;WiƳӳ45`alm|};=nӶֶ¸´Š¸{¸tg´hEuhEuCJOJQJ hEuhEuh[,*h|YCJNHOJQJh[,*h&gt;FCJOJQJh&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh|YCJOJQJh[,*h|YCJOJQJh&lt;h|YaJh&lt;h&quot;kaJh&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        (
-`a|}&quot;#Ou.y|&amp;Ri`gd|Y iL^`Lgd|Yi^gd|Yi
-&amp; Fgd|YigdD igd|Y!&quot;#)@NOUftu{Ʒʷ޷߷ }seTJh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh&lt;h|Y6OJQJh&lt;h|YOJQJh|YOJQJh[,*h|YCJOJQJ hD h|YCJOJQJmH        sH        hD CJOJQJmH        sH         -./09:;|}&amp;,RVҹ޹ 016ߺ!%DlmĻػٻ󿵿󵨵h|Yh8oVCJOJQJmH        sH        h -%h|YOJQJaJh|YOJQJaJh&lt;h|YOJ
 QJaJh&quot;kCJOJQJmH        sH        h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJ9ҹ01ߺ !DEܻݻ޼mԽ1i`gd|Yigd|Y0kl¼޼߼mnԽս        12VWYľž12QhijkyzȺh        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJmH        sH        h|YCJOJQJ
 nHo(tHh&gt;FOJQJaJmH        sH        h -%h|YOJQJaJh|YOJQJaJh|YCJOJQJh[,*h|YCJOJQJh8oVCJOJQJ01VWľ01QRXYti`gdhigd|Yi`gd|YͿϿ*=KLYZtu
-bclmɷɗɀvl_l_l_ɀɀɨɀh -%h|YOJQJaJh|YOJQJaJh8oVCJOJQJh|YCJOJQJhu        h|YCJOJQJ h8oVh|YCJOJQJmH        sH        h|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tHh[,*h|YCJOJQJh8oVCJOJQJmH        sH        h        CJOJQJmH        sH        h        OJQJaJmH        sH        +,./DEJKhĶse[e[e[e[hc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h -%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        #h[,*h|YCJOJQJnHo(tHh|YCJOJQJnHo(tHh[,*h|YCJOJQJhrjoCJOJQJmH        sH        #D/3]^y
 z        
-4Auigd|Yi`gd|Y  349:]^`;Z[]^yz|
-  - 78DExyz.KLijηΞ h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHhc4OJQJaJh[,*h&gt;FCJOJQJh|YCJOJQJh[,*h|YCJOJQJh|YOJQJaJh -%h|YOJQJaJhc4OJQJaJmH        sH        7@z)Ge8Qmcdeigd|Y !&lt;=UVqr
 1&gt;bcde~m_hCJOJQJmH        sH         hD hbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh -%h|YOJQJaJh|YOJQJaJ efk        ^_`lmqr~׼׼כ囼卛n׼ hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        hbqh|YOJQJaJh        CJOJQJmH        sH        h[,*h|YCJOJQJhrjoCJOJQJmH        sH        )_lD'(\
 rs56v
+^gd)l w^gd)l w8^8gd)lwgd)l)-/9;DJRwx|}
+ &quot;2@FxԬլ%&amp;FLЭ䲦xtntnt]tt hWsh)lCJOJQJ^JaJ
+h)lNHh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJ$'(DEU2Qıűб ^gd)l `gd)lw^w8^8gd)l
+&amp; F ^gd)l h^h`gd)lgd)l        gd)lo-kG &amp;' U2QıűαϱбԶԥyqeYyqh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJhKvh)lCJOJQJh)l h*sh)lCJOJQJ^JaJ ʳ˳̳`mno%ڵ۵bqrUWX`꽰qch&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJ
 h|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJh)l0J_CJOJQJ%̳`o%abqr67UWXigd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)l`ap!&lt;=Raʸ˸ϸոLMܹ/!$@AJoŷxjhD CJOJQJmH        sH        hEuhEuCJOJQJ hEuhEuh[,*h|YCJNHOJQJh[,*h&gt;FCJOJQJ
 h&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh&quot;kCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJh&lt;h|YaJh&lt;h&quot;kaJ'Xʸ˸?@Apqû./|Ǽʼti`gd|Y iL^`Lgd|Yi^gd|Yi
+&amp; Fgd|YigdD igd|Yopqw»ûɻһ׻ܻ,-.:Y{|}ϻsbXh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh&lt;h|Y6OJQJh&lt;h|YOJQJh|YOJQJh[,*h|YCJOJQJ hD h|YCJOJQJmH        sH        }~ʼ˼ͼ69tz ,TZ~پ-145:os&amp;'KLO_~俵䵨䵨h8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h +%h|YOJQJaJh|YOJQJaJh&lt;h|YOJQJa
 Jh|YCJOJQJh&quot;kCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|YCJNHOJQJ7 T~-45no*+KL,C&quot;Pi`gd|Yigd|Y~,-CD&quot;#PQVWCDGHJ󙉙{h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJm
 H        sH        h|YCJOJQJnHo(tHh&gt;FOJQJaJmH        sH        h +%h|YOJQJaJh|YOJQJaJh|YCJOJQJh[,*h|YCJOJQJ0CGH~GHFGUV +i`gdhigd|Yi`gd|Y2&lt;EFGHIJxVXŶץ׎zmzmzm׎׎׶׎_׶hrjoCJOJQJmH        sH        h +%h|YOJQJaJh|YOJQJaJh8oVCJOJQJh|YCJOJQJhu        
 h|YCJOJQJ h8oVh|YCJOJQJmH        sH        h|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tHh[,*h|YCJOJQJh8oVCJOJQJmH        sH        h        CJOJQJmH        sH        !   +$189:?@yz|}4578STYZĺߜ߭wh[,*h|YCJOJQJhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h +%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        #h[,*h|YCJOJQJnHo(tH- +9RS}  +hlWXk(
 igd|Yi`gd|Y
+ +-IJLMlmXZ[mn|
+ $%@AUVnoŻŻō h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHhc4OJQJaJmH        sH        hc4OJQJaJh +%h|YOJQJaJh|YOJQJaJh[,*h&gt;FCJOJQJh[,*h|YCJOJQJh|YCJOJQJ7(@S;w &lt;Qj +igd|Y +~m_QD
 h[,*h|YCJOJQJhrjoCJOJQJmH        sH        hCJOJQJmH        sH         hD hbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh|YOJQJaJh +%h|YOJQJaJ/02HIJQRVW^_,RS`aʽʽةʽ؛؍ʽ|ʽʽk h*hbqOJQJaJmH sH  hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h[,*h|YCJOJQJhbqh|YOJQJaJh        CJOJQJmH        sH        )0IS.23uvlm
 
 ixWD2`xgd|Yigd|Y i
-&amp; F^gdbq&quot;#$27Eklyz{ʽʒtgU#hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJ h*hbqOJQJaJmH sH CDQRS`abopq~(*/0\^rսⰦ՜ՀrhrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh -%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJ
 QJhbqh|YOJQJaJ hbqh        CJOJQJmH        sH        ,!568{~*,&lt;&gt;]_{}$ĦĘwf hbqhbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH        sH        h|YCJOJQJmH        sH        h|YOJQJaJnHo(tHh|YCJOJQJnHo(tHh -%h|YOJQJaJh|YOJQJaJh|YCJOJQJh[,*h|YCJOJQJhrjoCJOJQJmH        sH        %*&lt;]{46m#1=
 $G$If]gd)lsigd|Y$'6?BL[^mpx{GY&gt;?NYZ45aryββΥsllf
+&amp; F^gdbqabpqr%-.ʽʒtgUD hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h[,*h|YCJOJQJ h*hbqOJQJaJmH sH h|YCJOJQJ.789AFN35vx}~&gt;BPSklmo歠歠hrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh +%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|Y
 CJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ3,.?AxzSbceruôætfXhD OJQJaJmH        sH        h2yCJOJQJmH        sH         hbqhbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH        sH        h|YCJOJQJmH        sH        h|YOJQJaJnHo(tHh +%h|YOJQJaJh|YOJQJaJh|YCJOJQJh|YCJOJQJnHo(tHh[,*h|YCJOJQJ&quot;,?xbc$%Gbq
 $G$If]gd)lsigd|Y#$b GR
+ FGeyABKVν
 h)lNH haKh)lhaKh)lCJOJQJh)lCJOJQJ
 h)l0J[h)l hrjoh|YCJOJQJmH        sH        h -%h|YCJOJQJh2yOJQJaJmH        sH        hD OJQJaJmH        sH        h -%h|YOJQJaJh|YOJQJaJh[,*h|YCJOJQJh2yCJOJQJmH        sH        (=&gt;GHY_XL $7$G$Ifgd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+%h|YCJOJQJh|YOJQJaJh2yOJQJaJmH        sH        h +%h|YOJQJaJ8XL $7$G$Ifgd)l8kdH&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx 2^kd&amp;$$IfFr
+#    4ayttx 2^kd&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd&gt;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx         &gt;^kd&amp;$$IfFr
+#    4ayttx  GHRW^kd=&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&gt;?NS2^kd&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdO&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx a`kd&amp;$$IfhFr
+#    4ayttx 
+ $`kdN&amp;$$IfhFr
 h#r
-#    4ayttx $G$If]gd)labrxy}n$G$If]gd)l$G$If]gd)l`kdd&amp;$$If4Fr
+#    4ayttx $G$If]gd)l}n$G$If]gd)l$G$If]gd)l`kd&amp;$$If4Fr
 h#r
-`#    4ayttx yz0`kd*&amp;$$If4Fr
+`#    4ayttx 0`kds&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx +NXg^pVeg78lmwx~TUbo &amp;4:HN\bpv+1?FT[ip h:h)lh:h)lCJOJQJ
-h)lCJ
-h)l0J[
-h)lNHh)lCJOJQJh)lP -$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx  e +$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l+0N $7$G$Ifgd)l$G$If]gd)l^kd&amp;$$IfFr
+ #    4ayttx $G$If]gd)lefy~ $7$G$Ifgd)l$G$If]gd)l^kd9&amp;$$IfFr
 h#r
-#    4ayttx NOXYgk]^XK -$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kdK&amp;$$IfFr
+#    4ayttx XK +$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx ^_pvD$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx 4A$G$If]gd)l^kd.&amp;$$IfFr
 h#r
-#    4ayttx 
-3RoXKK -$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd@&amp;$$IfFr
+#    4ayttx ABKLVXXKK +$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx o5UV$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx 4$G$If]gd)l^kd#&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l        VWegp -$If]gd&quot;#c$G$If]gd)l^kd5&amp;$$IfFr
+$If]gd)l        &amp;'`nt(.&lt;BPVeky%3amhD%h)lCJOJQJ h:h)lh:h)lCJOJQJ
+h)l0J[
+h)lCJh)lCJOJQJ
+h)lNHh)lK +$If]gd&quot;#c$G$If]gd)l^kd~&amp;$$IfFr
 h#r
-#    4ayttx ~X8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx X8kd4&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx ~-T -$If]gd)l$G$If]gd)l^kd*&amp;$$IfFr
+#    4ayttx { +$If]gd)l$G$If]gd)l^kds&amp;$$IfFr
 h#r
-#    4ayttx TUbg2^kd&amp;$$IfFr
+#    4ayttx 2^kd)&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx  %&amp;`kd;&amp;$$If4Fr
+#    4ayttx ,^_`anst`kd&amp;$$If4Fr
 h#r
 `#    4ayttx  $If]gd)l$G$If]gd)l
-&amp;'49:;0`kd&amp;$$If4Fr
+tu0`kdJ&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx ;HMNO\ab`kdd&amp;$$If4Fr
+ #    4ayttx `kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lbcpuvw0`kd* &amp;$$If4Fr
+ #    4ayttx $G$If]gd)l0`kds&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx w`kd &amp;$$If4Fr
+ #    4ayttx `kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kdS!&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l0`kd &amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd &amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd9 &amp;$$If4Fr
 h#r
- #    4ayttx `kd!&amp;$$If4Fr
+ #    4ayttx (-.`kd &amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd|&quot;&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l./&lt;ABC0`kd!&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&quot;&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kdb!&amp;$$If4Fr
 h#r
- #    4ayttx         `kd&quot;&amp;$$If4Fr
+ #    4ayttx CPUVWejk`kd(&quot;&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l+0120`kd#&amp;$$If4Fr
+ #    4ayttx $G$If]gd)lkly~0`kd&quot;&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdB#&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&quot;&amp;$$If4Fr
 h#r
- #    4ayttx 2?EFGTZ[`kd$&amp;$$If4Fr
+ #    4ayttx `kdQ#&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l[\iopq0`kd$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l0`kd$&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdk$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd#&amp;$$If4Fr
 h#r
- #    4ayttx pq}_mKW5Gt#$3KLAO(5ghw KL`nƹ hh)lhYRh)lCJOJQJ        h)l5
-h)lNH
-h)l0J[h
-P&lt;h
-P&lt;CJOJQJh)lhD%h)lCJOJQJh)lCJOJQJEq}`kd1%&amp;$$If4Fr
+ #    4ayttx `kdz$&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lI;_ -$If]gd)l$G$If]gd)l`kd%&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l%aH +$If]gd)l$G$If]gd)l`kd$&amp;$$If4Fr
 h#r
- #    4ayttx         _`msX^kd6&amp;&amp;$$IfFr
+ #    4ayttx         %X^kd%&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd%&amp;$$If###4ayttx 2^kd&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kd@%&amp;$$If###4ayttx %&amp;39ab2^kd5&amp;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd%&amp;$$IfFr
 h#r
-#    4ayttx %KLW]^kdG'&amp;$$IfFr
+#    4ayttx bms^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)l +2^kdF'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx 5^kdX(&amp;$$IfFr
+#    4ayttx  +IV67DqrP]&amp;5v  ZhABMXpqrӮӮh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
+h)lNH
+h)l0J[h
+P&lt;h
+P&lt;CJOJQJh)lCJOJQJh)lD!IJV\^kd'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l56GMtn$G$If]gd)l$G$If]gd)l^kd(&amp;$$IfFr
+#    4ayttx $G$If]gd)ln$G$If]gd)l$G$If]gd)l^kd'&amp;$$IfFr
 h#r
-#    4ayttx tu0^kds)&amp;$$IfFr
+#    4ayttx 0^kd(&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l`kd)&amp;$$If)Fr
+#    4ayttx $G$If]gd)l`kdW(&amp;$$If)Fr
 h#r
-#    4ayttx #s$G$If]gd\($G$If]gd
-P&lt;^kd)&amp;$$IfFr
+#    4ayttx 67DJqs$G$If]gd\($G$If]gd
+P&lt;^kd)&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l#$39 $7$G$Ifgd)l$G$If]gd)l^kd)*&amp;$$IfFr
+#    4ayttx $G$If]gd)lqr $7$G$Ifgd)l$G$If]gd)l^kdr)&amp;$$IfFr
 h#r
-#    4ayt\(K? $7$G$Ifgd)l8kd*&amp;$$If###4ayttx -$If]gd)l$G$If]gd)l^kd*&amp;$$IfFr
+#    4ayt\(PK? $7$G$Ifgd)l8kd(*&amp;$$If###4ayttx +$If]gd)l$G$If]gd)l^kd)&amp;$$IfFr
 h#r
-#    4ayttx AB2^kdy+&amp;$$IfFr
+#    4ayttx PQ]a2^kd*&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd+&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdg*&amp;$$IfFr
 h#r
-#    4ayttx BOS^kd+&amp;$$IfFr
+#    4ayttx &amp;^kd+&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l()2^kd,&amp;$$IfFr
+#    4ayttx $G$If]gd)l&amp;'59vw2^kd+&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd/,&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdx+&amp;$$IfFr
 h#r
-#    4ayttx )59wx^kd,&amp;$$IfFr
+#    4ayttx w ^kd.,&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l  -2^kd-&amp;$$IfFr
+#    4ayttx $G$If]gd)l   $Z[2^kd,&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd@-&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd,&amp;$$IfFr
 h#r
-#    4ayttx  -`anr^kd-&amp;$$IfFr
+#    4ayttx [hl^kd?-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd.&amp;$$IfFr
+#    4ayttx $G$If]gd)lMN2^kd-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdQ.&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd-&amp;$$IfFr
 h#r
-#    4ayttx 
-&quot;#$1IPRZ KL]h&amp;4=KDEft3&gt;gh:nh)lCJOJQJ
-h)lNHh)lh)lCJOJQJh:nh)l5        h)l5 hh)lhh)lNHL$%13IJPTX^kdF/&amp;$$IfFr
+#    4ayttx NrsX^kd.&amp;$$IfFr
 h#r
-#    4ayttx 8kd/&amp;$$If###4ayttx $G$If]gd)l         -$If]gd)l$G$If]gd)l^kd/&amp;$$IfFr
+#    4ayttx 8kdP.&amp;$$If###4ayttx $G$If]gd)l         +$If]gd)l$G$If]gd)l^kd.&amp;$$IfFr
 h#r
-#    4ayttx 2^kdW0&amp;$$IfFr
+#    4ayttx STJKU_kfn  +%.^lt Q_'        ;&lt;mn FGex'h)lCJOJQJ
+h)lNHh:nh)lCJOJQJ        h)l5h)lVUV2^kd/&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd/&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdE/&amp;$$IfFr
 h#r
-#    4ayttx &gt;g +#    4ayttx V_`km  $If]gd)l -$G$If]gd)l8kd0
 &amp;$$If###4ayttx $G$If]gd)lR~ -$G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
+$G$If]gd)l8kd/&amp;$$If###4ayttx $G$If]gd)l~ +$G$If]gd)l$G$If]gd)l^kd:0&amp;$$IfFr
 h#r
-#    4ayttx RSZ_~ -$G$If]gd)l$G$If]gd)l^kdL1&amp;$$IfFr
+#    4ayttx f~ +$G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
 h#r
-#    4ayttx  %~ -$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
+#    4ayttx fgns%~ +$G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
 h#r
-#    4ayttx ~ -$G$If]gd)l$G$If]gd)l^kd2&amp;$$IfFr
+#    4ayttx %&amp;.3~ +$G$If]gd)l$G$If]gd)l^kdK1&amp;$$IfFr
 h#r
-#    4ayttx ]~ -$G$If]gd)l$G$If]gd)l^kd]2&amp;$$IfFr
+#    4ayttx ~ +$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
 h#r
-#    4ayttx ]^hj2^kd3&amp;$$IfFr
+#    4ayttx 2^kd\2&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
 h#r
-#    4ayttx &quot;^kdn3&amp;$$IfFr
+#    4ayttx ^_lp^kd2&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&amp;'2^kd$4&amp;$$IfFr
+#    4ayttx $G$If]gd)ltu2^kdm3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd3&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd3&amp;$$IfFr
 h#r
-#    4ayttx '48=^kd4&amp;$$IfFr
+#    4ayttx u ^kd3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l=&gt;KO2^kd55&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd~4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd4&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd#4&amp;$$IfFr
 h#r
-#    4ayttx f
-$G$Ifgd)l^kd5&amp;$$IfFr
+#    4ayttx QR_c
+$G$Ifgd)l^kd4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lfgtx2^kdF6&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd5&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd5&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd45&amp;$$IfFr
 h#r
-#    4ayttx 34&gt;Bg~ -$G$If]gd)l^kd6&amp;$$IfFr
+#    4ayttx '+~ +$G$If]gd)l^kd5&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lgh|}aX8kdW7&amp;$$If###4ayttx $G$If]gd)l^kd6&amp;$$IfFr
+#    4ayttx $G$If]gd)lX8kd6&amp;$$If###4ayttx $G$If]gd)l^kdE6&amp;$$IfFr
 h#r
-#    4ayttx  aiLV*O`$/|Tstu
-  -&gt;?Rdpq h5h)lCJOJQJ^JaJ
-h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5h)lCJOJQJh)l
-h)lNHJabik2^kd7&amp;$$IfFr
+#    4ayttx 2^kd:7&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd7&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd6&amp;$$IfFr
 h#r
-#    4ayttx L^kdL8&amp;$$IfFr
+#    4ayttx  ^kd7&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lLMVX2^kd9&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kdK8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd8&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd7&amp;$$IfFr
 h#r
-#    4ayttx *-O^kd]9&amp;$$IfFr
+#    4ayttx efx{^kd8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lOP`c2^kd:&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd\9&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd9&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd9&amp;$$IfFr
 h#r
-#    4ayttx ^kdn:&amp;$$IfFr
+#    4ayttx '-.^kd9&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd$;&amp;$$IfFr
+#    4ayttx $G$If]gd)l'.&gt;ESr}  +2*,7GXbZ[&quot;#&gt;T(/4;-&lt;mn34 h5h)lCJOJQJ^JaJ
+h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5
+h)lNHh)lCJOJQJh)lJ./&gt;DEF2^kdm:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd:&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd:&amp;$$IfFr
 h#r
-#    4ayttx 
-$^kd;&amp;$$IfFr
+#    4ayttx FSX        r^kd:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l$%/4|}2^kd5&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)lrs}2^kd~;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd#;&amp;$$IfFr
 h#r
-#    4ayttx }T^kd&lt;&amp;$$IfFr
+#    4ayttx 28^kd;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lTUtuX8kdF=&amp;$$If###4ayttx $G$If]gd)l^kd&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)lX8kd&lt;&amp;$$If###4ayttx $G$If]gd)l^kd4&lt;&amp;$$IfFr
 h#r
-#    4ayttx 2^kd=&amp;$$IfFr
+#    4ayttx  *+2^kd)=&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd=&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&lt;&amp;$$IfFr
 h#r
-#    4ayttx 
-~8kdz&gt;&amp;$$If###4ayttx 8kd;&gt;&amp;$$If###4ayttx $G$If]gd)l
- IR -$If]gd)l$G$If]gd)l^kd&gt;&amp;$$IfFr
+#    4ayttx +,-78GJX~8kd=&amp;$$If###4ayttx 8kd=&amp;$$If###4ayttx $G$If]gd)lXYbd +$If]gd)l$G$If]g
 d)l^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx RSdfFz
-$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd?&amp;$$IfFr
+#    4ayttx &gt;z
+$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd]&gt;&amp;$$IfFr
 h#r
-#    4ayttx  : -$If]gd)l$G$If]gd)l^kdo?&amp;$$IfFr
+#    4ayttx &gt;?TZ= +$If]gd)l$G$If]gd)l^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx :L`ky WXm|
-JK;J@ApDSSc
-=&gt;+,XY^t hwXh)lCJOJQJ^JaJ        h)l5
-h)lNH
-h)l0J[h)lCJOJQJh)l h5h)lCJOJQJ^JaJK:;LR`a2^kd%@&amp;$$IfFr
+#    4ayttx 2^kdn?&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd?&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd?&amp;$$IfFr
 h#r
-#    4ayttx akly{X^kd@&amp;$$IfFr
+#    4ayttx X^kd@&amp;$$IfFr
 h#r
-#    4ayttx 8kd@&amp;$$If###4ayttx $G$If]gd)lX^kdYA&amp;$$IfFr
+#    4ayttx 8kd?&amp;$$If###4ayttx $G$If]gd)lX^kd@&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kdA&amp;$$If###4ayttx 2^kdB&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kdc@&amp;$$If###4ayttx -.2^kdXA&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdA&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd@&amp;$$IfFr
 h#r
-#    4ayttx mn|
-`kdjB&amp;$$IfJFr
+#    4ayttx .&lt;AX`kdA&amp;$$IfJFr
 h#r
-#    4ayttx $G$If]gd)l
- 2^kd$C&amp;$$IfFr
+#    4ayttx $G$If]gd)l4Xg%/ +&gt;        M                        
+
+D
+X
+
+
+
+
+&quot; # M N y z         +   Q R       +! +_ +` +{ + + + +!)n|Tb$hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJ        h)l5
+h)lNHh)lCJOJQJh)lMXYgl2^kdmB&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdB&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdB&amp;$$IfFr
 h#r
-#    4ayttx ;&lt;JO -$If]gd)l^kdC&amp;$$IfFr
+#    4ayttx &quot; +$If]gd)l^kdB&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lpP?kd9D&amp;$$If^###44
-layttx $G$If]gd)l`kdC&amp;$$IfFr
+#    4ayttx $G$If]gd)l&quot;#$%/0P?kdC&amp;$$If^###44
+layttx $G$If]gd)l`kd#C&amp;$$IfFr
 h#r
-#    4ayttx pqXK -$If]gd)l^kdD&amp;$$IfFr
+#    4ayttx  +&quot;XK +$If]gd)l^kdC&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l8kdsD&amp;$$If###4ayttx DESYk~q +^%#    4ayttx $G$If]gd)l8kdC&amp;$$If###4ayttx &quot;~q
   $If]gd)l -:$G$If]gd)l^kd -E&amp;$$IfFr
+:$G$If]gd)l^kdVD&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lS -$If]gd)l$G$If]gd)l^kdhE&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l +$If]gd)l$G$If]gd)l^kdD&amp;$$IfFr
 #r
-^%#    4ayttx STcfx -$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
+^%#    4ayttx         &gt;         +$If]gd)l$G$If]gd)l^kd E&amp;$$IfFr
 #r
-^%#    4ayttx  -$If]gd)l$G$If]gd)l^kdF&amp;$$IfFr
+^%#    4ayttx &gt;        ?        M        S        e                 +$If]gd)l$G$If]gd)l^kdgE&amp;$$IfFr
 #r
-^%#    4ayttx 2^kdF&amp;$$IfFr
+^%#    4ayttx                                 
+
+2^kdF&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdyF&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdE&amp;$$IfFr
 #r
-^%#    4ayttx 
-^kd/G&amp;$$IfFr
+^%#    4ayttx 
+
+
+D
+E
+X
+^
+
+^kdxF&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^_2^kdG&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l
+
+
+
+  2^kd.G&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdG&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdF&amp;$$IfFr
 #r
-^%#    4ayttx _tz78DJ\~q -$If]gd)l^kd@H&amp;$$IfFr
+^%#    4ayttx          ~q +$If]gd)l^kdG&amp;$$IfFr
 #r
-^%#    4ayttx n$G$If]gd)l$G$If]gd)l7D                -        ;        m        x                         
-.
-I
-R
-  &gt; M   X Y h   . -? -s -t -/'(Rg=r~OY)5Ⱦشدد        h)l5
-h)lCJh
-P&lt;h
-P&lt;CJOJQJh)lCJOJQJ
-h)lNHh)l hwXh)lCJOJQJ^JaJ$hwXh)lCJNHOJQJ^JaJE-        ~n$G$If]gd)l$G$If]gd)l^kdH&amp;$$IfFr
+^%#    4ayttx n$G$If]gd)l$G$If]gd)l    { +~n$G$If]gd)l$G$If]gd)l^kdG&amp;$$IfFr
 #r
-^%#    4ayttx -        .        ;        A        m        n        2^kdQI&amp;$$IfFr
+^%#    4ayttx { +| + + + + +2^kdH&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdH&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kd?H&amp;$$IfFr
 #r
-^%#    4ayttx n        x        ~         
-!
-.
-4
- ^kdI&amp;$$IfFr
+^%#    4ayttx  + + +no|T^kdH&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l    &gt; ~~$G$If]gd)l -($G$If]gd)l^kdJ&amp;$$IfFr
+^%#    4ayttx $G$If]gd)lTUbf~~$G$If]gd)l +($G$If]gd)l^kdPI&amp;$$IfFr
 #r
-^%#    4ayttx &gt; ? M P X ~~$G$If]gd)l -($G$If]gd)l^kdbJ&amp;$$IfFr
+^%#    4ayttx ~~$G$If]gd)l +($G$If]gd)l^kdI&amp;$$IfFr
 #r
-^%#    4ayttx X Y h n   2^kdK&amp;$$IfFr
+^%#    4ayttx         |jk}uvbcV`w$4&quot;4&gt;IX        
+/067@pq*_kcnƿӸ +h)l5NH hh)lhh)lCJOJQJ        h)l5
+h)lCJh
+P&lt;h
+P&lt;CJOJQJ
+h)lNHh)lh)lCJOJQJH        2^kdaJ&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\(^kdJ&amp;$$IfFr
+^%#    4ayt\($G$If]gd\(^kdJ&amp;$$IfFr
 #r
-^%#    4ayttx    - -. -? -E -$G$If]gd)l^kdsK&amp;$$IfFr
+^%#    4ayttx          {|h$G$If]gd)l^kdJ&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\(/5:Kkd)L&amp;$$If0C%#4ayttx $G$If]gd)l
-$G$Ifgd)l^kdK&amp;$$IfFr
+^%#    4ayt\($G$If]gd\(hijkl}:KkdrK&amp;$$If0C%#4ayttx $G$If]gd)l
+$G$Ifgd)l^kdK&amp;$$IfFr
 #r
-^%#    4ayttx 5R^kdvL&amp;$$IfFr
+^%#    4ayttx ^kdK&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lRSgi -$If]gd)l$G$If]gd)l^kdL&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l +$If]gd)l$G$If]gd)l^kdL&amp;$$IfFr
 #r
-^%#    4ayttx = -$If]gd)l$G$If]gd)l^kd,M&amp;$$IfFr
+^%#    4ayttx ;k +$If]gd)l$G$If]gd)l^kduL&amp;$$IfFr
 #r
-^%#    4ayttx =&gt;rs~X8kdM&amp;$$If###4ayttx $G$If]gd)l^kdM&amp;$$IfFr
+^%#    4ayttx X8kd+M&amp;$$If###4ayttx $G$If]gd)l^kdL&amp;$$IfFr
 #r
-^%#    4ayttx         2^kd|N&amp;$$IfFr
+^%#    4ayttx VW2^kdM&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd!N&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdjM&amp;$$IfFr
 h#r
-#    4ayttx         OPY]^kdN&amp;$$IfFr
+#    4ayttx W`d^kd N&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l() -$If]gd)l$G$If]gd)l^kd2O&amp;$$IfFr
+#    4ayttx $G$If]gd)l vw +$If]gd)l$G$If]gd)l^kd{N&amp;$$IfFr
 h#r
-#    4ayttx )*592^kdO&amp;$$IfFr
+#    4ayttx wx2^kd1O&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdO&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdN&amp;$$IfFr
 h#r
-#    4ayttx NO\K^kdP&amp;$$IfFr
+#    4ayttx $%46jK^kdO&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l8kdCP&amp;$$If###4ayttx $G$If]gd)lN\l}
-1&quot;# 3ozlx~ Gf=Ouh)l0J[OJQJ
-h)l0J[ h+h)lh+h)lCJOJQJ -h)l5NH hh)lhh)lCJOJQJ
-h)lNH        h)l5h)lh)lCJOJQJB\^lm} -$If]gd)l^kdP&amp;$$IfFr
+$If]gd)l8kdO&amp;$$If###4ayttx $G$If]gd)l&quot; +$If]gd)l^kd&amp;P&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kdQ&amp;$$IfFr
+#    4ayttx $G$If]gd)l&quot;#4;&gt;?2^kdP&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd8Q&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdP&amp;$$IfFr
 h#r
-#    4ayttx 
-4lK^kd-R&amp;$$IfFr
+#    4ayttx ?IJXa67K^kdvQ&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l8kdQ&amp;$$If###4ayttx $G$If]gd)l12X8kdR&amp;$$If###4ayttx ^kdR&amp;$$IfFr
+$If]gd)l8kd7Q&amp;$$If###4ayttx $G$If]gd)l7@F *X8kd,R&amp;$$If###4ayttx ^kdQ&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l        !ChXKK -$If]gd)l8kd}S&amp;$$If###4ayttx $G$If]gd)l^kd&quot;S&amp;$$IfFr
+#    4ayttx $G$If]gd)l        *+_`koXKK +$If]gd)l8kdR&amp;$$If###4ayttx $G$If]gd)l^kdkR&amp;$$IfFr
 h#r
-#    4ayttx  $G$If]gd)l^kdS&amp;$$IfFr
+#    4ayttx 5Icdn$G$If]gd)l^kdS&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l !3nopzX^kdVT&amp;$$IfFr
+$If]gd)lnoX^kdS&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kdT&amp;$$If###4ayttx z{ +#    4ayttx $G$If]gd)l8kd`S&amp;$$If###4ayttx !Q\   4 E   H!Y!!!
 !!!&quot; &quot;U&quot;a&quot;&quot;&quot;&quot;&quot;&quot; ##D#U####k$l$u$w$x$$%%%%9%%%%%0&amp;B&amp;u&amp;&amp;&amp;&amp;#'1'''''(V(h(((h)lCJNHOJQJ
+h)lNHh)l0J[OJQJ
+h)l0J[ h+h)lh+h)lCJOJQJh)lCJOJQJ        h)l5h)lH  x
 $If]gd)l  x
-$G$If]gd)l$G$If]gd)l8kdT&amp;$$If###4ayttx X8kdKU&amp;$$If###4ayttx $G$If]gd)l^kdT&amp;$$IfFr
+$G$If]gd)l$G$If]gd)l8kdS&amp;$$If###4ayttx 0!X8kdT&amp;$$If###4ayttx $G$If]gd)l^kd9T&amp;$$IfFr
 h#r
-#    4ayttx @lXK -$If]gd)l8kdU&amp;$$If###4ayttx $G$If]gd)l^kdU&amp;$$IfFr
+#    4ayttx !&quot;QR\bXK +$If]gd)l8kd.U&amp;$$If###4ayttx $G$If]gd)l^kdT&amp;$$IfFr
 h#r
-#    4ayttx lmxz$G$If]gd)l^kd$V&amp;$$IfF|
+#    4ayttx   $G$If]gd)l^kdmU&amp;$$IfF|
 X#|
-#    4ayttx 2^kdV&amp;$$IfF|
+#    4ayttx       4 5 2^kd#V&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kdV&amp;$$IfF|
+#    4ayttx $G$If]gd)l^kdU&amp;$$IfF|
 X#|
-#    4ayttx @~^kd5W&amp;$$IfF|
+#    4ayttx 5 E M      !G!^kd~V&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l         GH2^kdW&amp;$$IfF|
+#    4ayttx $G$If]gd)l        G!H!Y!_!!!2^kd4W&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kdW&amp;$$IfF|
+#    4ayttx $G$If]gd)l^kdV&amp;$$IfF|
 X#|
-#    4ayttx HIfux0kdX&amp;$$If##4a0HkdFX&amp;$$If06
+#    4ayttx !!!!!!!!!&quot;x0kdW&amp;$$If##4a0HkdW&amp;$$If06
 #r
 44
-la0 $G$If]n        =SHkdY&amp;$$If06
+la0 $G$If]n        &quot;&quot; &quot;U&quot;V&quot;a&quot;&quot;SHkd_X&amp;$$If06
 #r
 44
-la0n$G$If] $G$If]HkdX&amp;$$If06
+la0n$G$If] $G$If]HkdX&amp;$$If06
 #r
 44
-la0=&gt;OuvcHkdY&amp;$$If06
+la0&quot;&quot;&quot;&quot;&quot;&quot;cHkdX&amp;$$If06
 #r
 44
-la0 $G$If]Hkd]Y&amp;$$If06
+la0 $G$If]HkdX&amp;$$If06
 #r
 44
-la0zHkd-Z&amp;$$If06
+la0&quot;&quot;&quot; # +##D#zHkdvY&amp;$$If06
 #r
 44
-la0 $G$If]0kdY&amp;$$If##4a03YHkdZ&amp;$$If06
+la0 $G$If]0kd4Y&amp;$$If##4a0D#E#U#####YHkdZ&amp;$$If06
 #r
 44
 la0
-$If] $G$If]HkdtZ&amp;$$If06
+$If] $G$If]HkdY&amp;$$If06
 #r
 44
-la0  ' ) * @      8!P!!!!!'&quot;7&quot;o&quot;~&quot;&quot;&quot;8#G####$$m$}$$$F%\%%%&amp;*&amp;}&amp;&amp;&amp;&amp;D'V'''&quot;(,(4(X(a((((((() )()3)g)l)))))))#*)*W*h*****8+h)lCJNHOJQJ
-h)lNHh)l0J[OJQJh)lh)lCJOJQJT' ( @   zp
-$If]HkdD[&amp;$$If06
+la0###u$v$$$%zp
+$If]HkdZ&amp;$$If06
 #r
 44
-la0 $G$If]0kd[&amp;$$If##4a0     8!z0kd[&amp;$$If##4a0 $G$If]Hkd[&amp;$$If06
+la0 $G$If]0kdKZ&amp;$$If##4a0%%% %9%%z0kd[&amp;$$If##4a0 $G$If]HkdZ&amp;$$If06
 #r
 44
-la08!9!P!!!!!cHkd[\&amp;$$If06
+la0%%%%%%0&amp;cHkd[&amp;$$If06
 #r
 44
-la0 $G$If]Hkd\&amp;$$If06
+la0 $G$If]Hkd][&amp;$$If06
 #r
 44
-la0!!!'&quot;(&quot;7&quot;o&quot;cHkd\&amp;$$If06
+la00&amp;1&amp;B&amp;u&amp;v&amp;&amp;&amp;cHkd2\&amp;$$If06
 #r
 44
-la0 $G$If]Hkd\&amp;$$If06
+la0 $G$If]Hkd[&amp;$$If06
 #r
 44
-la0o&quot;p&quot;~&quot;&quot;&quot;&quot;&quot;#8#YHkdw]&amp;$$If06
+la0&amp;&amp;&amp;&amp;#'$'1'U''YHkd\&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd0]&amp;$$If06
+$If] $G$If]Hkdy\&amp;$$If06
 #r
 44
-la08#9#G#l####YHkd^&amp;$$If06
+la0'''''''YHkdN]&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd]&amp;$$If06
+$If] $G$If]Hkd]&amp;$$If06
 #r
 44
-la0###$        $$m$zHkd^&amp;$$If06
+la0''(V(W(h((zHkd]&amp;$$If06
 #r
 44
-la0 $G$If]0kdL^&amp;$$If##4a0m$n$}$$$$F%cHkd_&amp;$$If06
+la0 $G$If]0kd]&amp;$$If##4a0(((')()&lt;))cHkde^&amp;$$If06
 #r
 44
-la0 $G$If]Hkd^&amp;$$If06
+la0 $G$If]Hkd^&amp;$$If06
 #r
 44
-la0F%G%\%%%%&amp;cHkd_&amp;$$If06
+la0(')&lt;)))**i*x***.+&lt;++++,p,z,,,,,,-        -.-4-T-Y-v------..0.&lt;.q.w.....9/J//////0        0(0/0O0Y0i0s000001111T1U111112 2A2I2~222222        3hv
+hvNH
+h)lNHh)l0J[OJQJh)lCJOJQJh)lU)))***i*cHkd^&amp;$$If06
 #r
 44
-la0 $G$If]Hkdc_&amp;$$If06
+la0 $G$If]Hkd^&amp;$$If06
 #r
 44
-la0&amp;&amp;*&amp;}&amp;~&amp;&amp;&amp;cHkd8`&amp;$$If06
+la0i*j*x****.+cHkd_&amp;$$If06
 #r
 44
-la0 $G$If]Hkd_&amp;$$If06
+la0 $G$If]Hkd:_&amp;$$If06
 #r
 44
-la0&amp;&amp;&amp;D'E'V''cHkd`&amp;$$If06
+la0.+/+&lt;+++++cHkd`&amp;$$If06
 #r
 44
-la0 $G$If]Hkd`&amp;$$If06
+la0 $G$If]Hkd_&amp;$$If06
 #r
 44
-la0'''(&quot;(#(,(YHkdTa&amp;$$If06
+la0++,N,p,q,z,YHkd`&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd -a&amp;$$If06
+$If] $G$If]HkdV`&amp;$$If06
 #r
 44
-la0,(-(4(X(Y(a((zHkda&amp;$$If06
+la0z,{,,,,,,zHkd&amp;a&amp;$$If06
 #r
 44
-la0 $G$If]0kda&amp;$$If##4a0(((((((cHkdkb&amp;$$If06
+la0 $G$If]0kd`&amp;$$If##4a0,,,--        -.-cHkda&amp;$$If06
 #r
 44
-la0 $G$If]Hkd$b&amp;$$If06
+la0 $G$If]Hkdma&amp;$$If06
 #r
 44
-la0((()) )()cHkdb&amp;$$If06
+la0.-/-4-T-U-Y-v-cHkdBb&amp;$$If06
 #r
 44
-la0 $G$If]Hkdb&amp;$$If06
+la0 $G$If]Hkda&amp;$$If06
 #r
 44
-la0()))3)g)h)l))cHkdc&amp;$$If06
+la0v-w------cHkdb&amp;$$If06
 #r
 44
-la0 $G$If]Hkd@c&amp;$$If06
+la0 $G$If]Hkdb&amp;$$If06
 #r
 44
-la0)))))))cHkdd&amp;$$If06
+la0---...0.cHkd^c&amp;$$If06
 #r
 44
-la0 $G$If]Hkdc&amp;$$If06
+la0 $G$If]Hkdc&amp;$$If06
 #r
 44
-la0)))#*$*)*W*cHkdd&amp;$$If06
+la00.1.&lt;.q.r.w..cHkdc&amp;$$If06
 #r
 44
-la0 $G$If]Hkd\d&amp;$$If06
+la0 $G$If]Hkdc&amp;$$If06
 #r
 44
-la0W*X*h*****cHkd1e&amp;$$If06
+la0......9/cHkdzd&amp;$$If06
 #r
 44
-la0 $G$If]Hkdd&amp;$$If06
+la0 $G$If]Hkd3d&amp;$$If06
 #r
 44
-la0***8+9+B+cHkde&amp;$$If06
+la09/:/J////cHkde&amp;$$If06
 #r
 44
-la0 $G$If]Hkdxe&amp;$$If06
+la0 $G$If]Hkdd&amp;$$If06
 #r
 44
-la08+B+I+++++++, ,,%,5,C,v,,,,,,--z-{-------0.5.9.T.v.w..... -//l/s/0#0$0(0)0&gt;0]0a0b0v00000(111111122G2S2~222222'343`3m33hPrh)lCJNHOJQJhv
-hvNH
-h)lNHh)lh)lCJOJQJh)l0J[OJQJOB+C+I+++++zHkdHf&amp;$$If06
+la0///00        0(0zHkde&amp;$$If06
 #r
 44
-la0 $G$If]0kdf&amp;$$If##4a0+++,, ,,cHkdf&amp;$$If06
+la0 $G$If]0kdOe&amp;$$If##4a0(0)0/0O0P0Y0i0cHkdf&amp;$$If06
 #r
 44
-la0 $G$If]Hkdf&amp;$$If06
+la0 $G$If]Hkde&amp;$$If06
 #r
 44
-la0,,%,5,6,C,v,cHkddg&amp;$$If06
+la0i0j0s00000cHkdf&amp;$$If06
 #r
 44
-la0 $G$If]Hkdg&amp;$$If06
+la0 $G$If]Hkdff&amp;$$If06
 #r
 44
-la0v,w,,,,,,cHkdg&amp;$$If06
+la00001111cHkd;g&amp;$$If06
 #r
 44
-la0 $G$If]Hkdg&amp;$$If06
+la0 $G$If]Hkdf&amp;$$If06
 #r
 44
-la0,,,----cHkdh&amp;$$If06
+la01111112cHkdg&amp;$$If06
 #r
 44
-la0 $G$If]Hkd9h&amp;$$If06
+la0 $G$If]Hkdg&amp;$$If06
 #r
 44
-la0------0.cHkdi&amp;$$If06
+la022 2A2B2I2~2cHkdWh&amp;$$If06
 #r
 44
-la0 $G$If]Hkdh&amp;$$If06
+la0 $G$If]Hkdh&amp;$$If06
 #r
 44
-la00.1.5.... -/THkdi&amp;$$If06
+la0~222!3&quot;3'3[3THkdh&amp;$$If06
 #r
 44
-la0$G$If]gdv $G$If]HkdUi&amp;$$If06
+la0$G$If]gdv $G$If]Hkdh&amp;$$If06
 #r
 44
-la0 -///l/m/s/0cHkd*j&amp;$$If06
+la0        3
+3!3'3[3b333g4q4r4v4w4444444445v55556/6\6i6666677&lt;7I7u777777 8-8Y8f8888899A9O9|999999%:1:\:i:::::        ;H;Q;X;\;e;l;hh\thPrh)lCJNHOJQJh)l0J[OJQJh)lCJOJQJh)l
+h)lNHM[3\3b3333g4cHkdsi&amp;$$If06
 #r
 44
-la0 $G$If]Hkdi&amp;$$If06
+la0 $G$If]Hkd,i&amp;$$If06
 #r
 44
-la000#0$0%0&gt;0]0cT$G$If]gd)lHkdj&amp;$$If06
+la0g4h4q4r4s444cT$G$If]gd)lHkdj&amp;$$If06
 #r
 44
-la0 $G$If]Hkdqj&amp;$$If06
+la0 $G$If]Hkdi&amp;$$If06
 #r
 44
-la0]0^0v000000(1cYL +la0444445&quot;5E5v5cYL  $If]gd)l
-$If]HkdFk&amp;$$If06
+$If]Hkdj&amp;$$If06
 #r
 44
-la0 $G$If]Hkdj&amp;$$If06
+la0 $G$If]HkdHj&amp;$$If06
 #r
 44
-la0(1)111[1v11111YHkdk&amp;$$If06
+la0v5w55555556YHkdk&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkdk&amp;$$If06
+$If] $G$If]Hkdj&amp;$$If06
 #r
 44
-la0111222G2cHkdbl&amp;$$If06
+la066/6\6]6i66cHkdk&amp;$$If06
 #r
 44
-la0 $G$If]Hkdl&amp;$$If06
+la0 $G$If]Hkddk&amp;$$If06
 #r
 44
-la0G2H2S2~2222cHkdl&amp;$$If06
+la06666667cHkd9l&amp;$$If06
 #r
 44
-la0 $G$If]Hkdl&amp;$$If06
+la0 $G$If]Hkdk&amp;$$If06
 #r
 44
-la0222222'3cHkd~m&amp;$$If06
+la0777&lt;7=7I7u7cHkdl&amp;$$If06
 #r
 44
-la0 $G$If]Hkd7m&amp;$$If06
+la0 $G$If]Hkdl&amp;$$If06
 #r
 44
-la0'3(343`3a3m33cHkd n&amp;$$If06
+la0u7v777777cHkdUm&amp;$$If06
 #r
 44
-la0 $G$If]Hkdm&amp;$$If06
+la0 $G$If]Hkdm&amp;$$If06
 #r
 44
-la0333333 4cHkdn&amp;$$If06
+la0777 8!8-8Y8cHkdm&amp;$$If06
 #r
 44
-la0 $G$If]HkdSn&amp;$$If06
+la0 $G$If]Hkdm&amp;$$If06
 #r
 44
-la03333 44D4Q4}444445.5;5g5t5555566G6T6666667
-77777 7&quot;7#7%7&amp;7(7)7+70717274797:7;7=7&gt;7?7Y7Z7[7ȴȝjhMH1h+0JXCJUjs&amp;h+Uj_s&amp;h+Uh+jr&amp;h+UhMH1h+CJ
-h+CJhjhU h
-&amp;hhh\th)lh)lCJOJQJ9 4 44D4E4Q4}4cHkd(o&amp;$$If06
+la0Y8Z8f88888cHkdqn&amp;$$If06
 #r
 44
-la0 $G$If]Hkdn&amp;$$If06
+la0 $G$If]Hkd*n&amp;$$If06
 #r
 44
-la0}4~444444cHkdo&amp;$$If06
+la0888999A9cHkdn&amp;$$If06
 #r
 44
-la0 $G$If]Hkdoo&amp;$$If06
+la0 $G$If]Hkdn&amp;$$If06
 #r
 44
-la0445.5/5;5g5cHkdDp&amp;$$If06
+la0A9B9O9|9}999cHkdo&amp;$$If06
 #r
 44
-la0 $G$If]Hkdo&amp;$$If06
+la0 $G$If]HkdFo&amp;$$If06
 #r
 44
-la0g5h5t55555cHkdp&amp;$$If06
+la0999999%:cHkdp&amp;$$If06
 #r
 44
-la0 $G$If]Hkdp&amp;$$If06
+la0 $G$If]Hkdo&amp;$$If06
 #r
 44
-la0555666G6cHkd`q&amp;$$If06
+la0%:&amp;:1:\:]:i::cHkdp&amp;$$If06
 #r
 44
-la0 $G$If]Hkdq&amp;$$If06
+la0 $G$If]Hkdbp&amp;$$If06
 #r
 44
-la0G6H6T66666cHkdq&amp;$$If06
+la0::::::        cHkd7q&amp;$$If06
 #r
 44
-la0 $G$If]Hkdq&amp;$$If06
+la0 $G$If]Hkdp&amp;$$If06
 #r
 44
-la066666666666c^YYYYYgd)lgd)lHkd|r&amp;$$If06
+la0        
+;;@;A;B;C;D;E;F;G;c^YYYYYgd)lgd)lHkdq&amp;$$If06
 #r
 44
-la0 $G$If]Hkd5r&amp;$$If06
+la0 $G$If]Hkd~q&amp;$$If06
 #r
 44
 la0
-6666666777777777        7
-7 7 7 -7777777777gd)l7777777777!7&quot;7$7%7'7(7*7+7173747:7&lt;7=7?7f7g7p -gd)lo$a$gd)logd)lgd)l[7a7b7d7e7f7
 g7h7i777777777777777777777777777777777777778̖̾̾̾̾̅̾ك̾Ujw&amp;h+UhRh+CJjkv&amp;h+Uju&amp;h+U hRh+j3u&amp;h+UhMH1h+CJ
-h+CJjt&amp;h+Uh+h}A9h+CJh        *0JXCJmHnHujhMH1h+0JXCJUhMH1h+0JXCJ3g7i7777777777777777777777777o$a$gd)lgd)logd)lp -gd)l
  +G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z;[;\;];^;_;`;a;b;c;d;gd)ld;e;f;g;h;i;j;k;l;m;o;p;r;s;u;v;x;y;;;;;;;;;;
 p +gd)lo$a$gd)logd)lgd)ll;m;n;p;q;s;t;v;w;y;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;޳Ҋ޳ނ{ hRh+j|t&amp;h+Ujs&amp;h+Uh}A9h+CJh620JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUjDs&amp;h+Ujr&amp;h+Uh+j r&amp;h+UhMH1h+CJ
+h+CJhOOjhOOU h
+&amp;h.;;;;;;;;;;;;;;;;;;;;;;;'(*Qo$a$gd)lgd)logd)lp +gd)l;;;;;;&quot;#%&amp;'()*DEFLMOPQ^cdefglmnpqrĹĬģĹĬģӓӋĹĬ{jx&amp;h+Uj$x&amp;h+Ujw&amp;h+Ujv&amp;h+UjPv&amp;h+UhRh+CJh620JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+
 CJ
+h+CJUju&amp;h+Uh+ hRh+ju&amp;h+U0WRF-ARW V3: Users Guide        6- PAGE 44   + +WRF-ARW V3: Users Guide        6- PAGE 43       @@ -2797,6 +2842,7 @@
      +  WRFDA     @@ -2807,7 +2853,7 @@
 WRF-ARW V3: Users Guide                6- PAGE 70     -WRF-ARW V3: Users Guide                6- PAGE 69 +WRF-ARW V3: Users Guide                6- PAGE 71       @@ -2815,15 +2861,12 @@
      -        
-   - !#KLNvwxpgd)lp -gd)lo$a$gd)logd)l!&quot;#&gt;?@FGIJKLMNijkqrtuv{|}䛔 h
-&amp;hhjwy&amp;h+Uh        *0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUjx&amp;h+Uj?x&amp;h+U
-h+CJh+ hRh+jw&amp;h+UhMH1h+CJ xyz{|}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-VarqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1D
 yK _Radiance_Data_Assimilations}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1D
 yK _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 ճ         -n U&quot;to ճPNG
+QRSTUVWXYZ[\]^dfgmoprpgd)lp +gd)lo$a$gd)logd)lÿ
  h
+&amp;hhOOh+ hRh+h620JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+CJ
+h+CJ 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-VarqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _
 Radiance_Data_Assimilations}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1Dy
 K _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 ճ         n U&quot;to ճPNG
 
   IHDR
@@ -4027,9 +4070,8 @@
 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!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / aDyK y
 K http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmyX;H,]ą'cDyK yK |http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html1DyK  yK http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmyX;H,]ą'cformatDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDdf;
 !
 T
-
- 0Ab&quot;AP)9% -n&quot;AP)9%PNG
+
+ 0Ab&quot;AP)9% n&quot;AP)9%PNG
 
   IHDR=4 ̱IiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -4915,10 +4957,9 @@
 B82糪\*Ը5&lt;61cm5%Z\WʘAۋ6_O*#}3锦g ?hD\pX`S]kFo~{Ee @@@ \8[fF@@ m|:L)?Dįb.caW*[U,S4lb!TrJtVSЉ|VWpԂ;&quot;X5:`lQMP*:=C@@nK@@@@@@@`HjE̋              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      JktIDATxO@{!      kL   
    wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL       wMWIENDB`DyK _Description_of_Namelist_1D
 yK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlDyK yK 2http://www.ncl.ucar.edu/xDd;7
 !
 T
-
- 0AbWx;DY
-3#E3xZ -n+x;DY
+
+ 0AbWx;DY
+3#E3xZ n+x;DY
 3#EPNG
 
  @@ -6184,9 +6225,8 @@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@D@D@D@D@D@D`p\
 g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_1$$If!vh#v        #v #v :V T,5        5 5 / / / / al$$If!vh#v        #v #v :V T,5        5 5 / / / alDy
 K &quot;_Running_Observation_Preprocessor$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1DyK _Additional_WR
 FDA_Exercises:_1DyK _Running_WRF-Var_1E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt
 P&lt;DyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK ~http://research.metoffice.gov.uk/
 research/interproj/nwpsaf/rtmDyK yK fftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMyX;H,]ą'cDyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If
 !vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55DyK yK thttp://data.eol.ucar.edu/codiac/dss/id=21.093yX;H,]ą'cDyK yK hhttp://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/!gDd/=,,
-
- vA?2008020518Picture 12008020518&quot;3fW\UZ[pfĂ -@=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 @@ -9060,12 +9100,11 @@
 tunլ]ܩ뜻4ȹW78#&lt;3R?✮_r~mu&amp;Oq\rvo7f0|  wa_L[B,b~-uvR3\Y f0Nf~2H&lt;Xb\/̵uƨ3
 #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
+z/W\&amp;Kjz1^w+۸XfDCdÐDyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gzyX;H,]ą'cDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html1i Dd*22
 qT
-
- 0Abh ҟrSseh  - -n]h ҟrSsPNG
+
+ 0Abh ҟrSseh  + n]h ҟrSsPNG
 
   IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -13963,8 +14002,7 @@
 7ܰa?G&gt;K A;viy@@@@@@@@@ #֟t'B B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -3UuW{IENDB`DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_update
 d_for_cv6.pdfyX;H,]ą'c$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 
 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/DyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html6yDd
 T
 
- 0AbxPdc%jx\ -nbxPdc%PNG
+ 0AbxPdc%jx\ nbxPdc%PNG
 
   IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -14538,8 +14576,7 @@
 AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
 
- 0Ab}ezn 9''Ye -nQezn 9''PNG
+ 0Ab}ezn 9''YeP nQezn 9''PNG
 
   IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -15125,8 +15162,7 @@
 x)  T
 
- 0Ab/@4|&lt; -nt/@4PNG
+ 0Ab/@4|&lt; nt/@4PNG
 
   IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -17484,8 +17520,7 @@
 )m  T
         
- 0A        b-sJg&quot;-  -n-sJg&quot;PNG
+ 0A        b-sJg&quot;-L  n-sJg&quot;PNG
 
   IHDR^ciCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -20810,23 +20845,23 @@
 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;((
 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;
@@ -20977,29 +21012,28 @@
 ,.aic21h:qm@RN;d`o7gK(M&amp;$R(.1r'JЊT8V&quot;AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!0C)theme/theme/theme1.xmlPK-!  ѐ'        theme/theme/_rels/themeManager.xml.relsPK]
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
-&lt;a:clrMap xmlns:a=&quot;http://schemas.openxmlformats.org/drawingml/2006/main&quot; bg1=&quot;lt1&quot; tx1=&quot;dk1&quot; bg2=&quot;lt2&quot; tx2=&quot;dk2&quot; accent1=&quot;accent1&quot; accent2=&quot;accent2&quot; accent3=&quot;accent3&quot; accent4=&quot;accent4&quot; accent5=&quot;accent5&quot; accent6=&quot;accent6&quot; hlink=&quot;hlink&quot; folHlink=&quot;folHlink&quot;/&gt;[Q\Q'v+vk/1f         Hrrrtvxz|~-XZ\_
+&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;CRDRuzyz31f         Hrrrtvxz|~-XZ\_
 D l!h'-
 2DJ  QnU=Y]bh@mx|ρt.շkom -XN- -|D(&quot;$')*057j=NZdjqug}|gm         e$p8+3[7}!&quot;$*+-024569:;=?@BGHNTUWY\^_deghiklnpsuv~+=Qfw$7$%Y%%.7?/H$PZY|]hrIσ;{:aI#        c
-h$&amp;)27\&lt;SkZW`gs3wxx z{du
-1=&gt;ayN^oV~T&amp;;bw2[q_5t#B) -R]'=fgaLO$}T
-R:a
-pS_-        n         &gt; X  5R=        )\ zlH= 8!!o&quot;8##m$F%&amp;&amp;',(((()))W**B++,v,,-0. -/0]0(11G22'33 4}44g55G6667g7x} #%&amp;'(),./1378&lt;&gt;ACDEFIJKLMOPQRSVXZ[]`abcfjmoqrtwxyz{|}
         
+XN wl ~ &quot;w%(*+15p8R&gt;NZekRo_q v +{Tģ)`o}~a.'4(        3l;; !#$&amp;,-/24678;&lt;=?ABDIJPVWY[^`afgijkmnpruwx{$6J_s$7$%Y%%.7?/H$PZY|]hrIσ;{:aI#         7@HTT%y'l*3h9BTr[ibjo +v{_|M}Y~QVêX
 +(eAt.Ck%bqP&amp;w [NVf%u.Fr+X&gt;.X&quot;&quot;&gt;                
+
+  { + +T        hWw&quot;?7*n!  5 G!!&quot;&quot;&quot;D##%%0&amp;&amp;''()i*.++z,,.-v--0..9//(0i0012~2[3g44v5667u77Y88A99%::        G;d;;Q&quot;%'()*+.01359:&gt;@CEFGHKLMNOQRSTUXZ\]_bcdehloqstvyz|}~        
    - !&quot;#$%&amp;'()*,-./0123456789:;&lt;&gt;?@ABCDEFGHIJKLMNOPRSTUVWXYZ[\]^_`abcdeghijklmnopqrstuvxyz{|}~5Wdf V  + !&quot;#%&amp;'()*+,-./012345789:;&lt;=&gt;?@ABCDEFGHIKLMNOPQRSTUVWXYZ[\]^`abcdefghijklmnopqrtuvwxy
 z{|}~5Wdf V   .^`+-YE\^        =      \5&quot;&quot;#_OOOVV9WYZZ-[B[[[^=_|_&gt;ckccqmmmnnotttdzzzz{{|}]}̣ޣ1a|и޸@s3p\N? -4~(cLJX}HH        I -hchhsstx~~~jȔk/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ @H 0(        
+'c :R/keIII[lllw)xexƂK3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ @H 0(        
 0(        
 0
-# &lt; +# =  _Hlt321360023  _Hlt321360002  _Hlt321359857 @@ -21027,76 +21061,75 @@
 _Hlt353167892_Running_WRF-Var_1_Radiance_Data_Assimilations  precipitation  _Hlt320873510 -_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_Mu
 ltivariate_2_WRF-Var_Diagnostics_1_Hybrid_Data_Assimilation_2_Description_of_Namelist_Description_of_Namelist_1_ETKF_Data_AssimilationfAAAAO^z        9MMU[[Cx[F##%J3\Q\Q\Q\Q\Q\Q\Q\Q\Q\Q^^^dq`l/@@@@@@@@@        @
+_Hlt384064512 +_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_Description_of_Namelist_1_ETKF_Data_AssimilationfAAAAO^z        9MMU[[Cx[B_p$p$&amp;24DRDRDRDRDRDRDRDRDRDR___Ei@v3@@@@@@@@@        @
 @ @ @ -@@@@@:@@@@@@@ !&quot;@#@$%&amp;'()*+,-./012345679;8gBBBBP_{        9MMU[[Cx[G##%J3\Q\Q\Q\Q\Q\Q\Q\Q\Q\Q^^^dq`--l/Dxix&amp;,֝؝HJ!~(DR 9?T[
+@@@@@;@@@@@@@ !&quot;@#@$@%&amp;'()*+,-./012345678:&lt;9gBBBBP_{        9MMU[[Cx[B`p$p$&amp;24DRDRDRDRDRDRDRDRDRDR___Ei@v5/2/23Dxix&amp;,֝؝HJ!~(DR 9?T[
  ^`ЭҭKY~ӱڱ)27&gt;ktúûλԻ߻6BLX%-`i!* ,6NTps#IT@CMQOT]bv{`e -#7&lt;&lt;ET]`e{*6ouF[zZ]\^&quot;#4|kq{                                        /
-7
-=
-E
-G
-P
-R
-X
-
-
+#7&lt;&lt;ET]`e{*6ouF[zZ]:@pu !+03%(]`iy                $        (        )        -        R        V                                        
+
+
+
+
 
-
-9 ? }    Y [ _ c                   - +
+ _ e     &amp; ,    +   - - -; -? -C -M + +/ +5 +F +H +I +K +O +S  T -^ -d -h -l -v +X  } - - +   - - -+;&gt;HKL]%?K +-;=XZlnqs&lt;GNZao e m L!M!##i#j#####4&amp;&lt;&amp;''(*(((((((O)[)))))))))))**-*6*W*c*|******+%+++,,,,,--- -Z-[---..4.g.s.w...........9/:/Q/R/n/o//////////000~01111122#2$2G2J2~22222222!3&quot;3E3K3Z3#9)9&gt;&gt;&gt;&gt;0
 ?3???kEqEFFFFZHdH IIOIQI\I^IIIII:J&lt;JJJJJKKLLLLLLYM_M)N/N[NaNgNkNwN{NNNNNNNNNGPYPdPvPQQjRtRRRTTT T)T1T:TBTKTUT]TgT{TTTTTTTTTU$V2VVVVXdXXXIZLZZZ]]:]H]]]^^__````Zabaaa
-bb/b2b]b`bbbbbbbHcScccddddddeeggTiZiiikkkkmm&quot;n.nnno -ojoxoooxpppqsqqUt\tathtuuuuuuuukvrvwv~v)x7x!y0y3yByyy-{&lt;{}}~~~~6C478?@C€ˀ &quot;OR1@-0:=ĉ)YbjlЎӎ -,48?TZdtw}xzvܘ$+JPؙo QS!$fkqs{} &quot;-0&gt;@PSCELNVXաס -JL\_&amp;-
 ;@ORblyen!-myߥ[j -?Lݩoªܪݪ&quot;:NOZkr|ͼڼ3@m{5:SXpužܾ
-&amp;+?D[`w|034:TYZgivx12?ANP]_ln{}JP`a #&amp;dl*,KMik)0;Ibf6FP_hwGT&amp;(M]%?D\aux&amp;5ER5&gt;m{!$%'(2CO -!)5=IQ]erz  ,5AJV_j
 s$&amp;2 08:Dhpr~&quot;$4Xacm 58HKOXet        0&lt;IUv&quot;/;fq~ O[ht8=qt|47)
-        FP
-LUz &quot;t~AK&quot;+PVz+;C0&gt;M#+T\kscr -=LNPdfhjAQ)9Zf~ +_n3@HW~BPUd!0|Ma&amp;19Hv(\e7@SX-:5&gt;GU, ATak&gt;F        &quot;        X        b        h        r        x                                =
-I
-[
-j
-p
-
-
-
-
-
-
-
-
-
-D P         [ d    -+ -b -o - - -
- AHIOixKTnqBMt}&gt;B[emz -.........i/l/
 
 
 !#4                                 
+ + + + + + + + + + + + + + + +&amp;07=`e/4eu
+$0')DFXZ]_(3:FM[z        Q!Y!8&quot;9&quot;$$U$V$$$$$'$'(()){)~)))))7*C*}************++?+K+d+n+++++, +,,,-----....B.C...../O/[/_/m/n/////////!0&quot;090:0V0W0s0t00000000000f12222222 3 3/323f3g3333333        4
+4-434B4 ::????@@@@SFYFGGGGBILIII7J9JDJFJJJJJ&quot;K$KlKnKKKnL|LMMMMMMANGNOOCOIOOOSO_OcOoOrOOOOOOO/QAQLQ^QQRRS\SSSTTUUUU&quot;U*U3U=UEUOUcUmU|UUUUUUUU WWwW|W&gt;YLYYY1[4[[[]^&quot;^0^r^~^k_z_w``aaaaBbIbbbbbccDcGczc}ccccc1d&lt;dqdtdddeeeegftffffffff +ggg*g7gGgWggggggggggghh(h6hhhhh,j6j]kckmmDnJn*p4p&gt;pLpq        rpr|rrrNs[sss&lt;tKtttHuUuuuxxxxyyyy%z,z1z8zzzzzw||o}~}}}}}{/
 2&lt;?VYcfmp{~֌]`gilw        !=@[^zACšŚ˚ԚƛțĜ *Sry&amp;PSVZbm\^orɡˡnp{~.34:ӥե#%:&lt;HPS[`gkm٦LUht{ǧΧۧGPS\^go{ǩݩ-/26kmN[
++.*+@BOPpʲϲ(3;FSj*/?DX]tyIR~ ANP^%'/0&lt;= #ch,IY_qt        -/6=fhxz\`w~ &quot;Tf1&gt;tv +:CJds%4BI^ft+4orsu
 v         9&lt;O[cow)1=ERZfnz$&amp;24@BMVfhrtPZ~,68Cgpr#%1U^`n(1?JWc~ +&quot;/;SVep} +&amp;IUbn        al jwNXMWXb9COYfp,6\fpyO]jyTem~+4
 @qy+3aj +&amp;4GO[j-A&quot;)w
+9HJZ\iky5D(7-:BQo~3EV`tjv]iCOdi{jzZ        j                
+
+
+
+       E M      + +f +p + + + + + + +!!8E%-Y`lyNX8;]nVaLU@I`d#2[2]2^2`2a2c2d2f2g233
 
 
 !#4
                                  
 &quot;
 U
 W
@@ -21111,14 +21144,20 @@
 w w,wBwNwdwpwwDxQxRxhx{{}}d~r~&amp;,`v(*8:kmÂł+-JLgmÆƆ͆І',{/=ȊʊaeqtKP$TYÍǎ̎15fkЏՏ  :&gt;ِߐHL|:A”Дk',RW         
 %&amp;34ABOP]^kln -BDwyKMݪߪ;=acЭҭ.0ǵƺȺbdacIP-0dn\^%  4        8                          r t &lt;Atw+-XZqssw{&quot;Y   B E S#W###(((())))))E*J*****?,- -..t.v.........8/:/P/R/m/o////////////01020v0w000111111222222G3K3Y333^
 8`8.919:#;[=l=S@Z@\I_IIIII:J=JJJJJ@MFMMMMM        NN4N:NFNLNNN\QwQTTIZLZ1`4`Zaba
-bbbbHcScddddd0e
-llqrUt\tyy&gt;{H{V|f|р&quot;9;jlmabd+=psTZxz֗ޗt֘יnotpfk &quot;Tg0:/1&gt;@CEVXաסxzpx/2lwNQoqħŧMOikޭ&lt;CbiͮϮfm?Dư$̱ѱӱڱ -13ɲ˲˳ͳZ\ô CG &gt;@EHacظڸ13 &quot;JN  -fj
 
-!'.4b¼ͼڼ3@m{4:RXouž۾        %+&gt;DZ`v|LMZ12IL_a &quot;&amp;cl),JMhk!'Z^uxekUX029&gt;;&gt;MSFIX^&amp;,=C        fluxzXb8Brx=@        msBI&gt;E4:*-'        *                  /67
 R$*numt6=[a{%%&amp;&amp;&amp;&amp; -..........&quot;.'.-.H.W.r..........// //-/&lt;/X/i/l/333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333קק$*((#$&quot;#^^||66 . -.H.S.r.}..
 ...-/8/X/c/l/2&lt;&amp;Hq
+BDwyKMݪߪ;=acЭҭ.0ǵƺȺbdacIP-0dn\^%  5        8                        0
+5
+   + +CrY\DF]_{}_cgEz      .!1!?$C$p$$))))o*q*****-+2+++++'-....\/^/l/n/////// 0&quot;080:0U0W0r0t0000000000011^1_111222222333333/434A444F9H9::; &lt;C&gt;T&gt;;ABADJGJJJJJ&quot;K%KlKoKKK(N.NnNtNNNNNO&quot;O.O4OOODR_RUU1[4[aaBbIbbbcc1d&lt;deeeegftffffffff +g*g7gGgWggggggggghh(h6hHhLhhhEi~iXp]pBvSvxx}}gmp
 ]`gi        Џy ACƛț$,œ $۝%ž\^נnp~}#%ƦȦƨ\^}Ū ]bN`ޭ,/]eٲijͳԳahڴ +AHkr׵ݵ!([a8=02ϸѸ=?ln0248kn48λл35BF&amp;(ݽ޽?BjknpUVY[DIX^ou| (3;FSj
  +)/&gt;DW]sy7#bfY]pt         +,/ehwzSou4#*$&amp;~        ORag!'^dtzQWGM'-HQ+2!SW        MSx        {        
+
+u +x +!QW}&lt;Brx 'DJ=#D#))+++&quot;+[2]2^2`2a2c2d2f2g2l2p2u2{2222222223323K3P3T3Y3_3{333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333p$p$gfffffff
 fff +gGgWggghhCiZ2[222223323=3{333332&lt;&amp;Hq
 zBb(i`!4b    5LhXDbZ6FBZ8aT3jZ&quot;juZ&quot;jz&quot;j0}6:x ^`OJQJo( 8^8`OJQJo(^`OJQJ^Jo(o         p^        `OJ @@ -21203,28 +21242,26 @@
 z0}8aT    5FWW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                h
-9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @kjpD|Y0&lt;}[+&quot; tx se8G2ncV&quot;L7#}#\(        *jJ*O021c45~9
-P&lt;Y&lt;zB6CnCsE`qEV2IJKMi#N O_OQ]iRSMU8oVoX*Y&lt;qY5W^?_`L[`&quot;#cV#h)l&lt;mhnmnrjoAq\tEu@g}g(&amp;CmD c(2y@KYn@!vw}Prl{        &gt;F-&gt;rTMyAf1SR&quot;kam\DhlqbqVe~} -..@4!&quot;.k/@*X@
+9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @{zpD|Y0&lt;}[+11        N &quot; tx /se8Gh2ncV&quot;L7#}#\(        *jJ*O021c45~9
+P&lt;Y&lt;&gt;zBbC6CnCsE`qEV2IJKMi#N OOO_OQ]iRSMU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cV#h)l&lt;mhnmnrjoAq\tEuew@g}gm(:&amp;3CmD c(g+2y@KY{nn@!vw}Prl{        &gt;Fr#-&gt;rTMyAf1SR&quot;kam\DhlqbqVe~}62[2]2@p$p$p$p$4!&quot;23@*X@(
 @UnknownNCAR MMM Dong-mei Xu
 Junmei BanCraig SG*Ax        Times New Roman5Symbol3. *Cx        ArialO1        CourierCourier NewSMonotype SortsSymbol?=        *Cx        Courier New;P([SOSimSun3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
         jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleC 
-PLucida GrandeA$BCambria Math#Ahg!#'ʃg{cJSFJSF24,, K#q?'9 Chapter 6: WRF-VARkavulichMeT                 
+PLucida GrandeA$BCambria Math#AhgS$ʃgvSlGSlG24&lt;1&lt;1 K#q?'9 Chapter 6: WRF-VARkavulichMeT                 
  -     Oh+'0x        
+     Oh+'0x        
 ( 4 @ -LX`hpChapter 6: WRF-VAR kavulichNormalMe6Microsoft Office Word@ -@-@@ֱMFJS
 
 
 
 ՜.+,D՜.+,D hp  - NCAR, Chapter 6: WRF-VAR TitleX 8@ _PID_HLINKSADO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://www
 .mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/&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/rtm{dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'xVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'uVhttp://research.me
 toffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[r=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php?~o3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6l_Running_WRF-Var_1udi_Additional_WRFDA_Exercises:_1&amp;f_WRF-Var_Diagnostics_15;c?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOy`
 _Running_gen_be;]&quot;_Running_Observation_PreprocessorQ
+LX`hpChapter 6: WRF-VAR kavulichNormalMe3Microsoft Office Word@O\@-@@:UGSl
 
 
 
 ՜.+,D՜.+,D hp  + NCAR&lt;1 Chapter 6: WRF-VAR Titlep 8@ _PID_HLINKSA(DO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://www.mmm.ucar.ed
 u/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw&lt;http:
 //www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg~?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm{dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'xVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'uVhttp://research.met
 office.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[r=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php?~o3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6l_Running_WRF-Var_1udi_Additional_WRFDA_Exercises:_1&amp;f_WRF-Var_Diagnostics_15;c?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOy`
 _Running_gen_be;]&quot;_Running_Observation_PreprocessorQ
 Z_Description_of_Namelist_1XWhttp://www.ncl.ucar.edu/xwT&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlQ
 Q_Description_of_Namelist_15;N?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\IKKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformatF Hchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html|CE@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html B&gt;http://ww
 w.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlbg??http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ&lt;Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html*&amp;9_Running_gen_be_1I]6$_Running_Observation_Preprocessor_15;3?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`-03http://www.mmm.ucar.edu/wrf/users/
 wrfda/index.htmlQ
--_Description_of_Namelist_1yY*_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}w        WRFPlus@_Installing_WRF-Var@_Installing_WRF-VarCC_Introduction_1        
+-_Description_of_Namelist_1yY*_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}w        WRFPlus@_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{|}~
         
    @@ -21773,14 +21810,14 @@
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./12345679:;&lt;=&gt;?@ABCDEFGvwzRoot Entry        F MyData
-z&amp;1TableWordDocument
-SummaryInformation(0DocumentSummaryInformation88MsoDataStore M𣒦MC23WHNON2A==2 M𣒦MItem
+ !&quot;#$%&amp;'()*+,-./012345789:;&lt;=?@ABCDEFGHIJKLM|}Root Entry        F=UData
+\y&amp;1Table;WordDocument
+SummaryInformation(6DocumentSummaryInformation8&gt;MsoDataStore0hU@SU1L1WZ3P3==20hU@SUItem
         PropertiesUCompObj
 r         &lt;b:Sources SelectedStyle=&quot;\APA.XSL&quot; StyleName=&quot;APA Fifth Edition&quot; xmlns:b=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot; xmlns=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;&gt;&lt;/b:Sources&gt;
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;ds:datastoreItem ds:itemID=&quot;{ED3F9A0A-56C7-48CF-87AC-DA8E8B535C88}&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;{EDFCB66C-AC68-4E9F-99DE-A77B94FF2577}&quot; xmlns:ds=&quot;http://schemas.openxmlformats.org/officeDocument/2006/customXml&quot;&gt;&lt;ds:schemaRefs&gt;&lt;ds:schemaRef ds:uri=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;/&gt;&lt;/ds:schemaRefs&gt;&lt;/ds:datastoreItem&gt;
         F Microsoft Word 97-2003 Document
 MSWordDocWord.Document.89q
\ No newline at end of file

</font>
</pre>