<p><b>kavulich@ucar.edu</b> 2014-07-19 01:59:40 -0600 (Sat, 19 Jul 2014)</p><p>-images<br>
-Adding &quot;images&quot; directory to carry PNGs for eventual LaTeX version<br>
<br>
users_guide_chap6.doc<br>
-Continued fixing typos<br>
<br>
Users_Guide.tex<br>
-Made &quot;GEN_BE&quot; shortcut<br>
<br>
Chapter_6.tex<br>
-Continued transcription/improvement: BE section, Exercises section<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/Chapter_6.tex
===================================================================
--- trunk/wrf/UsersGuide/Chapter_6.tex        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/Chapter_6.tex        2014-07-19 07:59:40 UTC (rev 505)
@@ -13,7 +13,7 @@
 
 Various components of the WRFDA system are shown in blue in the sketch below, together with their relationship with the rest of the WRF system.
 
-\includegraphics[width=\textwidth, keepaspectratio=true]{images/WRFDA_system_chart}
+\includegraphics[width=\textwidth, keepaspectratio=true]{images/chap6/WRFDA_system_chart}
 
 \vspace*{3mm}
 In the above chart, the following symbols are used:
@@ -29,7 +29,7 @@
 
 $\mathbf{y^o}$: observations processed by OBSPROC (note: PREPBUFR input, radar, radiance, and rainfall data do not go through OBSPROC)
 
-$\mathbf{B_0}$: background error statistics from generic BE data (CV3) or gen\_be
+$\mathbf{B_0}$: background error statistics from generic BE data (CV3) or \genbe
 
 $\mathbf{R}$: observational and representative error statistics.
 
@@ -42,7 +42,7 @@
  \item background error statistics (estimate of errors in the background)
 \end{itemize}
 
-This tutorial dataset can be downloaded from the WRFDA Users Page (\url{http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html}), and will be described later in more detail. In your own work, however, you will have to create all these input files yourself. See the section &quot;\hyperref[wrfda-obsproc]{Observation Preprocessor (OBSPROC)}&quot; for creating your observation files. See the section &quot;\hyperref[wrfda-gen_be]{Running gen\_be}&quot; for generating your background error statistics file, if you want to use cv\_options=5 or cv\_options=6.
+This tutorial dataset can be downloaded from the WRFDA Users Page (\url{http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html}), and will be described later in more detail. In your own work, however, you will have to create all these input files yourself. See the section ``\hyperref[wrfda-obsproc]{Observation Preprocessor (OBSPROC)}'' for creating your observation files. See the section ``\hyperref[wrfda-genbe]{Running \genbe}'' for generating your background error statistics file, if you want to use cv\_options=5 or cv\_options=6.
 
 Before using your own data, we suggest that you start by running through the WRFDA-related programs using the supplied test case. This serves two purposes: First, you can learn how to run the programs with data we have tested ourselves, and second you can test whether your computer is capable of running the entire modeling system. After you have done the tutorial, you can try running other, more computationally intensive case studies, and experimenting with some of the many namelist variables.
 
@@ -113,7 +113,7 @@
 \hline \texttt{var/build}    &amp; Where the WRFDA executables will be built \\
 \hline \texttt{var/da}       &amp; WRFDA source code \\
 \hline \texttt{var/external} &amp; Libraries needed by WRFDA, including CRTM, BUFR, LAPACK, and BLAS \\
-\hline \texttt{var/gen\_be}   &amp; Source code of gen\_be, the utility to create background error statistics files \\
+\hline \texttt{var/\genbe}   &amp; Source code of \genbe, the utility to create background error statistics files \\
 \hline \texttt{var/obsproc}  &amp; OBSPROC source code, namelist, and observation error files \\
 \hline \texttt{var/run}      &amp; Fixed input files required by WRFDA, such as background error covariance, \\
                              &amp; radiance-related files, CRTM coefficients and VARBC.in \\
@@ -285,7 +285,7 @@
 
 The main executable for running WRFDA is \texttt{da\_wrfvar.exe}. Make sure it has been created after the compilation: it is common that all the executables will be successfully compiled except this main executable. If this occurs, please check the compilation log file carefully for any errors.
 
-The basic \texttt{gen\_be} utility for the regional model consists of \texttt{gen\_be\_stage0\_wrf.exe}, \texttt{gen\_be\_stage1.exe}, \texttt{gen\_be\_stage2.exe}, \texttt{gen\_be\_stage2a.exe}, \texttt{gen\_be\_stage3.exe}, \texttt{gen\_be\_stage4\_regional.exe}, and \texttt{gen\_be\_diags.exe}.
+The basic \genbe utility for the regional model consists of \texttt{gen\_be\_stage0\_wrf.exe}, \texttt{gen\_be\_stage1.exe}, \texttt{gen\_be\_stage2.exe}, \texttt{gen\_be\_stage2a.exe}, \texttt{gen\_be\_stage3.exe}, \texttt{gen\_be\_stage4\_regional.exe}, and \texttt{gen\_be\_diags.exe}.
 
 \texttt{da\_update\_bc.exe} is used for updating the WRF lower and lateral boundary conditions before and after a new WRFDA analysis is generated. See the section on \hyperref[wrfda-updatebc]{updating boundary conditions} for details.
 
@@ -403,7 +403,7 @@
 
 As an example, to prepare the observation file at the analysis time, all the observations in the range ±1h will be processed, which means that (in the example case) the observations between 23h and 1h are treated as the observations at 0h. This is illustrated in the following figure:
 
-\includegraphics[width=\textwidth, keepaspectratio=true]{images/OBSPROC_3DVAR_time_window_diagram}
+\includegraphics[width=\textwidth, keepaspectratio=true]{images/chap6/OBSPROC_3DVAR_time_window_diagram}
 
 OBSPROC requires at least 3 files to run successfully:
 
@@ -468,7 +468,7 @@
 
 To prepare the observation file for a 4DVAR run, at the analysis time (0h in this example), all observations from 0h to 6h will be processed and grouped in 7 sub-windows (slot1 through slot7) as illustrated in the following figure:
 
-\includegraphics[width=\textwidth, keepaspectratio=true]{images/OBSPROC_4DVAR_time_window_diagram}
+\includegraphics[width=\textwidth, keepaspectratio=true]{images/chap6/OBSPROC_4DVAR_time_window_diagram}
 
 \textbf{NOTE}: The ``analysis time'' in the above figure is not the actual analysis time. It indicates the \texttt{time\_analysis} setting in the namelist file, which in this example is three hours later than the actual analysis time. The actual analysis time (the time at which the analysis will be valid) is 0h in this example.
 
