<p><b>kavulich@ucar.edu</b> 2012-04-05 03:59:11 -0600 (Thu, 05 Apr 2012)</p><p>Just kidding, a few more grammar changes. Now I'm done.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2012-04-05 09:42:03 UTC (rev 346)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2012-04-05 09:59:11 UTC (rev 347)
@@ -1,5 +1,4 @@
-ࡱ&gt;        C !                                                                  !         bjbjqq        ee]11&gt;&gt;&gt;&gt;&gt;TC?C?C??BC?JYNpNNNOXGXZ$r-&gt;Z
 OOZZ&gt;&gt;NN&quot;JNZL&gt;N&gt;NZN0rHC? -hTMBݼD&gt;&lt;ZZZZZZZZZZ
 ZZZZZZZZZ1         =:         +ࡱ&gt;        B                                                                    
          bjbjqq        ee]11&gt;&gt;&gt;&gt;&gt;TC?C?C??BC?tJaNpNNNOXOXZ$(r-&gt;[OO[[&gt;&gt;NN&quot;ҧN[&lt;&gt;N&gt;N[M
 NfC??w&gt;ihk TtѣB}D&gt;+@[[[[[[t[[[[[[[[[[[[[1         =:        
   Chapter 6: WRF Data Assimilation    Table of Contents @@ -57,7 +56,7 @@
 Compile WRFDA and Libraries  Some external libraries (e.g., LAPACK, BLAS, and NCEP BUFR) are included in the WRFDA tar file. To compile the WRFDA code, it is necessary to have installed the netCDF library, which is the only mandatory library if only conventional observational data in LITTLE_R format are to be used.  &gt; setenv NETCDF your_netcdf_path -If observational data in the PREPBUFR format are to be used, the NCEP BUFR library must be compiled, and BUFR-related WRFDA code must be generated and compiled after configure/compile. Do do this, set the environment variable BUFR before configuring: +If observational data in the PREPBUFR format are to be used, the NCEP BUFR library must be compiled, and BUFR-related WRFDA code must be generated and compiled after configure/compile. To do this, set the environment variable BUFR before configuring:  &gt; setenv BUFR  1  If satellite radiance data are to be used, in addition to the NCEP BUFR library, a  Radiative Transfer Mode
 l (RTM) is required. The current RTM versions that WRFDA uses are CRTM V2.0.2 and RTTOV V10. WRFDA can be compiled with either of these, or both together, but note than only one may be used in each individual run.   Starting with V3.2.1, CRTM V2.0.2 is included in the WRFDA tar file. To have the CRTM library compiled and the CRTM-related WRFDA code generated and compiled, set the environment variable CRTM:  @@ -236,7 +235,7 @@
 EACH_FMT = (3(F12.3,I4,F7.2),11X,3(F12.3,I4,F7.2),11X,3(F12.3,I4,F7.2))  #------------------------------------------------------------------------------#   observations  -Before running WRFDA, you may find it useful to learn more about various types of data that will be processed to WRFDA (e.g., their geographical distribution). This file is in ASCII format and so you can easily view it.  For a graphical view of the file's content, use the  MAP_plot utility to see the data distribution for each type of observation. To use this utility, proceed to the MAP_plot directory, then compile by typing make. +Before running WRFDA, you may find it useful to learn more about various types of data that will be processed to WRFDA (e.g., their geographical distribution). This file is in ASCII format and so you can easily view it.  For a graphical view of the file's content, use the  MAP_plot utility to see the data distribution for each type of observation. To use this utility, pr
 oceed to the MAP_plot directory, then compile by typing make.  If the build fails, it is likely due to an improper configuration file. By viewing the contents of the MAP_plot directory, you will see we have prepared some  configure.user.ibm/OS files (where OS is the type of operating system) for some platforms. When make is typed, the Makefile uses one of them to determine the compiler and compiler option. Modify the Makefile and configure.user.xxx to accommodate the complier on your platform, then type make to attempt the compilation again. Successful compilation will produce Map.exe. The following instructions are for the tutorial case, but can easily be configured for your own data by changing the appropriate dates and file names.  Note: The successful compilation of Map.exe requires pre-installed NCARG Graphics libraries under $(NCARG_ROOT)/lib.  Modify the script Map.csh to set the time window and full path of the input observation file (obs_gts_2008-02-05_12:00:0
 0.3DVAR). You will need to set the following strings in this script as follows: @@ -269,7 +268,7 @@
 obs_gts_2008-02-05_16:00:00.4DVAR  obs_gts_2008-02-05_17:00:00.4DVAR  obs_gts_2008-02-05_18:00:00.4DVAR -They are the input observation files to WRF 4D-Var. As with 3D-Var, you can use MAP_Plot to view the geographic distribution of different observations at different time slots. +They are the input observation files to WRF 4D-Var. As with 3D-Var, you can use MAP_Plot to view the geographic distribution of different observations at different time slots.    Running WRFDA  a. Download Test Data  @@ -825,7 +824,7 @@
   The value of rad_monitoring should correspond to the value of  rtminit_nsensor. If rad_monitoring is not set, then the default value of 0 will be used for all sensors.   -(2) Outputing radiance diagnostics from WRFDA +(2) Outputting radiance diagnostics from WRFDA    Run WRFDA with the following namelist options in record wrfvar14 in namelist.input.   @@ -1137,11 +1136,11 @@
 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.wrfvar.   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.  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). +The WRF
 DA 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.     As an example, if you are aiming to display the U-component of the analysis at level 18, execute the following command after modifying the script WRFDA/var/graphcs/ncl/WRF-Var_plot.ncl, and make sure the following pieces of codes are uncommented:  var = &quot;U&quot; @@ -1202,7 +1201,7 @@
 &gt; cp $DAT_DIR/Hybrid/fc/2006102712/wrfout_d01_2006-10-28_00:00:00.e001 ./wrfout_d01_2006-10-28_00:00:00.mean  &gt; cp $DAT_DIR/Hybrid/fc/2006102712/wrfout_d01_2006-10-28_00:00:00.e001 ./wrfout_d01_2006-10-28_00:00:00.vari   Copy gen_be_ensmean_nl.nl (cp $DAT_DIR/Hybrid/gen_be_ensmean_nl.nl .) You will need to set the information in this script as follows:   &amp;gen_be_ensmean_nl directory = '.' filename = 'wrfout_d01_2006-10-28_00:00:00' num_members = 10 nv = 7 cv = 'U', 'V', 'W', 'PH', 'T', 'MU', 'QVAPOR' \ -where directory is the folder containg the ensemble members and template files, filename is the name of the files before their suffixes (e.g.,.mean, .vari, etc), num_members is the number of ensemble members you are using, nv is the number of variables, and cv is the name of variables used in the hybrid system. Be sure nv and cv are consistent! +where directory is the folder containing the ensemble members and template files, filename is the name of the files befor
 e their suffixes (e.g., .mean, .vari, etc), num_members is the number of ensemble members you are using, nv is the number of variables, and cv is the name of variables used in the hybrid system. Be sure nv and cv are consistent!    Link gen_be_ensmean.exe to your working directory and run it.  &gt; ln sf  $WRFDA_DIR/var/build/gen_be_ensmean.exe .  &gt; ./gen_be_ensmean.exe @@ -1270,7 +1269,7 @@
 num_fgat_time11: 3DVar  &gt; 1: number of time slots for FGAT and 4DVAR &amp;wrfvar4thin_convtruefor ob_format=1 (NCEP PREPBUFR) only. thinning is mandatory for ob_format=1, as time-duplicate data are &quot;thinned&quot; within the thinning routine; however, thin_conv can be set to .false. for debugging purpose.thin_mesh_conv 20. (max_instruments)for ob_format=1 (NCEP PREPBUFR) only.  km, each observation type can set its thinning mesh and the index/order follows the definition in -WRFDA/var/da/da_control/da_control.f90thin_rainobstrue.true.: perform thinning on preciptation datause_synopobstrueuse_xxxobs - .true.: assimilate xxx obs if available +WRFDA/var/da/da_control/da_control.f90thin_rainobstrue.true.: perform thinning on precipitation datause_synopobstrueuse_xxxobs - .true.: assimilate xxx obs if available  .false.: do not assimilate xxx obs even available    use_shipsobstrueuse_metarobstrueuse_soundobstrueuse_pilotobstrue
 use_airepobstrueuse_geoamvobstrueuse_polaramvobstrueuse_bogusobstrueuse_buoyobstrueuse_profilerobstrueuse_satemobstrueuse_gpspwobstrueuse_gpsrefobstrueuse_qscatobstrueuse_radarobsfalseuse_radar_rvfalseuse_radar_rffalseuse_rainobsfalseuse_airsretobstrue     ; use_hirs2obs, use_hirs3obs, use_hirs4obs, use_mhsobs @@ -1299,7 +1298,7 @@
 (max_instruments)integer array (used dimension: rtminit_nsensor); 0: assimilating mode;   1: monitoring mode (only calculate innovations)thinning_mesh60.0   (max_instruments)real array (used dimension: rtminit_nsensor); specify thinning mesh size (in km) for different sensors.thinningfalse.true.: perform thinning on radiance dataqc_radtrue.true.: perform quality control. Do not change.write_iv_rad_asciifalse.true.: output radiance Observation minus Background files, which are in ASCII format and separated by sensor and processor.write_oa_rad_asciifalse.true.: output radiance Observation minus Analysis files (Observation minus Background information is also included), which are in ASCII format and separated by sensor and processor.use_error_factor_radfalse.true.: use a radiance error tuning factor file radiance_error.factor, which can be created with empirical values or generated using variational tuning method (Desroziers and Ivanov, 2001)use_antco
 rrfalse -(max_instruments).true.: perform Antenna Correction in CRTMrtm_option1which RTM (Radiative Transfer Model) to use (WRFDA must be compiled with the desired model included, see first section for details) 1: RTTOV  2: CRTM  only_sea_radfalse.true.: assimilate radiance over water onlyuse_varbcfalse.true.: perform Variational Bias Correction. A parameter file in ASCII format called VARBC.in (a template is provided with the source code tar ball) is required.freeze_varbcfalse.true: together with use_varbc=.false., keep the VarBC bias parameters constant in time. In this case, the bias correction is read and applied to the innovations, but it is not updated during the minimization.varbc_factor1.0for scaling the VarBC preconditioningvarbc_nobsmin10defines the minimum number of observations required for the computation of the predictor statistics during the first assimilation cycle. If there are not enough data (according to &quot;VARBC_NOBSMIN&quot;
 ) on the first cycle, the next cycle will perform a coldstart again.airs_warmest_fovfalse.true.: uses the observation brightness temperature forAIRS Window channel #914 as criterion for GSI  thinning (with a higher amplitude than the distance from the observation location to the nearest grid point).use_crtm_kmatrixfalse.true. use CRTM K matrix rather than calling CRTM TL and AD routines for gradient calculation, which reduces runtime noticeably.use_rttov_kmatrixfalse.true. use RTTOV K matrix rather than calling RTTOV TL and AD routines for gradient calculation, which reduces runtime noticeably.rttov_emis_atlas_ir00: do not use IR emissivity atlas +(max_instruments).true.: perform Antenna Correction in CRTMrtm_option1which RTM (Radiative Transfer Model) to use (WRFDA must be compiled with the desired model included, see first section for details) 1: RTTOV  2: CRTM  only_sea_radfalse.true.: assimilate radiance over water onlyuse_varbcfalse.true.
 : perform Variational Bias Correction. A parameter file in ASCII format called VARBC.in (a template is provided with the source code tar ball) is required.freeze_varbcfalse.true: together with use_varbc=.false., keep the VarBC bias parameters constant in time. In this case, the bias correction is read and applied to the innovations, but it is not updated during the minimization.varbc_factor1.0for scaling the VarBC preconditioningvarbc_nobsmin10defines the minimum number of observations required for the computation of the predictor statistics during the first assimilation cycle. If there are not enough data (according to &quot;VARBC_NOBSMIN&quot;) on the first cycle, the next cycle will perform a coldstart again.airs_warmest_fovfalse.true.: uses the observation brightness temperature for AIRS Window channel #914 as criterion for GSI  thinning (with a higher amplitude than the distance from the observation location to the nearest grid point).use_crtm_kmatr
 ixfalse.true. use CRTM K matrix rather than calling CRTM TL and AD routines for gradient calculation, which reduces runtime noticeably.use_rttov_kmatrixfalse.true. use RTTOV K matrix rather than calling RTTOV TL and AD routines for gradient calculation, which reduces runtime noticeably.rttov_emis_atlas_ir00: do not use IR emissivity atlas  1: use IR emissivity atlas (recommended)rttov_emis_atlas_mw00: do not use MW emissivity atlas  1: use TELSEM MW emissivity atlas (recommended)  2: use CNRM MW emissivity atlas&amp;wrfvar15 (needs to be set together with &amp;wrfvar19)num_pseudo0Set the number of pseudo observations, either 0 or 1 (single ob)pseudo_x1.0Set the x-position (I) of the OBS in unit of grid-point.pseudo_y1.0Set the y-position (J) of the OBS in unit of grid-point.pseudo_z1.0Set the z-position (K) of OBS with the vertical level index, in bottom-up order.pseudo_val1.0Set the innovation of the  ob; wind in m/s, pressure in Pa, temp
 erature in K, specific humidity in kg/kg  @@ -1312,7 +1311,7 @@
 'u' = X-direction component of wind,  'v' = Y-direction component of wind,  't' = Temperature, -'p' = Prerssure, +'p' = Pressure,  'q' = Specific humidity  &quot;pw&quot;: total precipitable water  &quot;ref&quot;: refractivity @@ -1324,14 +1323,14 @@
 .false.: use disk I/O in 4D-Var for data exchangevar4d_detail_outfalse.true.: output extra diagnostics for debugging 4D-Var  OBSPROC namelist variables.   Variable NamesDescription&amp;record1obs_gts_filenamename and path of decoded observation filefg_format'MM5' for MM5 application, 'WRF' for WRF applicationobserr.txtname and path of observational error filefirst_guess_filename and path of the first guess file&amp;record2time_window_minThe earliest time edge as ccyy-mm-dd_hh:mn:sstime_analysisThe analysis time as ccyy-mm-dd_hh:mn:sstime_window_maxThe latest time edge as ccyy-mm-dd_hh:mn:ss -** Note : Only observations between [time_window_min, time_window_max] will kept.&amp;record3max_number_of_obsMaximum number of observations to be loaded, ie in domain and time window, this is independent of the number of obs actually read.fatal_if_exceed_max_obs.TRUE.:  will stop when more than max_number_of_obs are loaded +** Note : Only observat
 ions between [time_window_min, time_window_max] will kept.&amp;record3max_number_of_obsMaximum number of observations to be loaded, i.e. in domain and time window, this is independent of the number of obs actually read.fatal_if_exceed_max_obs.TRUE.:  will stop when more than max_number_of_obs are loaded  .FALSE.: will process the first max_number_of_obs loaded observations. &amp;record4qc_test_vert_consistency.TRUE. will perform a vertical consistency quality control check on soundingqc_test_convective_adj.TRUE. will perform a convective adjustment quality control check on soundingqc_test_above_lid.TRUE. will flag the observation above model lidremove_above_lid.TRUE. will remove the observation above model liddomain_check_h.TRUE. will discard the observations outside the domainThining_SATOB.FALSE.: no thinning for SATOB data.  .TRUE.: thinning procedure applied to SATOB data.Thining_SSMI.FALSE.: no thinning for SSMI data.  .TRUE.: thinning proc
 edure applied to SSMI data.Thining_QSCAT.FALSE.: no thinning for SATOB data.  .TRUE.: thinning procedure applied to SSMI data.&amp;record5print_gts_readTRUE. will write diagnostic on the decoded obs reading in file obs_gts_read.diagprint_gpspw_read.TRUE. will write diagnostic on the gpsppw obs reading in file obs_gpspw_read.diagprint_recoverp.TRUE. will write diagnostic on the obs pressure recovery in file obs_recover_pressure.diagprint_duplicate_loc.TRUE. will  write diagnostic on space duplicate removal in file obs_duplicate_loc.diagprint_duplicate_time.TRUE. will  write diagnostic on time duplicate removal in file obs_duplicate_time.diagprint_recoverh.TRUE will write diagnostic on the obs height recovery in file obs_recover_height.diagprint_qc_vert.TRUE will write diagnostic on the vertical consistency check in file obs_qc1.diagprint_qc_conv.TRUE will write diagnostic on the convective adjustment check in file obs_qc1.diagprint_qc_lid.TRUE.
  will write diagnostic on the above model lid height check in file obs_qc2.diagprint_uncomplete.TRUE. will write diagnostic on the uncompleted obs removal in file obs_uncomplete.diaguser_defined_area.TRUE.: read in the record6: x_left, x_right, y_top, y_bottom, -.FALSE.: not read in the record6.&amp;record6x_leftWest border of sub-domain, not usedx_rightEast border of sub-domain, not usedy_bottomSouth border of sub-domain, not usedy_topNorth border of sub-domain, not usedptopReference pressure at model topps0Reference sea level pressurebase_presSame as ps0. User must set either ps0 or base_pres.ts0Mean sea level temperaturebase_tempSame as ts0. User must set either ts0 or base_temp.tlpTemperature lapse ratebase_lapseSame as tlp. User must set either tlp or base_lapse.pis0Tropopause pressure, the default = 20000.0 Pabase_tropo_presSame as pis0. User must set either pis0 or base_tropo_prestis0Isothermal temperature above tropop
 ause (K), the default = 215 K.base_start_tempSame as tis0. User must set either tis0 or base_start_temp.&amp;record7IPROJMap projection (0 = Cylindrical Equidistance, 1 = Lambert Conformal, 2 = Polar stereographic, 3 = Mercator)PHICCentral latitude of the domainXLONCCentral longitude of the domainTRUELAT1True latitude 1TRUELAT2True latitude 2MOAD_CEN_LATThe central latitude for the Mother Of All DomainsSTANDARD_LONThe standard longitude (Y-direction) of the working domain.&amp;record8IDDDomain ID (1=&lt; ID =&lt; MAXNES), Only the observations geographically located on that domain will be processed. For WRF application with XLONC /= STANDARD_LON, set IDD=2, otherwise set 1.MAXNESMaximum numbe of domains as needed.NESTIXThe I(y)-direction dimension for each of the domainsNESTJXThe J(x)-direction dimension for each of the domainsDISThe grid size for each of the domains. For WRF application, always set NESTIX(1),NESTJX(1), and DIS(1) 
 based on the infomation in wrfinput.NUMCThe mother domain ID number for each of the domainsNESTIThe I location in its mother domain of the nest domain's low left corner -- point (1,1)NESTIThe J location in its mother domain of the nest domain's low left corner -- point (1,1). For WRF application, NUMC(1), NESTI(1), and NESTJ(1) are always set to be 1.&amp;record9prepbufr_output_filenameName of the prebufr OBS file.prepbufr_table_filename'prepbufr_table_filename' ; not changeoutput_ob_formatoutput 1, prebufr OBS file only; +.FALSE.: not read in the record6.&amp;record6x_leftWest border of sub-domain, not usedx_rightEast border of sub-domain, not usedy_bottomSouth border of sub-domain, not usedy_topNorth border of sub-domain, not usedptopReference pressure at model topps0Reference sea level pressurebase_presSame as ps0. User must set either ps0 or base_pres.ts0Mean sea level temperaturebase_tempSame as ts0. User must set either
  ts0 or base_temp.tlpTemperature lapse ratebase_lapseSame as tlp. User must set either tlp or base_lapse.pis0Tropopause pressure, the default = 20000.0 Pabase_tropo_presSame as pis0. User must set either pis0 or base_tropo_prestis0Isothermal temperature above tropopause (K), the default = 215 K.base_start_tempSame as tis0. User must set either tis0 or base_start_temp.&amp;record7IPROJMap projection (0 = Cylindrical Equidistance, 1 = Lambert Conformal, 2 = Polar stereographic, 3 = Mercator)PHICCentral latitude of the domainXLONCCentral longitude of the domainTRUELAT1True latitude 1TRUELAT2True latitude 2MOAD_CEN_LATThe central latitude for the Mother Of All DomainsSTANDARD_LONThe standard longitude (Y-direction) of the working domain.&amp;record8IDDDomain ID (1=&lt; ID =&lt; MAXNES), Only the observations geographically located on that domain will be processed. For WRF application with XLONC /= STANDARD_LON, set IDD=2, otherwise 
 set 1.MAXNESMaximum number of domains as needed.NESTIXThe I(y)-direction dimension for each of the domainsNESTJXThe J(x)-direction dimension for each of the domainsDISThe grid size for each of the domains. For WRF application, always set NESTIX(1),NESTJX(1), and DIS(1) based on the information in wrfinput.NUMCThe mother domain ID number for each of the domainsNESTIThe I location in its mother domain of the nest domain's low left corner -- point (1,1)NESTIThe J location in its mother domain of the nest domain's low left corner -- point (1,1). For WRF application, NUMC(1), NESTI(1), and NESTJ(1) are always set to be 1.&amp;record9prepbufr_output_filenameName of the PREPBUFR OBS file.prepbufr_table_filename'prepbufr_table_filename' ; not changeoutput_ob_formatoutput 1, PREPBUFR OBS file only;             2, ASCII OBS file only; -           3, Both prebufr and ASCII OBS files.use_for'3DVAR' obs file, same as before, default +           3, Both
  PREPBUFR and ASCII OBS files.use_for'3DVAR' obs file, same as before, default  'FGAT ' obs files for FGAT  '4DVAR' obs files for 4DVARnum_slots_pastthe number of time slots before time_analysisnum_slots_aheadthe number of time slots after time_analysiswrite_synopIf keep synop obs in obs_gts (ASCII) files.write_shipIf keep ship obs in obs_gts (ASCII) files.write_metarIf keep metar obs in obs_gts (ASCII) files.write_buoyIf keep buoy obs in obs_gts (ASCII) files.write_pilotIf keep pilot obs in obs_gts (ASCII) files.write_soundIf keep sound obs in obs_gts (ASCII) files.write_amdarIf keep amdar obs in obs_gts (ASCII) files.write_satemIf keep satem obs in obs_gts (ASCII) files.write_satobIf keep satob obs in obs_gts (ASCII) files.write_airepIf keep airep obs in obs_gts (ASCII) files.write_gpspwIf keep gpspw obs in obs_gts (ASCII) files.write_gpsztdIf keep gpsztd obs in obs_gts (ASCII) files.write_gpsrefIf keep gpsref obs in obs_gts 
 (ASCII) files.write_gpsephIf keep gpseph obs in obs_gts (ASCII) files.write_ssmt1If keep ssmt1 obs in obs_gts (ASCII) files.write_ssmt2If keep ssmt2 obs in obs_gts (ASCII) files.write_ssmiIf keep ssmi obs in obs_gts (ASCII) files.write_tovsIf keep tovs obs in obs_gts (ASCII) files.write_qscatIf keep qscat obs in obs_gts (ASCII) files.write_proflIf keep profile obs in obs_gts (ASCII) files.write_bogusIf keep bogus obs in obs_gts (ASCII) files.write_airsIf keep airs obs in obs_gts (ASCII) files.   @@ -1404,10 +1403,10 @@
      -WRF-ARW V3: Users Guide                6- PAGE 52 +WRF-ARW V3: Users Guide                6- PAGE 62     -WRF-ARW V3: Users Guide                6- PAGE 53 +WRF-ARW V3: Users Guide                6- PAGE 63       @@ -1415,7 +1414,7 @@
      -&quot;#56VWXdefg
+&quot;#56VWXdefg
                  #        $        %        -        /        U        V        W        p        q        r        s                                                                                        
         
 
@@ -1517,23 +1516,23 @@
 &amp; 0`
    P@$7$G$If
-m%%%%%%%%&amp;&amp;2&amp;:&amp;h&amp;v&amp;&amp;&amp;&amp;&amp;'')'/'''''''((((,).)8)~))))))))))ѼѼѼѸ|rh2CJOJQJ h&gt;sh4iCJOJQJ^JaJh&gt;sh4iCJaJ
-h4iNHh&gt;sh2hrh1h4iCJOJQJh4ihZOJQJhZh4iNHOJQJhZh4iOJQJh4iCJOJQJaJh4iCJaJh4iOJQJh1OJQJ,))++,,u--.j..01(1X111&lt;22222 n +m%%%%%%%%&amp;&amp;2&amp;:&amp;h&amp;j&amp;&amp;&amp;&amp;&amp;'')'/'''''''((((,).)8)~)))))ѼѼѼzi h&gt;sh4iCJOJQJ^JaJh&gt;sh4iCJaJ
+h4iNHh&gt;sh2hrh1h4iCJOJQJh4ihZhmOJQJhmOJQJhZOJQJhZh4iNHOJQJhZh4iOJQJh4iCJOJQJaJh4iCJaJh4iOJQJh1OJQJ')))))))**8*F*]*^*********E+F+^+b+e+f+w+x+++++,,,,!,,u------...=.B.Q.i.୦hjCJOJQJh{p        h4i5 +h4i0JY5h{CJOJQJ h{h{ h{h{CJOJQJ^JaJ
+h4iNHh{h4i0JVjh{Ujh{Uh{h2h4ih4iCJOJQJh2CJOJQJ3))++,,u--.j..01(1X111&lt;22222 n  2(
-Px 4 #\'*.25@9hw^gd{pw`gd{n^^gd2))**8*F*]*^*********E+F+^+b+e+f+w+x+++++,,,,!,,u------...=.B.Q.i.j.z..=/h{pCJOJQJhjCJOJQJh{p        h4i5 -h4i0JY5h{CJOJQJh4iCJOJQJ h{h{ h{h{CJOJQJ^JaJ
-h4iNHh{h4i0JVjh{Ujh{Uh{h4ih22=/E/F/^/////////00C0E0F0O0V0W0000000000666E7J7K7R77788%8*8888889;9&lt;9H9Y9a9j9u9y99999ƺ h4i56h4iCJNHOJQJh4iCJOJQJh4iCJNHOJQJh4iCJOJQJ
+Px 4 #\'*.25@9hw^gd{pw`gd{n^^gd2i.j.z..=/E/F/^/////////00C0E0F0O0V0W0000000000666E7J7K7R77788%8*8888889;9&lt;9H9Y9a9j9u9ý h4i56h4iCJNHOJQJh4iCJNHOJQJh4iCJOJQJ
 hn\NHhn\h55&amp;
 h{NHh{h`s
-h4iNHh$h4i        h4i6;2/3e333
-4A4x4445Q5~555556Y6666%8889:@::gdn\n`n9999999 : +h4iNHh$        h4i6h4iCJOJQJh{pCJOJQJh4i:2/3e333
+4A4x4445Q5~555556Y6666%8889:@::gdn\n`nu9y99999999999 :  ::U&lt;V&lt;FFGFoFpF}FFFFFFFFF
-GGGGG G/GFGGG_GmGG*H/H?HAHRHHHHHHHI+I5IGIgIrIsIvI|I}IIIIII妺hy=        hy=        CJOJQJ
-h4iNHhN.hn\CJOJQJh4iCJOJQJhn\CJOJQJhn\hn\CJOJQJh4ih4iCJOJQJhn\hn\hn\H*&gt;::;V;;;-&lt;&lt;&lt;=\===&amp;&gt;t&gt;&gt;?Z???0@y@@AEAAA +GGGGG G/GFGGG_GmGG*H/H?HAHRHHHHHHHI+I5IGIgIrIsIvI|I}IIIhy=        hy=        CJOJQJ
+h4iNHhN.hn\CJOJQJh4iCJOJQJhn\CJOJQJhn\hn\CJOJQJhn\hn\H*h4iCJOJQJh4ihn\@::;V;;;-&lt;&lt;&lt;=\===&amp;&gt;t&gt;&gt;?Z???0@y@@AEAAA  BVBBgdn\BB/CxCC        DNDDD(EvEEFGFoGAHHgIIgJyJJJJJVKWKK
 n^n$
-&amp; Fa$ngdn\II -JJJ.J?JHJMJVJeJgJyJJJJJJJJKKKKLLLL3M4M5MMMMMMMMMNNNڶڥڟڛڛڛڈ{ڛj hOhOCJOJQJ^JaJhOh4i0JVOJQJjh4iUjh4iUhO
-h4iNH hOhOCJOJQJ^JaJ hOh4iCJOJQJ^JaJh4iOJQJ^J        h4i5hy=        h4i hy=        h4iCJOJQJ^JaJ hy=        hy=        CJOJQJ^JaJ)KLMMN!N&lt;NLNbNNNNO%ObOOOPNPP +&amp; Fa$ngdn\IIIII +JJJ.J?JHJMJVJeJgJyJJJJJJJJKKKKLLLL3M4M5MMMMMMMM~qhOh4i0JVOJQJjh4iUjh4iUhO
+h4iNH hOhOCJOJQJ^JaJ hOh4iCJOJQJ^JaJh4iOJQJ^J        h4i5 hy=        h4iCJOJQJ^JaJ hy=        hy=        CJOJQJ^JaJhy=        h4iCJOJQJh4i(KLMMN!N&lt;NLNbNNNNO%ObOOOPNPP  gdJgd&gt;sgdw  
 &amp; F @@ -1541,8 +1540,8 @@
   h^hs        
 &amp; F
-&amp; FgdOnN        N N#N+N:NbN{NNNNNNNNNNNO%O2O6OoOsOOOOO P$PMPNPtPPPPP!Q'QDQEQQQQQQ¸¸¸¸¸«蚐h%
-h4iNHhsL!hJOJQJ^J hJhJCJOJQJ^JaJh&gt;sh4iCJOJQJhwCJOJQJhwhwCJOJQJhwh4iOJQJ^J hJh4ih4ihJh4iOJQJ^JhOOJQJ^J-PPPQ        RRRRRR(SGYgYYYJZZ        n
+&amp; FgdOnMMNNN        N N#N+N:NbN{NNNNNNNNNNNO%O2O6OoOsOOOOO P$PMPNPtPPPPP!Q'QDQEQݾυ{υwq
+h4iNHhsL!hJOJQJ^J hJhJCJOJQJ^JaJh&gt;sh4iCJOJQJhwCJOJQJhwhwCJOJQJhwh4iOJQJ^J hJh4ihJhOOJQJ^Jh4iOJQJ^Jh4ihO hOhOCJOJQJ^JaJ,PPPQ        RRRRRR(SGYgYYYJZZ        n
 &amp; Fn
 &amp; Fn$a$n$  ^a$gd4i @@ -1551,131 +1550,132 @@
 
 &amp; F   -^gdJQQR        RRR(R;R?RBRFRGRRRgRhRRRRRRRRRSSSS[T\T]T{T|TTTTT4U5UAUUUU˺ݤݜ݄~vov h~h4ijh4iU
+^gdJEQQQQQQQR        RRR(R;R?RBRFRGRRRgRhRRRRRRRRRSSSS[T\T]T{T|TTTTT4U5UAU˺~vjh4iU
 hNHhhn\h4i0JVj        hn\Ujhn\Uhn\hsSh4iCJOJQJ^JaJ h!dh!dCJOJQJ^JaJh!d
-h4iNHh#h%h4ih!dCJOJQJ^JaJ h!dh4iCJOJQJ^JaJ)UUUUUUU&quot;V&lt;VdVhVkVlVmVV_WjWsWtWWWW X!XOXpXqXrXXXCYDYYYYY*ZIZwZZZZ4[6[A[C[g[q[[뼱뜒눒hBCJOJQJh4iCJOJQJhBhnthn\hn\0JVCJaJhn\hn\CJaJjhn\hn\CJUaJ
-h4iNHhn\hn\6NHhn\hn\6hn\hh4ijh4iUhR+Ph4i0JV0ZZ![[[\\]n^^``` abcucc7ddddeeeengd$gngdntn^n$a$n$a$nn
+h4iNHh#h!dCJOJQJ^JaJ h!dh4iCJOJQJ^JaJh%h4i+AUUUUUUUUUU&quot;V&lt;VdVhVkVlVmVV_WjWsWtWWWW X!XOXpXqXrXXXCYDYYYYY*ZIZwZZZZ4[6[A[C[g[q[hBCJOJQJh4iCJOJQJhBhnthn\hn\0JVCJaJhn\hn\CJaJjhn\hn\CJUaJ
+h4iNHhn\hn\6NHhn\hn\6hn\hhR+Ph4i0JVjh4iUh4i h~h4i2ZZ![[[\\]n^^``` abcucc7ddddeeeengd$gngdntn^n$a$n$a$nn
 &amp; F        n
-&amp; F[[[[[[[[[[
-\\ \-\.\E\Q\\\\\\\]]2]B]H]R]n]]]]]]]]]]^#^-^6^=^H^n^^^^^^^^__h_i_p_𲽬hntCJOJQJh4iOJQJhB
+&amp; Fq[[[[[[[[[[[
+\\ \-\.\E\Q\\\\\\\]]2]B]H]R]n]]]]]]]]]]^#^-^6^=^H^n^^^^^^^^__h_i_p_沽栖hntCJOJQJh4iOJQJhB
 h4i0JVjh4iUjh4iUhBCJOJQJj:h4iU
-h4iNH        h4i5hnth4iCJOJQJh4ih4iOJQJmHsH9p_q_y_z_________ ` +h4iNH        h4i5hnth4ih4iOJQJmHsHh4iCJOJQJ:p_q_y_z_________ `  ``P`W`````` aaa]awaaaaaaaaaaaaaaaaaaaaaa&amp;b.bbgh˺˰թ՟՛՟՛՛Շh4iCJOJQJh$gCJOJQJh$gh4iCJOJQJ h4i56hH)GCJOJQJ hH)GhH)GCJOJQJ^JaJhH)G
 h4iNHh4i
-hnt0JVjhntUjhntUhnthntCJOJQJ4eee        ffdfff g5g}gggiFllmmmmDninQohopn`n$h^h`a$gd&gt;s`nngd4ihhhhiiiiii7j8jMjjjjjjjjjk        kk kZk^kkkkkElFlJlKliljlqlrlsltlllllllm:mmmmnnDnNnOnVnhninnnnh4iB*phh&gt;sh&gt;sOJQJh4iCJOJQJhRCJOJ
 QJh4iOJQJhRh4i5hRh4i56hROJQJ
-h4iNHh4iCJOJQJh4ihR&gt;nnno:oNoQohoxozooppGpHpcpmppppqqqq&gt;qqqqqqqqqqrrrr?rErrrs#s$sEsFsXsashssssssCtDtNthNCJOJQJ
+hnt0JVjhntUjhntUhnthntCJOJQJ4eee        ffdfff g5g}gggiDllmmmmBngnOofopn`n$h^h`a$gd&gt;s`nngd4ihhhhhiiiiii5j6jKjjjjjjjjjjk kkXk\kkkkkClDlHlIlglhlolplqlrlllllllm8mmmmnnBnLnMnTnfngnnnh&gt;sh&gt;sOJQJh4iCJOJQJhRCJOJQJh
 4iOJQJhRh4i5hRh4i56hROJQJ
+h4iNHh4iCJOJQJhmh4ihR&gt;nnnno8oLoOofovoxooppEpFpapkpppp q +qqq&lt;qqqqqqqqqqrrrr=rCrrrs!s&quot;sCsDsVs_sfsqss󩢚󭖭
 h6:NHhNjh4iU h&gt;sh4ih&gt;sh6:        h4i5 heh4iheCJOJQJhejh4iUh{OhRh4iOJQJh4iCJOJQJ
-h4iNHh4i8ppq&gt;qrrsssuvwwwwwwx&quot;xDxfxx:y;yIyn^gdTn^nngd6:ngd&gt;sn$a$ngden$a$NtOtWt`tttttttttuuuu)uJuKuRukuxuuuuuuuuuuuuuvvvvvvvvvww#w.wQww
+h4iNHh4ih4iB*ph4ppq&lt;qrrsssuvvwwwwww xBxdxx6y7yEyn^gdTn^nngd6:ngd&gt;sn$a$ngden$a$sssAtBtLtMtUt^tttttttttuuuu'uHuIuPuiuvuuuuuuuuuuuuuvvvvvvvvϾڠڠښ}w
 h4i0JVjh4iUjh4iUh4iCJOJQJ
-h4iNH
-hTNH hThTCJOJQJ^JaJh h4iCJOJQJ!hCh4iB*CJOJQJphhCh4iB*phh4iCJOJQJhTh4ihnt0wwxxxxxxx:y;yIy`yyyyyyyz
-zHzKzzzz+{9{X{Y{{{{{{{{{{{{{ | -|u|}|~|||||||}~}跲蟪莪hntjh4iU
-h4i0JVjh4iUjh4iU        h4i5h4i6B*ph hTh4i        h4i6hsh4i56PJhsS
-h4iNHhTh4ih4iCJOJQJh4iCJOJQJ6Iy`yyzHzzzzzzzzwl
+hTNH hThTCJOJQJ^JaJh h4iCJOJQJ!hCh4iB*CJOJQJphhCh4iB*phhThnt
+h4iNHh4ih4iCJOJQJhNCJOJQJ.vvvw!w,wOwwwxxxxxx6y7yEy\yyyyyyyzzDzGzzzz'{5{T{U{{{{{{{{{{{{{|        |q|y|z|||󿸿hntjh4iU
+h4i0JVjh4iU        h4i5h4i6B*ph hTh4i        h4i6hsh4i56PJhsS
+h4iNHh4iCJOJQJhTh4iCJOJQJh4ijh4iU6Ey\yyzDzzzzzzzzwl
 $$G$Ifa$]kdx$$IfTF        &amp;C!              44
-laln$$G$Ifa$n$8^8`a$gdsn$a$$ zzz${+{,{9{?{X{{]kd#$$IfTF        &amp;C!              44
+laln$$G$Ifa$n$8^8`a$gdsn$a$$ zzz {'{({5{;{T{{]kd#$$IfTF        &amp;C!              44
 lal
-$$G$Ifa$        $$Ifa$        {{{{||        $$Ifa$
+$$G$Ifa$        $$Ifa$        {{{{
+||        $$Ifa$
 $$G$Ifa$]kde$$IfTF        &amp;C!              44
-lal||||~}}v~~Z=DwR=M$n$a$n]kd$$IfTF        &amp;C!              44
-lal~}}}}}}}}}}}4~5~6~t~u~v~~~~~~~~~~~&gt;COXZux=D𡗍}oh4iCJOJQJmHsHh4iCJOJQJ
+lal||||z}}r~~V9@sN9I$n$a$n]kd$$IfTF        &amp;C!              44
+lal||||| }z}{}}}}}}}}}}}0~1~2~p~q~r~~~~~~~~~~~:?KTVqt +9~h4iCJOJQJ
 h4iCJh(-CJOJQJh4iCJOJQJh4iOJQJh4i0J[5OJQJ
 h4iCJ
 h4iNH
-h4i0JVj h4iUjh4iU        h4iH*h'h4ih(-CJOJQJh4iCJOJQJ        h4i5+DV]ۀuwBGق;=BKLM}q}eYhYCJOJQJaJh4iCJOJQJaJh~CJOJQJaJh~h4iCJOJQJaJh~ h~h^BfCJOJQJ^JaJ h^Bfh^BfCJOJQJ^JaJh^BfhfCJOJQJh^BfCJOJQJ        h4i6hfh4i56PJh4iB*ph
-h4iNHh4iCJOJQJhA-h'h4i!M؃@_,.79BOQZ\egp^gdfngdf%?hrلڄÉljՉ34⵱|oooohlPhYCJOJQJhYCJOJQJhfhfCJOJQJ
+h4i0JVj h4iUjh4iU        h4iH*h'h(-CJOJQJh4iCJOJQJ        h4i5h4i09@RY׀߀qs&gt;CՂނ79&gt;GHI~ocoWh4iCJOJQJaJh~CJOJQJaJh~h4iCJOJQJaJh~ h~h^BfCJOJQJ^JaJ h^Bfh^BfCJOJQJ^JaJh^BfhfCJOJQJh^BfCJOJQJ        h4i6hfh4i56PJh4iB*ph
+h4iNHh4iCJOJQJhA-h'h4ih4iCJOJQJmHsH!I{|݃!;dnՄքÉщ/0ֵֿ|oooohlPhYCJOJQJhYCJOJQJhfhfCJOJQJ
 hfNHhf
-h4iNHh4iCJOJQJh4ihYh4iCJOJQJhYhYCJaJhYCJOJQJaJh~CJOJQJaJh~h4iCJOJQJaJh~hYCJOJQJaJ(ƅȅхӅ݅         !#-/9;EGQS]_i^gdf')7HXfuLJЇۇ
 ^gdf.?H]sƈȈ͈ψوۈ^gdf -45;?u
 ^gdfnn^gdYngdY
+h4iNHh4iCJOJQJh4ihYh4iCJOJQJhYhYCJaJh~CJOJQJaJh~h4iCJOJQJaJh~hYCJOJQJaJhYCJOJQJaJ)I|ԃ&lt;[(*35&gt;KMVXacl{^gdfngdf…ąͅυم)+57ACMOY[e
 ^gdf߆#%3DTbqÇׇ̇^gdf *;DYoˆĈɈˈՈ׈
 ^gdf        01݋7;q^gdfnn^gdYngdY
 ^
 gd4i^gdY
 ^
-gdY^gdf456ߋ#QR&lt;=Z^k¤ޤ -WʹʃyyohYCJOJQJhfCJOJQJ hYhYCJOJQJ^JaJhfh eh4iCJOJQJ
-h4iNHh4iCJOJQJh4ihYCJOJQJ hhYhYhh4iCJNHOJQJhh4iCJOJQJ hh4ih~hsCJOJQJaJ+эԍ O#X,aː5jԑ        &gt;s^gdfsݒG|~œƓ Iloϔє136}ĕ R
 ^gdfHƗ&gt;~&gt;~&gt;~&gt;~&gt;~^gdf)+aٝܝ7hʞ,]Gm&amp;rߢ+
 ^gdf+\MǨ!Sesǩթةݪ^$n^gdfWX -567HIæĦŦƦҦ֦ݦ8;Wajxʧ˧̧blmtu~ĨŨǨ
 ި!ϨhX hXhXCJOJQJ^JaJ hh hh4ihCJOJQJh4i56PJh4i56PJjh4iUh4iCJOJQJhf
+gdY^gdf01}2ۋ܋݋ +MN89VZgڤ)SʹʃyyohYCJOJQJhfCJOJQJ hYhYCJOJQJ^JaJhfh eh4iCJOJQJ
+h4iNHh4iCJOJQJh4ihYCJOJQJ hhYhYhh4iCJNHOJQJhh4iCJOJQJ hh4ih~hsCJOJQJaJ+͍ЍKT(]ǐ1fБ:o^gdfoْCxz“Ehk˔͔-/2yN
 ^gdfߖD—:z:z:z:z:z^gdf%']՝؝3dƞ(YCi&quot;nۢ'
 ^gdf'XIèOao}éѩԩ٪^$n^gdfST        
+123DE¦ΦҦ٦ݦ47S]ft|Ƨǧȧ^hipqzèڨϨhX hXhXCJOJQJ^JaJ hh hh4ihCJOJQJh4i56PJh4i56PJjh4iUh4iCJOJQJhf
 h4i0JVjh4iUjh4iUh4i
-h4iNH4!*1R]dةܩީ-.LcdeŪ/0doptw 'U\Ƭ$+krԭޭ!+G̨žhXCJOJQJh4iCJOJQJhlPh4iCJOJQJhXh4iCJOJQJhX
-h4iNHh4i        h4i5hXh4i56hi.CJOJQJhCJOJQJhlPh4iCJOJQJ70wKG`a˭Hd`gdXngdX^gdP -^gd4i`gd4i^n^gdXGHdfijstܮ!&quot;ȯɯկ֯34:CDKZikmް&amp;/ԽԞq)hfhfB*CJOJQJ^JaJphhfB*phh|uB*phh4iB*phh8h4iB*phhCJOJ
 QJh4iCJOJQJhlPh4iCJOJQJh?j
+h4iNH4&amp;-NY`ԩةک)*H_`a+,`klps}#QX¬ 'gnЭڭ'C̨žhXCJOJQJh4iCJOJQJhlPh4iCJOJQJhXh4iCJOJQJhX
+h4iNHh4i        h4i5hXh4i56hi.CJOJQJhCJOJQJhlPh4iCJOJQJ7,sݫG|C\]{ǭD``gdXngdX^gdP +^gd4i`gd4i^n^gdXCD`befopخįůѯү +/06?@GVegiڰ&quot;+ԽԞq)hfhfB*CJOJQJ^JaJphhfB*phh|uB*phh4iB*phh8h4iB*phhCJOJQJ
 h4iCJOJQJhlPh4iCJOJQJh?j
 
 h4iNHh4ihXCJOJQJhlPhXCJOJQJhXhP -h4iCJOJQJ*ή9:lmST&amp;'g        JK~s^gd4i^gd4is^`gdP +h4iCJOJQJ*ʮ56hiOP&quot;#cFGz{s^gd4i^gd4is^`gdP  
 ^^
 ^
 gdX^gd4i
 ^
-ngdX/0RSuy        $%&amp;'18qxȾ~pc[Sh-vB*phh4iB*phh-vh4i5B*phh-vh4i56B*phh4iCJOJQJhCJOJQJhlPh4iCJOJQJ hXh4ih|umH        0sH        0h4imH        0sH        0hXmH        0sH        0hXCJOJQJhlPh4iCJOJQJhXh4ih8h4iB*phhfB*phhfhfB*CJaJph -.MNOܴݴgouwobUhlPh4iCJOJQJhk0h4iCJOJQJhntB*ph)hmFh4iB*CJOJQJ^JaJph%hmFh4iB*CJOJQJaJphhmFB*phhmF
-h4i0JVj=h4iUh4ijh4iU!hk0h4iB*CJOJQJphh4iB*NHphh4iB*phh-vB*phh-vh4i&gt;*B*ph!        IJKPh
-8Yhjwy±~t~peVOVO hh4ihP +ngdX+,NOqu !&quot;#-4mtȾ~pc[Sh-vB*phh4iB*phh-vh4i5B*phh-vh4i56B*phh4iCJOJQJhCJOJQJhlPh4iCJOJQJ hXh4ih|umH        0sH        0h4imH        0sH        0hXmH        0sH        0hXCJOJQJhlPh4iCJOJQJhXh4ih8h4iB*phhfB*phhfhfB*CJaJph )*IJKشٴckqwobUhlPh4iCJOJQJhk0h4iCJOJQJhntB*ph)hmFh4iB*CJOJQJ^JaJph%hmFh4iB*CJOJQJaJphhmFB*phhmF
+h4i0JVj=h4iUh4ijh4iU!hk0h4iB*CJOJQJphh4iB*NHphh4iB*phh-vB*phh-vh4i&gt;*B*ph!EFGLd
+ 4Udfsu±~t~peVOVO hh4ihP  h4iCJOJQJaJhP  h4iCJaJhP  hP  CJOJQJ hk0h4ih:{h4iCJNHOJQJh:{h4iCJOJQJ
 h4iNHh4iCJOJQJ hmFhP  CJOJQJ^JaJh4iCJOJQJ^JaJ hmFh4iCJOJQJ^JaJhP -CJOJQJ^JaJh4ihlPh4iCJOJQJ̷ηݷ128AFM~-0hk$'();ijkȾ摾Պ h&gt;Bh4ihlPh4iCJOJQJ
+CJOJQJ^JaJh4ihlPh4iCJOJQJȷʷٷ޷
+ -.4=BIz{),dg #$%7efg{
+Ⱦ摾Պ h&gt;Bh4ihlPh4iCJOJQJ
 h4iCJhh4iCJOJQJhTC:h4iCJOJQJh4iCJOJQJh4ihh4iNH hP  h4iCJOJQJ^JaJhP   hh4ihP -h4iCJOJQJaJ6Ǹ,.bbbbbbJsEƀb'^gd4is^gd4iJsEƀhb'^gd4i .1;gilzŹԹ&quot;$')
 JsEƀb'^gd4is^gd4i);Jjkػ12RSclm$
+h4iCJOJQJaJ6ø(*bbbbbbJsEƀb'^gd4is^gd4iJsEƀhb'^gd4i *-7cehvй޹ #%JsEƀb'
 ^gd4is^gd4i%7FfgԻ-.NO_hi$
 ^
 gd4i^ngdP -V[ػ:;2RSyҾӾԾ#$KX`hjnſ_˼ˢ˚ӏzrjˢˢhKB*phh4iOJQJhk0h4iB*OJQJph
+
+RWԻ67.NOuξϾоݾ޾ GT\dfj +[˼ˢ˚ӏzrjˢˢhKB*phh4iOJQJhk0h4iB*OJQJph
 h4i0JVj(h4iUjh4iUh4iCJOJQJh4i5B*CJ OJQJph        h4i5h4iB*NHphh4iB*phh4ihsShP   hP -h4iCJOJQJ^JaJh&gt;Bh4iNH h&gt;Bh4i)_HIlvlrs9J26?D&gt;Hs}(0cl
-˻~hSh4iB*OJQJphhSh4iB*OJQJphh4iB*NHphhEh4i&gt;*B*phhEB*phh4i5B*CJ OJQJph        h4i5hKB*phh4iCJNHOJQJhKCJOJQJh4iB*phh4iCJOJQJ189WX $G$If^$G$IfHkd$$If0d| 44
+h4iCJOJQJ^JaJh&gt;Bh4iNH h&gt;Bh4i)[ DEhr
+hno5F.2;@:Doy$,_h˻~hSh4iB*OJQJphhSh4iB*OJQJphh4iB*NHphhEh4i&gt;*B*phhEB*phh4i5B*CJ OJQJph        h4i5hKB*phh4iCJNHOJQJhKCJOJQJh4iB*phh4iCJOJQJ145ST $G$If^$G$IfHkd$$If0d| 44
 la
-$$G$Ifa$^ lmbc !STXABkl'35ACOQ]_ikvx12횒h4i6B*phh4iB*phh4iB*OJQJph hj&lt;h4iCJOJQJ^JaJ        h4i6hj&lt;h4ih6hE0JVhEhEB*phjhEB*UphhEB*phh4iB*phh4iB*NHph5 6A[Hkd]$$If0d| 44
+$$G$Ifa$^ hi^_OPT=&gt;gh#/1=?KMY[egrt-.횒h4i6B*phh4iB*phh4iB*OJQJph hj&lt;h4iCJOJQJ^JaJ        h4i6hj&lt;h4ih6hE0JVhEhEB*phjhEB*UphhEB*phh4iB*phh4iB*NHph52=[Hkd]$$If0d| 44
 la $G$If^$G$IfHkd$$If0d| 44
-laAB`kl[Hkd $$If0d| 44
+la=&gt;\gh[Hkd $$If0d| 44
 la $G$If^$G$IfHkd$$If0d| 44
-la9:[YYYYYHkd$$If0d| 44
+la56[YYYYYHkd$$If0d| 44
 la $G$If^$G$IfHkdb$$If0d| 44
-la        289st&amp;,?FJK|-BKks䶲||h4iB*OJQJph)hj&lt;h4iB*CJOJQJ^JaJphhj&lt;
-h4i0JVjh4iUh4ijh4iUh8nh4iB*OJQJphhj&lt;h4i&gt;*B*phh4iB*NHphh4iB*phhj&lt;B*phhj&lt;h4iB*ph+vw78 -+,CST+PQҿ}}q}g}}[[h4iB*OJQJphh_B*NHphh_B*OJQJphh_B*phh4iB*NHphh4iB*phh4i5B*CJ OJQJph        h4i5h4ihj&lt;h4i0JY6B*ph$hj&lt;h4i0JY6B*CJaJph,hj&lt;h4i0JY6B*CJOJQJaJph,hj&lt;hj&lt;0JY6B*CJOJQJaJph#DEQDvw%&amp;
 ^gdsQV]}~BCDEPQwcTchy&quot;hy&quot;B*CJaJph&amp;jhy&quot;hy&quot;B*CJUaJphhy&quot;B*phjh4iUjh4iUh4ihy&quot;h4i0JVCJaJ#jhy&quot;h4iCJUaJhy&quot;h4iCJaJjhy&quot;h4iCJUaJh4iCJOJQJh4iB*NHphh-cB*phh4iB*OJQJphh4iB*ph Q9:[T`a9:?BCD6Dװ
 ϰϓsjh!h4i0JVj5h!h4iU h!h4ijh!h4iUh!h4iB*ph#h!B*CJOJQJ^JaJph)h!h4iB*CJOJQJ^JaJphh4iB*NHphh!B*phh4iB*ph&amp;jhy&quot;hy&quot;B*CJUaJphhy&quot;hy&quot;0JVCJaJ&amp;DL @Auvw$bc~EF&amp;Em#h2XB*CJOJQJ^JaJphh4iB*NHph h2Xh4i5B*OJQJph        h4i5h2Xh4i0JVj$h2XB*Uphjh2XB*Uph)h2Xh4iB*CJOJQJ^JaJph)h2Xh2XB*CJOJQJ^JaJphh4iB*phh2XB*ph(EJKRSW`z{~%&amp;7
 DTUfh{|./5689ꦡwwwwwh4iB*NHphhzB*phh4iB*phh4i5B*CJ OJQJph        h4i5h4i5B*CJ ph h2Xh4iCJOJQJ^JaJ)h2Xh2XB*CJOJQJ^JaJph#h2XB*CJOJQJ^JaJph)h2Xh4iB*CJOJQJ^JaJph.&amp;z{7fgh{|TVuv{| -T$        @ &amp;gd2X9ABVuv23
 ]gx{|&quot;+1J)*&gt;?uu)h}Sh4iB*CJOJQJ^JaJphh}SB*phh4i5B*CJOJQJph)hzhzB*CJOJQJ^JaJph)hzh4iB*CJOJQJ^JaJphh4iB*OJQJphh4i5B*CJ OJQJph        h4i5h4iB*NHphh4iB*ph.$kl        56FXYn&lt;={|$
 GHMYl(5        6?FRXYn&lt;&gt;{| N[.h4i5B*OJQJphh4i5B*CJ OJQJph        hs5h4i5B*CJOJQJphh4iB*OJQJphh4iB*OJQJphh4iB*NHph)heh4iB*CJOJQJ^JaJphh4iB*ph        h4i55|
- -MNa.ikx^&quot;#pq}~kx-}!;Y[hlK꿱꿱        h4i5heheCJOJQJaJhehPh4i5OJQJ^Jh4i)heheB*CJOJQJ^JaJphheB*phh4iB*NHphh4iB*ph
 h4i5B*OJQJph9-|}!$^a$^)7U]ao#$TY]kNV`hlz}#$}~_fjp                                蟲蟲腲hLh4iB*phhLh4iB*OJQJph$hPh4i5B*OJQJ^JphhPB*phh4iB*NHph)hPh4iB*CJOJQJ^JaJphhK&quot;
 h4iB*OJQJphh4iB*phh4i5B*CJ OJQJph4rsOP'(|}        
-34d        e                        ! &quot; ^^                         )        *                                                        V
-W
-
-
-
-
-&amp; ' `      # 2     - - - - -
-hn/5G8䴦hPh4iNH hPh4i hPh4iCJOJQJ^JaJhPCJOJQJ^JaJhPh4iB*phhPB*ph%hPhPB*CJOJQJaJphh4iB*NHphh4iB*ph%hPh4iB*CJOJQJaJph4&quot;   2 &gt;     9 - +la        .45op&quot;(;BFGx)&gt;Ggo䶲||h4iB*OJQJph)hj&lt;h4iB*CJOJQJ^JaJphhj&lt;
+h4i0JVjh4iUh4ijh4iUh8nh4iB*OJQJphhj&lt;h4i&gt;*B*phh4iB*NHphh4iB*phhj&lt;B*phhj&lt;h4iB*ph+|}rs34        '(?OP'LMҿ}}q}g}}[[h4iB*OJQJphh_B*NHphh_B*OJQJphh_B*phh4iB*NHphh4iB*phh4i5B*CJ OJQJph        h4i5h4ihj&lt;h4i0JY6B*ph$hj&lt;h4i0JY6B*CJaJph,hj&lt;h4i0JY6B*CJOJQJaJph,hj&lt;hj&lt;0JY6B*CJOJQJaJph#@AM@rs!&quot;
 ^gdsMRYyz&gt;?@ALMwcTchy&quot;hy&quot;B*CJaJph&amp;jhy&quot;hy&quot;B*CJUaJphhy&quot;B*phjh4iUjh4iUh4ihy&quot;h4i0JVCJaJ#jhy&quot;h4iCJUaJhy&quot;h4iCJaJjhy&quot;h4iCJUaJh4iCJOJQJh4iB*NHphh-cB*phh4iB*OJQJphh4iB*ph M 56WP\]56;&gt;?@2@
 װϰϓsjh!h4i0JVj5h!h4iU h!h4ijh!h4iUh!h4iB*ph#h!B*CJOJQJ^JaJph)h!h4iB*CJOJQJ^JaJphh4iB*NHphh!B*phh4iB*ph&amp;jhy&quot;hy&quot;B*CJUaJphhy&quot;hy&quot;0JVCJaJ&amp;@H&lt;=qrs ^_zAB&quot;Am#h2XB*CJOJQJ^JaJphh4iB*NHph h2Xh4i5B*OJQJph        h4i5h2Xh4i0JVj$h2XB*Uphjh2XB*Uph)h2Xh4iB*CJOJQJ^JaJph)h2Xh2XB*CJOJQJ^JaJphh4iB*phh2XB*ph(AFGNOS\vwz!
 &quot;3@PQbdwx *+12|45ꦡwwwwwh4iB*NHphhzB*phh4iB*phh4i5B*CJ OJQJph        h4i5h4i5B*CJ ph h2Xh4iCJOJQJ^JaJ)h2Xh2XB*CJOJQJ^JaJph#h2XB*CJOJQJ^JaJph)h2Xh4iB*CJOJQJ^JaJph.&quot;vw3bcdwxPRqrwx +T$        @ &amp;gd2X5=&gt;Rqr
 ./Yctwx'-F%&amp;{|:;uu)h}Sh4iB*CJOJQJ^JaJphh}SB*phh4i5B*CJOJQJph)hzhzB*CJOJQJ^JaJph)hzh4iB*CJOJQJ^JaJphh4iB*OJQJphh4i5B*CJ OJQJph        h4i5h4iB*NHphh4iB*ph. gh12BTUj89wx
  CDIUh$12;BNTUj8:wxJW*h4i5B*OJQJphh4i5B*CJ OJQJph        hs5h4i5B*CJOJQJphh4iB*OJQJphh4iB*OJQJphh4iB*NHph)heh4iB*CJOJQJ^JaJphh4iB*ph        h4i55x        IJ]*egt
 ^lmyzgt)y 7UWdh~G꿱꿱        h4i5heheCJOJQJaJhehPh4i5OJQJ^Jh4i)heheB*CJOJQJ^JaJphheB*phh4iB*NHphh4iB*phh4i5B*OJQJph9)xy
+ $^a$^%3QY]k PUYgKS]eiwz !z{~\cgm藲藲hLh4iB*OJQJph$hPh4i5B*OJQJ^JphhmB*phhPB*phh4iB*NHph)hPh4iB*CJOJQJ^JaJphhK&quot;h4iB*OJQJphh4iB*phh4i5B*CJ OJQJph4
 noKL$%yz01a        b                          ^^                                &amp;        '                                                        S
+T
+
+
+
+
+# $ ]        /     + + + + +ek},ѴѴѩzhPh4iNH hPh4i hPh4iCJOJQJ^JaJhPCJOJQJ^JaJhPh4iB*ph%hPhPB*CJOJQJaJphh4iB*NHphh4iB*ph%hPh4iB*CJOJQJaJphhPB*phhLh4iB*ph0   / ;     6 +  Hkd$$If0j,&quot;44
 la$If$G$If$^a$^
- - - -*Rggaaa$IfHkd$$If0j,&quot;44
+ + + +'Odgaaa$IfHkd$$If0j,&quot;44
 la$G$IfHkdM$$If0j,&quot;44
-la        ghgHkdC$$If0j,&quot;44
+la        de}gHkdC$$If0j,&quot;44
 la$G$IfHkd$$If0j,&quot;44
-la./GUrgaa$IfHkd$$If0j,&quot;44
+la+,DRogaa$IfHkd$$If0j,&quot;44
 la$G$IfHkd$$If0j,&quot;44
-la78R]aHkd$$If0j,&quot;44
+la,2D5;O=CQSTUMNZlruBQ\]dƼƲ֮
+h(ANHh:h(Ah%v
+hNHhPJ^JaJhhsSh4iB*NHphh4iCJOJQJh4iB*phhPB*phh4i hPh4i hPh4iCJOJQJ^JaJhPCJOJQJ^JaJ445OZaHkd$$If0j,&quot;44
 la$If$G$IfHkd9$$If0j,&quot;44
 la
-8&gt;R@FTVWX !PQ]oux        ET_`gƼƲ֮ hdh
-h(ANHh:h(Ah%v
-hNHhPJ^JaJhhsSh4iB*NHphh4iCJOJQJh4iB*phhPB*phh4i hPh4i hPh4iCJOJQJ^JaJhPCJOJQJ^JaJ/?@TUaHkd/$$If0j,&quot;44
+&lt;=QRaHkd/$$If0j,&quot;44
 la$If$G$IfHkdݚ$$If0j,&quot;44
-laUVWz{ !Q']gd$a$gd$a$gdgd$gdigd4i^Hkd$$If0j,&quot;44
-la+8STc/018&gt;^_-01п󬷣󖇖}pahChNHPJ^J
-aJ hChPJ^J
+laRSTwxN$]gd$a$gd$a$gdgd$gdigd4i^Hkd$$If0j,&quot;44
+la(5PQ`,-.5;[\*-허~qhChPJ^J
 aJ h:PJ^J        aJhChNHPJ^J        aJhChPJ^J        aJhx h0JVjhUjhU
-h%v0JVjӛh%vUjh%vUhMhNH hMh hdhh%vhhe ^h5&amp;1cdir~CLmöwjYRDYRYhOJPJQJ^JaJ  hdh hdhOJPJQJ^JaJ hdhPJ^J
+h%v0JVjӛh%vUjh%vUhMhNH hMhh%vhhe ^h5 hdh&amp;-.`afo{@I˾{h[JC5JChOJPJQJ^JaJ  hdh hdhOJPJQJ^JaJ hdhPJ^J
 aJ $jhhUmHnHtH        uhUhCJPJ^J
 aJ hNHPJ^J
 aJ hPJ^J
@@ -1688,135 +1688,137 @@
 aJ h:PJ^J
 aJ hC8hCJPJ^J
 aJ hChPJ^J
-aJ mnZ[\]˽ܯjZMCMhPJ^J
+aJ hChNHPJ^J
+aJ IjkWXYZ|˽ﯽjZMCMhPJ^J
 aJ hdhPJ^J
-aJ hw0JVOJPJQJ^JaJ )j&quot;hwOJPJQJU^JaJ hwOJPJQJ^JaJ #jh:OJPJQJU^JaJ hNHOJPJQJ^JaJ hOJPJQJ^JaJ h:OJPJQJ^JaJ  hdh:OJPJQJ^JaJ  hdhOJPJQJ^JaJ $hdhNHOJPJQJ^JaJ JKMw%'(̸̟֩uuufu\uUN hah{7 hdhh %mPJ^J        aJhAhNHPJ^J        aJhAhPJ^J        aJ$h %mhCJOJPJQJ^JaJh:PJ^J        aJhPJ^J        aJhh0JVPJ^J
+aJ hw0JVOJPJQJ^JaJ )j&quot;hwOJPJQJU^JaJ hwOJPJQJ^JaJ #jh:OJPJQJU^JaJ hNHOJPJQJ^JaJ hOJPJQJ^JaJ h:OJPJQJ^JaJ  hdh:OJPJQJ^JaJ $hdhNHOJPJQJ^JaJ  hdhOJPJQJ^JaJ GHJt&quot;$%̸̟֩uuufu\uUN hah{7 hdhh %mPJ^J        aJhAhNHPJ^J        aJhAhPJ^J        aJ$h %mhCJOJPJQJ^JaJh:PJ^J        aJhPJ^J        aJhh0JVPJ^J
 aJ 'j&quot;hnhPJU^J
 aJ hPJ^J
 aJ jhPJU^J
 aJ hdhPJ^J
 aJ hdhNHPJ^J
-aJ '(efUVFf s^gds^gd`gd^gd $]a$gd$]a$gdoG]gd{7gd129=DILPYef,HIOj}ȿȸ|uluhhhGrhNH hGrhh %mNHPJ^J
+aJ $%bcRS~Cc s^gds^gd`gd^gd $]a$gd$]a$gdoG]gd{7gd./6:AFIMVbc)EFLgzȿȸ|uluhhhGrhNH hGrhh %mNHPJ^J
 aJ h %mPJ^J
 aJ hhNHPJ^J
 aJ h:PJ^J
 aJ hhPJ^J
-aJ  hhh5^J        aJhEh5^J        aJ hdh h %mh{7CJOJQJ^JaJh{7 hah{7hah{7NH$UV'PW   - 5 : B E O P e g !/!&lt;!Z!ƼƼƼƲƼ}hCJOJQJhzhCJOJQJ hCmmhCJOJQJ^JaJhEhCJh:h %mCJOJQJhCJOJQJhEhCJOJQJhdhOJQJ
-hNH hdhh %mhhhOJQJ^J1f g p |          !!/!0![!\!!!!&quot;&quot;&quot;&quot;^gdXgdgds^gd^gds^gdZ![!\!!!!!!!!!!&quot;&quot;&quot;&quot;&quot;&quot;&quot;]&quot;^&quot;m&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;#####ؾؾ;󔇀vvovvofhKhNH hKhhCJOJQJ h@|h
 h&lt;hCJOJQJhnhCJOJQJ        h5        hX5hh5hl        hOJQJ hl        hhOJQJh: h ;hhEh5OJQJ h7hhEh5hhEhCJ(&quot;&quot;]&quot;^&quot;m&quot;&quot;&quot;&quot;&quot;1#2#U#V#####F%G%%%%%&amp;&amp;.&amp;s^gd^gd$a$gdgdgd^gdX#*#.#/#1#2#T#U#V#\#]#a#e#m################# $X$Z$[$ƹее{еslf]V]
  hd}hhd}h^J
+aJ  hhh5^J        aJhEh5^J        aJ hdh h %mh{7CJOJQJ^JaJh{7 hah{7hah{7NH$ +RS$MT   * 2 7 ? B L M b d  ,!9!W!ƼƼƼƲƼ}hCJOJQJhzhCJOJQJ hCmmhCJOJQJ^JaJhEhCJh:h %mCJOJQJhCJOJQJhEhCJOJQJhdhOJQJ
+hNH hdhh %mhhhOJQJ^J1c d m y            ,!-!X!Y!!!!&quot;&quot;&quot;^gdXgdgds^gd^gds^gdW!X!Y!!!!!!!!!!&quot;&quot;&quot;&quot;&quot;&quot;Z&quot;[&quot;j&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;###ؾؾ;󔇀vvovvofhKhNH hKhhCJOJQJ h@|h
 h&lt;hCJOJQJhnhCJOJQJ        h5        hX5hh5hl        hOJQJ hl        hhOJQJh: h ;hhEh5OJQJ h7hhEh5hhEhCJ(&quot;Z&quot;[&quot;j&quot;&quot;&quot;&quot;&quot;.#/#R#S#####C%D%%%%%&amp;&amp;+&amp;s^gd^gd$a$gdgdgd^gdX#'#+#,#.#/#Q#R#S#Y#Z#^#b#j#################        $U$W$X$ƹее{еslf]V] h
 d}hhd}h^J
 h&amp;g^J hhhOJQJhvhCJOJQJh%rhCJOJQJ hhhOJQJ^J
-h^Jhh^Jhhnh&amp;gCJOJQJhCJOJQJhnhCJOJQJ hkh&amp;ghCJOJQJ h:h:h: hKh![$_$i$$$$$$$$$$$$$$$%%%&amp;%;%D%E%%%%2&amp;3&amp;4&amp;U&amp;k&amp;l&amp;o&amp;p&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;ޭޭyyrirh6&lt;hCJ h6&lt;hhCJOJQJ
+h^Jhh^Jhhnh&amp;gCJOJQJhCJOJQJhnhCJOJQJ hkh&amp;ghCJOJQJ h:h:h: hKh!X$\$f$~$$$$$$$$$$$$$$ %&quot;%#%8%A%B%%%%/&amp;0&amp;1&amp;R&amp;h&amp;i&amp;l&amp;m&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;ޭޭyyrirh6&lt;hCJ h6&lt;hhCJOJQJ
 hNHhCJOJQJh&lt;hCJOJQJh6&lt;hCJOJQJhhd}hCJ hmH[h h&amp;gh
 hCJ hV,hhV,hCJhV,hCJOJQJ
 h&amp;g^Jhd}h^J
-h^J).&amp;3&amp;4&amp; ' ' -'.')+#,T,y,,
---(-P-q----@.R.w...^gd&amp;g^nigd4igds^gd&amp;&amp;&amp;&amp;&amp;&amp;&amp;'        '
-' ' ' -'{''''''j(k((())* *******3+&lt;+e+o+++++ -,!,&quot;,),*,-,̷̷̷̻̻̻̦̜̃h4iOJQJ h&amp;gh&amp;gCJOJQJ^JaJh4iCJOJQJ h&amp;gh4iCJOJQJ^JaJh&amp;g
-h4iNHhLh4iOJQJh4i hu'h4i h6&lt;h hmH[hhhCJOJQJh6&lt;hCJOJQJ.-,3,:,T,Y,c,,,,,,,,,,,-
---8.9.?......../!/&amp;/0/////////0 0:0;0A0B0K0O0ýҲҲ圏{h`CJOJQJh4iCJOJQJhh4iCJOJQJ
+h^J)+&amp;0&amp;1&amp;'        '
+'+')+ ,Q,v,,--%-M-n----=.O.t...^gd&amp;g^nigd4igds^gd&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;'''        '
+'x''''''g(h((())********0+9+b+l+++++
+,,,&amp;,',*,̷̷̷̻̻̻̦̜̃h4iOJQJ h&amp;gh&amp;gCJOJQJ^JaJh4iCJOJQJ h&amp;gh4iCJOJQJ^JaJh&amp;g
+h4iNHhLh4iOJQJh4i hu'h4i h6&lt;h hmH[hhhCJOJQJh6&lt;hCJOJQJ.*,0,7,Q,V,`,,,,,,,,,,,---5.6.&lt;........//#/-//////////07080&gt;0?0H0L0ýҲҲ圏{h`CJOJQJh4iCJOJQJhh4iCJOJQJ
 h4iCJ
 h4iNHh3iCJOJQJh&amp;gh4iCJNH
-h&amp;gCJh&amp;gh4iCJOJQJ^Jh&amp;gh4iCJh&amp;gCJOJQJh4ih4iCJOJQJh;=h4iCJOJQJ0......:0;01111p2q2222243L3i3333333igd4i        igd4iozb'^O0Y0`0c0e00000000000000011 1111111)1I1U1n1o11111/28292b2n2p2th4i5CJOJQJhh4i5CJOJQJaJ#hh4i5CJOJQJ^JaJh4i
 5CJNHh`h4i5CJOJQJaJ +h&amp;gCJh&amp;gh4iCJOJQJ^Jh&amp;gh4iCJh&amp;gCJOJQJh4ih4iCJOJQJh;=h4iCJOJQJ0......70801111m2n2}222213I3f3333333igd4i        igd4iozb'^L0V0]0`0b00000000000000011        1 111111&amp;1F1R1k1l11111,25262_2k2m2th4i5CJOJQJhh4i5CJOJ
 QJaJ#hh4i5CJOJQJ^JaJh4i5CJNHh`h4i5CJOJQJaJ  h4i5CJ -h5CJhh4iCJOJQJh4iCJNHOJQJh4iCJOJQJh`CJOJQJh`h4i^JaJ*p2q222223333 -4-4&lt;4r4y4444R5X5p555555556
-66666B6D6i6y6666彭ėrhh4i5CJOJQJhh3i5CJOJQJaJ h3ih3i +h5CJhh4iCJOJQJh4iCJNHOJQJh4iCJOJQJh`CJOJQJh`h4i^JaJ*m2n222223333
+4*494o4v4444O5U5m5}5~555555566636?6A6f6v6666彭ėrhh4i5CJOJQJhh3i5CJOJQJaJ h3ih3i  h3i5CJh3ih3iCJ
 h4iCJhh4i5CJOJQJaJ -h4i5CJh4i5CJOJQJhh4iOJQJaJhh4iaJhh4i5CJOJQJaJhh4iCJaJ'33-4r4445555566666C7D7E7T7&lt;&lt;&gt;&gt;??A$a$igdsSigd3i66667747@7C7D7E77777R8S88888N9O9999999Z:[:;;;;0&lt;1&lt;`&lt;a&lt;&lt;&lt;B=C=&gt;&gt;)?*?@@BBBBBBѽ
 hhCJOJQJh4iCJOJQJhnth
+h4i5CJh4i5CJOJQJhh4iOJQJaJhh4iaJhh4i5CJOJQJaJhh4iCJaJ'33*4o4445555566666@7A7B7Q7&lt;&lt;&gt;&gt;??A$a$igdsSigd3i6666 +7717=7@7A7B77777O8P88888K9L9999999W:X:;;;;-&lt;.&lt;]&lt;^&lt;&lt;&lt;?=@=&gt;&gt;&amp;?'?@@BBBBBBѽhhCJOJ
 QJh4iCJOJQJhnth
 h4iNHh4i hsShsShsShh4i5CJOJQJaJ  h4i5CJ -h3i5CJhh4i5CJOJQJaJhh3i5CJOJQJaJ6AA&gt;C?CHDID=E&gt;EhHiH.I/I%L&amp;LFMGMTMUMMM3N}NNOOPP9Q:Q^$a$BBBBCC CCCCC$C&lt;CCCCCgDmD~DDDDDDDD&quot;E:EQEWEEE@FAFFFFFHHHHII=ICIIIIIII9J:JJJJJJJKKK        LL#LwLxLL
 jh4iUhnthhh4iCJOJQJaJ
+h3i5CJhh4i5CJOJQJaJhh3i5CJOJQJaJ6AA;C&lt;CEDFD:E;EeHfH+I,I&quot;L#LCMDMQMRMMM0NzNNOOPP6Q7Q^$a$BBBBCCC CCCC!C9CCCCCdDjD{DDDDDDDDE7ENETEEE=F&gt;FFFFFHHHHII:I@IIIIIII6J7JJJJJJJKKKLL LtLuLLjh4iUhnth
 hh4iCJOJQJaJ
 h4iNHh4iCJOJQJh4i
-hNHhhhCJOJQJaJELLLMMM0M6M7MHMOOOPP4P5PPPPPPPQ:QRRSS*T1T2T&gt;T?TTTUT^TpTTTTTTTTUU+U,U&lt;UBUIUJUSUTUrUUUUdVqVVVVVVؼؼʷؼحؼjx&quot;h4iUh4iCJOJQJ        h4i5h4iOJQJ
+hNHhhhCJOJQJaJELLLMM +M-M3M4MEMO}OOPP1P2PPPPPPPP7QRRSS'T.T/T;T&lt;TQTRT[TmTTTTTTTTUU(U)U9U?UFUGUPUQUoUUUUaVnVVVVVVؼؼʷؼحؼjx&quot;h4iUh4iCJOJQJ        h4i5h4iOJQJ
 h4iNHh4iCJOJQJhnth4iCJOJQJh4i
-h4i0JVjh4iUj&quot;h4iUA:QQQR.R@RRRRSS&gt;T?TTTUTTTRUSUUUVUrUUVWXX#Xn$a$$a$^VVVV&amp;W0WWXX        YYYZZZ,Z-Z.Z?[C[[[[[D\L\P\^\_\`\l]p]]^:^S^^^^^_______` aa(a0a4aBaaaabbbbjbnbbbbPcQcxcccccɾh hbh4i
+h4i0JVjh4iUj&quot;h4iUA7Q}QQR+R=RRRRSS;T&lt;TQTRTTTOUPURUSUoUUVWWX Xn$a$$a$^VVVV#W-WWXXYYYZZZ)Z*Z+Z&lt;[@[[[[[A\I\M\[\\\]\i]m]]^7^P^^^^^_______`aa%a-a1a?aaaabb_bgbkbbbbMcNcucccccɾh hbh4i
 h4iNHh4iOJQJh9h4iOJQJ        h4i5
-h4iCJ        h4i6h4ih4iCJOJQJG#X4XEXWXiXkXuXY        YYY.Z7ZlZZZ        [=[?[[[`\i\\\]7]j]l]n^l]]^:^C^Q^S^^^^^^^__`abbbbeffn$a$gd4i
 $ +h4iCJ        h4i6h4ih4iCJOJQJG X1XBXTXfXhXrXYYYY+Z4ZiZZZ[:[&lt;[[[]\f\\\]4]g]i]n^i]]^7^@^N^P^^^^^^^__`abbbbeffn$a$gd
 4i$  &amp; 0`
   -P@7$a$gd4igd4i^nccddTdUdddeeFe{eeeeeee4f5f6ffffff,gIgKgZgegogpgggggggggggh hhhhh&quot;h#h岣売hhnt5hh4i5hh4iCJaJhh4iNHhh4iCJOJQJaJ hh4i +P@7$a$gd4igd4i^nccccQdRdddeeCexeeeeeee1f2f3ffffff)gFgHgWgbglgmgggggggggggh        h +hhhhh h岣売hhnt5hh4i5hh4iCJaJhh4iNHhh4iCJOJQJaJ hh4i  h4i5CJ        h4i5hh4i0JVjg.hUjhUhnth
-h4iNHh4ihBh4iCJOJQJ2f%hghjNjJkXkkkkkxin$$G$Ifa$ n$G$IfJkdh.$$If0&quot;$        (44
+h4iNHh4ihBh4iCJOJQJ2f&quot;hdhjKjGkUk}k~kkkxin$$G$Ifa$ n$G$IfJkdh.$$If0&quot;$        (44
 la/nv$G$If]vn$$G$Ifa$ngd4in$a$gd4ingd
-#h%hghhhhhh iiiiCiRiiiiiiiiiiiiijNjjjJkXkkkkklblplll&gt;mMmmmLn</font>
<font color="red">nnooGoVoooopp뾳뤾򠚠֠֠֠֠֠֠֠֠֠hshsS
-h4iNHh4ihhCJOJQJaJhh4iCJaJhh4iCJOJQJaJhh4iNH hh4iCJOJQJ^JaJh hh4i        h4i5hh4i59kklalblpllTHkdi.$$If0&quot;$        (44
+ h&quot;hdhhhhhh        i i +ii@iOiiiiiiiiiiiiijKjjjGkUk}k~kkkl_lmlll;mJmmmInYnnnooDoSoooopp뾳뤾򠚠֠֠֠֠֠֠֠֠֠hshsS
+h4iNHh4ihhCJOJQJaJhh4iCJaJhh4iCJOJQJaJhh4iNH hh4iCJOJQJ^JaJh hh4i        h4i5hh4i59kkl^l_lmllTHkdi.$$If0&quot;$        (44
 la/n$$G$Ifa$ n$G$IfHkdai.$$If0&quot;$        (44
-la/lll=m&gt;mMmmTHkdk.$$If0&quot;$        (44
+la/lll:m;mJmmTHkdk.$$If0&quot;$        (44
 la/n$$G$Ifa$ n$G$IfHkdj.$$If0&quot;$        (44
-la/mmmKnLn</font>
<font color="gray">nTHkd,l.$$If0&quot;$        (44
+la/mmmHnInYnnTHkd,l.$$If0&quot;$        (44
 la/n$$G$Ifa$ n$G$IfHkdk.$$If0&quot;$        (44
-la/nnnFoGoVooTHkdJm.$$If0&quot;$        (44
+la/nnnCoDoSooTHkdJm.$$If0&quot;$        (44
 la/n$$G$Ifa$ n$G$IfHkdl.$$If0&quot;$        (44
-la/oooopq)rssstuwVwyQ{|q}n$a$gd4in$a$gd4igd4ingd4igd4iHkdm.$$If0&quot;$        (44
-la/pppeqfqqqqqq)r0r1r4r5r&lt;r=rrr[sssssssssssssst?tFtGtKtRtStTtUtbtdtttPuQuuuu v vvvwӻӝӝӖh&quot;CJOJQJ h&quot;h4i        h4i6        h4i5j/h4i5UjQo.h4i5Uh4iOJQJ h}fh4ih4i6OJQJh4iCJOJQJ
+la/oooopq&amp;rssstuwRwyM{|m}n$a$gd4in$a$gd4igd4ingd4igd4iHkdm.$$If0&quot;$        (44
+la/pppbqcqqqqqq&amp;r-r.r1r2r9r:rrrXsssssssssssssst&lt;tCtDtHtOtPtQtRt_tatttMuNuuuuv        vvvvӻӝӝӖhm h&quot;h4i        h4i6        h4i5j/h4i5UjQo.h4i5Uh4iOJQJ h}fh4ih4i6OJQJh4iCJOJQJ
 h4i0JVjhn.h4iUjh4iU
-h4iNHh4i7wwwwwVwZw[w\wwwxxxxxyyyy&lt;y@ybycyyy z zzzl{y{{{{{{.|M|N|v|w|x|y|||||||| }}L}M}}~)~h~~~hWsh&quot;h&quot;0JVh&quot;h4i0JVjN1h&quot;Ujh&quot;U h&quot;h&quot;CJOJQJ^JaJh&quot;CJOJQJ
-h4iNH        h4i6 h&quot;h4ih4iCJOJQJh4ih&quot;&lt;q}h~r~~~~~        $&amp; %.BɈˈn`gd4in^gd4in$a$gd4i^gd4ingd4i~~~~        $%OTUYZȀɀ؀ـ$'ǂ̂ kortwxST#]iluvӆԆwxBnwɈʈ j5h4iU
-hWsCJhWshWsCJOJQJ
-h4iNH        h4i6h4iCJNHOJQJj;O1h4iUh4ih4iCJOJQJh&quot;CJOJQJD !56‰|܌AOōƍ̍΍ۍ:W}         -JP
-  PhEhnt
-h NHhWsh CJOJQJaJhWsh4iCJOJQJaJh CJOJQJh4iCJOJQJh         h4i5hsSh4i
-h4iNHBˈ56X{|܌9:WXGHӓԓՓ' h^h`gdNX$a$gd $a$$ngd4iPQґӑ&gt;?@^דؓ&amp;')049IJL[ijnoptxy{㱪}}re[eh\/CJOJQJhhCJOJQJh6CJOJQJhE6CJOJQJhWsCJOJQJhECJOJQJhCJOJQJhNX hxhEhECJaJhWshE0JVCJaJ#j#';hWshECJUaJhWshECJaJj
 hWshECJUaJhEh4i
-h4iNH#'yKI%Dޙ*ޚߚ5
+h4iNHh4i7vvwwwwwRwVwWwXwwwwxxxx +yyyy8y&lt;y^y_yyyzzzzh{u{{{{{{{{*|I|J|r|s|t|u||||||||}}H}I}}誵h&quot;h&quot;0JVh&quot;h4i0JVjN1h&quot;Ujh&quot;U h&quot;h&quot;CJOJQJ^JaJhm
+h4iNH        h4i6 h&quot;h4ih4ih&quot;h4iCJOJQJh&quot;CJOJQJ;}}%~d~~~~~~ !KPQUVĀŀԀՀ #ÂȂgknpstOPYehqrφІst{&gt;jsň
+hWsCJhWsCJOJQJ
+h4iNH        h4i6h4iCJNHOJQJj;O1h4iUh&quot;CJOJQJh4ih4iCJOJQJhWsGm}d~n~~~~~ &quot;!
+*&gt;ňLjn`gd4in^gd4in$a$gd4i^gd4ingd4iňƈ12{x،=K}ȍʍ׍
+6Sy        FLhEhnt
+h NHhWsh CJOJQJaJhWsh4iCJOJQJaJh CJOJQJh4iCJOJQJh         h4i5hsS
+h4iNHh4ij5h4iU?Lj12Twx،56STCDϓГѓ# h^h`gdNX$a$gd $a$$ngd4iLMΑϑ:;&lt;Zӓԓ&quot;#%,05EFHWefjk㱪}}rehhCJOJQJh6CJOJQJhE6CJOJQJhWsCJOJQJhECJOJQJhCJOJQJhNX hxhEhECJaJhWshE0JVCJaJ#j#';hWshECJUaJ
 hWshECJaJjhWshECJUaJ
+h4iNHhEh4i#klptuwx./FGIP_ +?@EGh֖ſѹŭѹo_U_U_o_hECJOJQJhE0JaCJOJQJmHsHh0JaCJOJQJmHsHhWshEh4iCJOJQJaJhECJOJQJaJhEhECJOJQJaJhCJOJQJaJ
+hENH
+h4iNHh4ih#:hNXhEhhCJOJQJhCJOJQJhWsCJOJQJh\/CJOJQJ!#uGE!@ݙ)ݚޚ4
 &amp; F
 ^gdgd^gdh^hgdgddw8^8gd
-&amp; F^gd h^h`gdNXw^gd{|23JKMTcCDIKlږ%)*&gt;?@ɽɮufhh4iCJOJQJaJhh4iCJaJhECJOJQJhE0JaCJOJQJmHsHh0JaCJOJQJmHsHhWshEh4iCJOJQJaJhECJOJQJaJhEhECJOJQJaJhCJOJQJaJ
-hENH
-h4iNHh4ih#:hEhNX%@ijs͗ϗח!CDJSҘט٘ޘ#%/0FHޙ*@Bٹٳٹ㜒hWsCJOJQJh4iCJOJQJhCJOJQJhh4i0JCJaJ
-hNHhhCJOJQJaJhh0JCJaJh Nh
-h4iNHh4i hh4ihWshWsCJOJQJ^JaJ1B`efqrz|ޚߚ-.45EFQRVdef˽zm^mQh'4qh- OJQJaJh'4qh- CJOJQJaJh'4qh- OJQJaJh- CJOJQJaJh4iCJOJQJhCJOJQJaJ hh4ihh4iNHaJ
-haJhh4iaJhNXh
-h4iNHh4ihh4iCJOJQJaJh0JY6CJOJQJaJ#hh4i0JY6CJOJQJaJ56QRdeD}w]`gdojkGw]`gd h^h`gdNX
+&amp; F^gd h^h`gdNXw^gd֖!%&amp;:;&lt;efoɗ˗ӗ?@FOјؘ֘ݘ&quot;$./EG|ĩĥġįĥĝ{nhh0JCJaJ
+hmNHhhmCJOJQJaJhhm0JCJaJhmh Nh
+h4iNH hh4ihWsCJOJQJ^JaJh4ihh4iCJOJQJaJhh4iCJaJhWshE0JaCJOJQJmHsHhECJOJQJ+ݙߙ)?A_depqy{ݚޚ,-34ù律vpvevhh4iNHaJ
+haJhh4iaJhNX
+h4iNHhh4iCJOJQJaJh0JY6CJOJQJaJ#hh4i0JY6CJOJQJaJhWsCJOJQJh4iCJOJQJhCJOJQJhh4i0JCJaJ hh4ih4ihhh0JCJaJ'45PQcd +C}w]`gdojkGw]`gd h^h`gdNX
 &amp; F
 ^gd w^gd?B
 &amp; F
 ^gd'4q w^gd w8^8gdwgd -fvěԛ-./9:;=&gt;?AEcde|ʻ洨zzzzmhh4iOJQJaJh'4qCJOJQJaJh- CJOJQJaJh4iCJOJQJh4iCJOJQJaJh?BCJOJQJaJ h'4qh4ih'4qh?BNHOJQJaJh'4qh?BOJQJaJh'4qh4iCJOJQJaJh'4qh4iOJQJaJh'4qh- OJQJaJ&amp;|}FG -!BDE^m}ƵЫsb h*shCJOJQJ^JaJh*sCJOJQJaJhCJOJQJaJhNXCJOJQJaJhWsCJOJQJhNXCJOJQJhCJOJQJ hWshWsCJOJ
 QJ^JaJhWs
-hNHhhNXh4ihh4iOJQJaJhh4iOJQJaJhOJQJaJ!D^_oǠlġ78Cgd*s `gdNXw^
+4DEPQUcdeuÛӛ,-ѵѨ}vj^j^j^h4iCJOJQJaJh?BCJOJQJaJ h'4qh4ih'4qh?BNHOJQJaJh'4qh?BOJQJaJh'4qh4iCJOJQJaJh'4qh4iOJQJaJh'4qh- OJQJaJh'4qh- CJOJQJaJh'4qh- OJQJaJh- CJOJQJaJh4iCJOJQJhCJOJQJaJ!-.89:&lt;=&gt;@Dbcd{|EF  +ùùìè{q{g{hWsCJOJQJhNXCJOJQJhCJOJQJ hWshWsCJOJQJ^JaJhWs
+hNHhhNXh4ihh4iOJQJaJhOJQJaJhh4iOJQJaJh- CJOJQJaJh?BCJOJQJaJh4iCJOJQJaJh'4qCJOJQJaJ$ + ACD]l|!%&amp;./NSY|~&quot;,GHLTijĦĢҔȔȔҔȔȔҔ~ȔȔȔȔȔ~Ȕh*sCJOJQJh4i0J_CJOJQJh4iCJOJQJh4ihNXhKvhCJOJQJ h*shCJOJQJ^JaJhhNXCJOJQJhCJOJQJh*sCJOJQJaJhCJOJQJaJhNXCJOJQJaJ1C]^nƠká67B
 gd*s `gdNXw^
 &amp; F ^gdNXw8^8gdNX
 &amp; F ^gd h^h`gdNXgd        gdo-kG -`gdo+kG &quot;&amp;'/0OTZ}#-HIMUotǠQhlsuġӽӳӳӟ됉 hNXhNX hNXh4ih4iOJQJh1]CJOJQJhNX0JCJaJh*sCJOJQJh4i0J_CJOJQJhNXCJOJQJh4iCJOJQJhCJOJQJh4ihNXhhKvhCJOJQJ6ġݡ78ABC&quot;`bpqr.=&gt;?xӤ !xy|
-hq.0J[h4ihsSh*s0J_CJOJQJh*sh*s5OJQJh*sCJNHOJQJh*sCJOJQJhEh*s5hEh*s5OJQJh*s5OJQJh4i5CJOJQJh4iCJOJPJQJh4iCJOJQJhNXCJOJQJ-Cbr.?xӤ!Υܥ$G$If]gdOsgd*s ^gd*s
-=XL $7$G$IfgdO8kd(;$$If[P###4a[ytO$G$If]gdO^kdh(;$$IfF[        P#r
-#    4a[ytO=D^i?Jg{ߧ $5&lt;NUh¨֨        78UV4?mnIS^ !+,2C        #h:hq.CJOJQJ
-hq.CJ
-hq.0J[
-hq.NHhc haKhq.haKhq.CJOJQJhq.hq.CJOJQJI=&gt;DJ^_2^kd);$$IfF[        P#r
+`gdo+kGTnsƠPgkrtáܡ67@AB!|rfrZ|rh*sh*s5OJQJh*sCJNHOJQJh*sCJOJQJhEh*s5hEh*s5OJQJh*s5OJQJh4i5CJOJQJh4iCJOJPJQJh4iCJOJQJhNXCJOJQJ hNXhNX hNXh4ih4iOJQJh1]CJOJQJhNXhNX0JCJaJh4ih4iCJOJQJ!Baq-&gt;wҤ ͥۥ$
 G$If]gdOsgd*s ^gd*s!_aopq-&lt;=&gt;wҤߤ wx&lt;C]h&gt;Ifzާߧ #4;M꽹
+hq.NHhc haKhq.haKhq.CJOJQJhq.hq.CJOJQJ
+hq.0J[h4ihsSh*sCJNHOJQJhEh*s5hEh*s5OJQJh*s5OJQJh*sCJOJQJh*s0J_CJOJQJ5        &lt;XL $7$G$IfgdO8kd(;$$If[P###4a[ytO$G$If]gdO^kdh(;$$IfF[        P#r
+#    4a[ytO&lt;=CI]^2^kd);$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd4);$$IfF[        P#r
-#    4a[ytO_in^kd,*;$$IfF[        P#r
-#    4a[ytO$G$If]gdO?@2^kd$+;$$IfF[        P#r
+#    4a[ytO^hm^kd,*;$$IfF[        P#r
+#    4a[ytO$G$If]gdO&gt;?2^kd$+;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd*;$$IfF[        P#r
-#    4a[ytO@JLgh{ $G$If]gdc`kd+;$$IfhF[        P#r
-#    4a[ytO$G$If]gdO  -#$}n$G$If]gdO$G$If]gdO`kd ,;$$If4F[        P#r
-`#    4a[ytO$%5;&lt;=0`kd(-;$$If4F[        P#r
+#    4a[ytO?IKfgz $G$If]gdc`kd+;$$IfhF[        P#r
+#    4a[ytO$G$If]gdO  &quot;#}n$G$If]gdO$G$If]gdO`kd ,;$$If4F[        P#r
+`#    4a[ytO#$4:;&lt;0`kd(-;$$If4F[        P#r
  #    4a[ytO$G$If]gdO`kd,;$$If4F[        P#r
- #    4a[ytO=NTUVhn¨ + #    4a[ytO&lt;MSTUgm  $If]gdO`kd-;$$If4F[        P#r
- #    4a[ytO$G$If]gdO¨è֨ۨ $7$G$IfgdO$G$If]gdO^kd0.;$$IfF[        P#r
-#    4a[ytO        XK + #    4a[ytO$G$If]gdOMTgը67TU3&gt;lmHR] *+1B&quot;6CIWůӯٯ#)8&gt;OUciv| h:hm h:hq.h:hq.CJOJQJ
+hq.CJhc
+hq.0J[
+hq.NHhq.CJOJQJhq.L¨ըڨ $7$G$IfgdO$G$If]gdO^kd0.;$$IfF[        P#r
+#    4a[ytOXK  $If]gdO8kd(/;$$If[P###4a[ytO$G$If]gdO^kd.;$$IfF[        P#r
-#    4a[ytO        
-!$G$If]gdc$G$If]gdO^kdx/;$$IfF[        P#r
-#    4a[ytOޫXKK +#    4a[ytO         $G$If]gdc$G$If]gdO^kdx/;$$IfF[        P#r
+#    4a[ytOݫXKK  $If]gdO8kdp0;$$If[P###4a[ytO$G$If]gdO^kd/;$$IfF[        P#r
-#    4a[ytO345?A$G$If]gdO^kd0;$$IfF[        P#r
+#    4a[ytO234&gt;@߬$G$If]gdO^kd0;$$IfF[        P#r
 #    4a[ytO -$If]gdO        I +$If]gdO        H  $If]gdO$G$If]gdO^kd&lt;1;$$IfF[        P#r
-#    4a[ytOIJST^c2X8kd42;$$If[P###4a[ytO$G$If]gdO^kd1;$$IfF[        P#r
-#    4a[ytO23CY +#    4a[ytOHIRS]b1X8kd42;$$If[P###4a[ytO$G$If]gdO^kd1;$$IfF[        P#r
+#    4a[ytO12BX~  $If]gdO$G$If]gdO^kd2;$$IfF[        P#r
-#    4a[ytO        IJ2^kd|3;$$IfF[        P#r
+#    4a[ytOIJ2^kd|3;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd3;$$IfF[        P#r
-#    4a[ytO#IWůӯٯ#)8&gt;OUciv|ʰаް#$07GTb N\Ƴҳ
-6Dr'3_m(öh*K
-hq.0J[hD%hq.CJOJQJhchq.hq.CJOJQJ h:hq.PJW\ïįůƯӯدٯ`kd3;$$If4F[        P#r
+#    4a[ytOJW\ïįůƯӯدٯ`kd3;$$If4F[        P#r
 `#    4a[ytO  $If]gdO$G$If]gdO
 ٯگ0`kd5;$$If4F[        P#r
@@ -1831,7 +1833,11 @@
  #    4a[ytO$G$If]gdO0`kd9;$$If4F[        P#r
  #    4a[ytO$G$If]gdO`kd 9;$$If4F[        P#r
  #    4a[ytOʰϰа`kd(:;$$If4F[        P#r
- #    4a[ytO$G$If]gdOаѰް0`kd0;;$$If4F[        P#r
+ #    4a[ytO$G$If]gdOʰаް#$07GTb N\Ƴҳ
+6Dr'3_m(öĶzǷ +P_߸5JùĹع)*        hq.5
+hq.NHh*K
+hq.0J[hchD%hq.CJOJQJhq.hq.CJOJQJPаѰް0`kd0;;$$If4F[        P#r
  #    4a[ytO$G$If]gdO`kd:;$$If4F[        P#r
  #    4a[ytO  `kd;;$$If4F[        P#r
@@ -1854,9 +1860,7 @@
 #    4a[ytO`ms $7$G$IfgdO^kdzC;$$IfF[        P#r
 #    4a[ytO$G$If]gdO(-zK? $7$G$IfgdO8kdrD;$$If[P###4a[ytO  $If]gdO$G$If]gdO^kdC;$$IfF[        P#r
-#    4a[ytOöĶzǷ -P_߸5JùĹع)*9=klwȺ@A$%8}~BCtuʾҾ67OXh:nhq.CJOJQJh:nhq.5hhq.NH hhq.hYRhq.CJOJQJ        hq.5hq.CJOJQJhq.
-hq.NHGz{2^kd&gt;E;$$IfF[        P#r
+#    4a[ytOz{2^kd&gt;E;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kdD;$$IfF[        P#r
 #    4a[ytOǷ˷  P^kdE;$$IfF[        P#r
@@ -1868,7 +1872,8 @@
 #    4a[ytOعٹ)^kdH;$$IfF[        P#r
 #    4a[ytO$G$If]gdO)*9=wx2^kdI;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kdI;$$IfF[        P#r
-#    4a[ytOxºȺ̺X^kdfJ;$$IfF[        P#r
+#    4a[ytO*9=klwȺ@A$%8}~BCtuʾҾ67OX%(6{#$Cڵh:nhq.CJOJQJ
+hq.NHhq.CJOJQJh:nhq.5        hq.5hhq.NH hhq.hq.hYRhq.CJOJQJGxºȺ̺X^kdfJ;$$IfF[        P#r
 #    4a[ytO8kdJ;$$If[P###4a[ytO$G$If]gdO        $  $If]gdO$G$If]gdO^kdJ;$$IfF[        P#r
 #    4a[ytO$%8&gt;2^kdK;$$IfF[        P#r
@@ -1883,8 +1888,7 @@
 $G$If]gdO$G$If]gdO^kdM;$$IfF[        P#r
 #    4a[ytOOPX]~  $G$If]gdO$G$If]gdO^kdN;$$IfF[        P#r
-#    4a[ytO%(6{#$CQ23ef *6+&gt;pq=QXho}-67H\!&quot;0T hTThq.hTThq.CJOJQJ        hq.5
-hq.NHhq.CJOJQJhq.S~ +#    4a[ytO~  $G$If]gdO$G$If]gdO^kdN;$$IfF[        P#r
 #    4a[ytO        2^kdO;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kdO;$$IfF[        P#r
@@ -1901,7 +1905,9 @@
 #    4a[ytO$G$If]gdO^kdnS;$$IfF[        P#r
 #    4a[ytODQU~  $G$If]gdO^kdfT;$$IfF[        P#r
-#    4a[ytO$G$If]gdOX8kd^U;$$If[P###4a[ytO$G$If]gdO^kdT;$$IfF[        P#r
+#    4a[ytO$G$If]gdOCQ23ef *6+&gt;pq=QXho}-67H\!&quot;0TVaq?@^hs{LMh5
+hq.0J[ hTThq.hTThq.CJOJQJ
+hq.NH        hq.5hq.hq.CJOJQJOX8kd^U;$$If[P###4a[ytO$G$If]gdO^kdT;$$IfF[        P#r
 #    4a[ytO2^kd*V;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kdU;$$IfF[        P#r
 #    4a[ytO  @@ -1922,14 +1928,14 @@
 #    4a[ytO$G$If]gdO!X8kdn];$$If[P###4a[ytO$G$If]gdO^kd\;$$IfF[        P#r
 #    4a[ytO!&quot;06TU2^kd:^;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd];$$IfF[        P#r
-#    4a[ytOUVWabqt~8kd_;$$If[P###4a[ytO8kd^;$$If[P###4a[ytO$G$If]gdOTVaq?@^hs{LMh~-.48RY^e&quot;/:GWf%&amp;]^*  -?@OY
 hwX h5hq.CJOJQJ^JaJh5
-hq.NHhq.hq.CJOJQJ
-hq.0J[        hq.5N% +#    4a[ytOUVWabqt~8kd_;$$If[P###4a[ytO8kd^;$$If[P###4a[ytO$G$If]gdO%
   $If]gdO$G$If]gdO^kdV_;$$IfF[        P#r
 #    4a[ytOhz
 $7$IfgdO $7$G$Ifgd5$G$If]gdO^kd_;$$IfF[        P#r
-#    4a[ytOhi~g +#    4a[ytOMh~-.48RY^e&quot;/:GWf%&amp;]^*  +?@OY%7)hw19_mn        hq.
 5hwX
+hq.0J[ h5hq.CJOJQJ^JaJh5
+hq.NHhq.CJOJQJhq.Ohi~g  $If]gdO$G$If]gdO^kdN`;$$IfF[        P#r
 #    4a[ytO2^kdFa;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd`;$$IfF[        P#r
@@ -1944,10 +1950,7 @@
 #    4a[ytOLMNOY`kdFf;$$IfF[        P#r
 #    4a[ytO  $If]gdO$G$If]gdOYZ%x8kdg;$$If[P###4a[ytO$G$If]gdO?kdf;$$If^[P###44
-la[ytO%7)hw19_mnLMwx&quot;#$7HI{|  -JK5KST hwXhwXCJOJQJ^JaJ
-hwXNH$hwXhq.CJNHOJQJ^JaJ hwXhq.CJOJQJ^JaJ
-hq.NHhwXhq.hq.CJOJQJD%&amp;7:L +la[ytO%&amp;7:L  $If]gdO$G$If]gdO^kdag;$$IfF[        +P#r
 ^%#    4a[ytO~q~  $If]gdO$G$If]gdO @@ -1962,7 +1965,11 @@
 ^%#    4a[ytO$G$If]gdO^kdi;$$IfF[        +P#r
 ^%#    4a[ytO29&gt;no^kdj;$$IfF[        +P#r
 ^%#    4a[ytO$G$If]gdwX$G$If]gdO$G$If]gdwX$G$If]gdO^kdAk;$$IfF[        +P#r
-^%#    4a[ytO~n$G$If]gdwX$G$If]gdO^kdk;$$IfF[        +P#r
+^%#    4a[ytOLMwx&quot;#$7HI{|  +JK5KST~#$ 01Ylľľĭ
+hq.CJhm hwXhwXCJOJQJ^JaJ
+hwXNHhwX$hwXhq.CJNHOJQJ^JaJ hwXhq.CJOJQJ^JaJ
+hq.NHhq.hq.CJOJQJ@~n$G$If]gdwX$G$If]gdO^kdk;$$IfF[        +P#r
 ^%#    4a[ytOqn$G$If]gdO  $If]gdO$G$If]gdO^kd9l;$$IfF[        +P#r
 ^%#    4a[ytO  @@ -1970,51 +1977,49 @@
 ^%#    4a[ytO2^kdm;$$IfF[        +P#r
 ^%#    4a[ytO$G$If]gdO^kd1m;$$IfF[        +P#r
 ^%#    4a[ytO~^kd)n;$$IfF[        +P#r
-^%#    4a[ytO$G$If]gdO~#$/0Xk        Vk cmP\Qxv%&amp;6E~üе -hq.5NH hhq.hhq.CJOJQJ        hq.5
-hq.CJ
-hq.NHhq.CJOJQJhq. hwXhq.CJOJQJ^JaJG~~~$G$If]gdO +^%#    4a[ytO$G$If]gdO~~~$G$If]gdO  ($G$If]gdO^kdn;$$IfF[        +P#r
 ^%#    4a[ytO~~$G$If]gdO  ($G$If]gdO^kd!o;$$IfF[        +P#r
-^%#    4a[ytO2^kdp;$$IfF[        +P#r
+^%#    4a[ytO2^kdp;$$IfF[        +P#r
 ^%#    4a[ytO$G$If]gdO^kdo;$$IfF[        +P#r
-^%#    4a[ytOXKkdp;$$If0[y%#4a[ytO$G$If]gdO
-$G$IfgdOXYkq2^kdwq;$$IfF[        +P#r
+^%#    4a[ytOYKkdp;$$If0[y%#4a[ytO$G$If]gdO
+$G$IfgdOYZlr2^kdwq;$$IfF[        +P#r
 ^%#    4a[ytO$G$If]gdO^kdp;$$IfF[        +P#r
-^%#    4a[ytO         -VWkm^kdq;$$IfF[        +P#r
+^%#    4a[ytOl
+Wl!dnQ]Ry w&amp;'7FIQ.NYjv`o!0hwXhm +hq.5NH hhq.hhq.CJOJQJ        hq.5hq.CJOJQJ
+hq.NHhq.I
+ .WXln^kdq;$$IfF[        +P#r
 ^%#    4a[ytO  $If]gdO$G$If]gdO
- &quot;cX8kdr;$$If[P###4a[ytO$G$If]gdO^kdor;$$IfF[        +P#r
-^%#    4a[ytOcdmq2^kds;$$IfF[        P#r
+!#dX8kdr;$$If[P###4a[ytO$G$If]gdO^kdor;$$IfF[        +P#r
+^%#    4a[ytOdenr2^kds;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd;s;$$IfF[        P#r
-#    4a[ytOP^kd3t;$$IfF[        P#r
-#    4a[ytO$G$If]gdOPQ\` +#    4a[ytOQ^kd3t;$$IfF[        P#r
+#    4a[ytO$G$If]gdOQR]a  $If]gdO$G$If]gdO^kdt;$$IfF[        P#r
-#    4a[ytOQR2^kdu;$$IfF[        P#r
+#    4a[ytORS2^kdu;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kd+u;$$IfF[        P#r
-#    4a[ytORxyK^kdsv;$$IfF[        P#r
+#    4a[ytOSyzK^kdsv;$$IfF[        P#r
 #    4a[ytO -$If]gdO8kd#v;$$If[P###4a[ytO$G$If]gdO!8Pv +$If]gdO8kd#v;$$If[P###4a[ytO$G$If]gdO &quot;9Qw
   $If]gdO^kdv;$$IfF[        P#r
-#    4a[ytO$G$If]gdOvw2^kdw;$$IfF[        P#r
+#    4a[ytO$G$If]gdOwx2^kdw;$$IfF[        P#r
 #    4a[ytO$G$If]gdO^kdkw;$$IfF[        P#r
-#    4a[ytOK^kdx;$$IfF[        P#r
+#    4a[ytOK^kdx;$$IfF[        P#r
 #    4a[ytO -$If]gdO8kdcx;$$If[P###4a[ytO$G$If]gdO67E`~X8kdy;$$If[P###4a[ytO^kd/y;$$IfF[        P#r
-#    4a[ytO$G$If]gdO        ~
-/XKK +$If]gdO8kdcx;$$If[P###4a[ytO$G$If]gdO78FaX8kdy;$$If[P###4a[ytO^kd/y;$$IfF[        P#r
+#    4a[ytO$G$If]gdO         0XKK  $If]gdO8kdwz;$$If[P###4a[ytO$G$If]gdO^kdy;$$IfF[        P#r
-#    4a[ytO/BSk$G$If]gdO^kdz;$$IfF[        P#r
+#    4a[ytO0CSk$G$If]gdO^kdz;$$IfF[        P#r
 #    4a[ytO  $If]gdOX^kd{;$$IfF[        P#r
 #    4a[ytO$G$If]gdO8kdC{;$$If[P###4a[ytO.IMN  x
 $If]gdO  x
-$G$If]gdO$G$If]gdO8kd|;$$If[P###4a[ytO.NYjv`o!0        $.@ju&quot;3ap(2EZ[hr?Rv&gt;ѷѷѷѷѷѷѥѷѷѷѷѷѷѷ
-h4iNHh4iCJNHOJQJh4iCJOJQJh4i0J[OJQJ
-h4i0J[h4i h+hq.h+hq.CJOJQJhwX        hq.5hq.hq.CJOJQJANOYZjvXI$G$If]gdwX8kd|;$$If[P###4a[ytO$G$If]gdO^kd_|;$$IfF[        P#r
+$G$If]gdO$G$If]gdO8kd|;$$If[P###4a[ytONOYZjvXI$G$If]gdwX8kd|;$$If[P###4a[ytO$G$If]gdO^kd_|;$$IfF[        P#r
 #    4a[ytOvwXK  $If]gdwX8kd};$$If[P###4a[ytO$G$If]gdO^kd+};$$IfF[        P#r
 #    4a[ytOC`$G$If]gdO^kd};$$IfF[        H#|
@@ -2023,7 +2028,9 @@
 #    4a[ytO!&quot;07j^kdk;$$IfF[        H#|
 #    4a[ytO$G$If]gdO        2^kdc;$$IfF[        H#|
 #    4a[ytO$G$If]gdO^kd;$$IfF[        H#|
-#    4a[ytO        $%./@jx0kd6;$$If##4a0Hkd߀;$$If06
+#    4a[ytO        $.@ju&quot;3ap(2Estuv\]jtAT!x@JZ |Wg /ʴh4iCJNHOJQJ
+h4iNHhmh4iCJOJQJh4i0J[OJQJ
+h4i0J[h4ihq. h+hq.h+hq.CJOJQJG        $%./@jx0kd6;$$If##4a0Hkd߀;$$If06
 #r
 44
 la0 $G$If]n        jkuSHkdׁ;$$If06
@@ -2048,288 +2055,293 @@
 $If] $G$If]Hkd};$$If06
 #r
 44
-la023E hzp
+la023E&quot;jzp
 $If]Hkdu;$$If06
 #r
 44
-la0 $G$If]0kd+;$$If##4a0hirsz0kd#;$$If##4a0 $G$If]Hkd̄;$$If06
+la0 $G$If]0kd+;$$If##4a0jktuz0kd#;$$If##4a0 $G$If]Hkd̄;$$If06
 #r
 44
-la0?@RcHkdą;$$If06
+la0ABTcHkdą;$$If06
 #r
 44
 la0 $G$If]Hkdm;$$If06
 #r
 44
-la0cHkdr;$$If06
+la0cHkdr;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0DvwYHkd ;$$If06
+la0!FxyYHkd ;$$If06
 #r
 44
 la0
 $If] $G$If]HkdɆ;$$If06
 #r
 44
-la0 -&gt;?HYHkd·;$$If06
+la0@AJYHkd·;$$If06
 #r
 44
 la0
 $If] $G$If]Hkdw;$$If06
 #r
 44
-la0&gt;HXzUe-Ob&amp;0U\ -(3gl        DJ&amp;'V\{%aklq*2V^a
-h4iNHh4ih4iCJOJQJh4i0J[OJQJYHIXzHkdo;$$If06
+la0JKZzHkdo;$$If06
 #r
 44
-la0 $G$If]0kd%;$$If##4a0z{cHkd;$$If06
+la0 $G$If]0kd%;$$If##4a0 |}cHkd;$$If06
 #r
 44
 la0 $G$If]Hkdƈ;$$If06
 #r
 44
-la0UVecHkdˉ;$$If06
+la0WXgcHkdˉ;$$If06
 #r
 44
 la0 $G$If]Hkdt;$$If06
 #r
 44
-la0-cHkdy;$$If06
+la0 !/cHkdy;$$If06
 #r
 44
 la0 $G$If]Hkd&quot;;$$If06
 #r
 44
-la0OcHkd';$$If06
+la0QcHkd';$$If06
 #r
 44
 la0 $G$If]HkdЊ;$$If06
 #r
 44
-la0OPbYHkdՋ;$$If06
+la0Qd(2W^
+*5in FL()X^}'cmns,4&lt;BYaLPQWek
+hmNHhm
+h4iNHh4i0J[OJQJh4iCJOJQJh4iUQRdYHkdՋ;$$If06
 #r
 44
 la0
 $If] $G$If]Hkd~;$$If06
 #r
 44
-la0&amp;zHkdv;$$If06
+la0(zHkdv;$$If06
 #r
 44
-la0 $G$If]0kd,;$$If##4a0&amp;'0UV\cHkd$;$$If06
+la0 $G$If]0kd,;$$If##4a0()2WX^cHkd$;$$If06
 #r
 44
 la0 $G$If]Hkd͌;$$If06
 #r
 44
-la0cHkdҍ;$$If06
+la0cHkdҍ;$$If06
 #r
 44
 la0 $G$If]Hkd{;$$If06
 #r
 44
-la0         -(cHkd;$$If06
+la0
+ *cHkd;$$If06
 #r
 44
 la0 $G$If]Hkd);$$If06
 #r
 44
-la0()3ghlcHkd.;$$If06
+la0*+5ijncHkd.;$$If06
 #r
 44
 la0 $G$If]Hkd׎;$$If06
 #r
 44
-la0cHkd܏;$$If06
+la0cHkd܏;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0        DEJcHkd;$$If06
+la0 FGLcHkd;$$If06
 #r
 44
 la0 $G$If]Hkd3;$$If06
 #r
 44
-la0cHkd8;$$If06
+la0cHkd8;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0VW\{zHkdّ;$$If06
+la0XY^}zHkdّ;$$If06
 #r
 44
-la0 $G$If]0kd;$$If##4a0{|cHkd;$$If06
+la0 $G$If]0kd;$$If##4a0}~cHkd;$$If06
 #r
 44
 la0 $G$If]Hkd0;$$If06
 #r
 44
-la0cHkd5;$$If06
+la0cHkd5;$$If06
 #r
 44
 la0 $G$If]Hkdޒ;$$If06
 #r
 44
-la0%abklcHkd;$$If06
+la0'cdmncHkd;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0lmq*+2VcHkd;$$If06
+la0nos,-4YcHkd;$$If06
 #r
 44
 la0 $G$If]Hkd:;$$If06
 #r
 44
-la0VW^cHkd?;$$If06
+la0YZacHkd?;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0abgcHkd;$$If06
+la0efkcHkd;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0ag*&lt;*Xi?Kv!.Zg@N{(        4        _        k                                        
-
-
-C
-O
-
-
-
-
-
-
-
-
-
-
-
-
-hMH1h5CJ
-h5CJhf jhf U h
-&amp;h4ih4i0J[OJQJh4ih4iCJOJQJKcHkd;$$If06
+la0cHkd;$$If06
 #r
 44
 la0 $G$If]HkdD;$$If06
 #r
 44
-la0cHkdI;$$If06
+la0cT$G$If]gdmHkdI;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0*+&lt;]cYY
+la0/AKS!1_p +FR}(5an GU        /        ;        f        r                                        
+
+J
+V
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+h5j$;h5UhMH1h5CJ
+h5CJh$jh$U h
+&amp;h4ihmh4ih4iCJOJQJL/0AccYL +$If]gdm
 $If]Hkd;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0*XYHkd;$$If06
+la0!&quot;1_YHkd;$$If06
 #r
 44
 la0
 $If] $G$If]HkdN;$$If06
 #r
 44
-la0XYicHkdS;$$If06
+la0_`pcHkdS;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0?cHkd;$$If06
+la0 +FcHkd;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0?@KvwcHkd;$$If06
+la0FGR}~cHkd;$$If06
 #r
 44
 la0 $G$If]HkdX;$$If06
 #r
 44
-la0!cHkd];$$If06
+la0(cHkd];$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0!&quot;.Z[gcHkd ;$$If06
+la0()5abncHkd ;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0cHkd;$$If06
+la0 cHkd;$$If06
 #r
 44
 la0 $G$If]Hkdb;$$If06
 #r
 44
-la0@AN{cHkdg;$$If06
+la0  +GHUcHkdg;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0{|cHkd;$$If06
+la0cHkd;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0(        )        4        _        cHkdÞ;$$If06
+la0        /        0        ;        f        cHkdÞ;$$If06
 #r
 44
 la0 $G$If]Hkdl;$$If06
 #r
 44
-la0_        `        k                                        cHkdq;$$If06
+la0f        g        r                                        cHkdq;$$If06
 #r
 44
 la0 $G$If]Hkd;$$If06
 #r
 44
-la0                        
-
-
-
-C
+la0                        
+
+
+J
 cHkd;$$If06
 #r
 44
 la0 $G$If]Hkdȟ;$$If06
 #r
 44
-la0C
-D
-O
-z
-{
-|
-}
-~
-
-
+la0J
+K
+V
 
+
+
+
+
+
+
+
 c^YYYYYgd4igd4iHkd͠;$$If06
 #r
 44
@@ -2337,80 +2349,68 @@
 #r
 44
 la0
-
-
-
-
-
-
+
 
-
+
 
-
+
 
+
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-p -gd4io$a$gd4iogd4igd4i
 
-
-
+
 
 
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ p +gd4io$a$gd4iogd4igd4i
+
+
+
+
+
+
 
 
-
-
-
-
 
 
-
-
-
+
+
+
+
+
+
+
 
 
-
-
-
-             
-        / 0 1 7 8 : ; źŭŤźŭŤ䔍䅍}źŭj̤;h5Uj0;h5U hRh5j;h5Uj;h5Uh}A9h5CJhs0JXCJmHnHuhMH1h50JXCJjhMH1h50JXCJUj\;h5Uj;h5UhMH1h5CJ
-h5CJh5j$;h5U/
+
+
+
 
 
-
-
-
-
-            
-     &lt; = ? f g h i j k l m p -gd4io$a$gd4igd4iogd4i; &lt; = &gt; ? Y Z [ a b d e f s x y z { |                             ͵ܭܞ͵ͦ͵ͦ h
-&amp;h4ihf jا;h5Uj&lt;;h5Uj;h5U hRh5j;h5Uhs0JXCJmHnHuhMH1h50JXCJjhMH1h50JXCJUhMH1h5CJ
-h5CJjh;h5Uh5hRh5CJ.m n o p q r s y { |                gd4ipgd4ip +  +            6 7 8 &gt; ? A B C D ζέζέζ}hRh5CJj̤;h5Uj0;h5U hRh5j;h5Uj;h5Uh}A9h5CJhm0JXCJmHnHuhMH1h50JXCJjhMH1h50JXCJU
+h5CJj\;h5Uh5j;h5UhMH1h5CJ.                C D F m n o p q r s t p +gd4io$a$gd4igd4iogd4iD E F ` a b h i k l m z                                  սմ䬥սեսե h
+&amp;h4ih$jا;h5Uj&lt;;h5Uj;h5U hRh5j;h5UhRh5CJhm0JXCJmHnHuhMH1h50JXCJjhMH1h50JXCJUhMH1h5CJ
+h5CJh5jh;h5U,t u v w x y z                   gd4ipgd4ip  gd4io$a$gd4iogd4i/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p4i/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRF-VarDyK _Installing_WRF-VarDyK _Installing_WRFNL_andqDyK WRFPlusDyK _Installing_WRFNL_andDyK 
 $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_Data_Assimilations}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:D
 yK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybrid_Data_Assimilation_2DyK _Description_of_Namelist_1DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd2*~
 
 C ZABWRFDA in the WRF Modeling SystembMR(J'k
-nMR(J'kPNG
+nMR(J'kPNG
 
   IHDRPsRGBgAMA a        pHYsod^IDATx^?$'` @@ -2905,7 +2905,7 @@
 !
 T
 
- 0Ab&quot;AP)9%~n&quot;AP)9%PNG
+ 0Ab&quot;AP)9%~n&quot;AP)9%PNG
 
   IHDR=4 ̱IiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -3791,7 +3791,7 @@
 B82糪\*Ը5&lt;61cm5%Z\WʘAۋ6_O*#}3锦g ?hD\pX`S]kFo~{Ee @@@ \8[fF@@ m|:L)?Dįb.caW*[U,S4lb!TrJtVSЉ|VWpԂ;&quot;X5:`lQMP*:=C@@nK@@@@@@@`HjE̋              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      JktIDATxO@{!      kL   
    wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL       wMWIENDB`DyK _Description_of_Namelist_1D
 yK _Description_of_Namelist_10DdG 
 MT
 
- 0Ab&quot;09&gt;z`k0/\n/9&gt;z`k0PNG
+ 0Ab&quot;09&gt;z`k0/\n/9&gt;z`k0PNG
 
   IHDR        iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -5104,7 +5104,7 @@
 T
 
  0AbWx;DY
-3#E3x&amp;n+x;DY
+3#E3x&amp;n+x;DY
 3#EPNG
 
  @@ -6370,7 +6370,7 @@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@D@D@D@D@D@D`p\
 g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_1$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / / al$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alD
 yK &quot;_Running_Observation_Preprocessor$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1D
 yK _Additional_WRFDA_Exercises:_1DyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK _Running_WRF-Var_1U$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :
 V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aDyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlD
 yK yK ~http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmDyK yK fftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMyX;H,]ą'cP$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh
 55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55DyK yK thttp://data.eol.ucar.edu/codiac/dss/id=21.093yX;H,]ą'cDyK yK hhttp://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/&amp;^Dd/=,,
 
- vA?2008020518Picture 12008020518b8]RJ[0ǠgZ&lt;E]՝n ]RJ[0ǠgZ&lt;EPNG
+ vA?2008020518Picture 12008020518b8]RJ[0ǠgZ&lt;E]՝n ]RJ[0ǠgZ&lt;EPNG
 
   IHDR         `N9P        pHYs,J,JwztMIDATx^5I]'&amp;vU,2c@#
@@ -17758,7 +17758,7 @@
 'Vor.oUK,(} .|%=`jȮmױ.a,ӓ7z7Ko6#ׇ |w,ݍ!a ysYޙgS&quot;+Ф M^NgNּ je|P|2Z4J+Q+MLr4*lѻx0,q|=3}EXIMqױ^R'smӝqK%nLzw.3=^#ݞxRؙo-_;'Ca`fH3JaXeL/iŴb1_L/Ǵ ef@-*YLD&lt;:8srE]`FY+SO~~9S/rp=栒32+5L  \`%7#gWo+yjS0100h31Q'oQtv0u3        ϟD9ߟSQOg3sd&amp;0 20;;+;}w ; Z\?ұqW:6Nfv89AcaaG99e~\ ldekK*Vf?ufTvpi*Ux/r8L8ؙ̌8MM͘6ńňD?ɟLz13s!+H v IENDB`DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/dow
 nload/CONVERTER.gzyX;H,]ą'cDyK yK \http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/DyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html1i Dd*22
 qT
 
- 0Abh ҟrSseh &quot;n]h ҟrSsPNG
+ 0Abh ҟrSseh &quot;n]h ҟrSsPNG
 
   IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -22656,7 +22656,7 @@
 7ܰa?G&gt;K A;viy@@@@@@@@@ #֟t'B B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -3UuW{IENDB`%DyK yK https://wiki.ucar.edu/download/attachments/60622477/WRFDA
 __update_for_cv6.pdfyX;H,]ą'c$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 
 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/$$If!vh5$        5(#v$        #v(:V 5$        5(/ / / / a/DyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html6yDd
 T
 
- 0AbxPdc%jxo.nbxPdc%PNG
+ 0AbxPdc%jxo.nbxPdc%PNG
 
   IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -23230,7 +23230,7 @@
 AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
 
- 0Ab}ezn 9''Ye/nQezn 9''PNG
+ 0Ab}ezn 9''Ye/nQezn 9''PNG
 
   IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -23816,7 +23816,7 @@
 x)  T
         
- 0A        b/@4|O1nt/@4PNG
+ 0A        b/@4|O1nt/@4PNG
 
   IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -26176,7 +26176,7 @@
 
 
  0A
-        b-sJg&quot;-5n-sJg&quot;PNG
+        b-sJg&quot;-5n-sJg&quot;PNG
 
   IHDR^ciCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -29904,27 +29904,27 @@
 ,.aic21h:qm@RN;d`o7gK(M&amp;$R(.1r'JЊT8V&quot;AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 +_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!Ptheme/theme/theme1.xmlPK-!  ѐ'        theme/theme/_rels/themeManager.xml.relsPK]
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
-&lt;a:clrMap xmlns:a=&quot;http://schemas.openxmlformats.org/drawingml/2006/main&quot; bg1=&quot;lt1&quot; tx1=&quot;dk1&quot; bg2=&quot;lt2&quot; tx2=&quot;dk2&quot; accent1=&quot;accent1&quot; accent2=&quot;accent2&quot; accent3=&quot;accent3&quot; accent4=&quot;accent4&quot; accent5=&quot;accent5&quot; accent6=&quot;accent6&quot; hlink=&quot;hlink&quot; folHlink=&quot;folHlink&quot;/&gt;ULVLjj1fҺ         Hrrrtvxz|~-XZ\_8
-Q  m%)=/9INQU[p_hnNtw~}D4W!G/_2QQDE9                81mZ!#[$&amp;-,O0p26BLVc#hpw~ P{@Bf|ġ#öT&gt;a
-;             &quot;#%&amp;()./16&lt;=?ABCDHIKOPRSTUWY[]_ehijkmnprsuvxy{}~
-1GY[&quot;h##;$)2:BKPZepIyz{|Ms+.)A&amp;|&quot;  -gU'f &quot;&quot;.&amp;.3A:Q#Xl]fklmnoq}ˈ'5DC=_@ $=¨        I2Jٯ*Ujа$Mdz6s'`zP5)x$ʾO        D,Xp!Uh:XY%h2~XcPRv~/Nv`j&quot;2hHO&amp;({
 lVX?!{_                C
-
-
-m  
+&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;RLSLjj1fҼ         Hrrrtvxz|~-XZ\_8
+Q  m%)i.u9IMEQAUq[p_hnsv|9I0SC+
+[.MM@A5,-IW!#X$&amp;*,L0m26BLVc hpv}ňk֖4- +T!M*CMl
+D             &quot;#%&amp;()./06&lt;=?ABCDHIKOPRSTUWY[]_dhijkmnprsuvxy{}~&amp;7JZ\&quot;h##;$)2:BKPZepEyz{|Io'*%=&quot;x  +dR$c &quot;+&amp;.3A7Q Xi]fklmnom}Lj#4CB&lt;^? #&lt;H1Jٯ*Ujа$Mdz6s'`zP5)x$ʾO        D,
 Xp!Uh:XY%h2~YdQSw0Nv`j&quot;2jJQ(*}nY_F( f                J
+
+ t  
  -!$'*+,-02345789:;&gt;@EFGJLMNQVXZ\^`abcdfgloqtwz|           - !&quot;#$%&amp;'()*+,-./023456789:;&lt;=&gt;?@ABCDEFHIJKLMNOP
 QRSTUVWXZ\5Wdf
+!$'*+,-12345789:;&gt;@EFGJLMNQVXZ\^`abcefgloqtwz|        
+   + !&quot;#$%'()*+,-./012345689:;&lt;=&gt;?@ABCDEFGHIKLMNOPQRSTUVWXY[]5Wdf
  $-.Vpr
 9]_#24b}&quot;$Qjl        J     -i*?]!!!4DDDJ\K{K4LLLqOOCPTTTyVVVmmmXrrrrr st5utu -6H˞Nӵ SBDPC@v   -^ - - -ZJwCCD\5]]ehhhMswss҈?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!
 @  
+i*?]!!!4DDDJ\K{K4LLLqOOCPTTTyVVVmmmTrrrrrst1upu        2DǞJϵݵO&gt;@L?&lt;r   +[ + + +WGtCCD\2]]bhhhIssssΈ;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@  
         @H 0(        
 0(        
 0
@@ -29952,15 +29952,15 @@
 precipitation  _Hlt320873510  _Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1!_Running_Observation_Preprocessor_Running_WRF-Var_WRF-Var_Diagnostics_Updating_WRF_lateralSchedulesetup diagnostics(_Additional_WRF-Var_Exercises%2525252525_Additional_WRFDA_Exercises:_Additional_WRFDA_Exercises:_1_Hybrid_Data_Assimilation_Hybrid_Data_Assimilation_1_WRFDA_with_Multivariate_1_WRFDA_with_Multivariate_2 -_Hlt321358018_WRF-Var_Diagnostics_1_Hybrid_Data
 _Assimilation_2_Description_of_Namelist_Description_of_Namelist_1)SXX/p        VBWBI;pk                !         -L - - E.VLVLVLVLVLVLVLVLVLVLYYYYr]f5@@@@@@@@@        @
+_Hlt321358018_WRF-Var_Diagnostics_1_Hybrid_Data_Assimilation_2_Description_of_Namelist_Description_of_Namelist_1)SXX/p        VBWBI7pg                         +I
+
+ B.SLSLSLSLSLSLSLSLSLSLYYYYo]f1@@@@@@@@@        @
 @ @ @ -@@@@@@7@@ @!&quot;#$%&amp;'()*+,-./0123@4568*TYY0q        VBBI;pk                !         -M - - E.VLVLVLVLVLVLVLVLVLVLYYYYs]f5{{,2                
+@@@@@@7@@ @!&quot;#$%&amp;'()*+,-./0123@4568*TYY0q        VBBI7pg                         +J
+
+ B.SLSLSLSLSLSLSLSLSLSLYYYYp]f1,3                
 
 .
 0
@@ -29968,52 +29968,37 @@
 e
 {
 }
-3 9 s y $*us{#+dghw ILepAFKX]ehk14mo  &quot;&quot;&quot;&quot;&quot;&quot;####$$$% -%%l%n%%%'$'P'U'''        ((5(9(D(G(L(P(R(V(w(}())!*%*(*-*W*[*^*c************+++ +%+4+7+:+?+W+\+k+n+q+v++++++++,,,1,6,J,O,p,s,,,,,,,,,,,///0
-00a0d000000000001111$1'1(1/10131A1E1F1H1i1l11111111111112222;2&gt;2W2[2\2^22222222222223 3.3233353V3Y3333333333333444 4A4D4]4a4b4d444444444444455'5+5,5.5O5R5u5y5z5|5555555556 6 66/626[6_6`6b66666666666667717576787Y7\7z7~7777777777788        8 8,8/8F8J8K8M8n8q888888888888899996999W9[9\9^9999999999999::0:4:5:7:X:[:y:}:~::::::::::
-;;;;2;5;O;S;T;V;w;z;;;;;;;;;;;&lt;&lt;)&lt;-&lt;.&lt;0&lt;Q&lt;T&lt;w&lt;{&lt;|&lt;~&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;===
-=+=.=/=6=7=:=y&gt;&gt;*@-@@@        A -AA A*A.A?AHAMAVAAABBDDE E(E*E&gt;E@EZEaEEEEEEEEE&amp;F*F+F-FcFgFhFjFFFFFFFFFGGGGGGGGHI]IgIiIkImIoIpIsIIIIIQQrRuRvR}R~RRRR$T,T2TBTSTVTWT^T_TnTTT=U@UAUHUpUrU~UUUUUUUUUUVVPWWWWWW
-XXX[[[\\(\2\A\K\Z\__f`n`aa8aJaaab        bb bddddddddeeSfVfffWgZgngqg{g~gggggiiiihjkjljsjjjjjjjjjjjkkkkkllll)lklxlllllmmnnoorsssssstttuuvvvvvvvvyyyzzz?zAz]z`zoz}zzzzzzzzzzzzzzzzzzzzz{${B{D{F{H{a{c{e{g{s{v{w{y{{{{{|$|B|K|p|{||||||||||}i}v}}}}}*~6~7~A~H~S~X~a~f~p~u~}~~~~~~~~~~~~~~~~~~~~~*.;?CHY]os
-ǀՀ,3߁'‚уك3:&lt;&gt;ڄ݄ބUZą)1^cȆ͆gn;@MS,35:&lt;?DHikBEGJLNamЌӌՌ،ڌ܌!#6B^acfhj}Ǝʎ6:z| -&gt;@pwƖ͖Ֆܖ!(07?FJL˗җڗ8?GNV]el%=DLS[bjquwșϙיޙ #*.0ʚ͚'
  -jxmtğ#)UWY[Ǡɠ         -y{}̢Ԣ        6&gt;MOQSksգݣ &quot;,.IKMO]_cegiͤϤѤӤ [ctw`h&lt;&gt;@BLN3Ay)+-/ikmo&quot;,&amp;.ouĬ&amp;4:;CZh jwyήݮ8AFMǯԯ;JmyzŰͰ԰ݰ =?
 KX`h,ehwƷɷ˷ͷϷ
- &quot;/3@ERegikwzøƸѸ׸        9EO[(0cl
- &amp;,@E'-8AhpT`#+$?CEJYd hkpx&quot;+#,]f=E6&gt;KP#+OT
-GO0;KUZ`hq)78@ao]kEMlz}r{&gt;A
- BH^aTWfi#-126:=&gt;A[_        !
-hn/5  -8&gt;OQRTX\]a(/9@Fin -                                x  XZ\^jmnpHJLN_g!^l45\]_g[cio   &quot;(&quot;3&quot;&lt;&quot;&quot;&quot;&quot;&quot;##V#X#d#g#m#v#####$$$'$)$0$A$N$r$~$$$$$$$S%_%x%%%%%%%%%%&amp;!&amp;&amp;&amp;''((I(U(((/)8)b)n)r)))))))))***5*&gt;*j*|*
 ******* -+-+;+r+y+,,,,,,--6-B-------..4.@.M.S.4#4669999*:-:::g;m;;;;;;;(&lt;+&lt;4&lt;:&lt;Q&lt;W&lt;==&gt;&gt;??=@C@H@N@e@k@AAAAAATC^CD DIDKDVDXDDDDD4E6E~EEEEFFGGGGSHYH#I)IUI[IaIeIfIpIqIuIvIxIIIIIIIIIIIdMnMMMO OOO#O+O4O&lt;OEOOOWOaOuOOOOOOOOOOQ,QQQPS^SSSCUFUUUWW XX4XBXXX}YYZZZZ[[,^2^^^1`9```````bbbcbcoccc&gt;dLdddLe[eeeGfUf)i0i5i&lt;iajdjnjqjjjjj?kFkKkRkl m&amp;m.mrmzmmnnn8n@n
 VnYnoopplryrrrssss tt        u u -uuuuhukurutuwuuuuuuuuuu$y'yyyzz}}}}]}h}}}~~~~~~~~~~~~.7?Ax{ǁăǃŅ         -Ȇʆ)/9ILR[ilnMOQSdfKlڍ% bj͏׏ڏޏ#%FH8=CEHJMOƔΔ&quot;%o} (*,.WY̖Ԗזߖ &quot;.1]ktЗٗ -!$4&gt;KR_&amp;.8A̙ՙ
 ؙ@Lbp.=xӛ@Ihz -%4=MVgß՟EMWd
-|Ӣ25&gt;DRv}ͣգT]gp3AHW]f        7CJV\fƦҦڦ&quot;*7?NVbju}ɧѧݧ$/8FĨͨݨߨǪѪ        -57Cgqsޫ&amp;(2V^`l¬'٭dm{ƮӮ߮ %=IQ^kwů6IVbٰ*8EQ±DZGR&quot;%7OYзڷָ߸u
 hr˼ռ0:ھ
-+5ſͿ,=&gt;PYgp|,UXgoI[&quot;/bp,;=?RTVXi}RY^e#.;F8=u&amp;6;Jq(1@dsiv~28o&quot;7w
-!KS#YjWjdlQ[Ry$7;OSkw8DQV7D-y        #&amp;Zi)2LO?A\^an&quot;//?kt#2MQU`bo
- 3Drt@Qs@QwPa'/        'Egq        )JWYh !$(/@JX[_fw
-&quot;-6;&lt;?CJ[fotux|!&quot;%)0AMV\]`dk|
- -)3&lt;@ADHO`jswx{ %(,3DN\_cj0;Zess
 
 
 
 
 
 &quot;4                
-
+s y + +*+]yIMAFKXj&quot;&quot;##%%'$'O'U'''5(9(C(P(Q(V(p(())!*%*W*[**********+4+7+k+n+p,s,,,,,,,/0
+000011@1J1111122V2`22222-37333334&quot;4\4f44444&amp;505t5~55566Z6d6666607:7y77778 +8E8O88888 +99V9`99999/:9:x::::        ;N;X;;;;;(&lt;2&lt;v&lt;&lt;&lt;&lt;= =+=F=@ +AA.A?AHAMAVAAADDDDZEaEEEGG{K|KLLPQQ2TBTTTUUUUVVWWW
+XK\[\^__d`l``a6aKaaaab bbddeeQfTfffl'lllmmBooorrs        ssss tpuquuuvvvvvvyyzz%~2~3~C~D~S~T~a~b~p~q~~~~~~~~~~~~~~~~~~~~~~ )*:;CDXYnoہ̓Ճ/68:ڄ߄%-ĆɆcj߉IO(0178;@DCGHK]ŽƎ27vx         :&lt;ls–DETW(&quot;*06ޮvZ͸Ѹ޸13AJWy0OPop&quot;(;A
 #)4=;?AF-'dm~ox:@        QT!./37:;&gt;
+UYZ_ +%,6h =  + +N + + +/2YZfl0&quot;9&quot;&quot;&quot;V#s# $$$$$&amp;$-$$$P%\%u%%''F(R(_)l)g*y*****o+v+4 466==`@i@AAAAQC[CRDWDDDDD0E5EzEEEE}FFDIuI~IIDMqOP~bbbb_clccc;dIdddIehhi!jss`{Gh֍!ۢ2JV\fƦҦڦ&quot;*7?NVbju}ɧѧݧ$/8FŨͨިߨ-5gqޫ&amp;V^'-=IQ^
 6Iٰ*8±DZ²%7O[Ϸзָܷ߸r$ھ
++5ſͿ,=&gt;PYgp|,UYI[&quot;/bp&lt;@RTU\i}#.;F8=t(iv28o&quot;8w
+!KSZk        Xk emR\,%8&lt;PTl-Zi?B\_an&quot;//?M`bo)uBS yKYb{}?VXf!.=PRc)1        +4^hjm
+6Eiso[d&quot;0`o&quot;'GQ~        )4=Bbmv{ +&quot;(HKU7Balz
 
         
+
+-
 .
-0
-c
-e
-{
-}
-
-
-; o 2 p q MP(  9!!x&quot;&quot;&quot;$%l%n%''((((0((())!*(*W*^******+4+:+k+q+++++,,E,J,p,v,,,        - -------//A1F1111122W2\22222.333333344]4b44444'5,5u5z5556 6[6`666661767z77778        8F8K8888899W9\999990:5:y:~:::
+b
+; o j  !x&quot;z%}%''(())!*(*W*^******+4+:+k+q+++++,,E,J,p,v,,,        - -------//A1F1111122W2\22222.333333344]4b44444'5,5u5z5556 6[6`666661767z77778        8F8K8888899W9\999990:5:y:~:::
 ;;O;T;;;;;)&lt;.&lt;w&lt;|&lt;&lt;&lt;==A?R????@K@g@r@AAAA&amp;F+FcFhFFFFFGGI'JmOqOpUrUXX ZZ4Z;Z7[&gt;[[[\ -\\\\\]!]d]k]]]^3^__eeDeeSfVf&gt;hijjnnnnnnoo&quot;o8oDoZofo|oo:pHppqqGqHqqssttuu{vv=wCw?zAzOzQzzzzzzzB{D{a{c{||~~~~?D4&lt;&gt;Մل %UZą)1^cȆ͆27;@pxڈ߈DIyMS/3!&amp;6DߔTY -Ƙ˘#)UWers
 ƠǠԠՠנ        y{MOIKceͤϤfh&lt;&gt;)+ik=?ײɷ˷
-eg
-9;=&gt;27bk&lt;&gt;&gt;A9&gt;$&amp;        !        XZHJOQ^`V#X#{#}# $$?$A$d$h$$$$$$%A%F%%%%%))))))M*R******* -+-+;+r+y+,,-E...X3Z3(4+456U8f8M;T;VDYDDDDD4E7E~EEEE:H@HHHHHI        I.I4I@IFIIIOOCUFU]]``ff)i0immVnYnpp+q;qhukurutuuuuuuu~~~~?AB5WX798EHXЅȆʆ'xMOIbjސB[
 8=&amp;9 C_(*VHJL8 &quot;cfY\.45&lt;òȲ?E%ŵȵ׵ݵJM]c $иӸ )/:@ǻͻ#)U[%*AD4:
-ci;gnkZ]?E &amp;x{`gIN!( 'EK#UWot{|0;Zess33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333******ff0;Zess
+\\\\\]!]d]k]]]^3^_@`eeBeeQfTf&lt;hijjnnnnnnno o6oBoXodozoo5p6pDppqqCqDqqss}ttuuwvv9w?w;z=zKzMz~zzzzzz&gt;{@{]{_{{||~~~~~~;@08:фՄ +!QV%-Z_ĆɆ.37&lt;ltֈۈ @Eu}IO+/&quot;2@۔PU        ˜ǘ{%QSano|} àРѠӠuwߢIK~EG_a}ɤˤbd8:%'eg9;ӲŷǷ
 ac579:.3^g8:#;&gt;6;!#                UWEGLN[]S#U#x#z#        $ $&lt;$&gt;$a$e$$$$$$$&gt;%C%%%%%))))))J*O*******
++*+8+o+v+,,-B...U3W3%4(456R8c8J;Q;SDVDDDDD1E4E{E~EEE7H=H}HHHHII+I1I=ICIIIOO@UCU]]``ffGE^f@ݐAZ7&lt;%8  +B^')UGIK7
+!beX[ H.45&lt;òȲ?E%ŵȵ׵ݵJM]c $иӸ )/:@ǻͻ#)U[%*AD4:
+ci;gnkZ]?E &amp;y|ahCRINE#*&quot;)GM4XdY[sxAb7Balzz3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333j____oooo******ffmmrr@|6C IQstuv&lt;BLWKS7Balzz
 zBb(i`!4bXDbZ63jZ&quot;juZ&quot;jz&quot;j0}6:xhh^h`OJQJ.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()
 ^`hH.
         L^        `LhH.
@@ -30061,28 +30046,28 @@
 o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ  QJ  o(hH(uZXD3jZz`!
-z0}WW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                l@y                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@E&quot;k_1y=        ?j
-mF'Tg^{f !sL!_!y&quot;55&amp;04+A-N.i.8/{7j&lt;(AZA)BH)GI\M N{OP}S#T#TNX{Xj        YYn\1]e^Bfwf}f&amp;g$g3i %mCmm'4qrsO.s&gt;sWsnt|u~#:Z:o- F        E*K2?d`$z5!Nh{p\/-cj c`s(-?B#F-v&gt;Zs5%6::4i&gt;BP -V+sS3EK#Ofq.!d JRf*sf0wO2X%vXwXeXaB -w@ffXff( !@(T@Unknown
+z0}WW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                l@y                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@E&quot;k_1y=        ?j
+mF'Tg^{!sL!_!y&quot;55&amp;04+A-N.i.8/{7j&lt;(AZA)BH)GI\M N{OP}S#T#TNX{Xj        YYn\1]e^Bfwf}f&amp;g$g3i %mCmm'4qrsO.s&gt;sWsnt|u~#:Z:o- F        E*K2?d`$z5!Nh{p\/-c$j c`s(-?B#F-v&gt;Zs5%6::4i&gt;BP +V+sS3EK#Ofq.!d JRf*sf0wO2X%vXwXeXmaB +w@ooXoo( !@(T@Unknown
 Junmei BanNCAR MMMCraig SG*Ax        Times New Roman5Symbol3. *Cx        Arial71        Courier_Monotype SortsEuclid Extra?=        *Cx        Courier NewOPo]
 mffo[SOArial Unicode MS3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
-        jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleCLucida GrandeA$BCambria Math#hK'(Lߴ?Lߴ?!
 4d}} J#q?'9 Chapter 6: WRF-VAR MMM UserkavulichD                 
+        jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleCLucida GrandeA$BCambria Math#hK'(L?L?!
 4d J#q?'9 Chapter 6: WRF-VAR MMM UserkavulichD                 
  - Oh+'0        
+ Oh+'0        
 4 @ L -Xdlt| Chapter 6: WRF-VAR  MMM UserNormal kavulich128Microsoft Office Word@(tO@@,xE@@g5?Lߴ
 
 
 
 ՜.+,D՜.+,D hp  - NCAR}  Chapter 6: WRF-VAR  Titled 8@ _PID_HLINKSA&gt;O4^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.htmlj9Nhttps://w
 iki.ucar.edu/download/attachments/60622477/WRFDA__update_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/CONVERTER.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093|=
 'ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg~?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm{dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'xVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'uVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[r
 =http://www.dtcenter.org/com-GSI/users/support/faqs/index.php?~o3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6l_Running_WRF-Var_1A[i=http://www.dtcenter.org/com-GSI/users/support/faqs/index.phpudf_Additional_WRFDA_Exercises:_1&amp;c_WRF-Var_Diagnostics_15;`?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 Oy]_Running_gen_be;Z&quot;_Running_Observation_PreprocessorQ
-W_Description_of_Namelist_1Q
-T_Description_of_Namelist_1Q
-Q_Description_of_Namelist_1BNbhttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2010_Aug/tutorial_presentation_summer_2010.html|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html\IHKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformat E&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlbgB?http://resear
 ch.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ?Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html*&amp;&lt;_Running_gen_be_1I]9$_Running_Observation_Preprocessor_15;6?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`-33http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlQ
-0_Description_of_Namelist_1jk-_Hybrid_Data_Assimilation_2&amp;*_WRF-Var_Diagnostics_1\'_WRFDA_with_Multivariate_2*U$_Additional_WRFDA_Exercises:*&amp;!_Running_gen_be_1WC_Updating_WRF_lateral_1Precipitation0_Radiance_Data_Assimilations6_Running_W
 RF-Var_1I]$_Running_Observation_Preprocessor_1; _Installing_WRFNL_and}w WRFPlus;         _Installing_WRFNL_and@_Installing_WRF-Var@_Installing_WRF-VarCC_Introduction_1
         
+Xdlt| Chapter 6: WRF-VAR  MMM UserNormal kavulich129Microsoft Office Word@k@@,xE@@D_?L
 
 
 
 ՜.+,D՜.+,D hp  + NCAR  Chapter 6: WRF-VAR  Titled 8@ _PID_HLINKSA&gt;O4^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.htmlj9Nhttps://wiki.ucar.edu/
 download/attachments/60622477/WRFDA__update_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/CONVERTER.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093|='ftp://ftp.e
 mc.ncep.noaa.gov/jcsda/CRTMbg~?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm{dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'xVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'uVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[r=
 http://www.dtcenter.org/com-GSI/users/support/faqs/index.php?~o3http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/6l_Running_WRF-Var_1A[i=http://www.dtcenter.org/com-GSI/users/support/faqs/index.phpudf_Additional_WRFDA_Exercises:_1&amp;c_WRF-Var_Diagnostics_15;`?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOy]
 _Running_gen_be;Z&quot;_Running_Observation_PreprocessorQ
+W_Description_of_Namelist_1Q
+T_Description_of_Namelist_1Q
+Q_Description_of_Namelist_1BNbhttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2010_Aug/tutorial_presentation_summer_2010.html|CK@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html\IHKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformat E&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlbgB?http://resear
 ch.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ?Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html*&amp;&lt;_Running_gen_be_1I]9$_Running_Observation_Preprocessor_15;6?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`-33http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlQ
+0_Description_of_Namelist_1jk-_Hybrid_Data_Assimilation_2&amp;*_WRF-Var_Diagnostics_1\'_WRFDA_with_Multivariate_2*U$_Additional_WRFDA_Exercises:*&amp;!_Running_gen_be_1WC_Updating_WRF_lateral_1Precipitation0_Radiance_Data_Assimilations6_Running_W
 RF-Var_1I]$_Running_Observation_Preprocessor_1; _Installing_WRFNL_and}w WRFPlus;         _Installing_WRFNL_and@_Installing_WRF-Var@_Installing_WRF-VarCC_Introduction_1
         
    !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^`abcdefghijklmnopqrstuvwxyz{|}~
         
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    @@ -30653,12 +30638,12 @@
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
                   
       -                     ! &quot; # $ % &amp; ' ( ) * + , - . / 0 1 2 4 5 6 7 8 9 : ; &lt; = &gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                            
  !Root Entry        F\yH!Data
-^t;1Table3 VWordDocument
-SummaryInformation( DocumentSummaryInformation8 MsoDataStore BH0rH0TJOKOOYTI==2 BH0rH!
 Item
+                     ! &quot; # $ % &amp; ' ( ) * + , - . / 0 1 2 3 5 6 7 8 9 : ; &lt; = &gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                        
 Root Entry        Fm Data
+_t;1Table4 ްWordDocument
+SummaryInformation( DocumentSummaryInformation8 MsoDataStore@;fZQ4NEPJ3DXJB==2@;fItem
         PropertiesUCompObj
 y         &lt;b:Sources SelectedStyle=&quot;\APA.XSL&quot; StyleName=&quot;APA Fifth Edition&quot; xmlns:b=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot; xmlns=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;&gt;&lt;/b:Sources&gt;
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;ds:datastoreItem ds:itemID=&quot;{DB3DAC9D-F364-4326-8A38-EBE2613236D7}&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;{65732C93-9E0B-4C34-8F25-DF0381727807}&quot; xmlns:ds=&quot;http://schemas.openxmlformats.org/officeDocument/2006/customXml&quot;&gt;&lt;ds:schemaRefs&gt;&lt;ds:schemaRef ds:uri=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;/&gt;&lt;/ds:schemaRefs&gt;&lt;/ds:datastoreItem&gt;
         F'Microsoft Office Word 97-2003 Document
 MSWordDocWord.Document.89q
\ No newline at end of file

</font>
</pre>