@@ -548,7 +548,7 @@
 \hline Observations\footnote{Other observation types with separate input files are supported, such as satellite radiance, radar, and accumulated rainfall. These will be detailed in later sections.}
                             &amp; \texttt{ob.ascii}       &amp; LITTLE\_R (ASCII)&amp; OBSPROC \\
                             &amp; \texttt{ob.bufr}        &amp; PREPBUFR         &amp; OBSPROC \textit{or} online\footnote{Some PREPBUFR-formatted data sets can be downloaded directly from the UCAR RDA website, for example: \url{http://rda.ucar.edu/datasets/ds337.0/}} \\
-\hline                      &amp;                         &amp;                  &amp; WRFDA--GEN\_BE utility (CV5) \\
+\hline                      &amp;                         &amp;                  &amp; \genbe utility (CV5) \\
        Background Error     &amp; \texttt{be.dat}         &amp; Binary           &amp; \textit{or} \\
                             &amp;                         &amp;                  &amp; Included in WRFDA package (CV3) \\
 \hline Land Use Table       &amp; \texttt{LANDUSE.TBL}    &amp; ASCII            &amp; Included in WRFDA package \\
@@ -843,7 +843,7 @@
 
 Aside from the log files and namelist.output, there will be many text files containing various diagnostics for your WRFDA run; these will be explained in the section on (\hyperref[wrfda-diagnostic-files]{WRFDA Diagnostics}). 
 
-For more practice running WRFDA, see the section (\hyperref[wrfda-exercises]{WRFDA additional exercises}), which give examples on how to use many other useful namelist options.
+For more practice running WRFDA, see the section (\hyperref[wrfda-exercises]{WRFDA Additional Exercises}), which gives examples on how to use many other useful namelist options.
 
 \subsection{Run tutorial 4DVAR case}
 \label{wrfda-4dvar-test-case}
@@ -858,7 +858,7 @@
 \hline Observations\footnote{Other observation types with separate input files are supported, such as satellite radiance, radar, and accumulated rainfall. These will be detailed in later sections.}
                             &amp; \texttt{ob.ascii*}      &amp; LITTLE\_R (ASCII)&amp; OBSPROC \\
                             &amp; \texttt{ob.bufr*}       &amp; PREPBUFR         &amp; OBSPROC \textit{or} online\footnote{Some PREPBUFR-formatted data sets can be downloaded directly from the UCAR RDA website, for example: \url{http://rda.ucar.edu/datasets/ds337.0/}} \\
-\hline                      &amp;                         &amp;                  &amp; WRFDA--GEN\_BE utility (CV5) \\
+\hline                      &amp;                         &amp;                  &amp; \genbe utility (CV5) \\
        Background Error     &amp; \texttt{be.dat}         &amp; Binary           &amp; \textit{or} \\
                             &amp;                         &amp;                  &amp; Included in WRFDA package (CV3) \\
 \hline                      &amp; \texttt{GENPARM.TBL}    &amp;                  &amp; \\
@@ -973,7 +973,7 @@
 
 Aside from the log files and namelist.output, there will be many text files containing various diagnostics for your WRFDA run; these will be explained in the section on (\hyperref[wrfda-diagnostic-files]{WRFDA Diagnostics}). 
 
-For more practice running WRFDA, see the section (\hyperref[wrfda-exercises]{WRFDA additional exercises}), which give examples on how to use many other useful namelist options.
+For more practice running WRFDA, see the section (\hyperref[wrfda-exercises]{WRFDA Additional Exercises}), which give examples on how to use many other useful namelist options.
 
 
 \section{Radiance Data Assimilation in WRFDA}
@@ -1031,7 +1031,7 @@
 
 \subsection{Radiance Data Ingest}
 \label{wrfda-radiance-ingest}
-Currently, the ingest interface for NCEP BUFR radiance data is implemented in WRFDA. Some radiance data (AIRS, AMSU-A, AMSU-B, HIRS-3, HIRS-4, IASI, and MHS) are available through NCEP’s public ftp server (\url{ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gdas.yyyymmddhh}) in near real-time (with a 6-hour delay) and can meet requirements for both research purposes and some real-time applications. The following table summarizes the instruments, file names, and namelist switches (in \texttt{\&amp;wrfvar4}) for each supported radiance observation type.
+Currently, the ingest interface for NCEP BUFR radiance data is implemented in WRFDA. Some radiance data (AIRS, AMSU-A, AMSU-B, HIRS-3, HIRS-4, IASI, MHS, and SEVIRI) are available through NCEP’s public ftp server (\url{ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gdas.yyyymmddhh}) in near real-time (with a 6-hour delay) and can meet requirements for both research purposes and some real-time applications. The following table summarizes the instruments, file names, and namelist switches (in \texttt{\&amp;wrfvar4}) for each supported radiance observation type.
 
 \begin{longtable}[h]{|l|l|l|l|}
 \hline \textbf{Instrument} &amp; \textbf{Satellite}  &amp; \textbf{File name}    &amp; \textbf{Namelist switch} \\
@@ -1217,7 +1217,7 @@
 
 \subsubsection{Offline bias correction with VarBC}
 \label{wrfda-varbc-offline}
-The analysis of the VarBC parameters can be performed &quot;offline&quot; ; \ie independent of the main WRFDA analysis. This can be achieved simply by setting the following \texttt{max\_vert\_var*} namelist variables to be 0, which will disable the standard control variables and only keep the VarBC control variables:
+The analysis of the VarBC parameters can be performed ``offline''; \ie independent of the main WRFDA analysis. This can be achieved simply by setting the following \texttt{max\_vert\_var*} namelist variables to be 0, which will disable the standard control variables and only keep the VarBC control variables:
 
 \small\begin{verbatim}
 max_vert_var1=0.0
@@ -1234,7 +1234,7 @@
 
 \subsubsection{Other useful namelist options}
 \label{wrfda-varbc-other}
-In certain circumstances, it is useful to keep the VarBC bias parameters constant in time (&quot;frozen&quot;). In this case, the bias correction parameters will be read from the \texttt{VARBC.in} file and applied to the innovations, but will not be updated during the minimization. This can be achieved by setting the namelist option \texttt{freeze\_varbc = .true.}
+In certain circumstances, it is useful to keep the VarBC bias parameters constant in time (``frozen''). In this case, the bias correction parameters will be read from the \texttt{VARBC.in} file and applied to the innovations, but will not be updated during the minimization. This can be achieved by setting the namelist option \texttt{freeze\_varbc = .true.}
 
 VarBC uses specific preconditioning, which can be scaled through the namelist option \texttt{varbc\_factor} (default = 1.0). A higher value for \texttt{varbc\_factor} will result in a greater impact from preconditioning, and vice versa.
 
@@ -1305,7 +1305,7 @@
 \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:
+WRFDA can run in ``monitoring mode'' 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}
 
@@ -1344,7 +1344,7 @@
 \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}
+\includegraphics[width=4in, keepaspectratio=true]{images/chap6/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.
@@ -1500,35 +1500,242 @@
 </font>
<font color="red">ormalsize
  
 These settings will direct UPDATE\_BC to update the lateral boundary conditions (\texttt{wrf\_bdy\_file} will be overwritten with lateral boundary conditions from \texttt{da\_file}).
+
 As mentioned in \hyperref[wrfda-lateral-bc]{the previous section}, lateral boundary conditions for child domains (\texttt{wrfinput\_02}, \texttt{wrfinput\_03}, etc.) come from their respective parent domains, so running UPDATE\_BC is not necessary after running WRFDA in these cases. However, in a cycling procedure, the lower boundaries in each of the nested domains' WRFDA analysis files still need to be updated. In these cases, you must set the namelist variable \texttt{domain\_id} &gt; 1 (default is 1 for domain 1), and provide the appropriate wrfinput file (\texttt{wrf\_input = './wrfinput\_d02'} for domain 2, for example).
 
+\subsection{\4DVAR with lateral boundary conditions as control variables}
+\label{wrfda-update-bc-4dvar-lbc}
 
+If you activate the \texttt{var4d\_lbc} option in a \4DVAR run, in addition to the above-mentioned files you will also need the \texttt{ana02} file from the WRFDA working directory. In \texttt{parame.in}, set \texttt{var4d\_lbc} to \texttt{.true} and use \texttt{da\_file\_02} to point to the location of the \texttt{ana02} file.
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\scriptsize\begin{verbatim}
+ da_file_02         = './ana02'
+ var4d_lbc          = .true.
+\end{verbatim}
+</font>
<font color="red">ormalsize
 
-\section{WRFDA Diagnostics}
-\label{wrfda-diagnostic-files}
 
+\section{Background error}
+\label{wrfda-be}
 
-\section{WRFDA additional exercises}
+%%%%%%%%%%%%
+%CHECK THE VARIABLES USED IN THIS SECTION!!!!
+%%%%%%%%%%%%
+
+Users have three choices for background error covariance (BE) to use with WRFDA. We call them CV3, CV5, and CV6. With CV3 and CV5, the background errors are applied to the same set of the control variables: stream function ($\psi'$), unbalanced potential velocity ($\chi'$), unbalanced temperature ($T'$), unbalanced surface pressure ($ps'$), and pseudo-relative-humidity ($q'$). However, for CV6 the moisture control variable is the unbalanced part of pseudo-relative-humidity. With CV3, the control variables are in physical space, while with CV5 and CV6, the control variables are in eigenvector space. The major difference between these two categories of BE is the vertical covariance: CV3 uses a vertical recursive filter to model the vertical covariance while CV5 and CV6 use an empirical orthogonal function (EOF) to represent the vertical covariance. The recursive filters to model the horizontal covariance are also different between the three BE methods. We have not conducted a 
 systematic comparison of analyses based on these BE methods. However, CV3 (a BE file provided with our WRFDA system) is a global BE and can be used for any regional domain, while CV5 and CV6 BE’s are domain-dependent, which should be generated based on the forecast data from that particular domain. We can not give a recommendation of any BE method being the \textit{best}; the impact on analysis will likely vary on a case-by-case basis.
+
+\subsection{CV3}
+\label{wrfda-be-cv3}
+
+CV3 is the NCEP background error covariance. It is estimated in grid space by what has become known as the NMC method (Parrish and Derber 1992\footnote{CORRECT THIS DAMN CITATION 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.}) . The statistics are estimated with the differences between 24- and 48-hour GFS forecasts with T170 resolution (POSSIBLY INCLUDE FOOTNOTE ABOUT T-NUMBER HERE), valid at the same time of day for 357 consecutive cases over a period of one year. Both the amplitudes and the scales of the background error have to be tuned to represent the forecast error in the estimated fields. The statistics that project multivariate relations among variables are also derived from the NMC method.
+
+The variance of each variable, and the variance of its second derivative, are used to estimate its horizontal scales. For example, the horizontal scales of the stream function can be estimated from the variance of the vorticity and stream function.
+
+The vertical scales are estimated with the vertical correlation of each variable. A table is built to cover the range of vertical scales for the variables. The table is then used to find the scales in vertical grid units. The filter profile and the vertical correlation are fitted locally. The scale of the best fit from the table is assigned as the scale of the variable at that vertical level for each latitude. Note that the vertical scales are locally defined so that negative correlation at higher and/or lower levels is not included.
+
+CV3 is a generic background error statistics method, which can be used for any case. It is quite straightforward to use CV3 in your own case: set \texttt{cv\_options=3} in \texttt{\&amp;wrfvar7} in \texttt{namelist.input}, and link or copy the CV3 BE file provided at \texttt{WRFDA/var/run/be.dat.cv3} into your working directory as \texttt{be.dat}.
+
+\subsection{CV5 and CV6}
+\label{wrfda-be-cv5-cv6}
+
+\subsection{\genbe}
+\label{wrfda-genbe}
+
+To use CV5 or CV6 background error covariance, it is necessary to generate your own domain-specific background error statistics with the \genbe utility. The background error statistics file, supplied with the tutorial test case, can NOT be used for these applications. 
+
+The source code for \genbe can be found in \texttt{WRFDA/var/gen\_be}. The executables of \genbe should have been created when you compiled the WRFDA code (\hyperref[install-wrfda]{as described earlier}). The scripts which should be used to run these codes can be found in \texttt{WRFDA/var/scripts/gen\_be}. 
+
+The input data for \genbe are netCDF WRF forecast output (``wrfout'') files at specified forecast ranges, which are used to generate model perturbations, used as a proxy for estimates of forecast error. For the NMC-method, the model perturbations are differences between forecasts valid at the same time (\eg T+24 minus T+12 is typical for regional applications, T+48 minus T+24 for global). Climatological estimates of background error may then be obtained by averaging these forecast differences over a period of time (\eg one month). Given input from an ensemble prediction system (EPS), the inputs are ensemble forecasts, and the model perturbations created are the transformed ensemble perturbations. The \genbe code has been designed to work with either forecast difference or ensemble-based perturbations. The former is illustrated in this tutorial example.
+
+It is advisable to use forecasts initialized at various times to remove the influence of the diurnal cycle (\ie do not run \genbe using just 00Z or 12Z model perturbations alone).
+
+\subsection{\genbe input data}
+\label{wrfda-genbe-input}
+
+The inputs to \genbe are netCDF WRF forecast output (``wrfout'') files at specified forecast ranges. To avoid unnecessary large single data files, it is assumed that all forecast ranges are output to separate files. For example, if we wish to calculate BE statistics using the NMC-method with (T+24)$-$(T+12) forecast differences, setting the WRF \texttt{namelist.input} options \texttt{history\_interval=720}, and \texttt{frames\_per\_outfile=1} (the latter being necessary to ensure that a separate file will be created for each output time) we get the necessary output datasets. Then the forecast output files should be arranged in directory trees, with each forecast (including all output files for that individual forecast) in a separate directory. The directory name should be the initial time for each individual forecast, \eg file named \texttt{2008020512/wrfout\_d01\_2008-02-06\_00:00:00} means a 12-hour forecast valid at 2008020600, initialized at 2008020512.
+
+%%%%% PERHAPS INCLUDE SCRIPT IN SOURCE CODE, ALONG WITH README?????
+
+A small example dataset consisting of only three forecasts can be found at \url{http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html}. When you untar the \texttt{gen\_be\_forecasts\_20080205.tar.gz} file you will find three directories:
+
+\scriptsize\begin{verbatim}
+     &gt;ls -al
+
+THIS PART NEEDS TO BE FIXED WHEN YOU GET BACK TO WORK
+
+-rw-r--r--  1   users  11556492 2008020512/wrfout_d01_2008-02-06_00:00:00
+-rw-r--r--  1   users  11556492 2008020600/wrfout_d01_2008-02-06_12:00:00
+-rw-r--r--  1   users  11556492 2008020612/wrfout_d01_2008-02-07_00:00:00
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+In the above example, only a 24-hour period (12Z 05 Feb to 12Z 06 Feb 2008) of forecasts, initialized every 12 hours, is supplied to estimate forecast error covariance. It is only for demonstration; it should not be used for actual research applications. The minimum number of forecasts required depends on the application, number of grid points, etc., but should almost always be more than a 3-week period of forecasts. Four weeks or more of forecasts are typically recommended for the NMC method.
+
+Describe gen\_be\_wrapper.ksh in this paragraph. Perhaps reference a readme file.
+
+\subsection{Running \genbe}
+\label{wrfda-genbe-run}
+
+The \genbe utility consists of a number of executables. These should typically not be run individually; a wrapper script (\texttt{gen\_be\_wrapper.ksh}) is provided in \texttt{WRFDA/var/scripts/gen\_be} to generate the BE data file. The following variables need to be set at the beginning of the wrapper script to fit your case:
+
+\scriptsize\begin{verbatim}
+export WRFVAR_DIR=/users/noname/work/code/WRFDA
+export START_DATE=2008020612  # the first perturbation valid date
+export END_DATE=2008020700    # the last perturbation valid date
+export NUM_LEVELS=40          # e_vert - 1
+export BIN_TYPE=5             # 5 for CV5, 6 for CV6
+export FC_DIR=/users/noname/work/exps/expt/fc # where wrf forecasts are
+export RUN_DIR=/users/noname/work/exps/gen_be${BIN_TYPE}
+
+CHANGE ALL THIS TO MATCH THE ACTUAL EXAMPLE DATA
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+\textbf{Note:} \texttt{START\_DATE} and \texttt{END\_DATE} are the valid dates for the \emph{perturbations}, not the forecast start dates. In other words, and as shown in the example above, when you have 24-hour and 12-hour forecasts initialized at 2008020512, through 2008020612, the first and final forecast difference valid dates are 2008020612 and 2008020700, respectively.
+
+%%%%%%%%%%%
+%VERIFY ALL OF THIS!!! I think the dates are wrong!!!
+%%%%%%%%%%% 
+
+The directories containing the forecasts should be located in \texttt{FC\_DIR}
+
+Once all of the above variables have been properly set, run the wrapper script:
+
+\scriptsize\begin{verbatim}
+     &gt;./gen_be_wrapper.ksh
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+Once the script has finished running (step 4 can take quite some time), the \texttt{be.dat} file containing the necessary background error statistics can be found under the \texttt{RUN\_DIR} directory.
+
+\textbf{Note:} It is possible for a step to run to completion, but the data produced is invalid (\eg all zeros, NaNs, etc.). Even if the \texttt{be.dat} file is successfully created, it may not contain valid data! Be sure to check the log files for any errors if you suspect your BE file was not created properly.
+
+To get a clear idea of what data are included in \texttt{be.dat}, the script \texttt{gen\_be\_plot\_wrapper.ksh} in the same directory (\texttt{WRFDA/var/scripts/gen\_be}) may be used. This plots various data contained in \texttt{be.dat}; for an example, see the plots below: 
+
+\includegraphics[width=\textwidth, keepaspectratio=true]{images/chap6/gen_be_plots}
+
+
+
+\section{WRFDA Additional Exercises}
 \label{wrfda-exercises}
 
+\subsection{Single pseudo-observation test}
+\label{wrfda-exercises-pseudo}
 
+With the single observation test, you may get some ideas of how the background and observation error statistics work in the model variable space. A single observation test is done in WRFDA by setting \texttt{num\_pseudo=1}, along with other pre-specified values in \texttt{\&amp;wrfvar15} and \texttt{\&amp;wrfvar19} of \texttt{namelist.input}. An example of these settings is shown here:
+
+\scriptsize\begin{verbatim}
+&amp;wrfvar15
+ num_pseudo = 1,
+ pseudo_x = 23.0,  CAN THESE BE NON-INTEGER VALUES????
+ pseudo_y = 23.0,
+ pseudo_z = 14.0,
+ pseudo_err = 1.0,
+ pseudo_val = 1.0,
+/
+&amp;wrfvar19
+ pseudo_var = 'u', 
+/
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+
+When \texttt{num\_pseudo = 1}, WRFDA will not read in normal observations, but will instead generate a single pseudo-observation with a pre-specified innovation (Observation$-$First Guess) value at the desired location in your domain's grid space. In the above example, it will be a ``u'' observation of innovation = 1.0 $m/s$ at i,j = 23,23 and vertical level 14. The variables which can be used for \texttt{pseudo\_var} are ``u'' (zonal wind, units of $m/s$), ``v'' (meridional wind, $m/s$), ``t'' (temperature, $K$), ``p'' (pressure, \textbf{SHOULD THIS BE hPa or Pa??????}), and ``q''. If \texttt{pseudo\_var} is q, then the reasonable values of \texttt{pseudo\_err} and \texttt{pseudo\_val} are 0.001 rather than 1.0 as in the above example.
+
+\textbf{Extra credit:} Try all the possible values for \texttt{pseudo\_var} and see how the response varies among the different variables.
+
+\subsection{Changing the background error length and variance scales}
+\label{wrfda-exercises-length-scales}
+
+b. Response of BE length scaling parameter:
+Run the single observation test with the following additional parameters in record \texttt{\&amp;wrfvar7} of \texttt{namelist.input}.
+
+%CAN THESE SETTINGS BE USED WITH REAL DATA AS WELL?????
+
+\scriptsize\begin{verbatim}
+&amp;wrfvar7
+ len_scaling1 = 0.5, # reduce psi length scale by 50%
+ len_scaling2 = 0.5, # reduce chi_u length scale by 50%
+ len_scaling3 = 0.5, # reduce T length scale by 50%
+ len_scaling4 = 0.5, # reduce q length scale by 50%
+ len_scaling5 = 0.5, # reduce Ps length scale by 50% IS THIS SURFACE PRESSURE????
+/
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+Next, run the single observation test with the following additional parameters in record \texttt{\&amp;wrfvar7} of \texttt{namelist.input}.
+
+%CAN THESE SETTINGS BE USED WITH REAL DATA AS WELL?????
+
+\scriptsize\begin{verbatim}
+&amp;wrfvar7
+ var_scaling1 = 0.25,   # reduce psi variance by 75%
+ var_scaling2 = 0.25,   # reduce chi_u variance by 75%
+ var_scaling3 = 0.25,   # reduce T variance by 75%
+ var_scaling4 = 0.25,   # reduce q variance by 75%
+ var_scaling5 = 0.25,   # reduce Ps variance by 75%
+/
+\end{verbatim}
+</font>
<font color="red">ormalsize
+
+\textbf{Extra credit:} Compare the response of individual variables by only setting one parameter at a time. Note the spread of analysis increment.
+
+
+\subsection{Changing minimization criteria}
+\label{wrfda-exercises-minim}
+
+There are a number of namelist options you can alter to change the criteria at which WRFDA will stop the minimization of the cost function and produce an analysis. By default, eps=0.01, ntmax=200, and max\_external\_its=1.
+
+
 %For example, try making the WRFDA convergence criterion more stringent. This is achieved by reducing the value of “EPS” to \eg 0.0001 by adding &quot;EPS=0.0001&quot; in the namelist.input record &amp;wrfvar6.
 
-\subsubsection{lateral boundary condition CV}
-\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.
 
+Run the tutorial case (or another case of your choosing) with the following namelist setting:
+
 \scriptsize\begin{verbatim}
+&amp;wrfvar6
+max_ext_its = 2,
+/
+\end{verbatim}
+</font>
<font color="blue">ormalsize
+
+With this setting, the ``outer loop'' procedure for the minimization will be activated. You may wish to compare various diagnostics with an earlier run.
+
+
+\subsection{Suppressing different data types}
+\label{wrfda-exercises-data-denial}
+
+The types of observations that WRFDA uses in the minimization process depend on what is included in the observation file (obviously), but can also be controlled by the namelist settings. For example, if you have SYNOP data in the observation file, you can suppress its usage in WRFDA by setting \texttt{use\_synopobs=.false.} in record \texttt{\&amp;wrfvar4} of \texttt{namelist.input}. Every observation type can be controlled in this way, but be wary: only some are assimilated by default. For a full list, see the ``use\_*'' settings in record \texttt{\&amp;wrfvar4} in the section ``\hyperref[wrfda-namelist]{Description of Namelist Variables}'' at the end of this chapter.
+
+Turning on and off certain types of observations is widely used for assessing the impact of observations on data assimilation, so you may find these settings very useful.
+
+\subsection{Wind speed/direction assimilation}
+\label{wrfda-exercises-wind-sd}
+
+
+
+
+\subsection{Lateral boundary condition CV}
+\label{wrfda-exercises-4dvar-lbc}
+\4DVAR has the capability to consider lateral boundary conditions as control variables as well during minimization. The namelist variable \texttt{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
 \end{verbatim}
 </font>
<font color="gray">ormalsize
 
-Please note: For WRFDA beginner, please don’t use this option before you have a good understanding of the 4D-Var lateral boundary conditions control. To disable this feature, make sure var4d\_lbc in namelist.input is set to false.
+Please note: If you utilize the lateral boundary conditions option (\texttt{var4d\_lbc=true}), in addition to the analysis at the beginning of the time window (\texttt{wrfvar\_output}), the analysis at the end of the time window will also be generated as a file named \texttt{ana02}, which will be used in subsequent updating of boundary conditions before the forecast.
 
-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 Diagnostics}
+\label{wrfda-diagnostic-files}
+
+
 \section{WRFDA Tools}
 \label{wrfda-tools}
 

Modified: trunk/wrf/UsersGuide/Users_Guide.tex
===================================================================
--- trunk/wrf/UsersGuide/Users_Guide.tex        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/Users_Guide.tex        2014-07-19 07:59:40 UTC (rev 505)
@@ -57,6 +57,7 @@
 \def </font>
<font color="blue">d{\textendash}
 \def \md{\textemdash}
 \def \wrf{WRF\textendash ARW}
+\def \genbe{\emph{GEN\_BE}}
 </font>
<font color="black">ewcommand{\xbmf}[1]{\hbox{\sffamily\slshape #1}}
 </font>
<font color="gray">ewcommand{\xmathbf}{\boldsymbol}
 

Added: trunk/wrf/UsersGuide/images/chap6/OBSPROC_3DVAR_time_window_diagram.png
===================================================================
(Binary files differ)

Index: trunk/wrf/UsersGuide/images/chap6/OBSPROC_3DVAR_time_window_diagram.png
===================================================================
--- trunk/wrf/UsersGuide/images/chap6/OBSPROC_3DVAR_time_window_diagram.png        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/images/chap6/OBSPROC_3DVAR_time_window_diagram.png        2014-07-19 07:59:40 UTC (rev 505)

Property changes on: trunk/wrf/UsersGuide/images/chap6/OBSPROC_3DVAR_time_window_diagram.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/wrf/UsersGuide/images/chap6/OBSPROC_4DVAR_time_window_diagram.png
===================================================================
(Binary files differ)

Index: trunk/wrf/UsersGuide/images/chap6/OBSPROC_4DVAR_time_window_diagram.png
===================================================================
--- trunk/wrf/UsersGuide/images/chap6/OBSPROC_4DVAR_time_window_diagram.png        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/images/chap6/OBSPROC_4DVAR_time_window_diagram.png        2014-07-19 07:59:40 UTC (rev 505)

Property changes on: trunk/wrf/UsersGuide/images/chap6/OBSPROC_4DVAR_time_window_diagram.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/wrf/UsersGuide/images/chap6/WRFDA_system_chart.png
===================================================================
(Binary files differ)

Index: trunk/wrf/UsersGuide/images/chap6/WRFDA_system_chart.png
===================================================================
--- trunk/wrf/UsersGuide/images/chap6/WRFDA_system_chart.png        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/images/chap6/WRFDA_system_chart.png        2014-07-19 07:59:40 UTC (rev 505)

Property changes on: trunk/wrf/UsersGuide/images/chap6/WRFDA_system_chart.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/wrf/UsersGuide/images/chap6/gen_be_plots.png
===================================================================
(Binary files differ)

Index: trunk/wrf/UsersGuide/images/chap6/gen_be_plots.png
===================================================================
--- trunk/wrf/UsersGuide/images/chap6/gen_be_plots.png        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/images/chap6/gen_be_plots.png        2014-07-19 07:59:40 UTC (rev 505)

Property changes on: trunk/wrf/UsersGuide/images/chap6/gen_be_plots.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/wrf/UsersGuide/images/chap6/rainfall_tutorial_case.png
===================================================================
(Binary files differ)

Index: trunk/wrf/UsersGuide/images/chap6/rainfall_tutorial_case.png
===================================================================
--- trunk/wrf/UsersGuide/images/chap6/rainfall_tutorial_case.png        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/images/chap6/rainfall_tutorial_case.png        2014-07-19 07:59:40 UTC (rev 505)

Property changes on: trunk/wrf/UsersGuide/images/chap6/rainfall_tutorial_case.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-07-08 22:57:48 UTC (rev 504)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-07-19 07:59:40 UTC (rev 505)
@@ -1,4 +1,4 @@
-ࡱ&gt;        .XYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        u:bjbj        'rr1]22?????T8@8@8@@DDl8@LPpPPPR ^a|$Sb?0c
 RR0c0c??PP&quot;f0c\)?P?P0cHlP@.Bp=`$gΫgT&quot;g?0c0c0c0c0c0c0c0c0c0c
 g0c0c0c0c0c0c0c0c0c2  &gt;:        
+ࡱ&gt;        .YZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         |:bjbj        'rr1]22?????T8@8@8@@DDl8@LPpPPPR ^a|$Ub?0cRR0c0c??PP&quot;fppp0c$(?P?Pp0cpp*lPEU
 TBp?`iiT&quot;i?p0c0c0cp0c0c0c0c0c0c0ci0c0c0c0c0c0c0c0c0c2  &gt;:        
 
 Chapter 6: WRF Data Assimilation
 Table of Contents
  HYPERLINK  \l &quot;_Introduction_1&quot;Introduction
@@ -683,8 +683,8 @@
 
 Table 1: NCEP and WRFDA radiance BUFR file naming convention
 
-NCEP BUFR file namesWRFDA naming conventiongdas1.t00z.1bamua.tm00.bufr_damsua.bufrgdas1.t00z.1bamub.tm00.bufr_damsub.bufrgdas1.t00z.1bhrs3.tm00.bufr_dhirs3.bufrgdas1.t00z.1bhrs4.tm00.bufr_dhirs4.bufrgdas1.t00z.1bmhs.tm00.bufr_dmhs.bufrgdas1.t00z.airsev.tm00.bufr_dairs.bufrgdas1.t00z.mtiasi.tm00.bufr_diasi.bufrgdas1.t00z.sevcsr.tm00.bufr_dseviri.bufr
-Namelist parameters are used to control the reading of corresponding BUFR files into WRFDA. For instance, USE_AMSUAOBS, USE_AMSUBOBS, USE_HIRS3OBS, USE_HIRS4OBS, USE_MHSOBS, USE_AIRSOBS, USE_EOS_AMSUAOBS, USE_SSMISOBS, USE_IASIOBS, and USE_SEVIRIOBS control whether or not the respective file is read. These are logical parameters that are assigned to .FALSE. by default; therefore they must be set to .TRUE. to read the respective observation file. Also note that these parameters only control whether the data is read, not whether the data i
 ncluded in the files is to be assimilated. This is controlled by other namelist parameters explained in the next section.
+NCEP BUFR file namesWRFDA naming conventiongdas1.t00z.airsev.tm00.bufr_dairs.bufrgdas1.t00z.1bamua.tm00.bufr_damsua.bufrgdas1.t00z.1bamub.tm00.bufr_damsub.bufrgdas1.t00z.atms.tm00.bufr_datms.bufrgdas1.t00z.1bhrs3.tm00.bufr_dhirs3.bufrgdas1.t00z.1bhrs4.tm00.bufr_dhirs4.bufrgdas1.t00z.mtiasi.tm00.bufr_diasi.bufrgdas1.t00z.1bmhs.tm00.bufr_dmhs.bufrgdas1.t00z.sevcsr.tm00.bufr_dseviri.bufr
+Namelist parameters are used to control the reading of corresponding BUFR files into WRFDA. For instance, USE_AMSUAOBS, USE_AMSUBOBS, USE_HIRS3OBS, USE_HIRS4OBS, USE_MHSOBS, USE_AIRSOBS, USE_EOS_AMSUAOBS, USE_SSMISOBS, USE_ATMSOBS, USE_IASIOBS, and USE_SEVIRIOBS control whether or not the respective file is read. These are logical parameters that are assigned to .FALSE. by default; therefore they must be set to .TRUE. to read the respective ob
 servation file. Also note that these parameters only control whether the data is read, not whether the data included in the files is to be assimilated. This is controlled by other namelist parameters explained in the next section.
 
 Sources for downloading these and other data can be found on the WRFDA website:  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html.
 
@@ -1034,7 +1034,7 @@
 da_file_02         = './ana02'
 var4d_lbc          = .true.
 Running gen_be
-Starting with WRFDA version 3.1, users have three choices to define the background error covariance (BE). We call them CV3, CV5, and CV6 . With CV3 and CV5, the background errors are applied to the same set of the control variables, stream function, unbalanced potential velocity, unbalanced temperature, unbalanced surface pressure, and pseudo-relative-humidity. However, for CV6 the moisture control variable is the unbalanced part of pseudo-relative-humidity. With CV3, the control variables are in physical space while with CV5 and CV6, the control variables are in eigenvector space. The major difference between these two kinds of BE is the vertical covariance; CV3 uses the vertical recursive filter to model the vertical covariance but CV5 and CV6 use an empirical orthogonal function (EOF) to represent the vertical covariance. The recursive filters to model the horizontal covariance are also different
  with these BEs. We have not conducted the systematic comparison of the analyses based on these BEs. However, CV3 (a BE file provided with our WRFDA system) is a global BE and can be used for any regional domain, while CV5 and CV6 BEs are domain-dependent, which should be generated based on the forecast data from the same domain. At this time, it is hard to tell which BE is better; the impact on analysis may vary from case to case.
+Users have three choices to define the background error covariance (BE). We call them CV3, CV5, and CV6 . With CV3 and CV5, the background errors are applied to the same set of the control variables, stream function, unbalanced potential velocity, unbalanced temperature, unbalanced surface pressure, and pseudo-relative-humidity. However, for CV6 the moisture control variable is the unbalanced part of pseudo-relative-humidity. With CV3, the control variables are in physical space while with CV5 and CV6, the control variables are in eigenvector sp
 ace. The major difference between these two kinds of BE is the vertical covariance; CV3 uses the vertical recursive filter to model the vertical covariance but CV5 and CV6 use an empirical orthogonal function (EOF) to represent the vertical covariance. The recursive filters to model the horizontal covariance are also different with these BEs. We have not conducted the systematic comparison of the analyses based on these BEs. However, CV3 (a BE file provided with our WRFDA system) is a global BE and can be used for any regional domain, while CV5 and CV6 BEs are domain-dependent, which should be generated based on the forecast data from the same domain. At this time, it is hard to tell which BE is better; the impact on analysis may vary from case to case.
 
 CV3 is the NCEP background error covariance. It is estimated in grid space by what has become known as the NMC method (Parrish and Derber 1992) . The statistics are estimated with the differences of 24 and 48-hour GFS for
 ecasts with T170 resolution, valid at the same time for 357 cases, distributed over a period of one year. Both the amplitudes and the scales of the background error have to be tuned to represent the forecast error in the estimated fields. The statistics that project multivariate relations among variables are also derived from the NMC method.
 
@@ -1065,7 +1065,7 @@
 -rw-r--r--  1   users  11556492 2008020612/wrfout_d01_2008-02-07_00:00:00
 -rw-r--r--  1   users  11556492 2008020612/wrfout_d01_2008-02-07_12:00:00
 
-In the above example, only 1 day (12Z 05 Feb to 12Z 06 Feb. 2002) of forecasts, every 12 hours is supplied to gen_be_wrapper to estimate forecast error covariance. It is only for demonstration. The minimum number of forecasts required depends on the application, number of grid points, etc. Month-long (or longer) datasets are typical for the NMC-method. Generally, at least a 1-month dataset should be used.
+In the above example, only 1 day (12Z 05 Feb to 12Z 06 Feb. 2008) of forecasts, every 12 hours is supplied to gen_be_wrapper to estimate forecast error covariance. It is only for demonstration. The minimum number of forecasts required depends on the application, number of grid points, etc. Month-long (or longer) datasets are typical for the NMC-method. Generally, at least a 1-month dataset should be used.
 
 Under WRFDA/var
 /scripts/gen_be, gen_be_wrapper.ksh is used to generate the BE data. The following variables need to be set to fit your case:
 
@@ -1089,7 +1089,7 @@
 
  Additional WRFDA Exercises:
 a. Single Observation response in WRFDA: 
-With the single observation test, you may get some ideas of how the background and observation error statistics work in the model variable space. A single observation test is done in WRFDA by setting num_pseudo=1, along with other pre-specified values in record &amp;wrfvar15 and &amp;wrfvar19 of namelist.input,
+With the single observation test, you may get some ideas of how the background and observation error statistics work in the model variable space. A single observation test is done in WRFDA by setting num_pseudo=1, along with other pre-specified values in record &amp;wrfvar15 and &amp;wrfvar19 of namelist.input.
 With the settings shown below, WRFDA generates a single observation with a pre-specified innovation (Observation  First Guess) value at the desired location; e.g. at (in terms of grid coordinate) 23x23, level 14 for U observation with error characteristics 1 m/s, and innovation si
 ze = 1.0 m/s. 
 &amp;wrfvar15
 num_pseudo = 1,
@@ -1139,7 +1139,7 @@
 f. Response of suppressing particular types of data in WRFDA:
 The types of observations that WRFDA gets to use actually depend on what is included in the observation file and the WRFDA namelist settings. For example, if you have SYNOP data in the observation file, you can suppress its usage in WRFDA by setting use_synopobs=false in record &amp;wrfvar4 of namelist.input. It is OK if there are no SYNOP data in the observation file and use_synopobs=true.
 Turning on and off certain types of observations is widely used for assessing the impact of observations on data assimilations.
-Note: It is important to go through the default use_* settings in record &amp;wrfvar4 in WRFDA/Registry/Registry.wrfvar to know what observations are activated in default.
+Note: It is important to go through the default use_* settings in record &amp;wrfvar4 in WRFDA/Registry/registry.var to know what observations are activated in default.
 g. Utilizing wind speed/direction assimilation:
 Beginn
 ing with Version 3.5, WRFDA is able to assimilate wind speed and direction observations directly, rather than converting the wind to its u- and v-componants prior to assimilation. This is a feature unique to WRFDA; further detail about this method can be found in the following publication:
 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.
@@ -1187,9 +1187,9 @@
 cost_fn and grad_fn: These files hold (in ASCII format) WRFDA cost and gradient function values, respectively, for the first and last iterations. If you run with PRINT_DETAIL_GRAD=true, however, these values will be listed for each iteration; this can be helpful for visualization purposes. The NCL script WRFDA/var/graphics/ncl/plot_cost_grad_fn.ncl may be used to plot the content of cost_fn and grad_fn, if these files are generated with PRINT_DETAIL_GRAD=true.  
  Note: Make sure that you remove the first two lines (header) in cost_fn and grad_fn before you plot.  You also need to specify the directory name for these two files. 
 gts_omb_oma_01: It contains (in ASCII format) information on all of the observations used by the WRFDA run. Each observation has its observed value, quality flag, observation error, observation minus background (OMB), and observation minus analysis (OMA). This information is very useful for both analysis and forecast verification purposes.
-nameli
 st.input:  This is the WRFDA input namelist file, which contains all the user-defined non-default options. Any namelist-defined options that do not appear in this file should have their names checked against the values in $WRFDA_DIR/Registry/Registry.wrfvar. 
+namelist.input:  This is the WRFDA input namelist file, which contains all the user-defined non-default options. Any namelist-defined options that do not appear in this file should have their names checked against the values in $WRFDA_DIR/Registry/registry.var. 
 namelist.output: A consolidated list of all the namelist options used.       
-rsl*: Files containing information for standard WRFDA output from individual processors when multiple processors are used. It contains a host of information on a number of observations, minimization, timings, etc. Additional diagnostics may be printed in these files by including various print WRFDA namelist options. To learn more about these additional print options, search for 
 the print_ string in $WRFDA_DIR/Registry/Registry.wrfvar.
+rsl*: Files containing information for standard WRFDA output from individual processors when multiple processors are used. It contains a host of information on a number of observations, minimization, timings, etc. Additional diagnostics may be printed in these files by including various print WRFDA namelist options. To learn more about these additional print options, search for the print_ string in $WRFDA_DIR/Registry/registry.var.
 statistics: Text file containing OMB (OI) and OMA (OA) statistics (minimum, maximum, mean and standard deviation) for each observation type and variable. This information is very useful in diagnosing how WRFDA has used different components of the observing system. Also contained are the analysis minus background (A-B) statistics, i.e. statistics of the analysis increments for each model variable at each model level. This information is very useful in checking the range of analysis
  increment values found in the analysis, and where they are in the WRF-model grid space.
 The WRFDA analysis file is wrfvar_output. It is in WRF (netCDF) format. It will become the  input file wrfinput_d01 of any subsequent WRF run after lateral boundary and/or lower boundary conditions are updated by another WRFDA utility (See the section  HYPERLINK  \l &quot;_Updating_WRF_Boundary&quot; Updating WRF boundary conditions).
 An NCL script, $WRFDA_DIR/var/graphics/ncl/WRF-Var_plot.ncl, is provided for plotting. You need to specify the analsyis_file name, its full path, etc. Please see the in-line comments in the script for details.   
@@ -1206,7 +1206,7 @@
 Take time to look through the text output files to ensure you understand how WRFDA works. For example:
 How closely has WRFDA fit individual observation types? Look at the statistics file to compare the O-B and O-A statistics.
 How big are the analysis increments? Again, look in the statistics file to see minimum/maximum values of A-B for each variable at various levels. It will give you a feel for the impact of the input observation data you assimilated via WRFDA by modifying the input analysis first guess. 
-How long did WRFDA take to converge? Does it really converge?  You will get the answers of all these questions by looking into rsl-files, as it indicates the number of iterations taken by WRFDA to converge. If this is the same as the maximum number of iterations specified in the namelist (NTMAX), or its default value (=200) set in $WRFDA_DIR/Registry/Registry.wrfvar, then it means that the analysis solution did not converge. If this is the case, you may need to increas
 e the value of NTMAX and rerun your case to ensure that the convergence is achieved. On the other hand, a normal WRFDA run should usually converge within 100 iterations. If it still doesnt converge in 200 iterations, that means there may be a problem in the observations or first guess.
+How long did WRFDA take to converge? Does it really converge?  You will get the answers of all these questions by looking into rsl-files, as it indicates the number of iterations taken by WRFDA to converge. If this is the same as the maximum number of iterations specified in the namelist (NTMAX), or its default value (=200) set in $WRFDA_DIR/Registry/registry.var, then it means that the analysis solution did not converge. If this is the case, you may need to increase the value of NTMAX and rerun your case to ensure that the convergence is achieved. On the other hand, a normal WRFDA run should usually converge within 100 iterations. If it still doesnt converge in 200 iterations, that mea
 ns there may be a problem in the observations or first guess.
 A good way to visualize the impact of assimilation of observations is to plot the analysis increments (i.e. analysis minus the first guess difference). Many different graphics packages (e.g. RIP4, NCL, GRADS etc) can do this. The plot of level 18 theta increments below was produced using this particular NCL script. This script is located at $WRFDA_DIR/var/graphics/ncl/WRF-Var_plot.ncl.
 You need to modify this script to fix the full path for first_guess and analysis files. You may also use it to modify the display level by setting kl and the name of the variable to display by setting var. Further details are given in this script. 
 If you are aiming to display the increment of potential temperature at level 18, after modifying $WRFDA_DIR/var/graphcs/ncl/WRF-Var_plot.ncl, make sure the following pieces of code are uncommented:
@@ -1633,10 +1633,10 @@
 
 
 
-WRF-ARW V3: Users Guide        6- PAGE 32
+WRF-ARW V3: Users Guide        6- PAGE 38
 
 
-WRF-ARW V3: Users Guide        6- PAGE 33
+WRF-ARW V3: Users Guide        6- PAGE 39
 
 
 
@@ -1681,10 +1681,10 @@
 
 
 
-WRF-ARW V3: Users Guide                6- PAGE 70
+WRF-ARW V3: Users Guide                6- PAGE 46
 
 
-WRF-ARW V3: Users Guide                6- PAGE 69
+WRF-ARW V3: Users Guide                6- PAGE 47
 
 
 
@@ -1692,7 +1692,7 @@
 
 
 
-45UVWcdef/        0        1        [        \        ]        ^                                                                                                                        
+45UVWcdef/        0        1        [        \        ]        ^                                                                                                                        
 
 ׂwjHh)lUjhROUj(h)lUjh)lUhl{hl{0JVjhl{Uhl{jhl{UhROh)l0JVjhROUhROjhROU
 h)l0JVjh)lUjh)lUh)l.&quot;4e]                        :
@@ -1879,930 +1879,948 @@
 ^
 gd)l^ngd)ls^gd)lJsEƀb'^gd)l%&amp;Lm+3;o}2X[?FFPл؎rrrhSh)lB*OJQJphhEh)l&gt;*B*phh)lCJNHOJQJh)lOJQJhk0h)lB*OJQJphh)lB*NHph
 h)l0JVjEvh)lUh)ljh)lUh)lCJOJQJh)lB*phh)l5B*CJ OJQJph        h)l5,&amp;ijZ[6g?@
-$$G$Ifa$^29=Fv2;CDOQRHIrs襑荈www hj&lt;h)lCJOJQJ^JaJ        h)l6h)lh6h)l0JVhEh)lB*phjh)lB*UphhSh)lB*OJQJphh
-P&lt;B*phh_h_0JB*phh_B*phh)lB*NHphh)lB*phhSh)lB*OJQJph.=HQMkdw$$If0d| 44
-la $G$If^$G$IfMkdv$$If0d| 44
-laHIgrsQMkdw$$If0d| 44
-la $G$If^$G$IfMkdZw$$If0d| 44
-las
- !'34:?@AB
-(.ǹعع朐qeh
-P&lt;B*OJQJphh
-P&lt;h
-P&lt;B*OJQJphhNZB*phh)lB*phh)lB*OJQJphh)lB*phh
+$$G$Ifa$^29=Fv2;CDOQR襑荈wsh' hj&lt;h'CJOJQJ^JaJ        h)l6h)lh6h)l0JVhEh)lB*phjh)lB*UphhSh)lB*OJQJphh
+P&lt;B*phh_h_0JB*phh_B*phh)lB*NHphh)lB*phhSh)lB*OJQJph*&lt;H@$G$IfPkdw$$If0d| 44
+layt#.$G$If^gd#.
+$G$Ifgd#.Mkdv$$If0d| 44
+la&lt;GHfqrQF
+$G$Ifgd#.Mkdw$$If0d| 44
+la$G$IfMkd`w$$If0d| 44
+la $G$If^GHqr}
+ &lt;=HNZ[afghi         &quot;$4깫~v~v~v~v~v~v~h)lB*phh)lB*OJQJphh)lB*phh)lh
 P&lt; hj&lt;h
-P&lt;CJOJQJ^JaJh
-P&lt;CJOJQJ^JaJ hj&lt;h_CJOJQJ^JaJh_CJOJQJ^JaJh)l        h)l6 hj&lt;h)lCJOJQJ^JaJ'QMkd/x$$If0d| 44
-la $G$If^$G$IfMkdw$$If0d| 44
-la 4H=
-$G$Ifgd_Pkdx$$If0d| 44
-layt0WD$G$If^gd0WD
-$G$Ifgd0WDMkdvx$$If0d| 44
-la4@AB9:&gt;Pkd
-y$$If0d| 44
+P&lt;CJOJQJ^JaJh_CJOJQJ^JaJh
+P&lt;CJOJQJ^JaJh'h'CJOJQJ^JaJ hj&lt;h'CJOJQJ^JaJ        h)l6 hj&lt;h)lCJOJQJ^JaJ+?Mkd;x$$If0d| 44
+la $G$If^$G$IfPkdw$$If0d| 44
+layt#.$G$If^gd#. 3H@$G$IfPkdx$$If0d| 44
+layt#.$G$If^gd#.
+$G$Ifgd#.Mkdx$$If0d| 44
+la3&lt;=[ghi&lt;:Pkd]y$$If0d| 44
 layt
-P&lt;$G$If^gd\(.;&lt;ab,-9xz{no ,-  ߸ߋqih\B*phh)l5B*CJ OJQJph        h)l5        h5hNZhkZhd0JVhdhdB*phhdB*phjhdB*UphhNZB*phhj&lt;h)lB*phh)l6B*phh)lB*NHphh)lB*phh)lB*OJQJphhNZB*OJQJph) !XY EFDQT_rs !/089=STWX[\_`efijmnqruvǽǽdzdzdzdzdzdzdzdzdzdzdzdzdzdzdzh}CJOJQJh
+P&lt;$G$If^gd\(
+$G$Ifgd_Mkdy$$If0d| 44
+la $G$If^46BCDOPQ\bop,-        `amм먞tlaltXthkZhd0JVhdhdB*phhdB*phjhdB*UphhNZB*phh)lB*NHphhj&lt;h)lB*phh)l6B*phh)lB*phhNZB*OJQJphh
+P&lt;B*OJQJphh'B*phh'B*OJQJphh
+P&lt;h
+P&lt;B*OJQJphh)lB*OJQJphhNZB*ph!imn/rz9:ST`a6@TU,-DTyzx&amp;.Mڼڼڼڼڼڴڬڬڬڬڢh
 P&lt;CJOJQJh)lCJOJQJh}B*phh
-P&lt;B*phh)lB*OJQJphh)lB*phh)lB*NHphF&gt;F        8g
-T$        @ &amp;gd)lDEFGRS;&lt;ˡ˝vgvv]]h)lB*NHphhy&quot;h)lB*CJaJph&amp;jhy&quot;h)lB*CJUaJphjtzh)lUjh)lUh)lhy&quot;h)l0JVCJaJ#jWyhy&quot
 ;h)lCJUaJhy&quot;h)lCJaJjhy&quot;h)lCJUaJh)lB*phh
-P&lt;CJOJQJh}CJOJQJh)lCJOJQJ$Vbc;&lt;DEF89EF[efuhjh)lB*Uph)h2Xh)lB*CJOJQJ^JaJphhdB*phh!h)l0JVj{h!h)lU h!h)ljh!h)lUh!h)lB*phh)lB*NHph#h)lB*CJOJQJ^JaJph)h!h)lB*CJOJQJ^JaJphh)lB*ph(f|         GY;&lt;VWijm[#h@B*CJOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph#h)lB*CJOJQJ^JaJphh)lB*NHph)h2Xh)lB*CJOJQJ^JaJph h2Xh)l5B*OJQJph        h)l5hdB*
 phh2Xh)l0JVjh)lB*Uphj|h)lB*Uphh)lB*ph# &amp;';EUVgtꤟ}}}}}}h)lB*NHphh)lB*phh)l5B*CJ OJQJph        h)l5h)l5B*CJ ph#h)lB*CJOJQJ^JaJph h2Xh)lCJOJQJ^JaJ-h2Xh)lB*CJNHOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph- }~TUFGABQ
 5=]e/7 `aLYU?@v~BQ뼷뼷눷        h5)heh)lB*CJOJQJ^JaJph)h}Sh)lB*CJOJQJ^JaJph        h)l5h)l5B*CJOJQJphh)lB*NHph)hzh)lB*CJOJQJ^JaJphh)lB*phh)lB*OJQJph3 -2?DQVchiv~ku*1z!4;ְhMUB*phh)l5B*O
 JQJphh)l5B*CJ OJQJphh)lB*NHphh)lB*OJQJph        h)l5h)l5B*CJOJQJphh)lB*phh)lB*OJQJph4
- 2DVhiviklu(^(*1xz!4*{|NOP
 ^gd
-P&lt;^;P*|34?@OP_56GUg
-⺧}}ni}        h)l5heh)lCJOJQJaJhPh)l5OJQJ^Jh)lh,rh
+P&lt;B*phh)lB*OJQJphh\B*phh)lB*NHphh)lB*phh)l5B*CJ OJQJph        h)l5        h5hNZ:MNPQTUcdlmq!&quot;#xyz{ˡ˝jh)lUh)lhy&quot;h)l0JVCJaJ#jyhy&quot;h)lCJUaJhy&quot;h)lCJaJjhy&quot;h)lCJUaJh)lB*phh
+P&lt;CJOJQJh)lCJOJQJh}CJOJQJ7opOP/0opxyzд䕃䕃xmfXj{h!h)lU h!h)ljh!h)lUh!h)lB*ph#h)lB*CJOJQJ^JaJph)h!h)lB*CJOJQJ^JaJphh)lB*NHphhy&quot;h)l0JVCJaJhy&quot;h)lB*CJaJph&amp;jhy&quot;h)lB*CJUaJphh)lB*phjh)lUjzh)lU&quot;lmyz(D7:OP
+ )+=?Q{opػخ؞ؐػuuػػػػuuh)lB*NHph h2Xh)l5B*OJQJph        h)l5h2Xh)l0JVj|h)lB*Uphjh)lB*Uph)h2Xh)lB*CJOJQJ^JaJphhdB*phh)lB*phh!h)lB*phh!h)l0JVjh!h)lU.:OP
+=l        $&amp;56@
+T$        @ &amp;gd)l
++,@JZ[o
 y()ƴƝƌƀ{kh)l5B*CJ OJQJph        h)l5h)l5B*CJ ph h2Xh)lCJOJQJ^JaJ-h2Xh)lB*CJNHOJQJ^JaJph#h@B*CJOJQJ^JaJph)h2Xh)lB*CJOJQJ^JaJph#h)lB*CJOJQJ^JaJphh)lB*phh)lB*NHph*        $JSiq &amp;ck&amp;'56@./st})heh)lB*CJOJQJ^JaJph)h}Sh)lB*CJOJQJ^JaJphh)l5B*CJOJQJph)hzh)lB*CJOJQJ^JaJphh)lB*OJQJphh)l5B*CJ OJQJph        h)l5h)lB*phh)lB*NHph101z{u
 vABTfx,-vBOTafsxLM^eUh諝hMUB*phh)l5B*OJQJphh)l5B*CJ OJQJphh)l5B*CJOJQJphh)lB*OJQJph        h5h)lB*OJQJph        h)l5h)lB*NHphh)lB*ph:
 $\^eSUh0 ^0o N^,Lghstij{**}}nheh)lCJOJQJaJhPh)l5OJQJ^Jh)lh,rh
 P&lt;h,rB*phh
 P&lt;B*NHph$hzh
 P&lt;5B*OJQJ^Jphh
-P&lt;B*phh)lB*NHphh        *B*phh)l5B*OJQJphh)lB*ph)heh)lB*CJOJQJ^JaJph)P_56GTUg-
-C$^a$^^gd
-P&lt;
+P&lt;B*phh        *B*ph)heh)lB*CJOJQJ^JaJphh)l5B*OJQJphh)lB*phh)lB*NHph+ MN^!ij{$^a$
 ^gd
 P&lt;
 ^gd
 P&lt;o͢                gd
-P&lt;oɢ        34o}ij jk{|j)hrhrB*CJOJQJ^JaJphhbCB*phhrB*ph$hPh)l5B*OJQJ^Jphh)lB*NHph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)l5B*CJ OJQJph        h)l5h)lB*phh)lheh)lCJOJQJaJ)C34[\&gt;?noPQz{
 ^^                                         e        j                                                        
-        
-'
-S
-
-
-
-
-   X Y r s x  {sods^sNh)lB*CJOJQJaJph
-h)l0JVjW}h)lUh)ljh)lU)hrhrB*CJOJQJ^JaJphhrB*phh)lB*NHph%hPh)lB*CJOJQJaJphhLh)lB*ph)hPh)lB*CJOJQJ^JaJphhrh)lB*CJaJph%hrh)lB*CJOJQJaJphh)lB*ph{T
-U
-w
-x
-          *%Hkd@~$$If0j,&quot;44
-la$If$G$If$^a$^     % ( ) z { |  G
-Q
-n
-~
-
-
-
-        TZløohoh_hohohohhPh)lNH hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJhPh)lB*phh)lB*NHph)hPh)lB*CJNHOJQJaJphh}h)lB*ph!h}h)lB*OJQJ^Jphh)lB*CJOJQJaJph%hPh)lB*CJOJQJaJphh)lB*ph%&gt;Sgaaa$IfHkd~$$If0j,&quot;44
-la$G$IfHkd~$$If0j,&quot;44
-la        STlgHkdH$$If0j,&quot;44
-la$G$IfHkd$$If0j,&quot;44
-la!3}$*&gt;,2@BC6fguv.;fξ֤֤֤֤֤֤֚֓֓ք hMh)lhe ^h)l5 hdh)lh)lPJ^JaJ
-h)lNHh)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)l hPh)l hPh)lCJOJQJ^JaJh)lCJOJQJ^JaJ33A^|gaa$IfHkd$$If0j,&quot;44
-la$G$IfHkd$$If0j,&quot;44
-la|}#$&gt;IraHkdP$$If0j,&quot;44
-la$If$G$IfHkd$$If0j,&quot;44
+P&lt;oɢ        ^gd
+P&lt;^*a,-AwGHIghRrs^,-AHIgh        + ST,ҳҳҞҔҳҳҳҳҞҁҔҔҁҔҞyqyhbCB*phhrB*ph$hPh)l5B*OJQJ^Jphh)lB*NHph)hPh)lB*CJOJQJ^JaJphhK&quot;h)lB*OJQJphh)l5B*CJ OJQJphh)lB*phheh)l
 CJOJQJaJhPh)l5OJQJ^J        h)l5h)l+ ,
+
+
+
+
+
+&lt;=R^$If$G$If$^a$^^
+                 4        ;        ?        E        F                                                                        8
+=
+[
+
+
+
+  O P Q     Ǹڣژڅ{{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^JaJph       Y \ ]     {
+
+
+
+
+&lt;=CR
+$*&lt;øܣԙԙԎ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%Y
+#aHkd~$$If0j,&quot;44
+la$If$G$IfHkd~$$If0j,&quot;44
+la#$;&lt;JraHkdY$$If0j,&quot;44
+la$If$G$IfHkd$$If0j,&quot;44
+la         #OUgX^r`ftvw /j$RSMNboξ֤֤֤֤֤֤֚֓֓ք hMh)lhe ^h)l5 hdh)lh)lPJ^JaJ
+h)lNHh)lCJOJQJh)lCJOJQJh)lB*CJOJQJaJphh)lB*phh)lh)lCJOJQJ^JaJ hPh)l hPh)lCJOJQJ^JaJ4
+ #NgHkd$$If0j,&quot;44
+la$G$IfHkd$$If0j,&quot;44
+laNOguWaHkda$$If0j,&quot;44
+la$If$G$IfHkd$$If0j,&quot;44
 la
-+,@AaHkdԀ$$If0j,&quot;44
-la$If$G$IfHkd$$If0j,&quot;44
-laABCfg67gfg]gd)l$a$gd)l$a$gd)lgd)l$gd)ligd)l^gd)lHkd$$If0j,&quot;44
-la&quot;234;Aab034fglu󺰺{n{ng^ghZ
+WXr}
+6_aHkd$$If0j,&quot;44
+la$If$G$IfHkd$$If0j,&quot;44
+la
+_`tuvwjkgeee\Wigd)l^gd)lHkdi$$If0j,&quot;44
+la$G$IfHkd'$$If0j,&quot;44
+la        kMN? @    *!W!p!^gd)l $]a$gd)l$]a$gd)loG]gd)l$a$gd)l$a$gd)lgd)l$gd)l !&quot;OPQRVfghou
+ HJdgh|o|oh_hhZ
 h)lNH hZ
 h)lhZ
-h)lPJ^J        aJ h)lPJ^J        aJ hC8h)lCJPJ^J        aJ hCh)lNHPJ^J        aJ hCh)lPJ^J        aJ h)lPJ^JaJhCh)lPJ^JaJhx h)l0JVj=h)lU hdh)l
-h)l0JVjXh)lUh)ljh)lU$FVwx2λqaOAh:OJPJQJ^JaJ #jh:OJPJQJU^JaJ h)lNHOJPJQJ^JaJ $hdh)lNHOJPJQJ^JaJ hhh)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J        aJ $jhh)lUmHnHtH        uhUh)lCJPJ^J        aJ h)lNHPJ^J        aJ h)lPJ^J        aJ hZ
-h)lPJ^J        aJ 234e|}~JLMz{}Ųؤtf\O\f@fhah:0JVPJ^J        aJ h:h:PJ^J        aJ h:PJ^J        aJ jh:PJU^J        aJ hdh)lNHPJ^J        aJ hhPJ^J        aJ h)lPJ^J        aJ hdh)lPJ^J        aJ h)lOJPJQJ^JaJ $h:h:0JVOJPJQJ^JaJ $h:h)l0JVOJPJQJ^JaJ #jh:OJPJQJU^JaJ )j7
-h:OJPJQJU^JaJ }#24BTUYdfgS\x|̶̽̽yr hh)lh)l5^JaJhEh)l5^JaJ
-h)lNHh:CJOJQJ^JaJh)lhah)lNH hah)l hdh)lhAh)lNHPJ^JaJhAh)lPJ^JaJ$h %mh)lCJOJPJQJ^JaJh:PJ^JaJh)lPJ^JaJ(g        #!&lt;!Z!!!!&quot;s&quot;t&quot;s^gd)ls^gd)l^gd        `gd)l^gd)l $]a$gd)l$]a$gd)loGgd)l]gd)l@CGr           
-      # 6 7 V b c k l     !!F!M!Z!c!wwwjhEh        CJOJQJh)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
-h)lNH hdh)lhh)lOJQJ^Jh)lhGrh)lNH hGrh)lh)lNHPJ^J        aJ hh)lNHPJ^J        aJ  hh)lh)lPJ^J        aJ hh)lPJ^J        aJ %c!m!!!!!!!!!!!%&quot;;&quot;F&quot;I&quot;R&quot;s&quot;t&quot;y&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;y#######$$ $!$Z$ξέξΧξΐ΋|phEh)l5OJQJ h7h)lhEh)l5        hL7#5h)lCJOJQJhzh)lCJOJQJ
-h)lNH hCmmh)lCJOJQJ^JaJ hdh)lhEh)lCJh)lh)lCJOJQJhEh)lCJOJQJhEh        CJOJQJh        CJOJQJ*t&quot;&quot;&quot;&quot;&quot;##*#/#2#;#M#`#w#y#z######$$!$$^gd)lgd)ls^gd)l^gd)ls^gd)lgd)lZ$^$`$m$p$~$$$$$$$$$%%        % %/%0%&gt;%T%U%a%b%k%m%w%x%z%{%%%%%%%%%%%%%%yoh)lCJOJQJ hkh)l h:h)l
 hKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5hl        h)lOJQJ hl        h)lhEh)l5OJQJh)lOJQJh)l h ;h)l+$$$$$$%        %/%0%%%%%&amp;A&amp;m&amp;n&amp;''Z([(d(p((s^gd)l^gd)l$a$gd)lgd)l^gd)lgd)l%%%%&amp;&amp;&amp;        &amp;5&amp;&gt;&amp;@&amp;A&amp;E&amp;J&amp;d&amp;l&amp;m&amp;n&amp;q&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;'' ' ' '!'
 &quot;'%'ŸūŸvovib[ hmH[h)l h&amp;gh)l
+h)lPJ^J        aJ h)lPJ^J        aJ hC8h)lCJPJ^J        aJ hCh)lNHPJ^J        aJ hCh)lPJ^J        aJ h)lPJ^JaJhCh)lPJ^JaJhx h)l0JVjh)lU
+h)l0JVjh)lUh)ljh)lU hdh)l% +IzfλqaOAh:OJPJQJ^JaJ #jh:OJPJQJU^JaJ h)lNHOJPJQJ^JaJ $hdh)lNHOJPJQJ^JaJ hhh)lOJPJQJ^JaJ  hdh)l hdh)lOJPJQJ^JaJ hdh)lPJ^J        aJ $jihh)lUmHnHtH        uhUh)lCJPJ^J        aJ h)lNHPJ^J        aJ h)lPJ^J        aJ hZ
+h)lPJ^J        aJ fgh
+DEQ~Ųؤtf\O\f@fhah:0JVPJ^J        aJ h:h:PJ^J        aJ h:PJ^J        aJ jh:PJU^J        aJ hdh)lNHPJ^J        aJ hhPJ^J        aJ h)lPJ^J        aJ hdh)lPJ^J        aJ h)lOJPJQJ^JaJ $h:h:0JVOJPJQJ^JaJ $h:h)l0JVOJPJQJ^JaJ #jh:OJPJQJU^JaJ )j
+h:OJPJQJU^JaJ ;&lt;Wfhv&lt;̶̽̽yr hh)lh)l5^JaJhEh)l5^JaJ
+h)lNHh:CJOJQJ^JaJh)lhah)lNH hah)l hdh)lhAh)lNHPJ^JaJhAh)lPJ^JaJ$h %mh)lCJOJPJQJ^JaJh:PJ^JaJh)lPJ^JaJ(&lt;tw{! &quot; 2 : ; = &gt; ? N T W j k        ! !4!;!z!!!!wwwjhEh        CJOJQJh)lCJOJQJhEh)lCJOJQJhdh)lOJQJ
+h)lNH hdh)lhh)lOJQJ^Jh)lhGrh)lNH hGrh)lh)lNHPJ^J        aJ hh)lNHPJ^J        aJ  hh)lh)lPJ^J        aJ hh)lPJ^J        aJ %p!!!!3&quot;4&quot;&quot;&quot;###(#8#H#^#c#f#o#####s^gd)l^gd)lgd)ls^gd)ls^gd)l^gd)l^gd        `gd)l!!!!!!!!!!&quot;3&quot;Y&quot;o&quot;z&quot;}&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;#####$$$$D$E
 $T$U$$ξέξΧξΐ΋|phEh)l5OJQJ h7h)lhEh)l5        hL7#5h)lCJOJQJhzh)lCJOJQJ
+h)lNH hCmmh)lCJOJQJ^JaJ hdh)lhEh)lCJh)lh)lCJOJQJhEh)lCJOJQJhEh        CJOJQJh        CJOJQJ*####$$$D$E$U$$$$        %
+%%&lt;%=%c%d%%%&amp;&amp;5&amp;u&amp;$a$gd)l^gd)l^gd)lgd)lgd)l$$$$$$$$$$$        %
+%%8%:%=%@%c%d%r%%%%%%%%%%%%%%%%%%&amp;&amp;&amp;&amp;        &amp;
+&amp;yoh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5hl        h)lOJQJ hl        h)lhEh)l5OJQJh)lOJQJh)l h ;h)l+
+&amp;&amp;&amp;3&amp;5&amp;8&amp;9&amp;=&amp;i&amp;r&amp;t&amp;u&amp;y&amp;~&amp;&amp;&amp;&amp;&amp;&amp;&amp;''' ''-';'&lt;'?'@'T'U'V'Y'ŸūŸvovib[ hmH[h)l h&amp;gh)l
 h)lCJ hV,h)lhV,h)lCJhV,h)lCJOJQJ hd}h)lhd}h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)lh)lOJQJ^J
-h)l^Jhh)l^J!%'&amp;'K'N'v'w'''''''(([(((((((((()))/)1)H)I)R)S)h)k)m)w)x)))))))))))*M*ٻ٫٫ٻٻŻٻ󖎖h)0ohohhh)0o5        h)0o5h6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
-h)lNHh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJhV,h)lCJOJQJh)lhd}h)lCJ1((((()))J,1-T----.5.Z.r.....//!/gdRO^gd)l^ngd)0ogd)ls^gd)lM*V*c*k*v*{*****++I+]+++++, ,,,,1,4,H,J,Z,d,i,j,,,,,,,,,,,,߼Ƭߛߊ|qqiqhROJQJhLhROJQJhRCJOJQJ^JaJ hohRCJOJQJ^JaJ h&amp;g
 h)lCJOJQJ^JaJ
+h)l^Jhh)l^J!u&amp;&amp;&amp;''((((((((()))~,e---.(.7.i.gdRO^ngd)0os^gd)l^gd)lgd)lY'Z'''''''''''H(I((((()))))2)H)K)M)c)e)|)})))))))))))))))**,*6**ٻ٫٫ٻٻŻٻ󖎖h)0ohohhh)0o5        h)0o5h6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
+h)lNHh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJhV,h)lCJOJQJh)lhd}h)lCJ1**********9+:+}+++++0,9,@,F,N,O,e,h,|,~,,,,,,,,,,,--        - --߼Ƭߛߊ|qqiqhROJQJhLhROJQJhRCJOJQJ^JaJ hohRCJOJQJ^JaJ h&amp;gh)lCJOJQJ^JaJ
 hKNHh)lCJOJQJhDCJOJQJhKhR
-h)lNHhLh)lOJQJh)lhhoh hlhCJOJQJ^JaJ),,,,,,-1-5-S---------------5.6.Z.[.../e/f/////000
-0G0T0Y0c0g0s0x00000ƷƷƦƷꕍ
+h)lNHhLh)lOJQJh)lhhoh hlhCJOJQJ^JaJ)-----%-L-e-i----------...#.$.(.i.j.....S///////5060;0A0{00000000000ƷƷƦƷꕍ
 h)lNHhemH        sH         hh(h`CJOJQJh&amp;gh)lCJNH
-h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJhKCJOJQJhKh;=h)lCJOJQJh)lCJOJQJh)lOJQJh)l3!/&quot;/P/e/f/007181G1y11112,2I2g22222222Z4[4gd)0oigd^gdRO000
-1 1617181y1z1g2h222222222222u3334 4$4»xj`j`VjVMVhROh)lCJhROh)l5CJhROh)0o5CJhROhK5CJmH        sH        hROh)0o0J[hh)0o5        h)0o5h)0oCJmH        sH        h)0oh)lCJmH        sH        
-h)lCJhfmH        sH        hKmH        sH         hh)lhhmH        sH        hCJNHOJQJmH        sH        hCJOJQJmH        sH         hhCJOJQJmH        sH        hRO$444Z4[4\4w4x4y444444444444455H5I5J5g5p5}5ŽŽ̵yly_lTMGM
+h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJhKCJOJQJhKh;=h)lCJOJQJh)lCJOJQJh)lOJQJh)l3i....../5/S/U/V////00k1l1{1112&amp;2C2`2}222igd^gdRO001&gt;1?1j1k1l11122222222222&quot;3.33
+4 4:4@4X4»xj`j`VjVMVhROh)lCJhROh)l5CJhROh)0o5CJhROhK5CJmH        sH        hROh)0o0J[hh)0o5        h)0o5h)0oCJmH        sH        h)0oh)lCJmH        sH        
+h)lCJhfmH        sH        hKmH        sH         hh)lhhmH        sH        hCJNHOJQJmH        sH        hCJOJQJmH        sH         hhCJOJQJmH        sH        hRO2222222444445(5}5~5u6v66666779ngdRgdFih`hgdfgd)0ogdROX4h44444444444555'5(5-5.5/565L5|5}5~5555ŽŽ̵yly_lTMGM
 h)lCJ
-h)l5CJh)l5CJOJQJhfhfOJQJaJhfhfaJmH        sH         hfhfOJQJaJmH        sH        hfaJmH        sH        #hfhf5OJQJaJmH        sH         hhfhfmH        sH        h)lmH        sH        hKmH        sH         hhK hh)l hijhijhijmH        sH         h3ih)lhROh)l5CJhROh)l5CJaJ[4x44444I5J5A6B6j66666[7f999::::;        igdozb'igdgdngdRgdFih`hgdfgdRO}555555566@6A6B6C6Z6[6j6k6666677*7Q7T7X7
 Y7Z7辺yiXy!hF5CJOJQJaJmH        sH        hhF5CJOJQJaJhF5CJmH        sH        !hf5CJOJQJaJmH        sH         hh)l hhfhfmH        sH         hhijhijmH        sH        h)lhh)l5CJOJQJ!hK5CJOJQJaJmH        sH        hK5CJmH        sH        
-h)l5CJhh)l5CJOJQJaJZ7[77788
-8888889,95969F9G9H9d9f9g9i99999999&quot;:&amp;:+:Q:T:÷÷uguYh$OCJOJQJmH        sH        h`ICJOJQJmH        sH        h`h^JaJhCJOJQJhhCJOJQJhCJOJQJmH        sH                h5hh5        h&lt;R5hFCJOJQJaJhFhFCJOJQJaJ h&amp;ghRCJOJQJ^JaJhF
-hRNHhRhFh)l5CJmH        sH        &quot;T:V:[:\:_:e:n:v:::::::::::::::::W;X;;;&lt;&lt;X&lt;Y&lt;&lt;&lt;&lt;&lt;\=]===        &gt;
-&gt;&gt;&gt;X?Y???@ճե{{{{{{{{{{{{
-h)lNHh)l hh`I h`Ih$O hh$Oh`I h$OhROhCJOJQJmH        sH        hh`IOJQJaJh$OCJOJQJh`h$O^JaJh$OCJOJQJmH        sH        h^JaJh`h^JaJhCJOJQJ0@@@@AAAABBbBcBBBDDEElFxF|FFFFFFFFFFFF?G@GsGyGHH-H=HHHIHRHXHHHHHHHIIBICIIIJJpLqLLLLLLL3M4MMMMMSNaNjN~NNNNNaOOhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
-h)lNHQ;H@I@~BBxCyCEEFFGGHHLLLLOOPPQQNQQQ,R^$a$OOOOO&amp;P'PrPsPtPPPPPPR/S=SSSaTyT{TTTTVVWWWWWWWXX
-XX6X&lt;XTX\XXXXXXXXXXXXYY!YKYYYYYZ ZLZMZQZZZϼjA
+h)l5CJh)l5CJOJQJhfhfOJQJaJhfhfaJmH        sH         hfhfOJQJaJ
 mH        sH        hfaJmH        sH        #hfhf5OJQJaJmH        sH         hhfhfmH        sH        h)lmH        sH        hKmH        sH         hhK hh)l hijhijhijmH        sH         h3ih)lhROh)l5CJhROh)l5CJaJ5555        66696I6t6u6v6w66666666.7:7R7^777777辺yiXy!hF5CJOJQJaJmH        sH        hhF5CJOJQJaJhF5CJmH        sH        !hf5CJOJQJaJmH        sH         hh)l hhfhfmH        sH         hhijhijmH        sH        h)lhh)l5CJOJQJ!hK5CJOJQJaJmH        sH        hK5CJmH        sH        
+h)l5CJhh)l5CJOJQJaJ77778898&gt;8Q888 9949`9i9j9z9{9|99999999999:V:Z:_:::÷÷uguYh$OCJOJQJmH        sH        h`ICJOJQJmH
         sH        h`h^JaJhCJOJQJhhCJOJQJhCJOJQJmH        sH                h5hh5        h&lt;R5hFCJOJQJaJhFhFCJOJQJaJ h&amp;ghRCJOJQJ^JaJhF
+hRNHhRhFh)l5CJmH        sH        &quot;999:: ;(;7;[@\@BBCCEEGG
+H HHI*L+LLL$a$gdRO        igdozb'igdgd:::::::::::::::::;
+; ; ;&quot;;&amp;;(;7;8;j;k;;;&lt;&lt;k&lt;l&lt;&lt;&lt;9=:=o=p===&gt;&gt;&gt;&gt;?ճե}wwwwwwwwww
+h)lNHhqph)l hh`I h`Ih$O hh$Oh`I h$OhROhCJOJQJmH        sH        hh`IOJQJaJh$OCJOJQJh`h$O^JaJh$OCJOJQJmH        sH        h^JaJh`h^JaJhCJOJQJ.??&quot;@#@AAAAAA1B2BuBvBBBDD#E$EFFFFFFFFFFFFFFRGSGGG)H/H@HPH[H\HeHkHHHHHHHIIUIVIJJJJLLLLLLLMFMGMMMMMfNtN}NNNNOOhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
+h)lNHQOtOOOOOO9P:PPPPPPPP
+QRSSBSPSSStTTTTTTVVWWWWWXXXX X2XIXOXgXoXXXXXXXXXY Y YYY4Y^YYYYYϸj
 h)lUh)lCJOJQJ        h)l5h)lOJQJ
-h)lNHh)lCJOJQJ
-h)l0JVjR
-h)lUjh)lUh)lCJOJQJh)lC,RvRRRZT[TTT/UqUUUUBVVVWWWWXXhXiXYYYY$a$$a$^Y!YKY|Z[[[[[[\\\$\\\B]n]]]^R^^^^^z__`
 ^nZZ_ZhZlZzZZZZZ8[9[[^\_\\]]B]n]]]]]]]^^C_D_z_____
-```aaaaabDbpbbbEcKcNcOcncycccdddddddd3eDeFeeeeefff;fpfh)lOJQJh9h)lOJQJ        h)l5
-h)lCJ
-h)lNH
-h)l6NH        h)l6h)lCJOJQJh)lJ``L````aaaaaabbDbpbbbbbEcccFeepffgngdQn^pfsftffffgqhyhhhhhi
-i iiiMiNi_i`ixiyiiiijj.j/jMjNjVjjjkjljjjjjjGkǹǠǫǹ{mhaCJOJQJ^JaJh#CJaJhaCJaJh-&gt;CJaJhahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
-hQNHhQ        ha5        hQ5*ghhiiWj`jjk&gt;lGlwllm(mGmamn
+h)lNHhrfh)lCJOJQJ
+h)l0JVj
+h)lUjh)lUh)lCJOJQJh)lALOOQ        QQQaQQQ?RRRRmTnTTTBUUUUVUVVVWWX^$a$XXXX{X|XYYYY4Y^YZ[[[[[\\+\-\7\\\U]]]
 n$a$^$a$Y&amp;Z3Z_Z`ZdZmZrZ{ZZZZZZZZK[L[[q\r\\'](]U]]]]]]]]__V_W___``` `!`&quot;`.a2aaaabWbbbbXc^cacbcccccdddddddeFeWeYeeeeƾƾh)lOJQJh9h)lOJQJ        h)l5
+h)lCJ
+h)l6NH        h)l6h
+h)lNHh)lCJOJQJh)lK]].^e^^^^___&quot;`+`_````,a.aaaabbbWbbbbbn^bbXcccYeeffgh
+iiigjpjkkNlWllln
+^`gd/ngdan
+^`gd-&gt; nhh]h^hgdangdQn^ee$f,f0f?f@fKfffffggghhhh        i
+iiii i&quot;i]i^ioipiiiiii%j&amp;j&gt;j?j]j^jǿԻԪvnffvhaCJaJh-&gt;CJaJhahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
+hQNHhQ        ha5        hQ5h        MJCJOJQJh)lCJOJQJh)l        h)l5(^jfjzj{j|jjjk
+kkWkdkkkkkkkkHlIlNlWlcldlellllllmm/m8mEm䙓ֲzvpv_ hN hN CJOJQJ^JaJ
+h/NHh/h/CJaJ hah/CJOJQJ^JaJ
+haNHhahahaCJNHaJh-&gt;CJaJhaCJOJQJ^JaJh#CJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahaCJaJ#l/m8mWmqmmmmnUn}nnnnnooppn
+^`gd-&gt;n
+xx^`gd!6\n
 pp^p`gdN n
-^`gdN ngd/n
-^`gd/ngdan
-^`gd-&gt;ngdQ nhh]h^hgdaGkTk}k~kkkkkk8l9l&gt;lGlSlTlUlwlllllmmm(m5m6mG
 mTmamompmmԽԬÞÐ툄~m_T_Tm_ThN hN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ
-h/NHh/h/CJaJhaCJOJQJ^JaJh#CJOJQJ^JaJ hah/CJOJQJ^JaJ
-haNH hahaCJOJQJ^JaJhah#CJaJhahaCJNHaJhahaCJaJh-&gt;CJaJ ammmmnEnmnnnnnoopp?pstn$a$gd)l
+^`gdN ngd/EmFmWmdmqmmmmmmmmmmmm        n
+nnn)n*n0nTnUnfngn|n}nnnnnnnnnnnnnnnnno        ooooo o[o\omonoo򸭜ƭhah!6\CJNHaJ hah!6\CJOJQJ^JaJhah!6\CJaJh!6\CJOJQJ^JaJh!6\CJaJhN CJaJ hN hN CJOJQJ^JaJhN hN CJaJhN CJOJQJ^JaJ8oooooopppOppppqSqTqqq*s+s,ssssssssttrt˽ulg`Y hh)l
+h)l5CJ        h)l5hThT0JVjUhTUjhTUhThBh)lCJOJQJ
+h)lNHh)l hbh)lhah/CJaJhg+CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ hah!6\CJOJQJ^JaJhah!6\CJaJh!6\CJaJpOpstkuuOwwxxxxiJkdV$$If0&quot;$        (44
+la/nv$G$If]vn$$G$Ifa$ngd)ln$a$gd)l
 &amp; 0`
  
-P@7$gdTgd)ln
-^`gd-&gt;n
-xx^`gd!6\n
-pp^p`gdN mmmmmmmmmmmnnnn nDnEnVnWnlnmn{n|nnnnnnnnnnnnnnnnnoo        oooKoLo]o^ovowoooooḭѭѭhah!6\CJNHaJ hah!6\CJOJQJ^JaJhah!6\CJaJh!6\CJOJQJ^JaJhN hN CJaJh!6\CJaJhN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ6oppp?pppppCqDqqqssspsqsrsssssttbtttttttttu
-u uuuԽԜԎvvkchh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l
-h)l5CJ        h)l5hThT0JVjrUhTUjhTUhThBh)lCJOJQJ
-h)lNHh)l hbh)lhah/CJaJhN CJOJQJ^JaJhg+CJaJ&amp;uuu3u9uBuFuMuTuUuXu[uuuuuuuu*vFvIvJvMv}vvvvvvvv ww$w7w8w?ww6x7xGxHxxxxxx
-yy0y=yyyyyyyzz_z`zxzzzzz {޻ުު޻ު޻ު޻ު޻ު޻ު޻
-h)lNHhh)lCJaJ hh)lCJOJQJ^JaJhT        h)l5hh)lNHh)lhh)lCJOJQJaJhh)l5 hh)lCt[uu?wwxxxxx/y}nn$$G$Ifa$ n$G$IfJkdV$$If0&quot;$        (44
-la/nv$G$If]vn$$G$Ifa$n$a$gd)lngd)l
-/y0y=yyyy
-zTHkdW$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd W$$If0&quot;$        (44
-la/
-zzzwzxzzzTHkdX$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkd
-X$$If0&quot;$        (44
-la/zz {{{{|THkdY$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdY$$If0&quot;$        (44
-la/ {N{O{{{{{||T|U|||.~/~2~3~~~~~~#$ahilmtu03456&lt;w~¹²ªŒŒ        h)l6        h)l5jh)l5Ujl\h)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
-h)l0JVj[h)lUjh)lU hh)lCJOJQJ^JaJ
-h)lNHh)l7|||||||THkdZ$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdZ$$If0&quot;$        (44
-la/|}}}%a357߁5?JӉn$a$gd)ln$a$gd)lgd)lngd)lgd)lHkd[$$If0&quot;$        (44
-la/߁-.5CD&lt;?NO߄:;%HJTVBCوڈωЉ#$BO:`݋        $)@[dzh&quot;h)l0JVj;h)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)l
-h)lNHh)lCJOJQJ        h)l6h)lC΋݋'@[]یB܎ב\U%Eey•ٕln`gd)ln^gd)ln$a$gd)lngd)l^gd)l[\[^ȏɏ)LŐʐVW.Z
- %(y•ٕWX 056HwhWsh)lCJOJQJaJ        h)l5j h)lU
-h)lCJ
-h)lNH        h)l6h)lCJNHOJQJh)lCJOJQJh)ljV&lt;h)lUEl !01ՙ56op}~        
- ]Ρw^gd)l h^h`gd)l$a$gd)l$a$$ɚ&amp;'DQp7?CJߜ89ڝ۝        tuvӟԟ՟֟]ohȶөӡ퐅xxhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ hxh)lh)lCJaJhWsh)l0JVCJaJ#j&gt;&amp;hWsh)lCJUaJhWsh)lCJaJjhWsh)lCJUaJ        h)l5
-h)lNHh)lhWsh)lCJOJQJaJ/Ρϡ̢[zئ٦cno w8^8gd)lwgd)l
+P@7$gdTgd)l rtttttttuuuuu#u$u%u&amp;uCuIuRuVu]udueuhukuuuuuuvv:vVvYvZv]vvvvvvwwww,w4wGwHwOwwFxGxWxXxxxxxxyy@yMyyyy
+h)lNH hh)lCJOJQJ^JaJhT        h)l5hh)l5hh)lCJaJhh)lNH hh)lh)lhh)lCJOJQJaJCxx?y@yMyyyyzTHkdW$$If0&quot;$        (44
+la/Hkd_W$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$Ifyyyyz,zozpzzzzz {{^{_{{{{{|&amp;|d|e|||&gt;~?~B~C~~~~~~34qxy|})π*@CDEF¹²ªjh)l5Uj\h)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
+h)l0JVj[h)lUjh)lU
+h)lNHh)l hh)lCJOJQJ^JaJ;zz,zzzz {THkdX$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkd]X$$If0&quot;$        (44
+la/ { {{{{{|THkdY$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkd[Y$$If0&quot;$        (44
+la/||&amp;||||}THkdZ$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdYZ$$If0&quot;$        (44
+la/}}&quot;}}5qCEGELT݉n$a$gd)ln$a$gd)lgd)lngd)lgd)lHkdW[$$If0&quot;$        (44
+la/FL=&gt;EST)=&gt;IL[\GH2FGRT^`LMىh&quot;h)l0JVj&lt;h)lUjh)lU h&quot;h)lCJOJQJ^JaJh `CJOJQJ h&quot;h)l
+h)lNH        h)l6h)lCJOJQJh)l        h)l5@ىډ-.LYDj.3Jef        
+ehҏӏ
+3PSop̐ѐ]^5a,/&quot;ƕɕ
+h)lCJh `CJOJQJ        h)l6h)lCJNHOJQJj&lt;h)lU
+h)lNHh)lCJOJQJh)ljh)lUINj؋1JegLǍޑc\&quot;,Llɕ        sn`gd)ln^gd)ln$a$gd)lngd)l^gd)l^_'7&lt;=O~К -.KXw&gt;FJQ?@{|}ڟ۟ܟݟdv hxh)lh)lCJaJhWsh)l0JVCJaJ#j&amp;hWsh)lCJUaJhWsh)lCJaJjhWsh)l
 CJUaJhWsh)lCJOJQJaJh)lCJOJQJ        h)l5
+h)lNHj h)lUh)l5s&amp;'(78ܙ&lt;=vwdաw^gd)l h^h`gd)l$a$gd)l$a$$v&quot;#opӢ()ǣϣ5=[bfg{}ŤƤ ӥۥǸǸ٨ٝـyyllhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJ
+h)lNHh)lhh)lCJOJQJh)lCJOJQJh)l6CJOJQJ*ա֡Ӣbߦjuv w8^8gd)lwgd)l
 &amp; F
 ^gd)l h^h`gd)lgd)l^gd)lh^hgd)lgd)lw8^8gd)l
-&amp; F^gd)lhi̢!&quot;ȣ.6T[_`tv
-̥ԥ *\^Ŧvvhh)lCJOJQJaJhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)lCJOJQJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJh)l
-h)lNH.ŦǦΦϦڦݦc{ا!fgmn~ԨƷ؂ufuYuh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
-h)laJhh)laJhh)lCJOJQJaJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJ hh)l
-h)lNHh)lhh)l0JCJaJ!()#$78G}{        gd)lo-kG
+&amp; F^gd)lۥ&amp;1ceŦǦ̦Φզ֦jߧ&amp;(mntuӂɂuh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
+h)laJhh)laJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJ hh)l
+h)lNHhh)lCJOJQJaJhh)l0JCJaJh)l*/0*+&gt;?N{        gd)lo-kG
 `gd)lo+kGw]`gd)lojkGw]`gd)l h^h`gd)l
 &amp; F
 ^gd)l w8^8gd)l
 &amp; F
 ^gd)l w^gd)l
-Ԩبڨ&quot;#'(STͩݩ#ЪѪ7G{ѫҫ¸«y¸h[hKvh)lCJOJQJ h*sh)lCJOJQJ^JaJ hWsh)lCJOJQJ^JaJ
-h)lNHh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJ#ҫӫLݮSTop{,:f ^gd)l `gd)lw^w8^8gd)l
-&amp; F ^gd)l h^h`gd)lgd)lҫLݮMNOSTopyz{ȯɯ,89:Zfuvw±÷÷ìãÃwkãããh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJh)l*fw± JYв 
-YZ
 igd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)l± JWXYвAB
-  Pb̵ -.ɼɼ}of]]]]oh&lt;h|YaJh&lt;h&quot;kaJh&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJ$.YZefuvz46gڷ̸ϸ&quot;9|kcXh&lt;h|YOJQJh|YOJQJ hD h|YCJOJQJmH        sH        hD CJOJQJmH        sH        hEuhEuCJOJQJ hEuhEuh[,*h|YCJNHOJQJ
 h|YCJOJQJh[,*h&gt;FCJOJQJh&quot;kCJOJQJmH        sH        h&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh[,*h|YCJOJQJZuvHnٹڹ'ruK˻i`gd|Y iL^`Lgd|Yi^gd|Yi
-&amp; Fgd|YigdD igd|Y9GHN_mnt}ù׹عٹ&amp;'()234u͵蛑rhYh[,*h|YCJNHOJQJh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh|YOJQJh&lt;h|YOJQJh&lt;h|Y6OJQJuvx%KO˻׻)*/ؼܼ߼=efѽҽ
-)de׾ؾܨܨܨܨܤܚh8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h
-%h|YOJQJaJh[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|YOJQJaJh&lt;h|YOJQJaJ&lt;)*ؼ߼=&gt;սֽ׾fͿ*OPi`gd|Yigd|YfgͿο*+OPR*+Jabcdrs
 εεΧΙ{h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJmH        sH        h|YCJOJQJnHo(tHh|YCJOJQJh[,*h|YCJOJQJh&gt;FOJQJaJmH        sH        h|YOJQJaJh
-%h|YOJQJaJ)P)*JKQRm=i`gdhi`gd|Yigd|Y#6DERSmn[\efz
 ߪҪ҈{{{ҪҪҪm[#h[,*h|YCJOJQJnHo(tHhrjoCJOJQJmH        sH        h
-%h|YOJQJaJh|YOJQJaJh8oVCJOJQJmH        sH        h8oVCJOJQJh|YCJOJQJhu        h|YCJOJQJ h8oVh|YCJOJQJmH        sH        h[,*h|YCJOJQJh|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tH$%'(=&gt;CDa}~,-23VWYh|YCJOJQJh[,*h|YCJOJQJhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h
-%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        .=(,VWrs
 -:nigd|Yi`gd|Y4STVWrsu01=&gt;qrs'DEbc56NOŷŷŷŷύ h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHh|YCJOJQJhc4OJQJaJmH        sH        hc4OJQJaJh
-%h|YOJQJaJh|YOJQJaJh[,*h|YCJOJQJh[,*h&gt;FCJOJQJ79s&quot;
 @^{1Jf\]^ i
-&amp; F^gdbqigd|YOjk*7[\]^_d~m_QD6h        CJOJQJmH        sH        h[,*h|YCJOJQJhrjoCJOJQJmH        sH        hCJOJQJmH        sH         hD hbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh|YOJQJaJh
-%h|YOJQJaJ        
-WXYefjkwx  ʽةʽʽ曩捩ʽ|ʽʽk h*hbqOJQJaJmH sH  hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h        CJOJQJmH        sH        h[,*h|YCJOJQJhbqh|YOJQJaJ(Xe= !Ukl./o
+ۨߨ)*./Z[ԩ*תت&gt;N䲦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$ث٫S­TUVZ[vwϯЯ3?@AaԶԥyqeYyqh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJhKvh)lCJOJQJh)l h*sh)lCJOJQJ^JaJ ٫ګSZ[vw3Am
  ^gd)l `gd)lw^w8^8gd)l
+&amp; F ^gd)l h^h`gd)lgd)lam|}~DZȱɱ !Q^_`ײHI#$        
+꽰qch&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJh)l0J_CJOJQJ%m~ɱ!Q`ײ#$ĴŴ        
+`aigd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)l&quot;WiƵӵ45`alm|};=nӸָ!ŷxjhD CJOJQJmH        sH        hEuhEuCJOJQJ hEuhEuh[,*h|YCJNHOJQJh[,*h&gt;FCJOJQJh&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh&quot;kCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJh&lt;h|YaJh&lt;h&quot;kaJ'a|}&
 quot;#Ou.y|&amp;Rһi`gd|Y iL^`Lgd|Yi^gd|Yi
+&amp; Fgd|YigdD igd|Y!&quot;#)@NOUftu{ƹʹ޹߹ -./ϻ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        /09:;|}&amp;,RVһ޻ 016߼!%DlmĽؽٽ0俵䵨䵨h8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h
+%h|YOJQJaJh|YOJQJaJh&lt;h|YOJ
 QJaJh|YCJOJQJh&quot;kCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|YCJNHOJQJ701߼ !DEܽݽ޾mԿ1VWi`gd|Yigd|Y0kl¾޾߾mnԿտ        12VWY12Qhijkyz󙉙{h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJmH        sH
         h|YCJOJQJnHo(tHh&gt;FOJQJaJmH        sH        h
+%h|YOJQJaJh|YOJQJaJh|YCJOJQJh[,*h|YCJOJQJ0W01QRXYtDi`gdhi`gd|Yigd|Y*=KLYZtu
+bclmŶץ׎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        !+,./DEJKh  349:]^ĺߜ߭wh[,*h|YCJOJQJhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h
+%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        #h[,*h|YCJOJQJnHo(tH-D/3]^yz
         
+4Auigd|Yi`gd|Y^`;Z[]^yz|
+ 
+ 78DExyz.KLij !&lt;=ŻŻō h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHhc4OJQJaJmH        sH        hc4OJQJaJh
+%h|YOJQJaJh|YOJQJaJh[,*h&gt;FCJOJQJh[,*h|YCJOJQJh|YCJOJQJ7@z)Ge8Qmcde i
+&amp; F^gdbqigd|Y=UVqr1&gt;bcdefk~m_QDh[,*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|YOJQJaJk        ^_`lmqr~ʽʽةʽ؛؍ʽ|ʽʽk h*hbqOJQJaJmH sH  hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h[,
 *h|YCJOJQJhbqh|YOJQJaJh        CJOJQJmH        sH        )_lD'(\rs56v
 ixWD2`xgd|Yigd|Y i
-&amp; F^gdbq 
-+0&gt;derstʽʒtgUD hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h[,*h|YCJOJQJ h*hbqOJQJaJmH sH h|YCJOJQJ&lt;=JKLYZ[hijwxy!#()UWk./1歠歠hrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh
-%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h
 |YCJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ31tw#%57VXtv
- /8;Eôæ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;#5Vt
--/f )5
 $G$If]gd)lsigd|YETWfiqt ?Q67FQR,-Yjq#FP_Vhν
+&amp; F^gdbq&quot;#$27Eklyz{ʽʒtgUD hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h[,*h|YCJOJQJ h*hbqOJQJaJmH sH h|YCJOJQJCDQRS`abopq~(*/0\^r!568歠歠hrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh
+%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|Y
 CJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ38{~*,&lt;&gt;]_{}$'6?BLôæ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;*&lt;]{46m&quot;0&lt;
 $G$If]gd)lsigd|YL[^mpx{FX=&gt;MXY34`qx*MWf]oν
 h)lNH haKh)lhaKh)lCJOJQJh)lCJOJQJ
 h)l0J[h)l hrjoh|YCJOJQJmH        sH        h
 %h|YCJOJQJh|YOJQJaJh2yOJQJaJmH        sH        h
-%h|YOJQJaJ856?@QWXL $7$G$Ifgd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+%h|YOJQJaJ8&lt;=FGX^XL $7$G$Ifgd)l8kd1&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx 2^kdx&amp;$$IfFr
+#    4ayttx 2^kd&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdp&amp;$$IfFr
 h#r
-#    4ayttx 6^kd&amp;$$IfFr
+#    4ayttx =^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l67FK2^kd&amp;$$IfFr
+#    4ayttx $G$If]gd)l=&gt;MR2^kd&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd.&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx Y`kd&amp;$$IfhFr
+#    4ayttx ``kd7&amp;$$IfhFr
 h#r
-#    4ayttx $G$If]gd)lYZjpq}n$G$If]gd)l$G$If]gd)l`kdC&amp;$$If4Fr
+#    4ayttx $G$If]gd)l`aqwx}n$G$If]gd)l$G$If]gd)l`kd&amp;$$If4Fr
 h#r
-`#    4ayttx qr0`kd        &amp;$$If4Fr
+`#    4ayttx xy0`kd\&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx 
-$If]gd)l`kdl&amp;$$If4Fr
+ #    4ayttx 
+$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l#(F $7$G$Ifgd)l$G$If]gd)l^kd&amp;$$IfFr
+ #    4ayttx $G$If]gd)l*/M $7$G$Ifgd)l$G$If]gd)l^kd&quot;&amp;$$IfFr
 h#r
-#    4ayttx FGPQ_cUVXK
-$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd*&amp;$$IfFr
+#    4ayttx MNWXfj\]XK
+$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd}&amp;$$IfFr
 h#r
-#    4ayttx VWhn&lt;$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx ]^ouC$G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx +JgXKK
-$If]gd)l8kdz&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx         2QnXKK
+$If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kdr&amp;$$IfFr
 h#r
-#    4ayttx g-MN$G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx n4TU$G$If]gd)l^kd &amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l        N]_/0deopvLMZg
-,2@FTZhn}#)7&gt;LSahiu|We CO{hD%h)lCJOJQJ h:h)lh:h)lCJOJQJ
+$If]gd)l        Udf67klvw}STan%39GM[aou*0&gt;ESZhop|^lJVhD%h)lCJOJQJ h:h)lh:h)lCJOJQJ
 h)l0J[
 h)lCJh)lCJOJQJ
-h)lNHh)lKNO]_h
-$If]gd&quot;#c$G$If]gd)l^kd&amp;$$IfFr
+h)lNHh)lKUVdfo
+$If]gd&quot;#c$G$If]gd)l^kdg&amp;$$IfFr
 h#r
-#    4ayttx vX8kd&amp;$$If###4ayttx $G$If]gd)l^kdo&amp;$$IfFr
+#    4ayttx }X8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx vw%L
-$If]gd)l$G$If]gd)l^kd        &amp;$$IfFr
+#    4ayttx }~,S
+$If]gd)l$G$If]gd)l^kd\&amp;$$IfFr
 h#r
-#    4ayttx LMZ_2^kd&amp;$$IfFr
+#    4ayttx STaf2^kd&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdd&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx         
- `kd&amp;$$If4Fr
+#    4ayttx $%`kdm&amp;$$If4Fr
 h#r
 `#    4ayttx
 $If]gd)l$G$If]gd)l
-,1230`kd&amp;$$If4Fr
+%&amp;389:0`kd3&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd}&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx 3@EFGTYZ`kdC&amp;$$If4Fr
+ #    4ayttx :GLMN[`a`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lZ[hmno0`kd         &amp;$$If4Fr
+ #    4ayttx $G$If]gd)labotuv0`kd\ &amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx o}`kdl &amp;$$If4Fr
+ #    4ayttx v`kd &amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd2!&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`kd&quot;!&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)l0`kd&quot;&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd!&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kdK&quot;&amp;$$If4Fr
 h#r
- #    4ayttx `kd&quot;&amp;$$If4Fr
+ #    4ayttx `kd#&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l#()*0`kd#&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l*/010`kd#&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kd!#&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kdt#&amp;$$If4Fr
 h#r
- #    4ayttx *7=&gt;?LRS`kd#&amp;$$If4Fr
+ #    4ayttx 1&gt;DEFSYZ`kd:$&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lSTaghi0`kd$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)lZ[hnop0`kd%&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l`kdJ$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l`kd$&amp;$$If4Fr
 h#r
- #    4ayttx iu{|}`kd%&amp;$$If4Fr
+ #    4ayttx p|`kdc%&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l Ay3W
-$If]gd)l$G$If]gd)l`kds%&amp;$$If4Fr
+ #    4ayttx $G$If]gd)lH:^
+$If]gd)l$G$If]gd)l`kd%&amp;$$If4Fr
 h#r
- #    4ayttx         WXekX^kd&amp;&amp;$$IfFr
+ #    4ayttx         ^_lrX^kdh&amp;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd%&amp;$$If###4ayttx   2^kd&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kd)&amp;&amp;$$If###4ayttx 2^kd'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdp&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx  CDOU{^kd&amp;'&amp;$$IfFr
+#    4ayttx $JKV\^kdy'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l{|2^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd/(&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd'&amp;$$IfFr
 h#r
-#    4ayttx -?lx+CD9G -_`o|CDXf)AHzӮӮh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
+#    4ayttx 4Fs&quot;#2JK@N'4fgv JK_m        !&quot;#0HOӮӮh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
 h)lNH
 h)l0J[h
 P&lt;h
-P&lt;CJOJQJh)lCJOJQJh)lD-^kd7(&amp;$$IfFr
+P&lt;CJOJQJh)lCJOJQJh)lD
+4^kd(&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l-.?Eln$G$If]gd)l$G$If]gd)l^kd(&amp;$$IfFr
+#    4ayttx $G$If]gd)l45FLsn$G$If]gd)l$G$If]gd)l^kd(&amp;$$IfFr
 h#r
-#    4ayttx lmx~0^kdR)&amp;$$IfFr
+#    4ayttx st0^kd)&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l`kd(&amp;$$If)Fr
+#    4ayttx $G$If]gd)l`kd@)&amp;$$If)Fr
 h#r
-#    4ayttx s$G$If]gd\($G$If]gd
-P&lt;^kd)&amp;$$IfFr
+#    4ayttx &quot;s$G$If]gd\($G$If]gd
+P&lt;^kd*&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l+1 $7$G$Ifgd)l$G$If]gd)l^kd*&amp;$$IfFr
+#    4ayttx $G$If]gd)l&quot;#28 $7$G$Ifgd)l$G$If]gd)l^kd[*&amp;$$IfFr
 h#r
-#    4ayt\(K? $7$G$Ifgd)l8kd*&amp;$$If###4ayttx
-$If]gd)l$G$If]gd)l^kdc*&amp;$$IfFr
+#    4ayt\(K? $7$G$Ifgd)l8kd+&amp;$$If###4ayttx
+$If]gd)l$G$If]gd)l^kd*&amp;$$IfFr
 h#r
-#    4ayttx  9:2^kdX+&amp;$$IfFr
+#    4ayttx @A2^kd+&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd*&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdP+&amp;$$IfFr
 h#r
-#    4ayttx :GK^kd+&amp;$$IfFr
+#    4ayttx ANR^kd,&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l !2^kdi,&amp;$$IfFr
+#    4ayttx $G$If]gd)l'(2^kd,&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd,&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kda,&amp;$$IfFr
 h#r
-#    4ayttx !-1op|^kd,&amp;$$IfFr
+#    4ayttx (48vw^kd-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kdz-&amp;$$IfFr
+#    4ayttx $G$If]gd)l  2^kd-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd-&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdr-&amp;$$IfFr
 h#r
-#    4ayttx XYfj^kd-&amp;$$IfFr
+#    4ayttx  _`mq^kd(.&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd.&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd.&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd0.&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd.&amp;$$IfFr
 h#r
-#    4ayttx )+ABHLzX^kd%/&amp;$$IfFr
+#    4ayttx #$02HIOSX^kdx/&amp;$$IfFr
 h#r
-#    4ayttx 8kd.&amp;$$If###4ayttx $G$If]gd)l        z{
-$If]gd)l$G$If]gd)l^kd/&amp;$$IfFr
+#    4ayttx 8kd9/&amp;$$If###4ayttx $G$If]gd)l        
+$If]gd)l$G$If]gd)l^kd/&amp;$$IfFr
 h#r
-#    4ayttx         JRCDU`,5C        &lt;=^l+6_~YaDN&quot;GXh)lCJOJQJ
-h)lNHh:nh)lCJOJQJ        h)l5h)lV2^kd60&amp;$$IfFr
+#    4ayttx QYJK\g%3&lt;JCDes2=f`hKU)N_h)lCJOJQJ
+h)lNHh:nh)lCJOJQJ        h)l5h)lV2^kd0&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd/&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd.0&amp;$$IfFr
 h#r
-#    4ayttx         
-6_
+#    4ayttx =f
 $If]gd)l
-$G$If]gd)l8kd0&amp;$$If###4ayttx $G$If]gd)lJ
 ~
-$G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
+$G$If]gd)l8kd0&amp;$$If###4ayttx $G$If]gd)lQ~
+$G$If]gd)l$G$If]gd)l^kd#1&amp;$$IfFr
 h#r
-#    4ayttx JKRW~
-$G$If]gd)l$G$If]gd)l^kd+1&amp;$$IfFr
+#    4ayttx QRY^~
+$G$If]gd)l$G$If]gd)l^kd~1&amp;$$IfFr
 h#r
-#    4ayttx ~
-$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
+#    4ayttx $~
+$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
 h#r
-#    4ayttx ~
-$G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
+#    4ayttx ~
+$G$If]gd)l$G$If]gd)l^kd42&amp;$$IfFr
 h#r
-#    4ayttx U~
-$G$If]gd)l$G$If]gd)l^kd&lt;2&amp;$$IfFr
+#    4ayttx \~
+$G$If]gd)l$G$If]gd)l^kd2&amp;$$IfFr
 h#r
-#    4ayttx UV`b2^kd2&amp;$$IfFr
+#    4ayttx \]gi2^kdE3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
 h#r
-#    4ayttx         ^kdM3&amp;$$IfFr
+#    4ayttx !^kd3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd4&amp;$$IfFr
+#    4ayttx $G$If]gd)l%&amp;2^kdV4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd3&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd3&amp;$$IfFr
 h#r
-#    4ayttx ,05^kd^4&amp;$$IfFr
+#    4ayttx &amp;37&lt;^kd4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l56CG2^kd5&amp;$$IfFr
+#    4ayttx $G$If]gd)l&lt;=JN2^kdg5&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd4&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd 5&amp;$$IfFr
 h#r
-#    4ayttx         
-^
-$G$Ifgd)l^kdo5&amp;$$IfFr
+#    4ayttx e
+$G$Ifgd)l^kd5&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^_lp2^kd%6&amp;$$IfFr
+#    4ayttx $G$If]gd)lefsw2^kdx6&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd5&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd6&amp;$$IfFr
 h#r
-#    4ayttx +,6:_~
-$G$If]gd)l^kd6&amp;$$IfFr
+#    4ayttx 23=Af~
+$G$If]gd)l^kd6&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l_`tu~YX8kd67&amp;$$If###4ayttx $G$If]gd)l^kd6&amp;$$IfFr
+#    4ayttx $G$If]gd)lfg{|`X8kd7&amp;$$If###4ayttx $G$If]gd)l^kd.7&amp;$$IfFr
 h#r
-#    4ayttx YZac2^kd7&amp;$$IfFr
+#    4ayttx `ahj2^kd#8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdu7&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd7&amp;$$IfFr
 h#r
-#    4ayttx D^kd+8&amp;$$IfFr
+#    4ayttx K^kd~8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lDENP2^kd8&amp;$$IfFr
+#    4ayttx $G$If]gd)lKLUW2^kd49&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd8&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd8&amp;$$IfFr
 h#r
-#    4ayttx &quot;%G^kd&lt;9&amp;$$IfFr
+#    4ayttx ),N^kd9&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lGHX[2^kd9&amp;$$IfFr
+#    4ayttx $G$If]gd)lNO_b2^kdE:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd9&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd9&amp;$$IfFr
 h#r
-#    4ayttx ^kdM:&amp;$$IfFr
+#    4ayttx ^kd:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l't~Lklm} 67J\hi2DXcq|OPet h5h)lCJOJQJ^JaJ
+#    4ayttx $G$If]gd)l#.{Srst          =&gt;Qcop9K_jxVWl{ h5h)lCJOJQJ^JaJ
 h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5
-h)lNHh)lCJOJQJh)lJ2^kd;&amp;$$IfFr
+h)lNHh)lCJOJQJh)lJ2^kdV;&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         #^kd;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l',tu2^kd&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)l#$.3{|2^kdg&lt;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd;&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd &lt;&amp;$$IfFr
 h#r
-#    4ayttx u~L^kdo&lt;&amp;$$IfFr
+#    4ayttx |S^kd&lt;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lLMlm}X8kd%=&amp;$$If###4ayttx $G$If]gd)l^kd&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)lSTstX8kdx=&amp;$$If###4ayttx $G$If]gd)l^kd=&amp;$$IfFr
 h#r
-#    4ayttx 2^kd=&amp;$$IfFr
+#    4ayttx 2^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdd=&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd=&amp;$$IfFr
 h#r
-#    4ayttx ~8kdY&gt;&amp;$$If###4ayttx 8kd&gt;&amp;$$If###4ayttx $G$If]gd)l AJ
-$If]gd)l$G$If
 ]gd)l^kd&gt;&amp;$$IfFr
+#    4ayttx         ~8kd&gt;&amp;$$If###4ayttx 8kdm&gt;&amp;$$If###4ayttx $G$If]gd)l        
+HQ
+$If]gd)l$G$If]gd)l^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx JK\^&gt;z
-$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd&gt;&amp;$$IfFr
+#    4ayttx QRceEz
+$7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kdF?&amp;$$IfFr
 h#r
-#    4ayttx {2
-$If]gd)l$G$If]gd)l^kdN?&amp;$$IfFr
+#    4ayttx  9
+$If]gd)l$G$If]gd)l^kd?&amp;$$IfFr
 h#r
-#    4ayttx 23DJXY2^kd@&amp;$$IfFr
+#    4ayttx 9:KQ_`2^kdW@&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kd?&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kd?&amp;$$IfFr
 h#r
-#    4ayttx Ycdqs|}X^kd@&amp;$$IfFr
+#    4ayttx `jkxzX^kd@&amp;$$IfFr
 h#r
-#    4ayttx 8kd_@&amp;$$If###4ayttx $G$If]gd)lX^kd8A&amp;$$IfFr
+#    4ayttx 8kd@&amp;$$If###4ayttx $G$If]gd)lX^kdA&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd@&amp;$$If###4ayttx 2^kdA&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kdLA&amp;$$If###4ayttx 2^kdAB&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdA&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdA&amp;$$IfFr
 h#r
-#    4ayttx efty`kdIB&amp;$$IfJFr
+#    4ayttx lm{        `kdB&amp;$$IfJFr
 h#r
-#    4ayttx $G$If]gd)lBCxy3B89hy&lt;KK[w56#        $        P        Q        V        l                                                                        /
-&lt;
-
-
-
-
-         
- % 3 e p    &amp; A J  
-6
+#    4ayttx $G$If]gd)l        IJ:I?@oCRRb~        &lt;=*        +        W        X        ]        s                                                        
+
+6
+C
+
+
+
+
+  , : l w    - H Q 
+
+=
 $hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJ        h)l5
-h)lNHh)lCJOJQJh)lM2^kdC&amp;$$IfFr
+h)lNHh)lCJOJQJh)lM        
+2^kdVC&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdB&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdB&amp;$$IfFr
 h#r
-#    4ayttx 34BG
-$If]gd)l^kd^C&amp;$$IfFr
+#    4ayttx :;IN
+$If]gd)l^kdC&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lhP?kdD&amp;$$If^###44
-layttx $G$If]gd)l`kdC&amp;$$IfFr
+#    4ayttx $G$If]gd)loP?kdkD&amp;$$If^###44
+layttx $G$If]gd)l`kd D&amp;$$IfFr
 h#r
-#    4ayttx hiy{XK
-$If]gd)l^kdD&amp;$$IfFr
+#    4ayttx opXK
+$If]gd)l^kdD&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l8kdRD&amp;$$If###4ayttx &lt;=KQc~q
+^%#    4ayttx $G$If]gd)l8kdD&amp;$$If###4ayttx CDRXj~q
 
 $If]gd)l
-:$G$If]gd)l^kdD&amp;$$IfFr
+:$G$If]gd)l^kd?E&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lK
-$If]gd)l$G$If]gd)l^kdGE&amp;$$IfFr
+^%#    4ayttx $G$If]gd)lR
+$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
 #r
-^%#    4ayttx KL[^p
-$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
+^%#    4ayttx RSbew
+$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
 #r
-^%#    4ayttx w
-$If]gd)l$G$If]gd)l^kdE&amp;$$IfFr
+^%#    4ayttx ~
+$If]gd)l$G$If]gd)l^kdPF&amp;$$IfFr
 #r
-^%#    4ayttx wx2^kdF&amp;$$IfFr
+^%#    4ayttx ~2^kdG&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdXF&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdF&amp;$$IfFr
 #r
-^%#    4ayttx ^kdG&amp;$$IfFr
+^%#    4ayttx         ^kdaG&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lV        W        2^kdG&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l]        ^        2^kdH&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdiG&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kdG&amp;$$IfFr
 #r
-^%#    4ayttx W        l        r        /
-0
-&lt;
-B
-T
-
+^%#    4ayttx ^        s        y        6
+7
+C
+I
+[
+
 ~q
-$If]gd)l^kdH&amp;$$IfFr
+$If]gd)l^kdrH&amp;$$IfFr
 #r
-^%#    4ayttx n$G$If]gd)l$G$If]gd)l
-
-
-
-% ~n$G$If]gd)l$G$If]gd)l^kdzH&amp;$$IfFr
+^%#    4ayttx n$G$If]gd)l$G$If]gd)l
+
+
+
+, ~n$G$If]gd)l$G$If]gd)l^kdH&amp;$$IfFr
 #r
-^%#    4ayttx % &amp; 3 9 e f 2^kd0I&amp;$$IfFr
+^%#    4ayttx , - : @ l m 2^kdI&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l^kdH&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l^kd(I&amp;$$IfFr
 #r
-^%#    4ayttx f p v   &amp; ,  ^kdI&amp;$$IfFr
+^%#    4ayttx m w }    - 3 
+^kdI&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l  
-
-6
+^%#    4ayttx $G$If]gd)l
+
+
+
+=
 ~~$G$If]gd)l
-($G$If]gd)l^kdI&amp;$$IfFr
+($G$If]gd)l^kd9J&amp;$$IfFr
 #r
-^%#    4ayttx 6
-7
-E
-H
-P~~$G$If]gd)l
-($G$If]gd)l^kdAJ&amp;$$IfFr
+^%#    4ayttx =
+&gt;
+L
+O
+W~~$G$If]gd)l
+($G$If]gd)l^kdJ&amp;$$IfFr
 #r
-^%#    4ayttx 6
-E
-
-
-PQ`&amp;7kl' J_ 
-5jv
-GQ!-FTdu){|        
-+ƿӸ
+^%#    4ayttx =
+L
+
+
+WXg-&gt;rs.&amp;'Qf&lt;q}NX(4M[k|        0!&quot;2ƿӸ
 h)l5NH hh)lhh)lCJOJQJ        h)l5
 h)lCJh
 P&lt;h
 P&lt;CJOJQJ
-h)lNHh)lh)lCJOJQJHPQ`f2^kdJ&amp;$$IfFr
+h)lNHh)lh)lCJOJQJHWXgm2^kdJK&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\(^kdJ&amp;$$IfFr
+^%#    4ayt\($G$If]gd\(^kdJ&amp;$$IfFr
 #r
-^%#    4ayttx %&amp;7=$G$If]gd)l^kdRK&amp;$$IfFr
+^%#    4ayttx ,-&gt;D$G$If]gd)l^kdK&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\('-:KkdL&amp;$$If0C%#4ayttx $G$If]gd)l
-$G$Ifgd)l^kdK&amp;$$IfFr
+^%#    4ayt\($G$If]gd\(.4:Kkd[L&amp;$$If0C%#4ayttx $G$If]gd)l
+$G$Ifgd)l^kdL&amp;$$IfFr
 #r
-^%#    4ayttx -J^kdUL&amp;$$IfFr
+^%#    4ayttx 4Q^kdL&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lJK_a
-$If]gd)l$G$If]gd)l^kdL&amp;$$IfFr
+^%#    4ayttx $G$If]gd)lQRfh
+$If]gd)l$G$If]gd)l^kdM&amp;$$IfFr
 #r
-^%#    4ayttx 5
-$If]gd)l$G$If]gd)l^kd M&amp;$$IfFr
+^%#    4ayttx &lt;
+$If]gd)l$G$If]gd)l^kd^M&amp;$$IfFr
 #r
-^%#    4ayttx 56jkvxX8kdM&amp;$$If###4ayttx $G$If]gd)l^kdfM&amp;$$IfFr
+^%#    4ayttx &lt;=qr}X8kdN&amp;$$If###4ayttx $G$If]gd)l^kdM&amp;$$IfFr
 #r
-^%#    4ayttx 2^kd[N&amp;$$IfFr
+^%#    4ayttx 2^kdN&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdN&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdSN&amp;$$IfFr
 h#r
-#    4ayttx 
-GHQU^kdN&amp;$$IfFr
+#    4ayttx NOX\^kd        O&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l !
-$If]gd)l$G$If]gd)l^kdO&amp;$$IfFr
+#    4ayttx $G$If]gd)l'(
+$If]gd)l$G$If]gd)l^kddO&amp;$$IfFr
 h#r
-#    4ayttx !&quot;-12^kdO&amp;$$IfFr
+#    4ayttx ()482^kdP&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdlO&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdO&amp;$$IfFr
 h#r
-#    4ayttx FGTK^kdaP&amp;$$IfFr
+#    4ayttx MN[K^kdP&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l8kd&quot;P&amp;$$If###4ayttx $G$If]gd)lTVdeuw
-$If]gd)l^kdP&amp;$$IfFr
+$If]gd)l8kduP&amp;$$If###4ayttx $G$If]gd)l[]kl|~
+$If]gd)l^kdQ&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kdrQ&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kdQ&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l^kdQ&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdjQ&amp;$$IfFr
 h#r
-#    4ayttx  ,dK^kd R&amp;$$IfFr
+#    4ayttx         3kK^kd_R&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l8kdQ&amp;$$If###4ayttx $G$If]gd)l)*X8kdR&amp;$$If###4ayttx ^kdgR&amp;$$IfFr
+$If]gd)l8kd R&amp;$$If###4ayttx $G$If]gd)l01X8kdS&amp;$$If###4ayttx ^kdR&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l                
-;`XKK
-$If]gd)l8kd\S&amp;$$If###4ayttx $G$If]gd)l^kdS&amp;$$IfFr
+#    4ayttx $G$If]gd)l         BgXKK
+$If]gd)l8kdS&amp;$$If###4ayttx $G$If]gd)l^kdTS&amp;$$IfFr
 h#r
-#    4ayttx 
-$G$If]gd)l^kdS&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdS&amp;$$IfFr
 h#r
 #    4ayttx
-$If]gd)l+fghrX^kd5T&amp;$$IfFr
+$If]gd)l 2mnoyX^kdT&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kdS&amp;$$If###4ayttx +grdpv?^y  5 G m w      }!!!&quot;&quot;&quot;!&quot;&quot;&quot;8&quot;&quot;&quot;&quot;&quot;&quot;0#H#####$/$g$v$$$0%?%%%%&amp;&amp;e&amp;u&amp;h)lCJNHOJQJ
+#    4ayttx $G$If]gd)l8kdIT&amp;$$If###4ayttx 2ny
+kw}
+Fe  &lt; N t ~     !!!!&quot;&quot;&amp;&quot;(&quot;)&quot;?&quot;&quot;&quot;&quot;&quot;&quot;7#O#####&amp;$6$n$}$$$7%F%%%%&amp;&amp;l&amp;|&amp;h)lCJNHOJQJ
 h)lNHh)l0J[OJQJ
-h)l0J[ h+h)lh+h)lCJOJQJh)lCJOJQJ        h)l5h)lHrs
+h)l0J[ h+h)lh+h)lCJOJQJh)lCJOJQJ        h)l5h)lHyz
 x
 $If]gd)l
 x
-$G$If]gd)l$G$If]gd)l8kdT&amp;$$If###4ayttx X8kd*U&amp;$$If###4ayttx $G$If]gd)l^kdT&amp;$$IfFr
+$G$If]gd)l$G$If]gd)l8kdT&amp;$$If###4ayttx X8kd}U&amp;$$If###4ayttx $G$If]gd)l^kd&quot;U&amp;$$IfFr
 h#r
-#    4ayttx  8dXK
-$If]gd)l8kdU&amp;$$If###4ayttx $G$If]gd)l^kdiU&amp;$$IfFr
+#    4ayttx 
+?kXK
+$If]gd)l8kdV&amp;$$If###4ayttx $G$If]gd)l^kdU&amp;$$IfFr
 h#r
-#    4ayttx depr$G$If]gd)l^kdV&amp;$$IfF|
+#    4ayttx klwy$G$If]gd)l^kdVV&amp;$$IfF|
 X#|
-#    4ayttx 2^kdV&amp;$$IfF|
+#    4ayttx 2^kd W&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kd^V&amp;$$IfF|
+#    4ayttx $G$If]gd)l^kdV&amp;$$IfF|
 X#|
-#    4ayttx 8vw^kdW&amp;$$IfF|
+#    4ayttx ?}~^kdgW&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l                ?@2^kdW&amp;$$IfF|
+#    4ayttx $G$If]gd)l        
+FG2^kdX&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l^kdoW&amp;$$IfF|
+#    4ayttx $G$If]gd)l^kdW&amp;$$IfF|
 X#|
-#    4ayttx @A^myzx0kdlX&amp;$$If##4a0Hkd%X&amp;$$If06
+#    4ayttx GHetx0kdX&amp;$$If##4a0HkdxX&amp;$$If06
 #r
 44
-la0 $G$If]n           5 SHkdX&amp;$$If06
+la0 $G$If]n           &lt; SHkdHY&amp;$$If06
 #r
 44
-la0n$G$If] $G$If]HkdX&amp;$$If06
+la0n$G$If] $G$If]HkdY&amp;$$If06
 #r
 44
-la05 6 G m n w cHkdY&amp;$$If06
+la0&lt; = N t u ~ cHkdY&amp;$$If06
 #r
 44
-la0 $G$If]Hkd&lt;Y&amp;$$If06
+la0 $G$If]HkdY&amp;$$If06
 #r
 44
-la0w x      zHkd Z&amp;$$If06
+la0~       zHkd_Z&amp;$$If06
 #r
 44
-la0 $G$If]0kdY&amp;$$If##4a0   +!}!~!!YHkdZ&amp;$$If06
+la0 $G$If]0kdZ&amp;$$If##4a0  !2!!!!YHkdZ&amp;$$If06
 #r
 44
 la0
-$If] $G$If]HkdSZ&amp;$$If06
+$If] $G$If]HkdZ&amp;$$If06
 #r
 44
-la0!!!&quot; &quot;8&quot;w&quot;&quot;zp
-$If]Hkd#[&amp;$$If06
+la0!!!&amp;&quot;'&quot;?&quot;~&quot;&quot;zp
+$If]Hkdv[&amp;$$If06
 #r
 44
-la0 $G$If]0kdZ&amp;$$If##4a0&quot;&quot;&quot;&quot;&quot;0#z0kd[&amp;$$If##4a0 $G$If]Hkdj[&amp;$$If06
+la0 $G$If]0kd4[&amp;$$If##4a0&quot;&quot;&quot;&quot;&quot;7#z0kd\&amp;$$If##4a0 $G$If]Hkd[&amp;$$If06
 #r
 44
-la00#1#H#####cHkd:\&amp;$$If06
+la07#8#O#####cHkd\&amp;$$If06
 #r
 44
-la0 $G$If]Hkd[&amp;$$If06
+la0 $G$If]HkdF\&amp;$$If06
 #r
 44
-la0###$ $/$g$cHkd\&amp;$$If06
+la0###&amp;$'$6$n$cHkd]&amp;$$If06
 #r
 44
-la0 $G$If]Hkd\&amp;$$If06
+la0 $G$If]Hkd\&amp;$$If06
 #r
 44
-la0g$h$v$$$$$$0%YHkdV]&amp;$$If06
+la0n$o$}$$$$$%7%YHkd]&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd]&amp;$$If06
+$If] $G$If]Hkdb]&amp;$$If06
 #r
 44
-la00%1%?%d%%%%YHkd]&amp;$$If06
+la07%8%F%k%%%%YHkd7^&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd]&amp;$$If06
+$If] $G$If]Hkd]&amp;$$If06
 #r
 44
-la0%%%&amp;&amp;&amp;e&amp;zHkdm^&amp;$$If06
+la0%%%&amp;&amp;&amp;l&amp;zHkd^&amp;$$If06
 #r
 44
-la0 $G$If]0kd+^&amp;$$If##4a0e&amp;f&amp;u&amp;&amp;&amp;&amp;&gt;'cHkd^&amp;$$If06
+la0 $G$If]0kd~^&amp;$$If##4a0l&amp;m&amp;|&amp;&amp;&amp;&amp;E'cHkdN_&amp;$$If06
 #r
 44
-la0 $G$If]Hkd^&amp;$$If06
+la0 $G$If]Hkd_&amp;$$If06
 #r
 44
-la0u&amp;&amp;&amp;&gt;'T'''(&quot;(u((((&lt;)N)))*$*,*P*Y*}*******+ +++_+d+++++++,!,O,`,,,,,0-:-A-}-~------...-.;.n.|.......r/s///////(0-010L0n0o00hv
+la0|&amp;&amp;&amp;E'['''()(|((((C)U)))!*+*3*W*`*******+
++'+2+f+k+++++++&quot;,(,V,g,,,,,7-A-H-------.
+..$.4.B.u......//y/z////////04080S0u0v00hv
 hvNH
-h)lNHh)l0J[OJQJh)lCJOJQJh)lU&gt;'?'T''''(cHkd_&amp;$$If06
+h)lNHh)l0J[OJQJh)lCJOJQJh)lUE'F'[''''(cHkd_&amp;$$If06
 #r
 44
-la0 $G$If]HkdB_&amp;$$If06
+la0 $G$If]Hkd_&amp;$$If06
 #r
 44
-la0((&quot;(u(v(((cHkd`&amp;$$If06
+la0(()(|(}(((cHkdj`&amp;$$If06
 #r
 44
-la0 $G$If]Hkd_&amp;$$If06
+la0 $G$If]Hkd#`&amp;$$If06
 #r
 44
-la0(((&lt;)=)N))cHkd`&amp;$$If06
+la0(((C)D)U))cHkd`&amp;$$If06
 #r
 44
-la0 $G$If]Hkd^`&amp;$$If06
+la0 $G$If]Hkd`&amp;$$If06
 #r
 44
-la0))))**$*YHkd3a&amp;$$If06
+la0))))!*&quot;*+*YHkda&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkd`&amp;$$If06
+$If] $G$If]Hkd?a&amp;$$If06
 #r
 44
-la0$*%*,*P*Q*Y*}*zHkda&amp;$$If06
+la0+*,*3*W*X*`**zHkdb&amp;$$If06
 #r
 44
-la0 $G$If]0kdza&amp;$$If##4a0}*~******cHkdJb&amp;$$If06
+la0 $G$If]0kda&amp;$$If##4a0*******cHkdb&amp;$$If06
 #r
 44
-la0 $G$If]Hkdb&amp;$$If06
+la0 $G$If]HkdVb&amp;$$If06
 #r
 44
-la0*****+ +cHkdb&amp;$$If06
+la0***++
++'+cHkd+c&amp;$$If06
 #r
 44
-la0 $G$If]Hkdb&amp;$$If06
+la0 $G$If]Hkdb&amp;$$If06
 #r
 44
-la0 +!+++_+`+d++cHkdfc&amp;$$If06
+la0'+(+2+f+g+k++cHkdc&amp;$$If06
 #r
 44
-la0 $G$If]Hkdc&amp;$$If06
+la0 $G$If]Hkdrc&amp;$$If06
 #r
 44
-la0+++++++cHkdc&amp;$$If06
+la0+++++++cHkdGd&amp;$$If06
 #r
 44
-la0 $G$If]Hkdc&amp;$$If06
+la0 $G$If]Hkdd&amp;$$If06
 #r
 44
-la0+++,,!,O,cHkdd&amp;$$If06
+la0+++&quot;,#,(,V,cHkdd&amp;$$If06
 #r
 44
-la0 $G$If]Hkd;d&amp;$$If06
+la0 $G$If]Hkdd&amp;$$If06
 #r
 44
-la0O,P,`,,,,,cHkde&amp;$$If06
+la0V,W,g,,,,,cHkdce&amp;$$If06
 #r
 44
-la0 $G$If]Hkdd&amp;$$If06
+la0 $G$If]Hkde&amp;$$If06
 #r
 44
-la0,,,0-1-:-cHkde&amp;$$If06
+la0,,,7-8-A-cHkde&amp;$$If06
 #r
 44
-la0 $G$If]HkdWe&amp;$$If06
+la0 $G$If]Hkde&amp;$$If06
 #r
 44
-la0:-;-A-----zHkd'f&amp;$$If06
+la0A-B-H-----zHkdzf&amp;$$If06
 #r
 44
-la0 $G$If]0kde&amp;$$If##4a0-----..cHkdf&amp;$$If06
+la0 $G$If]0kd8f&amp;$$If##4a0---..
+..cHkdg&amp;$$If06
 #r
 44
-la0 $G$If]Hkdnf&amp;$$If06
+la0 $G$If]Hkdf&amp;$$If06
 #r
 44
-la0...-...;.n.cHkdCg&amp;$$If06
+la0..$.4.5.B.u.cHkdg&amp;$$If06
 #r
 44
-la0 $G$If]Hkdf&amp;$$If06
+la0 $G$If]HkdOg&amp;$$If06
 #r
 44
-la0n.o.|.....cHkdg&amp;$$If06
+la0u.v......cHkd$h&amp;$$If06
 #r
 44
-la0 $G$If]Hkdg&amp;$$If06
+la0 $G$If]Hkdg&amp;$$If06
 #r
 44
-la0...////cHkd_h&amp;$$If06
+la0...////cHkdh&amp;$$If06
 #r
 44
-la0 $G$If]Hkdh&amp;$$If06
+la0 $G$If]Hkdkh&amp;$$If06
 #r
 44
-la0//////(0cHkdh&amp;$$If06
+la0///////0cHkd@i&amp;$$If06
 #r
 44
-la0 $G$If]Hkdh&amp;$$If06
+la0 $G$If]Hkdh&amp;$$If06
 #r
 44
-la0(0)0-00001THkd{i&amp;$$If06
+la0/00040000 1THkdi&amp;$$If06
 #r
 44
-la0$G$If]gdv $G$If]Hkd4i&amp;$$If06
+la0$G$If]gdv $G$If]Hkdi&amp;$$If06
 #r
 44
-la000001 1d1k1222 2!262U2Y2Z2n22222 3)3333344?4K4v4444445,5X5e5555566&lt;6I6u666666&amp;737_7l7777788?8L8z8888889999hh\thPrh)lCJNHOJQJh)l0J[OJQJh)lCJOJQJh)l
-h)lNHM11 1d1e1k12cHkd        j&amp;$$If06
+la00000 11k1r12&quot;2#2'2(2=2\2`2a2u22222'3033333
+44F4R4}444444&amp;535_5l55555
+66C6P6|666667-7:7f7s77777
+88F8S8888889        9
+999hh\thPrh)lCJNHOJQJh)l0J[OJQJh)lCJOJQJh)l
+h)lNHM 1
+11k1l1r12cHkd\j&amp;$$If06
 #r
 44
-la0 $G$If]Hkdi&amp;$$If06
+la0 $G$If]Hkdj&amp;$$If06
 #r
 44
-la02222262U2cT$G$If]gd)lHkdj&amp;$$If06
+la022&quot;2#2$2=2\2cT$G$If]gd)lHkdj&amp;$$If06
 #r
 44
-la0 $G$If]HkdPj&amp;$$If06
+la0 $G$If]Hkdj&amp;$$If06
 #r
 44
-la0U2V2n222222 3cYL
+la0\2]2u222222'3cYL
 $If]gd)l
-$If]Hkd%k&amp;$$If06
+$If]Hkdxk&amp;$$If06
 #r
 44
-la0 $G$If]Hkdj&amp;$$If06
+la0 $G$If]Hkd1k&amp;$$If06
 #r
 44
-la0 3!3)3S3n33333YHkdk&amp;$$If06
+la0'3(303Z3u33333YHkdl&amp;$$If06
 #r
 44
 la0
-$If] $G$If]Hkdlk&amp;$$If06
+$If] $G$If]Hkdk&amp;$$If06
 #r
 44
-la0333444?4cHkdAl&amp;$$If06
+la0333
+444F4cHkdl&amp;$$If06
 #r
 44
-la0 $G$If]Hkdk&amp;$$If06
+la0 $G$If]HkdMl&amp;$$If06
 #r
 44
-la0?4@4K4v4w444cHkdl&amp;$$If06
+la0F4G4R4}4~444cHkd&quot;m&amp;$$If06
 #r
 44
-la0 $G$If]Hkdl&amp;$$If06
+la0 $G$If]Hkdl&amp;$$If06
 #r
 44
-la04444445cHkd]m&amp;$$If06
+la0444444&amp;5cHkdm&amp;$$If06
 #r
 44
-la0 $G$If]Hkdm&amp;$$If06
+la0 $G$If]Hkdim&amp;$$If06
 #r
 44
-la05 5,5X5Y5e55cHkdm&amp;$$If06
+la0&amp;5'535_5`5l55cHkd&gt;n&amp;$$If06
 #r
 44
-la0 $G$If]Hkdm&amp;$$If06
+la0 $G$If]Hkdm&amp;$$If06
 #r
 44
-la05555556cHkdyn&amp;$$If06
+la0555555
+6cHkdn&amp;$$If06
 #r
 44
-la0 $G$If]Hkd2n&amp;$$If06
+la0 $G$If]Hkdn&amp;$$If06
 #r
 44
-la0666&lt;6=6I6u6cHkdo&amp;$$If06
+la0
+6 66C6D6P6|6cHkdZo&amp;$$If06
 #r
 44
-la0 $G$If]Hkdn&amp;$$If06
+la0 $G$If]Hkdo&amp;$$If06
 #r
 44
-la0u6v666666cHkdo&amp;$$If06
+la0|6}666666cHkdo&amp;$$If06
 #r
 44
-la0 $G$If]HkdNo&amp;$$If06
+la0 $G$If]Hkdo&amp;$$If06
 #r
 44
-la0666&amp;7'737_7cHkd#p&amp;$$If06
+la0667-7.7:7f7cHkdvp&amp;$$If06
 #r
 44
-la0 $G$If]Hkdo&amp;$$If06
+la0 $G$If]Hkd/p&amp;$$If06
 #r
 44
-la0_7`7l77777cHkdp&amp;$$If06
+la0f7g7s77777cHkdq&amp;$$If06
 #r
 44
-la0 $G$If]Hkdjp&amp;$$If06
+la0 $G$If]Hkdp&amp;$$If06
 #r
 44
-la0777888?8cHkd?q&amp;$$If06
+la0777
+888F8cHkdq&amp;$$If06
 #r
 44
-la0 $G$If]Hkdp&amp;$$If06
+la0 $G$If]HkdKq&amp;$$If06
 #r
 44
-la0?8@8L8z8{888cHkdq&amp;$$If06
+la0F8G8S88888cHkd r&amp;$$If06
 #r
 44
-la0 $G$If]Hkdq&amp;$$If06
+la0 $G$If]Hkdq&amp;$$If06
 #r
 44
-la088888888888c^YYYYYgd)lgd)lHkd[r&amp;$$If06
+la088888888888c^YYYYYgd)lgd)lHkdr&amp;$$If06
 #r
 44
-la0 $G$If]Hkdr&amp;$$If06
+la0 $G$If]Hkdgr&amp;$$If06
 #r
 44
 la0
-888888888888888999999999        9
+88888888999999999        9
 9 9 9
-99gd)l999999999999999 9&quot;9#9)9+9,929495979^9_9p
-gd)lo$a$gd)logd)lgd)l9999999 9!9#9(9)9*9,919
 2939596979Q9R9S9Y9Z9\9]9^9_9`9a9{9|9}99999999999999޳Ҋ޳ނ{ hRh+ju&amp;h+Ujvt&amp;h+Uh}A9h+CJhz0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUjs&amp;h+Uj&gt;s&amp;h+Uh+jr&amp;h+UhMH1h+CJ
-h+CJh0WDjh0WDU h
-&amp;h._9a99999999999999999999999999o$a$gd)lgd)logd)lp
-gd)l9999999999999999999999999: :
-::::::::::6:7:8:&gt;:?:A:B:C:D:E:F:a:b:ƻƮƥƻƮƥՕՍƻƮ}jVy&amp;h+Ujx&amp;h+Ujx&amp;h+Ujw&amp;h+Ujv&amp;h+UhRh+CJhd0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+
 CJ
-h+CJjJv&amp;h+Uh+ hRh+ju&amp;h+U1999999::::::::
-:::::::C:D:F:n:o:p:pgd)lp
-gd)lo$a$gd)logd)lb:c:i:j:l:m:n:s:t:u: h
-&amp;hh0WDh+ hRh+hd0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJU        p:q:r:s:t:u:gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRFDA_forqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_D
 ata_Assimilation}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_beDyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybr
 id_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_2DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$\
+999999999gd)l9999999999 9!9#9$9&amp;9'9)9*909293999;9&lt;9&gt;9e9f9p
+gd)lo$a$gd)logd)lgd)l999!9&quot;9$9%9'9(9
 *9/90919398999:9&lt;9=9&gt;9X9Y9Z9`9a9c9d9e9f9g9h99999999999999999޳Ҋ޳ނ{ hRh+jeu&amp;h+Ujt&amp;h+Uh}A9h+CJh `0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUj-t&amp;h+Ujs&amp;h+Uh+jr&amp;h+UhMH1h+CJ
+h+CJh_G jh_G U h
+&amp;h.f9h9999999999999999999999999:o$a$gd)lgd)logd)lp
+gd)l99999999999999999999999::::::::::: :!:&quot;:=:&gt;:?:E:F:H:I:J:K:L:M:h:i:ƻƮƥƻƮƥՕՍƻƮ}jy&amp;h+Uj
+y&amp;h+Ujqx&amp;h+Ujw&amp;h+Uj9w&amp;h+UhRh+CJh `0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1
 h+CJ
+h+CJjv&amp;h+Uh+ hRh+jv&amp;h+U1::::::::        :
+: : :
+::::::: :&quot;:J:K:M:u:v:w:pgd)lp
+gd)lo$a$gd)logd)li:j:p:q:s:t:u:z:{:|: h
+&amp;hh_G h+ hRh+h `0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJU        w:x:y:z:{:|:gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRFDA_forqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_D
 ata_Assimilation}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_beDyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybr
 id_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_2DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$\
 
-C 8A wrfda_flowchartb; U&quot;to ճt        Sn U&quot;to ճPNG
+C 8A wrfda_flowchartb; U&quot;to ճt        
+n U&quot;to ճPNG
 
 
 IHDR
@@ -4007,7 +4025,8 @@
 !
 T
 
- 0Ab&quot;AP)9%Sn&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        ٟĒ
@@ -4895,7 +4914,8 @@
 T
 
  0AbWx;DY
-3#E3xSn+x;DY
+3#E3x
+n+x;DY
 3#EPNG
 
 
@@ -6159,10 +6179,11 @@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@D@D@D@D@D@D`p\
 g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D ?cAD@D@D@D@D@D@D@D@D@D@D@D@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@
 D@D@D@D@D@D`p\
-g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_2$$If!vh#v        #v #v :V T,5        5 5 / / / / al$$If!vh#v        #v #v :V T,5        5 5 / / / alDy
 K &quot;_Running_Observation_Preprocessor$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1DyK _Additional_WR
 FDA_Exercises:_1DyK _Running_WRF-Var_1E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt0WDK$$Ifd!vh#v|#v :V 5|5 ayt
+g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_2$$If!vh#v        #v #v :V T,5        5 5 / / / / al$$If!vh#v        #v #v :V T,5        5 5 / / / alDy
 K &quot;_Running_Observation_Preprocessor$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1DyK _Additional_WR
 FDA_Exercises:_1DyK _Running_WRF-Var_1E$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt#.E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt#.E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt#.E$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt
 P&lt;DyK 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/jcs
 da/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 5
 5@$$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[pfZS@=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
@@ -9039,8 +9060,9 @@
 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 
-Sn]h ҟrSsPNG
+ 0Abh ҟrSseh 
+
+n]h ҟrSsPNG
 
 
 IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -13938,7 +13960,8 @@
 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\SnbxPdc%PNG
+ 0AbxPdc%jx]
+nbxPdc%PNG
 
 
 IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -14512,7 +14535,8 @@
 AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
 
- 0Ab}ezn 9''YeSnQezn 9''PNG
+ 0Ab}ezn 9''Ye9
+nQezn 9''PNG
 
 
 IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -15098,7 +15122,8 @@
 x)
 T
 
- 0Ab/@4|&lt;Snt/@4PNG
+ 0Ab/@4|&lt;
+nt/@4PNG
 
 
 IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -17456,7 +17481,8 @@
 )m
 T
         
- 0A        b-sJg&quot;- Sn-sJg&quot;PNG
+ 0A        b-sJg&quot;-5 
+n-sJg&quot;PNG
 
 
 IHDR^ciCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -20789,22 +20815,22 @@
 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;
 &amp; F
-&amp; F$&gt;*PJ mHsHDA`D Default Paragraph FontVi@V 0 Table Normal :V 44
+&amp; F$&gt;*PJ mHsHDA D Default Paragraph FontVi@V 0 Table Normal :V 44
 la (k (
 No List 2o2         WW8Num1z0OJQJ2o2         WW8Num2z0OJQJ2o2         WW8Num3z0OJQJ2o!2         WW8Num5z0OJQJ6o16         WW8Num6z0 CJOJQJJ/AJ Absatz-StandardschriftartP/QP WW-Absatz-StandardschriftartR/aR WW-Absatz-Standardschriftart1T/qT WW-Absatz-Standardschriftart11V/V WW-Absatz-Standardschriftart111X/X  WW-Absatz-Standardschriftart1111Z/Z !WW-Absatz-Standardschriftart11111$/$ ؞k=W[SO&amp;/&amp;
 ؞k=W[SO1\/\ &quot;WW-Absatz-Standardschriftart111111^/^ #WW-Absatz-Standardschriftart11111116o6         WW8Num7z0 CJOJQJ&gt;o&gt;         WW8Num8z0CJOJ PJQJ ^J`/` $WW-Absatz-Standardschriftart11111111b/!b %WW-Absatz-Standardschriftart1111111112o12         WW8Num3z1OJQJ2oA2         WW8Num3z2OJ QJ 2oQ2         WW8Num4z1OJQJ2oa2         WW8Num4z2OJ QJ 2oq2         WW8Num4z3OJQJ2o2         WW8Num5z1OJQJ2o2         WW8Num5z2OJ QJ 6o6         WW8Num6z1 CJOJQJ6o6         WW8N
 um6z2 CJOJ QJ 6o6         WW8Num7z1 CJOJQJ6o6         WW8Num7z2 CJOJ QJ 2o2         WW8Num8z1OJQJ2o2         WW8Num8z2OJ QJ 2o2         WW8Num8z3OJQJ6o6         WW8Num9z0 CJOJQJ6o!6         WW8Num9z1 CJOJQJ6o16         WW8Num9z2 CJOJ QJ 0oA0
 WW8Num10z0&gt;*4oQ4
@@ -20923,17 +20949,20 @@
 ,.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;QQ3y7yu2&amp;1&amp;f&amp;&amp;&amp;         Hrrrtvxz|~-XZ\_
- !'+0B INSVY_\kafkv{C%,T1Ps. f; 2}c!Z$%%'M*,0$4}5Z7T:@OZZpfGkmou {[hŦԨҫ±.9uO 1E6
-+u&amp;099b:u: !#$&amp;,-/24678:;=&gt;@BCGJKUWXZ\]`beijlmnoqruwy{~+=Qfz}#$$8%%-5O&gt;(F(NWD\hqr~CɁ5h؍ӛ't
 &amp;H4&gt;(PC{S|Agt&quot;$(!/[4;,RY`gamt/y
-zz||lΡfZP=56YqFVgNvL3Zo*SiW {-l:!zJU5^_YDGuLJ2YhKwW        
-% f  6
-P-J5!Trd@5 w  !&quot;0##g$0%%e&amp;&gt;'(()$*}** +++O,,:--.n../(012U2 33?44556u66_77?8889_99p:u:&quot;%'()*+.01359&lt;?ADEFHILMNOPQRSTVY[^_acdfghkpstvxz|}        
+&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;QQCyGy|2&amp;1&amp;f&amp;&amp;&amp;         Hrrrtvxz|~-XZ\_
+ !'+0B INSVY_\kafkv{C%,T1P4M f&lt;!$
+&amp;Y'*-0X457:?OYe^jEmortyFىvۥa!/0^=k8L=
+2|&amp;099i:|: !#$&amp;,-/24678:;=&gt;@BCGJKUWXZ\]`beiklmnpqsuxz{~+=Qfz}#$$8%%-5O&gt;(F(NWD\hqr~CɁ5h؍ӛ't
 &amp;&lt;3i: #NW_kp!#u&amp;i.29LX]blpxz {|}sաmaWD&lt;=`xM]nU}S%:av1Zp^4s&quot;A( Q\&amp;&lt;ef`KN#|S        Q9`        oR~^        
+, m 
+=
+W4Q&lt;([ykG&lt; ~  !&quot;7##n$7%%l&amp;E'(()+***'+++V,,A--.u..//0 12\2'33F44&amp;55
+6|66f77F8889f9:w:|:&quot;%'()*+.01359&lt;?ADEFHILMNOPQRSTVY[^_acdfghjortvwy|}        
   
  !&quot;#$%&amp;'()*,-./0123456789:;&lt;&gt;?@ABCDEFGHIJKLMNOPRSTUVWXYZ[\]^_`abcdeghijklmnopqrstuvwxy{|}~4Vce0[]8:d2ln57cu
 b
 
-4j!&gt;&quot;}&quot;TIIIJJKNN-OSSSU'VgVYWWWYfZZZD[c[^^_bc*cmXmmmnnn0t^ttpyyyyz$z{*|i|
 ̢%UpQ,zDFREeXa3|Lz&amp;HsHHkqkkvv#wρuӗu2XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ @H 0(        
+4j!&gt;&quot;}&quot;TIIIJJKNN-OSSSU'VgVYWWWYfZZZD[c[^^_bc*cmXmmmnnn0t^ttpyyyyz$z{*|i|̢%UpQ`&quot;xzyP!O
+gD9HHH+kkkvv3wف|ڗ|2XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ @H 0(        
 0(        
 0
 # ^
@@ -20995,75 +21024,71 @@
 _Hlt320873510
 _Hlt384064512
 _Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1_Running_gen_be!_Running_Observation_Preprocessor_Running_WRF-Var_WRF-Var_Diagnostics_Updating_WRF_lateralSchedulesetup diagnostics(_Additional_WRF-Var_Exercises%2525252525_Additional_WRFDA_Exercises:_Additional_WRFDA_Exercises:_1_Hybrid_Data_Assimilation_Hybrid_Data_Assimilation_1_WRFDA_with_Multivariate_1_WRFDA_with_Multivariate_2_WRF-Var_Diagnostics_1_Hybrid_Da
 ta_Assimilation_2_Description_of_Namelist_Description_of_Namelist_1_ETKF_Data_Assimilation_Description_of_Namelist_2^8@')qs7?S$pw{        MMTZZ
-cdw¢g2z7 @c!!#22QQQQQQQQQQp^p^p^hulv2@@@@@@@@@        @
+cdw¢g2zk t!!C#2(3QQQQQQQQQQ^^^hus}2@@@@@@@@@        @
 @ @ @
-@@@@@@@@@@@@@@@@@@@ @!@&quot;@#@$@%@&amp;@'@(@)\*+@,@-@.@/@0@123@4@5678@9@:@;&lt;@=@&gt;?@A@B@C@DEFGHIJKLMNOPQRSTUVWX[]YZ_9A(*rt8@T%qx|        M2MTZZcdwâh2z7 Ad!!#22QQQQQQQQQQp^p^p^hul00v2uz  Z!`!######$
+@@@@@@@@@@@@@@@@@@@ @!@&quot;@#@$@%@&amp;@'@(@)\*+@,@-@.@/@0@123@4@5678@9@:@;&lt;@=@&gt;?@A@B@C@DEFGHIJKLMNOPQRSTUVWX[]YZ_9A(*rt8@T%qx|        M2MTZZcdwâh2zk u!!C#2(3QQQQQQQQQQ^^^hus00}2uz  Z!`!######$
 $$$JJqOwOOOT
-TTTTTT!T&quot;T%T2T5T6T=Tqww||||2~8~՜לGI }'CQ+1FMPR&quot;0ӯ֯U^ܰ        BKòӲ۲ȳճιعܺ &quot;.Ŀο=Fv2;=G 4?Vb |DIRWkpUZ ,11:IRUZpu+dj;Po}ORej
  }%(zRU^n        &quot;GKTZ        !        }                                        
-$
-*
-;
-=
-&gt;
-@
-D
-H
-I
-M
+TTTTTT!T&quot;T%T2T5T6T=Tqww||||2~8~՜לGI }'CQ+1FMPR&quot;0ӯ֯U^ܰ        BKòӲ۲ȳճιعܺ &quot;.Ŀο=Fv2;&lt;Ffp 3;[f36@Dx}#+0*/6?@L`een},1).S_o        +
+*CFGIJTY\NQ=CMQRV{        &quot;$*                 O        U                        +
+-
+1
+5
+X
+^
+o
+q
 r
 t
-
-
-
-
-
-
-
+x
+|
+}
+
 
-
-
-
-
+
+
+
+
+
+
+
+
+
 
-
-
-
-  
-   % , 2 U Z             $ ) FV
-%'9;&gt;@\^;FMY`ndlKL!!h!i!?$B$$$$$A%D%J%S%%%%&amp;&amp; &amp;&amp;&amp;3&amp;6&amp;B&amp;[&amp;d&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;$'&amp;'6'9'''G(T(9)F)H)y)z)))))))))**,*-*I*J*g***:+B+\,c,t,v,y,,,,,,,,,,,-J-g-h---------..@.C.J.[.h.k.w......// //*/Q/X///001%1,15123388l&gt;v&gt;&gt;&gt;&gt;&gt;s?y?EEjFzFFFH
-HHHHHIIOIQIIIII-J/JwJyJ/K=KgLjLsLyL{LLMMMMN
-NNN N$N0N3NXN^NdNhNtNzNOP
-PPPPRRlRzRSSSSSSSSSSTT$T.T=TGTbTlTTTTTUU8V=VW
-XlXqXYYZZ\\\\3]?],^;^8_B_Z`c`q`w`a
-aaaaaaabb;b&gt;b`bkbbbbb2c5cccGdTdwdd(e5eGeSeaeoeeeeeeeeeffEfUfmfzf|ffffffffffgggghhj#jblhlm
-mnnn opp0q&lt;qqqrrxrrr sssttttawhwmwtwxxxxxxxxwy~yyy5{C{-|&lt;|?|N|||9~H~BO@CDKLO΃׃!$+.[^=L9&lt;FIČŌ̌͌Ќ%'*5envxčǍۑޑ7?CJ_eoț/6U[
-z*\^,/qv|~+-8;IK[^NPWYac
-$(*UWgj        %18FKZ]mwpy
-$,8x(*fu
  JWĬǬz̭ͭ 
--EYZev}ؿ&gt;Kx'@E^c{16JOfk;&gt;?E_d 
-ert&lt;=JLY[hjwy %U[kl.1ow#%57VXtv4;FTmq@PZir&quot;Q^02Wg /INfk&quot;0?O\?H
 w+./12&lt;MY +3?GS[go|&quot;*6?KT`it}        &quot;$.0&lt; :BDNrz|#,.&gt;bkmw*?BRUYbo~:FS_!,9Ep{*Yer~(BG{~&gt;A&amp;3
-        PZV_ &quot;,~KU&quot;,5Z` &amp;5EM!):HW-5^f&amp;u}m| &amp;GVXZnprtK[3Cdp%'5ix=JRaLZ_n
-+:Wk0;CR&amp;2fo%AJ]b  %7D?HQ_&amp;6&amp;K        ^                        k
-u
-
-
-
-
-          H P     &quot; , b l r |     G
-S
-e
-t
-z
-
-
-
-
-
-
-
-
-NZen(5ly
-*KRSYsU^x{LW~ HLeow111111 1&quot;1#1s2v2
 
 
 !&quot;3                                                -
+
+
+    &amp; 0 6 : &gt; H O Y ` f         
+     / X ] z9E
+&lt;&gt;mooz        
+:        
+3H!I!!!s$v$$$$$u%x%~%%%%)&amp;6&amp;8&amp;?&amp;Z&amp;g&amp;j&amp;v&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;        ''$'j'm'''{((m)z)|)))))))**&amp;*'*C*D*`*a*}*~****n+v+,,,,,,,,,,,---/-6-~--------        ...I.J.t.w.~........./:/;/@/R/^///#0,0 11Q1Y1`1i103637388&gt;&gt;&gt;&gt;&gt;&gt;??'E-E}FFFFH HHH I
+IIIbIdIIIII@JBJJJBKPKzL}LLLLLMMMMNN#N'N3N7NCNFNkNqNwN{NNNPP P2PPP&amp;R0RRRSSSSSSSSTTT#T7TATPTZTuTTTTTTUUKV
 PVX XXXZZ\\\]F]R]?^K^H_R_j`s```aaaaaaaabbKbNbpb{bbbc
+cBcEcccWddddd8eEeWeceqeeeeeeeeeff(fUfef}fffffffffffggggghi-j3jrlxlmmnooopp@qLqqqr+rrr sssst%tttqwxw}wwxxxxxxxyyyyyE{S{=|I|L|[|||F~R~LYJMNUVYÃ؃!+.58ehGPPS@CMPȌˌ̌ӌԌ׌&quot;%,.1&lt;lu}Íƍˍ΍‘&quot;&gt;FJQflvțϛ6=\b&amp;1ceŞ
 Ǟ36x}?Bbe $+nq¥,8?MRadt~w  &quot;+3?/1m|ǩQ^ˬάӭԭ4L`al}߿
+ER.GLej!8=QVmr
+BEFLfk&quot;ly{CDQS`boq~',\brs
+#58v~*,&lt;&gt;]_{} $;BM[txGWapy)Xe79^n
+'6PUmr !)7FVcFO~25689CT`&amp;2:FNZbnv
 )1=FR[gp{)+57CAIKUy*35Eirt~!#1FIY\`iv
+&amp;AMZf(3@Lw %1`ly$/IN-:Wa%]f)3R\)3&lt;ag -&lt;LT(0AO^4&lt;em$-|t
+-N]_auwy{Rb:Jkw 
+,.&lt;pDQYhSafu2A^r#7BJY-9mv ,HQdi',&gt;KFOXf-=-R        e                        r
+|
+
+
+
+
+  O W     ) 3 i s y      N
+Z
+l
+{
+
+
+
+
+
+
+
+
+
+Ualu/&lt;s 1RYZ`z$\eS^ #'OSlv~1 1!1#1$1&amp;1'1)1*1z2}2
 
 
 !&quot;3                                                -
 /
 E
 G
@@ -21077,16 +21102,18 @@
 w#wdwqwrwwwwzz||p}~}2~8~_u')79jlā*,IKfl…Ņ̅υ&amp;+z߇.&lt;ljɉ`dpsJO#SXŒƍˍ04ejώԎ 9=؏ޏGK{9@ϓj~&amp;+ߜQV
 ޥ        
 %&amp;34ABOP]^`~46ikӨը
-=?suϩѩ        -/SUz|Ԯ֮z]_۹ݹ8:vxպ׺23]e |&quot;%YcQS
-*-%*                
-
-7 f :=%'&gt;@\^rvz!XADR!V!!!J$Z$3%5%V%X%%%%&amp;&amp;4&amp;6&amp;Y&amp;[&amp;q&amp;s&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;''''!'&quot;'O'P'd'8)F)H)x)z)))))))**+*-*H*J*f*h****u+Y,\,w,y,,,,,,,,J-@.C.i.k.......Z/91;11S2222223338        888::==?@IIOIRIIIII-J0JwJzJLL/M5MqMwMMMMMMMBNHNQ Q_TaTYY__a
-aaa`bkbbbGdTdwdd(e5eGeSeaeoeeeeeeeffEfUfmfzfffffffff        g
-gggh&gt;hoouuawhw||J~T~br݃%+.%'EGvxyčǍlmo6Hɒ{~_ețyz{qv+-_r;E:&lt;IKNPac{:=w©ȩY\z|ϪЪ XZtv&quot;GNmtرڱ&amp;'qx%JOʳѳ(/״ܴ޴&lt;&gt;Եֵֶضeg̷η)+NR(+IKP
 Sln&lt;&gt;'(+-UYqu¾,29?mɿͿؿ&gt;Kx'?E]cz06IOekWXe&lt;=#TWjl-1nw&quot;%47UXsv,2eiou_b:&lt;CHEHW] #PSbh 06GM
-pv        blBL
-|
 GJ        w}LSHO&gt;D471 4 
-9@A\.4xw~@Gek!&quot;(())))111111 1&quot;1#1(1,11171R1a1|1111111112 222272F2b2s2v2333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333֯د29vv!'4:
-(;89EF[,,==\\1#1#1R1]1|1111112272B2b2m2v22&lt;&amp;Hq
+=?suϩѩ        -/SUz|Ԯ֮z]_۹ݹ8:vxպ׺fg@VYFN1&lt;AI ,4^a
+Y^                D
+F
+k  nq,.Y[rtCU
+;458ux!!!!~$$g%i%%%&amp;&amp;(&amp;6&amp;8&amp;h&amp;j&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;''4'6'R'S'U'V''''l)z)|)))))
+**%*'*B*D*_*a*|*~******+,,,,,,,,--'-~-t.w........//m1o1122 3 3'3(363338888::=(=@@IIbIeIIIII@JCJJJLMBMHMMMMMMMNNUN[NQ3QrTtTZZ__aaaapb{bc
+cWddddd8eEeWeceqeeeeeeeff(fUfef}fffffffffggggghNh(o-ou!uqwxw||T~^~l|ǃɃ/58&quot;%,.LN}
 Ǎˍ΍stv=OВflϛŞǞ &quot;x}24fyBLACPRUWhj &quot;AD~ɩϩ!&amp;`c֪ת$_a{}!)NUt{߱-.x%,QVѳس /6޴%CE۵ݵ¶ݶ߶lnӷշ02UYøŸ/2PRWZsu
+CE./24\`x|ɾ
+&quot;39@FtпԿ߿
+ER.FLdj!7=PVlr^_lCD&amp;*[^qs!48u~),;&gt;\_z}39lpv|fiACJOLO^d$*WZio!'7=NTw}
+isIS NQ~SZOVEK;&gt;8 ; @GHc5;~
+GNlr&quot;&quot;(())))1 1!1#1$1&amp;1'1)1*1/13181&gt;1Y1h11111111112222&quot;2&gt;2M2i2z2}233333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333eTIIJ KSSYWWb+c0tt֯د29vvr==HN[a46BCDQ\olmyz``7qqNN7383KKRR?^@^H^H^=|&gt;|F|F|F~G~O~O~GHPP11*1*1Y1d111111222&gt;2I2i2t2}22&lt;&amp;H
 q
 zBb(i`!4b
 
 5LhXDbZ6FBZ8aT3jZ&quot;juZ&quot;jz&quot;j0}6:x ^`OJQJo( 8^8`OJQJo(^`OJQJ^Jo(o         p^        `OJ QJ o(  @ ^ `OJ QJ o( x^x`OJQJo(H^H`OJQJ^Jo(o ^`OJ QJ o( ^`OJ QJ o(hh^h`OJ
 QJ.88^8`.L^`L.                ^        `.  ^ `.xLx^x`L.88^8`.^`.L^`L.hh^h`OJQJ^`OJQJ^`.^`OJQJ ^`OJQJCJ^`o(.^`.pL^p`L.@ ^@ `
 .^`.L^`L.^`.^`.PL^P`L.8^8`o()
@@ -21151,16 +21178,16 @@
 z0}8aT
 
 5FWW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                h
-9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @pDF|Ye0&lt;}[+11        N &quot; tx /se8Gh2ncBROV&quot;L7#}#\(        *jJ*O021c45j6~9
-P&lt;Y&lt;&gt;zBbC6CnC0WDsE`qEV2I`IJKMi#N O$OOO_OQ]iRSMUcU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cdV#hij)l&lt;mhnmn)0orjoAq\tEuew@g}gRm(:&amp;&lt;R3CymoD c(g+2y@KY_\Z{n^n@!vw}Prl{]t        &gt;Fr#-&gt;rF        TNZMyA(f1SR&quot;kalkGmz\u[wDhlqbqVKfe~}6211@    u2@UnknownNCAR MMM Dong-mei Xu
+9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @pDF|Ye0&lt;}[+11        N &quot; _G tx /se8Gh2ncBROV&quot;L7#}#\(        *jJ*#.O021c45j6~9
+P&lt;Y&lt;&gt;zBbC6CnC0WDsE`qEV2I`I        MJJKMi#N O$OOO_OQ]iRSMUcU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cdrfV#hij)l&lt;mhnmn)0orjoqpAq\tEuew@g}gRm(:&amp;&lt;R3CymoD c(g+2y@KY_\Z{n^n@!vw}Prl{]t        &gt;Fr#-&gt;rF        TNZMyA(f1SR&quot;kalkG'mz\u[wDhlqbqVKfe~}62 `1 1@PPPP|2@UnknownNCAR MMM Dong-mei Xu
 Junmei BanCraig SG*Ax        Times New Roman5Symbol3. *Cx        ArialO1        CourierCourier New?=        *Cx        Courier New;P([SOSimSun3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
         jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleC 
-PLucida GrandeA$BCambria Math#AhgC'GʃgxSYFSYF24// K#q?'9 Chapter 6: WRF-VARkavulichMeT                 
+PLucida GrandeA$BCambria Math#hg'ʃgeS_FS_F400 J#q?'9 Chapter 6: WRF-VARkavulichMeT                 
 
-     Oh+'0x        
+     Oh+'0x        
 ( 4 @
-LX`hpChapter 6: WRF-VAR kavulichNormalMe17Microsoft Office Word@z@-@@FT FSY
 
 
 
 ՜.+,D՜.+,D hp 
- NCAR/ Chapter 6: WRF-VAR Title 8@ _PID_HLINKSAVO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://www.
 mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw
 &lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmdhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'Vhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'~Vhttp://r
 esearch.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html|C{@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html?~x3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6u_Running_WRF-Var_1udr_Additional_WRFDA_Exercises:_1&amp;o_WRF-Var_Diagnostics_15;l?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 Oyi_Running_gen_be;f&quot;_Running_Observation_PreprocessorQ        c_Description_of_Namelist_2X`http://www.ncl.ucar.edu/xw]&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlQ        Z_Description_of_Namelist_25;W?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\ITKhttp://www.mmm.ucar.edu/wrf/u
 sers/docs/user_guide_V3/users_guide_chap7.htmformatF Qchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.htmlseN&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/madis.html|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html@H_Installing_WRF-Var E&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html
 I]B$_Running_Observation_Preprocessor_1WC?_Updating_WRF_lateral_1bg&lt;?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ9Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.htmlOy6_Running_gen_beI]3$_Running_Observation_Preprocessor_15;0?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 `--3http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlQ        *_Description_of_Namelist_2yY'_ETKF_Data_Assimilationjk$_Hybrid_Data_Assimilation_2&amp;!_WRF-Var_Diagnostics_1\_WRFDA_with_Multivariate_2*U_Additional_WRFDA_Exercises:Oy_Running_gen_beWC_Updating_WRF_lateral_1
 PrecipitationhC_Radiance_Data_Assimilation6 _Running_WRF-Var_1I]        $_Running_Observation_Preprocessor_1}wWRFPlus1_Installing_WRFDA_forCC_Introduction_1        
+LX`hpChapter 6: WRF-VAR kavulichNormalMe22Microsoft Office Word@V@-@@\NFS_
 
 
 
 ՜.+,D՜.+,D hp 
+ NCAR0 Chapter 6: WRF-VAR Title 8@ _PID_HLINKSAVO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://www.mmm.ucar.edu
 /wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw&lt;http:/
 /www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmdhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'Vhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'~Vhttp://research.metof
 fice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html|C{@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html?~x3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6u_Running_WRF-Var_1udr_Additional_WRFDA_Exercises:_1&amp;o_WRF-Var_Diagnostics_15;l?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOyi
 _Running_gen_be;f&quot;_Running_Observation_PreprocessorQ        c_Description_of_Namelist_2X`http://www.ncl.ucar.edu/xw]&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlQ        Z_Description_of_Namelist_25;W?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\ITKhttp://www.mmm.ucar.edu/wrf/users/docs/use
 r_guide_V3/users_guide_chap7.htmformatF Qchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.htmlseN&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/madis.html|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html@H_Installing_WRF-Var E&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlI]B
 $_Running_Observation_Preprocessor_1WC?_Updating_WRF_lateral_1bg&lt;?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ9Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.htmlOy6_Running_gen_beI]3$_Running_Observation_Preprocessor_15;0?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`--
 3http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlQ        *_Description_of_Namelist_2yY'_ETKF_Data_Assimilationjk$_Hybrid_Data_Assimilation_2&amp;!_WRF-Var_Diagnostics_1\_WRFDA_with_Multivariate_2*U_Additional_WRFDA_Exercises:Oy_Running_gen_beWC_Updating_WRF_lateral_1
 PrecipitationhC_Radiance_Data_Assimilation6 _Running_WRF-Var_1I]        $_Running_Observation_Preprocessor_1}wWRFPlus1_Installing_WRFDA_forCC_Introduction_1        
 
  !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
@@ -21715,14 +21742,14 @@
   
  !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
- !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
   
- !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;@ABCDEFHIJKLMNOPQRSTUVW
 Root Entry        FP6.Data
-y&amp;1TableWordDocument
-'SummaryInformation(?DocumentSummaryInformation8G&lt;!MsoDataStore0$.@.ABW1QV1KFH==20$.@.Item
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?ABCDEFGIJKLMNOPQRSTUVWX
 Root Entry        F        UData
+Ez&amp;1TableWordDocument
+'SummaryInformation(@DocumentSummaryInformation8H&lt;!MsoDataStoreUEUKOMMU0OVWF==2UEUItem
         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;{07AD0902-B725-496E-BF41-5C1B94A147CA}&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;{E635E328-CC7A-4685-A880-EA55BD6C05BE}&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>