<p><b>kavulich@ucar.edu</b> 2014-04-10 23:05:22 -0600 (Thu, 10 Apr 2014)</p><p>Re-wrote Chapter 6 section on updating boundary conditions.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-04-11 01:47:45 UTC (rev 475)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2014-04-11 05:05:22 UTC (rev 476)
@@ -1,5 +1,4 @@
-ࡱ&gt;        .{~NOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz        bjbj$$        F|F|[2]22?????T0@0@0@@Cd0@
-@LPpPPPQdZP\$b9?H]QQH]H]??PP&quot;fH]N(?P?PH]ljP@SUDpi`HTj&quot;?H]H]H]H]
 H]H]H]H]H]H]H]H]H]H]H]H]H]H]H]2  &gt;:         +ࡱ&gt;        .STUVWXYZ[\]^_`abcdefghijklmno
 pqrstuvwxyz{|}~        x bjbj$$        'F|F|4]22?????T0@0@0@@4Cl0@EhL8PpPPPQZx\ &quot;&quot;&quot;&quot;&quot;&quot;$7nF9?p]QQp]p]F??PP&quot;fRRRp]0(?P?P
  Rp] RR lPpaCUxp `EWWT&quot;W?LRp]p]p]FFRp]p]p]Ep]p]p]p]Wp]p]p]p]p]p]p]p]p]2  &gt;
 :          Chapter 6: WRF Data Assimilation    Table of Contents @@ -980,39 +979,34 @@
   There are two observation files, ob.rain.2008020515.03h and ob.rain.2008020518.03h. For the first file (i=1) ob.rain.2008020515.03h, it should be renamed as ob04.rain,and the second file (i=2) renamed as ob07.rain.  Updating WRF Boundary Conditions -There are three input files: WRFDA analysis, wrfinput, and wrfbdy files from WPS/real.exe, and a namelist file: parame.in for running da_update_bc.exe for domain-1. Before running an NWP forecast using the WRF-model with WRFDA analysis, update the values and tendencies for each predicted variable in the first time period, in the lateral boundary condition file. Domain-1 (wrfbdy_d01) must be updated to be consistent with the new WRFDA initial condition (analysis). This is absolutely essential. Moreover, in the cycling-run mode (warm-start), the lower boundary in the WRFDA analysis file also needs to be updated based on the information from the wrfinput file, generated by WPS/real.exe at analysis time.  -For nested domains, domai
 n-2, domain-3, etc., the lateral boundaries are provided by their parent domains, so no lateral boundary update is needed for these domains; but the low boundaries in each of the nested domains WRFDA analysis files still need to be updated. In these cases, you must set the namelist variable, domain_id &gt; 1 (default is 1 for domain-1), and no wrfbdy_d01file needs to be provided to the namelist variable wrf_bdy_file. -This procedure is performed by the WRFDA utility called da_update_bc.exe, and is located in $WRFDA_DIR/var/build. -To run da_update_bc.exe, follow the steps below: -&gt; cd $WRFDA_DIR/var/test/update_bc   +a. Lateral boundary conditions +When using WRFDA output to run a WRF forecast, it is essential that you update the WRF lateral boundary conditions (contained in the file wrfbdy_01, created by real.exe) to match your new analysis. Domain-1 (wrfbdy_d01) must be updated to be consistent with the new WRFDA initial condition (analysis). This is absolutely essenti
 al. For nested domains, domain-2, domain-3, etc., the lateral boundary conditions are provided by their parent domains, so no lateral boundary update is needed for these domains. The update procedure is performed by the WRFDA utility called da_update_bc.exe, and after compilation can be found in $WRFDA_DIR/var/build. +da_update_bc.exe requires three input files: the WRFDA analysis (wrfvar_output), the wrfbdy file from real.exe, and a namelist file: parame.in. To run da_update_bc.exe to update lateral boundary conditions, follow the steps below: +&gt; cd $WRFDA_DIR/var/test/update_bc  &gt; cp p $DAT_DIR/rc/2008020512/wrfbdy_d01 .   (IMPORTANT: make a copy of wrfbdy_d01, as the wrf_bdy_file will be overwritten by da_update_bc.exe)  &gt; vi parame.in  &amp;control_param - da_file            = './wrfvar_output' + da_file            = '../tutorial/wrfvar_output'   wrf_bdy_file       = './wrfbdy_d01' - wrf_input          = '$DAT_DIR/rc/2008020512/wrfinput_d01'   domain_id        
   = 1 - debug   = .true. - low_bdy_only = .false.              - update_lsm = .false.  - var4d_lbc =  .false. + debug              = .true. + update_lateral_bdy = .true. + update_low_bdy     = .false. + update_lsm         = .false. + iswater            = 16 + var4d_lbc          = .false.  /    &gt; ln sf $WRFDA_DIR/var/da/da_update_bc.exe .  &gt; ./da_update_bc.exe   -At this stage, you should have the files wrfvar_output and wrfbdy_d01 in your WRFDA working directory. They are the WRFDA updated initial condition and boundary condition for any subsequent WRF model runs. To use, link a copy of wrfvar_output and wrfbdy_d01 to wrfinput_d01 and wrfbdy_d01, respectively, in your WRF working directory. +At this stage, you should have the files wrfvar_output and wrfbdy_d01 in your WRFDA working directory. They are the WRFDA updated initial and boundary condition files for any subsequent WRF model runs. To use, link a copy of wrfvar_output and wrfbdy_d01 to wrfinput_d01 and wrfbdy_
 d01, respectively, in your WRF working directory.   -If you activate the var4d_lbc option in a WRF 4D-Var run, you should also copy/link the ana02 file from the WRFDA working directory to the da_update_bc working directory and set the var4d_lbc variable to TRUE in parame.in.  +You should also see two additional output files: fort.11 and fort.12. These contain information about the changes made to wrfbdy_01.   -Starting with V3.2, some changes were made to da_update_bc to address some issues related to sea-ice and snow change during cycling runs, and radiance data assimilation. The new settings in parame.in are introduced as follows: - -Note:  for backward compatibility, the pre-V3.2 parame.in, mentioned above, still works with V3.2+ da_update_bc. -  &amp;control_param   da_file            = '../tutorial/wrfvar_output' - da_file_02         =  ./ana02   wrf_bdy_file       = './wrfbdy_d01'   wrf_input          = '$DAT_DIR/rc/2008020512/wrfinput_d01'   domain_id          = 1 @
 @ -1020,28 +1014,36 @@
  update_lateral_bdy = .true.   update_low_bdy     = .true.   update_lsm         = .false. - iswater            = 16   var4d_lbc          = .false.  /   -update_lateral_bdy is required only for domain 1. -update_low_bdy is needed for all domains if running in cycling mode. -iswater (water point index) is 16 for USGS LANDUSE and 17 for MODIS LANDUSE.   -If in cycling mode (especially if you are doing radiance data assimilation and there are SEA ICE and SNOW in your domain), it is recommended that before you run WRFDA, you run da_update_bc.exe with the following namelist options:   +b. Cycling with WRF and WRFDA (warm-start) + +In cycling mode (warm-start), the lower boundary in the first guess file also needs to be updated based on the information from the wrfinput file, generated by WPS/real.exe at analysis time. If in cycling mode (especially if you are doing radiance data assimilation and there are SEA ICE or SNOW in your domain), it is recommended that before you run WRFDA
 , you run da_update_bc.exe with the following namelist options: + + da_file            = './fg' + wrf_input          = './wrfinput_d01'   update_lateral_bdy = .false.   update_low_bdy     = .true.  + iswater            = 16 +Note: iswater (water point index) is 16 for USGS LANDUSE and 17 for MODIS LANDUSE.   -This creates a lower-boundary updated first guess (da_file will be overwritten by da_update_bc). Then, after WRFDA has finished, run da_update_bc.exe again with the following namelist options: +This creates a lower-boundary updated first guess (da_file will be overwritten by da_update_bc with updated lower boundary conditions from wrf_input). Then, after WRFDA has finished, run da_update_bc.exe again with the following namelist options:   + da_file            = './wrfvar_output' + wrf_bdy_file       = './wrfbdy_d01'   update_lateral_bdy = .true.   update_low_bdy     = .false. +  +This updates the lateral boundary conditions (wrf_bdy_file will be overwritten by da_upda
 te_bc with lateral boundary conditions from da_file). +As mentioned previously, lateral boundary conditions for child domains (wrfinput_02, wrfinput_03, etc.) come from the respective parent domains, so update_bc is not necessary after running WRFDA. However, in a cycling procedure, the lower boundaries in each of the nested domains WRFDA analysis files still need to be updated. In these cases, you must set the namelist variable, domain_id &gt; 1 (default is 1 for domain-1) and provide the appropriate wrfinput file (wrf_input = './wrfinput_d02' for domain 2, for instance). +c. WRFDA 4DVAR with lateral boundary conditions as control variables   -This updates the lateral boundary conditions (wrf_bdy_file will be overwritten by da_update_bc). - - - +If you activate the var4d_lbc option in a WRF 4D-Var run, in addition to the above-mentioned files you will also need the ana02 file from the WRFDA working directory. In parame.in, set var4d_lbc to TRUE and use da_file_02 to poin
 t to the location of the ana02 file. +da_file_02         = './ana02' +var4d_lbc          = .true.  Running gen_be  Starting with WRFDA version 3.1, users have three choices to define the background error covariance (BE). We call them CV3, CV5, and CV6 . With CV3 and CV5, the background errors are applied to the same set of the control variables, stream function, unbalanced potential velocity, unbalanced temperature, unbalanced surface pressure, and pseudo-relative-humidity. However, for CV6 the moisture control variable is the unbalanced part of pseudo-relative-humidity. With CV3, the control variables are in physical space while with CV5 and CV6, the control variables are in eigenvector space. The major difference between these two kinds of BE is the vertical covariance; CV3 uses the vertical recursive filter to model the vertical covariance but CV5 and CV6 use an empirical orthogonal function (EOF) to represent the vertical covariance. The recursive filters to model the ho
 rizontal covariance are also different with these BEs. We have not conducted the systematic comparison of the analyses based on these BEs. However, CV3 (a BE file provided with our WRFDA system) is a global BE and can be used for any regional domain, while CV5 and CV6 BEs are domain-dependent, which should be generated based on the forecast data from the same domain. At this time, it is hard to tell which BE is better; the impact on analysis may vary from case to case.   @@ -1646,10 +1648,10 @@
      -WRF-ARW V3: Users Guide        6- PAGE 38 +WRF-ARW V3: Users Guide        6- PAGE 36     -WRF-ARW V3: Users Guide        6- PAGE 39 +WRF-ARW V3: Users Guide        6- PAGE 37       @@ -1670,7 +1672,14 @@
      -&quot;#56VWXdefg                         !        U        V        W                                                                                                                        
+WRF-ARW V3: Users Guide        6- PAGE 44 + + +WRF-ARW V3: Users Guide        6- PAGE 45 + + + +&quot;#56VWXdefg                         !        U        V        W                                                                                                                        
 
 
 
@@ -1990,749 +1999,739 @@
 h)l^Jhh)l^Jh)lCJOJQJ hkh)l h:h)lhKh)lNH hKh)lh)lCJOJQJ h@|h)lh&lt;h)lCJOJQJhnh)lCJOJQJ        h)l5hh)l5h)lhEh)l5OJQJhl        h)lOJQJ hl        h)l%****4*=*?*@*D*I*c*k*l*m*p********++
 + ++ +!+$+%+J+M+u+v++Ѽ|uneޒޒhd}h)lCJ hmH[h)l h&amp;gh)l
 h)lCJ hV,h)lhV,h)lCJhV,h)lCJOJQJ hd}h)lhd}h)l^J
-h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)l#l*m*++Y,Z,c,o,,,,,,--j0&amp;2222333333^ns^gd)l^gd)lgd)l++++++,,Z,,,,,,,,,,---.-0-G-H-Q-R-g-j-l-v-w------....).9.../#///203000m1n11պպѦѦѦѦ
 h`OJQJhLh)lOJQJh6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
-h)lNHh)lh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJ711112$2^2g2n222222222363@3B3I3U3a3b3m3}333333&gt;4?4455$5.55555555̷̮̄zzt
-h)lNHhCJOJQJh`CJOJQJh&amp;gh)lCJNH
-h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh;=h)lCJOJQJh)lOJQJh)lCJOJQJhDCJOJQJhLh)lOJQJh)l h&amp;gh)lCJOJQJ^JaJ-3&amp;4&gt;4P4u4444444486967777o8p8888839K9h9igd)l        igd)lozb'^555        68696?6M6W6666666 -77777777H7T7f7g7777777.87888a8m8o8p8߻ujhh)lCJaJh)l5CJOJ
 QJhh)l5CJOJQJaJ#hh)l5CJOJQJ^JaJh)l5CJNHh`h)l5CJOJQJaJ -h)l5CJh`^JaJh`h)l^JaJh)lCJOJQJhh)lCJOJQJ
-h)lCJh)lh)lCJOJQJ'p888889999 :,:;:q:x::::Q;W;o;;;;;;&lt;        &lt;&lt;&lt;5&lt;A&lt;h&lt;x&lt;&lt;&lt;&lt;&lt;==3=?=B=C=D=E=====R&gt;ǷǷDZǨǷǡDZǷǷǷǓǷǷǏ~~
-h)lNHhL7# hsSh)lh)lhh)l5CJOJQJ h3ih)lh3ih)lCJ
-h)lCJhh)l5CJOJQJaJ -h)l5CJh)l5CJOJQJhh)lOJQJaJhh)laJhh)l5CJOJQJaJ1h99999999,:q:::;;;;;&lt;&lt;&lt;&lt;&lt;B=C=D=E=T=Bigd)lR&gt;S&gt;&gt;&gt;&gt;&gt;N?O???@@Z@[@AAAAAA`BaBBCCCTCUCDDoDpDDD)E*EFFaGbGHHHHHHHHIIII$I&lt;IIIIIgJmJ~JJJJJJJJJJ&quot;K:K
 QKWKKK@LALLLNNNNhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJh)l
-h)lNHQBBDDEEGG&gt;I?IHJIJ=K&gt;KhNiN.O/O%R&amp;RFSGSTSUSSS3T}TT^$a$NOO=OCOOOOO9P:PPPPPPPOQPQQQQ        RR#RwRxRRRRSSS0SHSUUUVVVVVVV:WXXYY*Z1Z2Z&gt;Z?ZTZUZ^ZpZZZZZZZݲݲݲݣh)lCJOJQJ        h)l5h)lOJQJh)lCJOJQJ
-h)l0JVj -h)lUjh)lUh)lCJOJQJhh)lCJOJQJaJ
-h)lNHh)l@TUUVV9W:WWWX.X@XXXXYY&gt;Z?ZTZUZZZR[S[U[V[r[$a$$a$^ZZ[[+[,[&lt;[B[I[J[S[T[r[[[[[[d\q\\\\\\\\\&amp;]'](]0]]]]^^        _e_f___```,`-`.`?aCaaaaaDbLbPb^b_b`blcpccd:dSdddddeeeeh9h)lOJQJ
-h)lCJ -h)l6NH        h)l6        h)l5j -h)lU
-h)lNHh)lOJQJh)lCJOJQJh)lIr[[\]^^#^4^E^W^i^k^u^_        ___.`7`l```        a=a?aaa`bib^nibbbc7cjclccd:dCdQdSdddddddeefghhhj
 ngdQn^eeeef gg#g$g(g0g4gBgggggghhbhjhnhhhhhhCiDijjjjjJkKkTk[k\kakckkkkļѸѧshahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
-hQNHhQ        ha5        hQ5h)lOJQJ
-h)lNH        h)l5h)lCJOJQJh)l,jjKkTklllCmmnnnnpoyooon +h)l^J hh)lh)lOJQJhvh)lCJOJQJh%rh)lCJOJQJh)lhnh)lCJOJQJh)lCJOJQJ hh)l#l*m*++Y,Z,c,o,,,,,,---I001S1111242 ^gd(^ngd)0os^gd)l
 ^gd)lgd)l++++++,,Z,,,,,,,,,,---.-0-G-H-Q-R-g-j-l-v-w-----------.L.U.b.j.u.z.~...պպѬh hlhCJOJQJ^JaJh)0ohohhh)0o5        h)0o5h6&lt;h)lCJ h6&lt;h)lh)lCJOJQJ
+h)lNHh)lh)lCJOJQJ hmH[h)lh&lt;h)lCJOJQJh6&lt;h)lCJOJQJ3..//H/\/////0 00000030G0I0Y0c0h0i0000000000000000010141㊂zmh;=h)lCJOJQJh)lOJQJhROJQJhLhROJQJhRCJOJQJ^JaJ hohRCJOJQJ^JaJ h&amp;gh)lCJOJQJ^JaJ
+hKNHh)lCJOJQJhDCJOJQJhKhRh
+h)lNHh)lhLh)lOJQJ)41R1111111111111114252Y2Z22233e33333444 4F4S4X4b4f4r4w444444쩘쇁}쇁sh)lCJmH        sH        hK
+h)lNHh)lhh(OJQJaJ!he5CJOJQJaJmH        sH        hh(5CJOJQJaJh`CJOJQJh&amp;gh)lCJNH
+h)lCJh&amp;gh)lCJOJQJ^Jh&amp;gh)lCJh)lCJOJQJhKCJOJQJ,42Y2q2222233 3!3O3d3e3446575F5x55556+6igd^i^gd( ^gd(44        5
+5556575x5y5f6g6666666666666ƶrhc[cPE;Eh)0oh)0o5CJhK5CJmH        sH        h)0o5CJmH        sH        hh)0o5        h)0o5h)0oCJmH        sH        h)0oh)lCJmH        sH        h)l5CJOJQJhh)lOJQJaJhfOJQJaJmH        sH        !hK5CJOJQJaJmH        sH        hh)l5CJOJQJaJhhmH        sH        hCJNHOJQJmH        sH        hCJOJQJmH        sH         hhCJOJQJmH        sH        +6H6f66666666Y8Z8w88888H9I9@:A:i:::gdijih`hgdfgdfgdKgd)0o
 igd)l6t77778 8#838Y8Z8[8v8w8x88888888乨xgxgVE!hf5CJOJQJaJmH        sH        !h)l5CJOJQJaJmH        sH        !hK5CJOJQJaJmH        sH        hhK5CJOJQJaJhh)l5CJOJQJaJhijhij5CJOJQJaJ!hij5CJOJQJaJmH        sH         h3ih)lhh)l5CJOJQJaJh3ih)lCJhK5CJmH        sH         +h)l5CJhKh)l5CJh)0oh)0o5CJ88888899G9H9I9f9o9|9999999::?:@:A:±oodSdoEhh)l5CJOJQJ!hK5CJOJQJaJmH        sH        hK5CJmH        sH        hh)l5CJOJQJaJ
+h)lCJ +h)l5CJh)l5CJOJQJhfhfOJQJaJhfhfaJmH        sH         hfhfOJQJaJmH        sH        hfaJmH        sH        #hfhf5OJQJaJmH        sH        !hf5CJOJQJaJmH        sH        hhf5CJOJQJaJA:B:Y:Z:i:j:::::;;);P;S;W;X;Y;Z;;;&lt;&lt;        &lt;&lt;&lt;&lt;&lt;ͽͦ{j\XRXRXNXRXhF
+hRNHhRhFh)l5CJmH        sH        !hF5CJOJQJaJmH        sH        hhF5CJOJQJaJhF5CJmH        sH        hh)l5CJOJQJaJ +h)l5CJhh)l5CJOJQJaJhhf5CJOJQJaJ!hf5CJOJQJaJmH        sH        hhij5CJOJQJaJ!hij5CJOJQJaJmH        sH        :::Z;e===&gt;&gt;&gt;?FDGD|F}FvGwGIIJJKK$a$i^gd`I        igdozb'igdgdngdRgdF&lt;&lt;&lt;+=4=5=E=F=G=c=e=f=h========!&gt;%&gt;*&gt;P&gt;S&g
 t;U&gt;Z&gt;[&gt;^&gt;d&gt;m&gt;u&gt;ǿǺ|nfn[Qh$OCJOJQJh`h$O^JaJh^JaJh$OCJOJQJmH        sH        h`ICJOJQJmH        sH        h`h^JaJhCJOJQJhhCJOJQJhCJOJQJmH        sH                h5hh5        h&lt;R5hFCJOJQJaJhFhFCJOJQJaJhFhR h&amp;ghRCJOJQJ^JaJu&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;U?V????@V@W@@@@@ZA[AAABBBBVCWCCC +DDDDEEEEFF򿵧
+h)lNHh)l h`Ih$OOJQJaJmH        sH        hh$OOJQJaJh`IOJQJaJmH        sH        h`IOJQJaJ h$OhCJOJQJmH        sH        h`h$O^JaJh$OCJOJQJhh`IOJQJaJh$OCJOJQJmH        sH        2F`FaFFFHHIIjJvJzJJJJJJJJJJJJ=K&gt;KqKwKLL+L;LFLGLPLVLLLLLLLLM@MAMMMNNnPoPPPPPPP1Q2QQQQQQR_RhR|RRRRR_SSSSSS$T%Tjh)lUhh)lCJOJQJaJhh)lCJOJQJaJh)lCJOJQJ
+h)lNHh)lNKLLPPPPSSTTUULUUU*VtVVVXXYXXX-YoYYYY^$a$%TpTqTrTTTTTTV-W;WWW_XwXyXXXXZZ[[[[[[[\\ \\4\:\R\Z\\\\\\\\\\\\]]]I]]]]]^^J^K^O^X^]^f^j^x^^ϼٲj +h)lUh)lCJOJQJ        h)l5h)lOJQJ
+h)lNHh)lCJOJQJh)lCJOJQJ
+h)l0JVjh)lUj +h)lUh)lBY@ZZZ[[[[\\f\g\\]]]]I]z^______```n$a$$a$^^^^^6_7__\`]``aa@alaaaaaaabbAcBcxccccc d d +deeeeefBfnfffCgIgLgMglgwggghhhhhhhh1iBiDiiiiijjj9jnjqjrjjW        ha5        hQ5h)lOJQJh9h)lOJ
 QJ        h)l5
+h)lCJh)lCJOJQJ
+h)lNHh)l +h)l6NH        h)l6H`&quot;```@alaaabPbbbbbxcc +ddJddddeeeeeeen^efBfnfffffCgggDiinjjkllmmUn^nnon +
 ^`gd-&gt; nhh]h^hgdangdQn^jjjkolwlllllmm        mmmKmLm]m^mvmwmmmmnn,n-nKnLnTnhninjnnnnnnEoRo{o|ooooooĶҫҶĶxhaCJOJQJ^JaJh#CJaJhaCJaJh-&gt;CJaJhahaCJNHaJhahaCJaJh-&gt;CJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJhahQhQ6 hQhQ
+hQNHhQ/o6p7p&lt;pEpQpRpSpuppppppqq&amp;q3q4qEqRq_qmqnqqqqqqqqqqqqrrrrƸԸ|q|q|q|i||i||a||h!6\CJaJhN CJaJhN hN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ
+h/NHh/h/CJaJhahaCJaJhaCJOJQJ^JaJh#CJOJQJ^JaJ hahaCJOJQJ^JaJ hah/CJOJQJ^JaJ
+haNHha&amp;o&lt;pEpuppq&amp;qEq_qqqqrCrkrrrrrn  pp^p`gdN n  ^`gdN ngd/n -^`gd/ngdan -^`gd-&gt;ngdQ nhh]h^hgdakkkklllflglllllllll&lt;m?mBmNmOmmmmmmmmnnnnnnnnnnnnnnRoԫԕԑzԫԕrnh/h/CJaJ hah/CJOJQJ^JaJ
-haNHhahaCJOJQJ^JaJh#CJaJh#CJOJQJ^JaJhahaCJNHaJh-&gt;CJOJQJ^JaJ hahaCJOJQJ^JaJhaCJaJhahaCJaJh-&gt;CJaJ+RoSopoyooooooooopppp p!p;p&lt;pJpKpXpYpjpkpqpppppppppppppppq        qqq(q)q9q:qIqJqXqYqZq_qƻƻƻƳƳƫƫƫƫƫƫƫƫƝhah!6\CJaJh!6\CJOJQJ^JaJh!6\CJaJhN CJaJhN hN CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJ hah/CJOJQJ^JaJh/
-h/NH6oop&lt;pYpppppq:qYqrUrVrWrr -v +^`gd-&gt;n +^`gd/ngdarrBrCrTrUrjrkryrzrrrrrrrrrrrrrrrrrsss ssIsJs[s\stsusssssttttߏ߄yhah)lmH        sH        hah/CJaJhg+CJaJhah!6\CJNHaJ hah!6\CJOJQJ^JaJhah!6\CJaJh!6\CJOJQJ^JaJ hN hN CJOJQJ^JaJhN CJOJQJ^JaJhN hN CJaJh!6\CJaJ,rssttt&gt;twxZy
 y&gt;{{||n$$G$Ifa$ngd)ln$a$gd)l  &amp; 0`
    P@7$gdTgd)ln  ^`gd-&gt;n  xx^`gd!6\n -pp^p`gdN _qaqqqqqqqrrrrTrUrVrWrrrr&gt;sJssssslumunuuuu
-v vᄚtphp]hThhThT0JVjThTUjhTUhThBh)lCJOJQJ
-h)lNHh)l hbh)lhah)lmH        sH        hah/CJaJhg+CJaJhN CJOJQJ^JaJ hN hN CJOJQJ^JaJh!6\CJaJhah!6\CJNHaJhah!6\CJaJ hah!6\CJOJQJ^JaJ  v v -vRvSvvvvvvvvIwJwVw\w]wewfwgwhwwwwwwwwwww -xx&quot;x?xExGx|xxxxxxxy,y&lt;yHyIyPy^ynyvyyyyyzzzzzz { -{
-h)lNH hh)lCJOJQJ^JaJhh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l -h)l5CJ        h)l5h)lhT@ -vSvwwyyzz { -{{{}nn$$G$Ifa$ n$G$IfJkdU$$If0&quot;$        (44
-la/nv$G$If]vn$$G$Ifa$ngd)ln$a$gd)l -{{_{`{{{{{{{?|@|`|n|||||}}N}^}}}}}*~+~Z~h~~~~~:;&lt;wxȁɁWm7&gt;?BCJn¹²ªh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
-h)l0JVjZh)lUjh)lU
-h)lNHh)l hh)lCJOJQJ^JaJ@{{{{{{_|THkdV$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdvV$$If0&quot;$        (44
-la/_|`|n||||M}THkdW$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdtW$$If0&quot;$        (44
-la/M}N}^}}}}Y~THkdX$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdrX$$If0&quot;$        (44
-la/Y~Z~h~~~~QTHkdY$$If0&quot;$        (44
-la/n$$G$Ifa$ n$G$IfHkdpY$$If0&quot;$        (44
-la/QRSf,y3܊'n$a$gd)ln$a$gd)lgd)lngd)lgd)lHkdnZ$$If0&quot;$        (44
-la/˃҃Ӄ׃ރ߃3A܄݄m34yABHI-.CO؋ًj1;h)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)l
-h)lNH        h)l6h)lCJOJQJ        h)l5j h)l5Uh)lj[h)l5U&gt;#$6bwx1]x}ڏߏISTcdRW}ޔߔ45CE^_y|
-5JKo͗-T
-h)lCJ        h)l6h)lCJNHOJQJj;h)lU
-h)lNHh)lCJOJQJh)ljh)lUh&quot;h)l0JVH&quot;1{/0+oy͗-TVn`gd)ln^gd)ln$a$gd)l^gd)lngd)lTU&lt;=u̜ڜ Yf{|ŝ՞۞45/0۠ܠ]^ɡʡˡ()*+?@ģ hxh)lh)lCJaJhWsh)l0JVCJaJ#j&amp;hWsh)lCJUaJhWsh)lCJaJj
 hWsh)lCJUaJhWsh)lCJOJQJaJh)lCJOJQJ        h)l5
-h)lNHh)lj h)lU4Vtuv*Igĝŝҟӟ^_` h^h`gd)l$a$gd)l$a$$ngd)lģԣpq֤ؤߤ!vwԥ;eɦ˦Zbէާ!)ǸǸ٨ٝـyyllhh)l0JCJaJ hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJ
-h)lNHh)lhh)lCJOJQJh)lCJOJQJh)l6CJOJQJ*#$֤!ԥ6ϧ-.lGHlmê
+pp^p`gdN t&gt;tttttBuCuuuwwwowpwqwwwwwwxax~xxxxxxxxy        y
+yyyyy2y8yAyEyLySyTyWyZyyyyyyޯhh)l5hh)lCJaJhh)lNHhh)lCJOJQJaJ hh)l +h)l5CJ        h)l5hThT0JVjThTUjhTUhThBh)lCJOJQJ
+h)lNHh)l hbh)l3yyy)zEzHzIzLz|zzzzzzzz {{#{6{7{&gt;{{5|6|F|G|||||| } +}/}&lt;}}}}}}} +~~^~_~w~~~~~ MNST/034뮼hh)l5
+h)lNH        h)l5hh)lCJaJhh)lCJOJQJaJhh)lNH hh)lh)l hh)lCJOJQJ^JaJD||||.}/}&lt;}}BHkdvV$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfJkdU$$If0&quot;$        (44
+la/nv$G$If]v}}} ~ +~~v~THkdtW$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdV$$If0&quot;$        (44
+la/v~w~~~~ THkdrX$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdW$$If0&quot;$        (44
+la/THkdpY$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdX$$If0&quot;$        (44
+la/فTOOJngd)lgd)lHkdnZ$$If0&quot;$        (44
+la/n$$G$Ifa$ n$G$IfHkdY$$If0&quot;$        (44
+la/$%bijmnuv14567=x./6DE=@OPآآؕؕؕ h&quot;h)l
+h)lNH        h)l6        h)l5j h)l5Uj[h)l5Uh)lOJQJ h}fh)lh)l6OJQJh)lCJOJQJ
+h)l0JVjZh)lUh)ljh)lU:ف&amp;b4686@KԍϏޏ(A\^ܐC^gd)ln$a$gd)lngd)ln$a$gd)lgd)l;&lt;&amp;IKUWCDڌیЍэ$%CP;aޏ
+%*A\]\_ɓʓ̸        h)l6h)lCJNHOJQJj;h)lUh&quot;h)l0JVj1;h)lUjh)lU h&quot;h)lCJOJQJ^JaJ h&quot;h)lh)lCJOJQJ
+h)lNHh)l&gt;Cݒؕ]V&amp;FfzÙڙmn!&quot;#23$a$$n$a$gd)ln`gd)l^gd)lngd)ln^gd)lʓ*MƔ˔WX/[  &amp;)zÙڙXY&quot;278Jy˞()FSr9AEL:;ܡݡ
+hWsh)lCJOJQJaJ        h)l5j h)lU        h)l6
+h)lCJ
+h)lNHh)lCJOJQJh)lNם78qr   +_ХѥΦw8^8gd)l
+&amp; F^gd)lw^gd)l h^h`gd)l$a$gd)l$a$
+ vwxգ֣ףأ_qjkΦ#$§ʧ𾷳pp```h)l0JaCJOJQJmHsHhEh)lCJOJQJaJh)lCJOJQJaJhh)lCJOJQJh)l6CJOJQJh)lCJOJQJ
+h)lNHh)l hxh)lh)lCJaJhWsh)l0JVCJaJ#j&amp;hWsh)lCJUaJhWsh)lCJaJjhWsh)lCJUaJ%08V]abvxΩ֩ +!,^`ªǪɪЪѪܪߪe}Ⳡph)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJhh)lCJOJQJaJhh)l0JCJaJ
+h)lNH hh)lh)lCJOJQJ^JaJhh)lCJOJQJaJhh)lCJaJh)lh)l0JaCJOJQJmHsHh)lCJOJQJ,]|ڪ۪epq* w^gd)l w8^8gd)lwgd)l
 &amp; F
-^gd)lgd)l^gd)lh^hgd)lgd)lw8^8gd)l
-&amp; F^gd)l h^h`gd)lw^gd)l)`egltԨ֨#$/2ElЩ
--ABmtvªêӪԪӂɂuh'4qh)lOJQJaJh)lCJOJQJaJhh)lNHaJ
-h)laJhh)laJh)l0JY6CJOJQJaJ#hh)l0JY6CJOJQJaJh)lCJOJQJ hh)l
-h)lNHhh)lCJOJQJaJhh)l0JCJaJh)l*êĪߪ}~xyҭ| +^gd)l h^h`gd)lgd)l^gd)lh^hgd)lgd)l
+&amp; F^gd)lw8^8gd)lګ!#hiop֬ڬܬ$%)*UV÷uuuuf_ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ hh)lhh)lNHaJ
+h)laJhh)laJ#hh)l0JY6CJOJQJaJ
+h)lNHh)l#*+%&amp;9:Iԯկgd)l        gd)lo-kG  `gd)lo+kGw]`gd)lojkGw]`gd)l h^h`gd)l
 &amp; F
-^gd)l
-&amp; F
-^gd)l w^gd)l w8^8gd)lwgd)l)-/9;DJRwx|}
- &quot;2@FxԬլ%&amp;FLЭ䲦xtntnt]tt hWsh)lCJOJQJ^JaJ
-h)lNHh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJh)lCJOJQJh)lCJOJQJaJ h'4qh)lh'4qh)lNHOJQJaJh'4qh)lCJOJQJaJh'4qh)lOJQJaJh'4qh)lOJQJaJh'4qh)lCJOJQJaJ$'(DEU2Qıűб ^gd)l `gd)lw^w8^8gd)l
-&amp; F ^gd)l h^h`gd)lgd)l        gd)lo-kG &amp;' U2QıűαϱбԶԥyqeYyqh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJPJQJh)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJh)lCJOJQJhKvh)lCJOJQJh)l h*sh)lCJOJQJ^JaJ ʳ˳̳`mno%ڵ۵bqrUWX`꽰qch&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|Y5h[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJ
 h|Yh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)lCJOJQJh)l0J_CJOJQJ%̳`o%abqr67UWXigd|Y$a$gd|Y        igd|Yoy Ggd|Y ^gd)lgd)l`ap!&lt;=Raʸ˸ϸոLMܹ/!$@AJoŷxjhD CJOJQJmH        sH        hEuhEuCJOJQJ hEuhEuh[,*h|YCJNHOJQJh[,*h&gt;FCJOJQJ
 h&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|Yh&quot;kCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJh&lt;h|YaJh&lt;h&quot;kaJ'Xʸ˸?@Apqû./|Ǽʼti`gd|Y iL^`Lgd|Yi^gd|Yi
-&amp; Fgd|YigdD igd|Yopqw»ûɻһ׻ܻ,-.:Y{|}ϻsbXh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh&lt;h|Y6OJQJh&lt;h|YOJQJh|YOJQJh[,*h|YCJOJQJ hD h|YCJOJQJmH        sH        }~ʼ˼ͼ69tz ,TZ~پ-145:os&amp;'KLO_~俵䵨䵨h8oVCJOJQJh|Yh8oVCJOJQJmH        sH        h -%h|YOJQJaJh|YOJQJaJh&lt;h|YOJQJa
 Jh|YCJOJQJh&quot;kCJOJQJmH        sH        h[,*h|YCJOJQJh[,*h|YCJNHOJQJ7 T~-45no*+KL,C&quot;Pi`gd|Yigd|Y~,-CD&quot;#PQVWCDGHJ󙉙{h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        h8oVCJOJQJm
 H        sH        h|YCJOJQJnHo(tHh&gt;FOJQJaJmH        sH        h -%h|YOJQJaJh|YOJQJaJh|YCJOJQJh[,*h|YCJOJQJ0CGH~GHFGUV -i`gdhigd|Yi`gd|Y2&lt;EFGHIJxVXŶץ׎zmzmzm׎׎׶׎_׶hrjoCJOJQJmH        sH        h -%h|YOJQJaJh|YOJQJaJh8oVCJOJQJh|YCJOJQJhu        
 h|YCJOJQJ h8oVh|YCJOJQJmH        sH        h|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tHh[,*h|YCJOJQJh8oVCJOJQJmH        sH        h        CJOJQJmH        sH        !   -$189:?@yz|}4578STYZĺߜ߭wh[,*h|YCJOJQJhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h -%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJaJhhOJQJaJmH        sH        #h[,*h|YCJOJQJnHo(tH- -9RS}  -hlWXk(
 igd|Yi`gd|Y
- --IJLMlmXZ[mn|
- $%@AUVnoŻŻō h*h|YOJQJaJmH sH h|YCJOJQJnHo(tHhc4OJQJaJmH        sH        hc4OJQJaJh -%h|YOJQJaJh|YOJQJaJh[,*h&gt;FCJOJQJh[,*h|YCJOJQJh|YCJOJQJ7(@S;w &lt;Qj -igd|Y -~m_QD
 h[,*h|YCJOJQJhrjoCJOJQJmH        sH        hCJOJQJmH        sH         hD hbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh|YOJQJaJh -%h|YOJQJaJ/02HIJQRVW^_,RS`aʽʽةʽ؛؍ʽ|ʽʽk h*hbqOJQJaJmH sH  hlqh        CJOJQJmH        sH        hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h[,*h|YCJOJQJhbqh|YOJQJaJh        CJOJQJmH        sH        )0IS.23uvlm
 
+^gd)l w8^8gd)l w^gd)lϭ߭%ҮӮ9I}ӯԯN߲Oطؚ؍طwطoh^h)lCJOJQJ hNXh)lh)lOJQJh)l0JCJaJh)l0J_CJOJQJhKvh)lCJOJQJ h*sh)lCJOJQJ^JaJh)lCJOJQJaJh)lCJOJQJ hWsh)lCJOJQJ^JaJ
+h)lNHh)lhh)lOJQJaJh)lOJQJaJhh)lOJQJaJ&quot;N߲UVqr}.&lt;hyĵ +L ^gd)lgd)l `gd)lw^w8^8gd)l
+&amp; F ^gd)lOPQUVqr{|}ʳ˳.:;&lt;\hwxyµõĵ +LYZ[ҶCDꚍth[,*h|YCJNHOJQJh|YCJOJQJh[,*h|YCJOJQJh|Yh)l0J_CJOJQJh*sh)l5OJQJh)lCJNHOJQJhEh)l5hEh)l5OJQJh)l5OJQJh)l5CJOJQJh)lCJOJQJh)lCJOJPJQJ-L[Ҷ[\wxigd|Y$a$gd|Y        i
 gd|Yoy Ggd|Y ^gd)lgd)l +Rdι/0[\ghwx|68iɻ瑂ufh[,*h|YCJNHOJQJh[,*h&gt;FCJOJQJh&quot;k5CJOJQJmH        sH        h[,*h|Y5CJOJQJh|YCJOJQJh&lt;h|YaJh&lt;h&quot;kaJh&quot;kCJOJQJmH        sH         h&quot;kh|YCJOJQJmH        sH        h[,*h|YCJOJQJh|Yh[,*h|Y5h[,*h|YCJOJQJ'ܻμѼ$;IJPaopvŽ߿ߦ|p|dWd|Mh|YCJOJQJhD 6OJQJmH        sH        h&lt;hD 6OJQJhD OJQJmH        sH        h&lt;hD OJQJhD OJQJh&lt;h|Y6OJQJh&lt;h|YOJQJh|YOJQJ hD h|YCJOJQ
 JmH        sH        hD CJOJQJmH        sH        h|Yh&quot;kCJOJQJmH        sH        h[,*h|YCJOJQJhEuhEuCJOJQJ hEuhEuJp۽ܽ)tw!MͿ+,i`gd|Y iL^`Lgd|Yi^gd|Yi
+&amp; Fgd|YigdD igd|YŽٽڽ۽()*+456wxz!'MQͿٿ+,1 ?g󤚤󚍚h +%h|YOJQJaJh|YOJQJaJh&lt;h|YOJQJaJh[,*h|YCJNHOJQJh|YCJOJQJh&quot;kCJOJQJ h&quot;kh|YCJOJQJmH        sH        h&quot;kCJOJQJmH        sH        h[,*h|YCJOJQJ3?@h,QR
 igd|Yi`gd|Ygh +fghi,-QRT,-Lcdeftuöööööööööööööh|YCJOJQJnHo(tHh&gt;FOJQJaJmH        sH        h +%h|YOJQJaJh|YOJQJaJh8oVCJOJQJh|YCJOJQJh|Yh[,*h|YCJOJQJh8oVCJOJQJmH        sH        8+,LMSTo?*.
 i`gdhi`gd|Yigd|Y%8FGTUop]ƹzppfƹ\O\O\Opph +%h|YOJQJaJh|YOJQJaJh8oVCJOJQJh|YCJOJQJhu        h|YCJOJQJ h8oVh|YCJOJQJmH        sH        h|YCJOJQJnHo(tH&quot;h8oVCJOJQJmH        nHsH        tHh[,*h|YCJOJQJh8oVCJOJQJmH        sH        h        OJQJaJmH        sH        h        CJNHOJQJmH        sH        h        CJOJQJmH        sH        ]^gh|&amp;')*?@EFc𹫡yhyyZPZyyyPZhc4OJQJaJhc4OJQJaJmH        sH         hhh|YOJQJaJmH        sH        h +%h|YOJQJaJh|YOJQJaJ hhhhOJQJaJmH        sH        hhOJQJ
 aJhhOJQJaJmH        sH        #h[,*h|YCJOJQJnHo(tHhrjoCJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJh|YCJOJQJnHo(tH./45XY[6UVXYtuw23?@stuĺĭĺĞh|YCJOJQJnHo(tHh[,*h&gt;FCJOJQJh|YCJOJQJh[,*h|YCJOJQJh|YOJQJaJh +%h|YOJQJaJhc4OJQJaJmH        sH        hc4OJQJaJ7.XYtu/&lt;p;u$B
 igd|Yi`gd|Yu)FGde78PQlm,9]^νm#hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH sH #hbqhbq6CJOJQJmH sH hbq6CJOJQJmH        sH        hD CJOJQJmH        sH         hD hD OJQJaJmH        sH        hD OJQJaJh|YOJQJaJh +%h|YOJQJaJ h*h|YOJQJaJmH sH &amp;B`}3Lh^_`Z
  i
+&amp; F^gdbqigd|Y^_`af  YZ[ghlmyzƸƸƸ||n|`|`hlqCJOJQJmH        sH        hbqCJOJQJmH        sH        hbqOJQJaJh        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        hbqh|YOJQJaJh        CJOJQJmH        sH        h[,*h|YCJOJQJhrjoCJOJQJmH        sH        hCJOJQJmH        sH         hD hbqCJOJQJmH        sH          +-2@fgtuvƹƹԞ┞┞yl[yl[yly hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h|YCJOJQJ h*hbqOJQJaJmH sH h        CJOJQJh[,*hbqCJOJQJhbqOJQJaJmH        sH        h        CJOJQ
 JmH        sH        h[,*h|YCJOJQJ hlqh        CJOJQJmH        sH        !g?&quot;#Wmn01q%7Xv
 ixWD2`xgd|Yigd|Y i
-&amp; F^gdbqabpqr%-.ʽʒtgUD hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJh[,*hbqCJOJQJ hbqhbqCJOJQJmH        sH        hbqhbqCJOJQJhbqhbqOJQJaJhbqCJOJQJmH        sH        h[,*h|YCJOJQJ h*hbqOJQJaJmH sH h|YCJOJQJ.789AFN35vx}~&gt;BPSklmo歠歠hrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh -%h|YOJQJaJh|YOJQJaJhbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|Y
 CJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ3,.?AxzSbceruôætfXhD OJQJaJmH        sH        h2yCJOJQJmH        sH         hbqhbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        hbq6CJOJQJmH        sH        h|YCJOJQJmH        sH        h|YOJQJaJnHo(tHh -%h|YOJQJaJh|YOJQJaJh|YCJOJQJh|YCJOJQJnHo(tHh[,*h|YCJOJQJ&quot;,?xbc$%Gbq
 $G$If]gd)lsigd|Y#$b GR
- FGeyABKVν
-h)lNH haKh)lhaKh)lCJOJQJh)lCJOJQJ
+&amp; F^gdbq&gt;?LMN[\]jklyz{#òsihbqCJOJQJh[,*hbqCJOJQJh        CJOJQJmH        sH        h|YCJOJQJh[,*h|YCJOJQJhbqh|YOJQJaJ hbqh        CJOJQJmH        sH        #hbqh|YCJOJQJnHo(tHhbqh|YCJOJQJ hbqhrjoCJOJQJmH        sH        hbqhrjoCJOJQJ%#%*+WYm013vy%'79XZvxܿܿܵܵܦܵzhbq6CJOJQJmH        sH        h|YCJOJQJmH        sH        h|YOJQJaJnHo(tHh|YCJOJQJnHo(tHh|YCJOJQJhrjoCJOJQJmH        sH        h[,*h|YCJNHOJQJh[,*
 h|YCJOJQJh +%h|YOJQJaJh|YOJQJaJ,v/1h,8$G$If]gd)lsigd|Y&quot;1:=GVYhksvBT9:ŷŭwfb\RbRbRbRbRh)lCJOJQJ
 h)l0J[h)l hrjoh|YCJOJQJmH        sH        h -%h|YCJOJQJh|YOJQJaJh2yOJQJaJmH        sH        h -%h|YOJQJaJ8XL $7$G$Ifgd)l8kdH&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+%h|YCJOJQJh2yOJQJaJmH        sH        hD OJQJaJmH        sH        h +%h|YOJQJaJh|YOJQJaJh2yCJOJQJmH        sH        h[,*h|YCJOJQJh|YCJOJQJ hbqhbqCJOJQJmH        sH        #hbqhbq6CJOJQJmH        sH        89BCTZXL $7$G$Ifgd)l8kdH&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx 2^kd&amp;$$IfFr
+#    4ayttx 2^kd&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx  GHRW^kd=&amp;$$IfFr
+#    4ayttx 9^kd=&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd&amp;$$IfFr
+#    4ayttx $G$If]gd)l9:IN2^kd&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx 
- $`kdN&amp;$$IfhFr
+#    4ayttx :ITU/0\mt&amp;ISbYkQ`b23ghrsyOP]j +!/5CIW]kq޿ h:h)lh:h)lCJOJQJ
+h)lCJ
+h)l0J[
+h)lNHh)lCJOJQJh)l haKh)lhaKh)lCJOJQJH\`kdN&amp;$$IfhFr
 h#r
-#    4ayttx $G$If]gd)l}n$G$If]gd)l$G$If]gd)l`kd&amp;$$If4Fr
+#    4ayttx $G$If]gd)l\]mst}n$G$If]gd)l$G$If]gd)l`kd&amp;$$If4Fr
 h#r
-`#    4ayttx 0`kds&amp;$$If4Fr
+`#    4ayttx tu0`kds&amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx  e + #    4ayttx   $If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lefy~ $7$G$Ifgd)l$G$If]gd)l^kd9&amp;$$IfFr
+ #    4ayttx $G$If]gd)l&amp;+I $7$G$Ifgd)l$G$If]gd)l^kd9&amp;$$IfFr
 h#r
-#    4ayttx XK +#    4ayttx IJSTbfXYXK  $If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx 4A$G$If]gd)l^kd.&amp;$$IfFr
+#    4ayttx YZkq?$G$If]gd)l^kd.&amp;$$IfFr
 h#r
-#    4ayttx ABKLVXXKK +#    4ayttx .MjXKK  $If]gd)l8kd&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx 4$G$If]gd)l^kd#&amp;$$IfFr
+#    4ayttx j0PQ$G$If]gd)l^kd#&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l        &amp;'`nt(.&lt;BPVeky%3amhD%h)lCJOJQJ h:h)lh:h)lCJOJQJ
-h)l0J[
-h)lCJh)lCJOJQJ
-h)lNHh)lK +$If]gd)l        QR`bk  $If]gd&quot;#c$G$If]gd)l^kd~&amp;$$IfFr
 h#r
-#    4ayttx X8kd4&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
+#    4ayttx yX8kd4&amp;$$If###4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx { +#    4ayttx yz(O  $If]gd)l$G$If]gd)l^kds&amp;$$IfFr
 h#r
-#    4ayttx 2^kd)&amp;$$IfFr
+#    4ayttx OP]b2^kd)&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd&amp;$$IfFr
 h#r
-#    4ayttx ,^_`anst`kd&amp;$$If4Fr
+#    4ayttx    + !`kd&amp;$$If4Fr
 h#r
 `#    4ayttx  $If]gd)l$G$If]gd)l
-tu0`kdJ&amp;$$If4Fr
+!&quot;/4560`kdJ&amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx `kd&amp;$$If4Fr
+ #    4ayttx 6CHIJW\]`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kds&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l]^kpqr0`kds&amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kd&amp;$$If4Fr
 h#r
- #    4ayttx `kd&amp;$$If4Fr
+ #    4ayttx r`kd&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd &amp;$$If4Fr
+ #    4ayttx $G$If]gd)l&amp;,:AOVdklxZhFR~0Bo{.FG
+&lt;J#0bcrF
+h)lNH
+h)l0J[h
+P&lt;h
+P&lt;CJOJQJhD%h)lCJOJQJh)lCJOJQJh)lP0`kd &amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kd9 &amp;$$If4Fr
 h#r
- #    4ayttx (-.`kd &amp;$$If4Fr
+ #    4ayttx `kd &amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l./&lt;ABC0`kd!&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l0`kd!&amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kdb!&amp;$$If4Fr
 h#r
- #    4ayttx CPUVWejk`kd(&quot;&amp;$$If4Fr
+ #    4ayttx `kd(&quot;&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)lkly~0`kd&quot;&amp;$$If4Fr
+ #    4ayttx $G$If]gd)l&amp;+,-0`kd&quot;&amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kd&quot;&amp;$$If4Fr
 h#r
- #    4ayttx `kdQ#&amp;$$If4Fr
+ #    4ayttx -:@ABOUV`kdQ#&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l0`kd$&amp;$$If4Fr
+ #    4ayttx $G$If]gd)lVWdjkl0`kd$&amp;$$If4Fr
 h#r
  #    4ayttx $G$If]gd)l`kd#&amp;$$If4Fr
 h#r
- #    4ayttx `kdz$&amp;$$If4Fr
+ #    4ayttx lx~`kdz$&amp;$$If4Fr
 h#r
- #    4ayttx $G$If]gd)l%aH + #    4ayttx $G$If]gd)lD|6Z  $If]gd)l$G$If]gd)l`kd$&amp;$$If4Fr
 h#r
- #    4ayttx         %X^kd%&amp;$$IfFr
+ #    4ayttx         Z[hnX^kd%&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd@%&amp;$$If###4ayttx %&amp;39ab2^kd5&amp;&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kd@%&amp;$$If###4ayttx 2^kd5&amp;&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd%&amp;$$IfFr
 h#r
-#    4ayttx bms^kd&amp;&amp;$$IfFr
+#    4ayttx  FGRX~^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l -2^kdF'&amp;$$IfFr
+#    4ayttx $G$If]gd)l~2^kdF'&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd&amp;&amp;$$IfFr
 h#r
-#    4ayttx  -IV67DqrP]&amp;5v  ZhABMXpqrӮӮh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5
-h)lNH
-h)l0J[h
-P&lt;h
-P&lt;CJOJQJh)lCJOJQJh)lD!IJV\^kd'&amp;$$IfFr
+#    4ayttx         0^kd'&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)ln$G$If]gd)l$G$If]gd)l^kd'&amp;$$IfFr
+#    4ayttx $G$If]gd)l01BHon$G$If]gd)l$G$If]gd)l^kd'&amp;$$IfFr
 h#r
-#    4ayttx 0^kd(&amp;$$IfFr
+#    4ayttx op{0^kd(&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l`kdW(&amp;$$If)Fr
 h#r
-#    4ayttx 67DJqs$G$If]gd\($G$If]gd
+#    4ayttx s$G$If]gd\($G$If]gd
 P&lt;^kd)&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lqr $7$G$Ifgd)l$G$If]gd)l^kdr)&amp;$$IfFr
+#    4ayttx $G$If]gd)l.4 $7$G$Ifgd)l$G$If]gd)l^kdr)&amp;$$IfFr
 h#r
-#    4ayt\(PK? $7$G$Ifgd)l8kd(*&amp;$$If###4ayttx +#    4ayt\(K? $7$G$Ifgd)l8kd(*&amp;$$If###4ayttx  $If]gd)l$G$If]gd)l^kd)&amp;$$IfFr
 h#r
-#    4ayttx PQ]a2^kd*&amp;$$IfFr
+#    4ayttx 
+&lt;=2^kd*&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdg*&amp;$$IfFr
 h#r
-#    4ayttx &amp;^kd+&amp;$$IfFr
+#    4ayttx =JN^kd+&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&amp;'59vw2^kd+&amp;$$IfFr
+#    4ayttx $G$If]gd)l#$2^kd+&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdx+&amp;$$IfFr
 h#r
-#    4ayttx w ^kd.,&amp;$$IfFr
+#    4ayttx $04rs^kd.,&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l   $Z[2^kd,&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kd,&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd,&amp;$$IfFr
 h#r
-#    4ayttx [hl^kd?-&amp;$$IfFr
+#    4ayttx [\im^kd?-&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lMN2^kd-&amp;$$IfFr
+#    4ayttx $G$If]gd)lFG[i,DK} MUFGXc !/8F h:nh)lCJOJQJh:nh)l5hh)lNH hh)lhYRh)lCJOJQJ        h)l5h)lCJOJQJh)l
+h)lNHG2^kd-&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd-&amp;$$IfFr
 h#r
-#    4ayttx NrsX^kd.&amp;$$IfFr
+#    4ayttx  ,.DEKO}X^kd.&amp;$$IfFr
 h#r
-#    4ayttx 8kdP.&amp;$$If###4ayttx $G$If]gd)l         +#    4ayttx 8kdP.&amp;$$If###4ayttx $G$If]gd)l        }~
   $If]gd)l$G$If]gd)l^kd.&amp;$$IfFr
 h#r
-#    4ayttx STJKU_kfn  -%.^lt Q_'        ;&lt;mn FGex'h)lCJOJQJ
-h)lNHh:nh)lCJOJQJ        h)l5h)lVUV2^kd/&amp;$$IfFr
+#    4ayttx 2^kd/&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdE/&amp;$$IfFr
 h#r
-#    4ayttx V_`km +#    4ayttx   +9b  $If]gd)l -$G$If]gd)l8kd/&a
 mp;$$If###4ayttx $G$If]gd)l~ +$G$If]gd)l8kd/&amp;$$If###4ayttx $G$If]gd)lM~  $G$If]gd)l$G$If]gd)l^kd:0&amp;$$IfFr
 h#r
-#    4ayttx f~ +#    4ayttx MNUZ~  $G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
 h#r
-#    4ayttx fgns%~ +#    4ayttx  ~  $G$If]gd)l$G$If]gd)l^kd0&amp;$$IfFr
 h#r
-#    4ayttx %&amp;.3~ +#    4ayttx ~  $G$If]gd)l$G$If]gd)l^kdK1&amp;$$IfFr
 h#r
-#    4ayttx ~ +#    4ayttx X~  $G$If]gd)l$G$If]gd)l^kd1&amp;$$IfFr
 h#r
-#    4ayttx 2^kd\2&amp;$$IfFr
+#    4ayttx XYce2^kd\2&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd2&amp;$$IfFr
 h#r
-#    4ayttx ^_lp^kd2&amp;$$IfFr
+#    4ayttx   ^kd2&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)ltu2^kdm3&amp;$$IfFr
+#    4ayttx $G$If]gd)l!&quot;2^kdm3&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd3&amp;$$IfFr
 h#r
-#    4ayttx u ^kd3&amp;$$IfFr
+#    4ayttx &quot;/38^kd3&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd~4&amp;$$IfFr
+#    4ayttx $G$If]gd)l89FJ2^kd~4&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd#4&amp;$$IfFr
 h#r
-#    4ayttx QR_c
+#    4ayttx  a
 $G$Ifgd)l^kd4&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd5&amp;$$IfFr
+#    4ayttx $G$If]gd)l ?@ao.9b\dGQ%J[*wOnop9:M_
+h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5h)lCJOJQJ
+h)lNHh)lQabos2^kd5&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd45&amp;$$IfFr
 h#r
-#    4ayttx '+~ +#    4ayttx ./9=b~  $G$If]gd)l^kd5&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lX8kd6&amp;$$If###4ayttx $G$If]gd)l^kdE6&amp;$$IfFr
+#    4ayttx $G$If]gd)lbcwx\X8kd6&amp;$$If###4ayttx $G$If]gd)l^kdE6&amp;$$IfFr
 h#r
-#    4ayttx 2^kd:7&amp;$$IfFr
+#    4ayttx \]df2^kd:7&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd6&amp;$$IfFr
 h#r
-#    4ayttx  ^kd7&amp;$$IfFr
+#    4ayttx G^kd7&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kdK8&amp;$$IfFr
+#    4ayttx $G$If]gd)lGHQS2^kdK8&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd7&amp;$$IfFr
 h#r
-#    4ayttx efx{^kd8&amp;$$IfFr
+#    4ayttx %(J^kd8&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l2^kd\9&amp;$$IfFr
+#    4ayttx $G$If]gd)lJK[^2^kd\9&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd9&amp;$$IfFr
 h#r
-#    4ayttx '-.^kd9&amp;$$IfFr
+#    4ayttx ^kd9&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l'.&gt;ESr}  -2*,7GXbZ[&quot;#&gt;T(/4;-&lt;mn34 h5h)lCJOJQJ^JaJ
-h)l0J[ hTTh)lhTTh)lCJOJQJ        h)l5
-h)lNHh)lCJOJQJh)lJ./&gt;DEF2^kdm:&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kdm:&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd:&amp;$$IfFr
 h#r
-#    4ayttx FSX        r^kd:&amp;$$IfFr
+#    4ayttx ^kd:&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lrs}2^kd~;&amp;$$IfFr
+#    4ayttx $G$If]gd)l */wx2^kd~;&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd#;&amp;$$IfFr
 h#r
-#    4ayttx 28^kd;&amp;$$IfFr
+#    4ayttx xO^kd;&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)lX8kd&lt;&amp;$$If###4ayttx $G$If]gd)l^kd4&lt;&amp;$$IfFr
+#    4ayttx $G$If]gd)lOPopX8kd&lt;&amp;$$If###4ayttx $G$If]gd)l^kd4&lt;&amp;$$IfFr
 h#r
-#    4ayttx  *+2^kd)=&amp;$$IfFr
+#    4ayttx 2^kd)=&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd&lt;&amp;$$IfFr
 h#r
-#    4ayttx +,-78GJX~8kd=&amp;$$If###4ayttx 8kd=&amp;$$If###4ayttx $G$If]gd)lXYbd +
 #    4ayttx ~8kd=&amp;$$If###4ayttx 8kd=&amp;$$If###4ayttx $G$If]gd)lDM  $If]gd)l$G$If]gd)l^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx &gt;z
+#    4ayttx MN_aAz
 $7$Ifgd)l $7$G$Ifgd)l$G$If]gd)l^kd]&gt;&amp;$$IfFr
 h#r
-#    4ayttx &gt;?TZ= +#    4ayttx ~5  $If]gd)l$G$If]gd)l^kd&gt;&amp;$$IfFr
 h#r
-#    4ayttx 2^kdn?&amp;$$IfFr
+#    4ayttx kl5G[ftRShwEF{|6E;&lt;k|?        N                        N
+^
+
+
+z      8 9       &amp; +' +S +T +Y +o + +        h)l5
+h)l0J[ h5h)lCJOJQJ^JaJ
+h)lNHh)lh)lCJOJQJR56GM[\2^kdn?&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd?&amp;$$IfFr
 h#r
-#    4ayttx X^kd@&amp;$$IfFr
+#    4ayttx \fgtvX^kd@&amp;$$IfFr
 h#r
-#    4ayttx 8kd?&amp;$$If###4ayttx $G$If]gd)lX^kd@&amp;$$IfFr
+#    4ayttx 8kd?&amp;$$If###4ayttx $G$If]gd)lX^kd@&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kdc@&amp;$$If###4ayttx -.2^kdXA&amp;$$IfFr
+#    4ayttx $G$If]gd)l8kdc@&amp;$$If###4ayttx 2^kdXA&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kd@&amp;$$IfFr
 h#r
-#    4ayttx .&lt;AX`kdA&amp;$$IfJFr
+#    4ayttx hiw|`kdA&amp;$$IfJFr
 h#r
-#    4ayttx $G$If]gd)l4Xg%/ -&gt;        M                        
-
-D
-X
-
-
-
-
-&quot; # M N y z         -   Q R       -! -_ -` -{ - - - -!)n|Tb$hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJ        h)l5
-h)lNHh)lCJOJQJh)lMXYgl2^kdmB&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kdmB&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdB&amp;$$IfFr
 h#r
-#    4ayttx &quot; +#    4ayttx 67EJ  $If]gd)l^kdB&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&quot;#$%/0P?kdC&amp;$$If^###44
+#    4ayttx $G$If]gd)lkP?kdC&amp;$$If^###44
 layttx $G$If]gd)l`kd#C&amp;$$IfFr
 h#r
-#    4ayttx  -&quot;XK +#    4ayttx kl|~XK  $If]gd)l^kdC&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l8kdC&amp;$$If###4ayttx &quot;~q +^%#    4ayttx $G$If]gd)l8kdC&amp;$$If###4ayttx ?        @        N        T        f                ~q
   $If]gd)l  :$G$If]gd)l^kdVD&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l +^%#    4ayttx $G$If]gd)l                                        N
+  $If]gd)l$G$If]gd)l^kdD&amp;$$IfFr
 #r
-^%#    4ayttx         &gt;         +^%#    4ayttx N
+O
+^
+a
+s
+
+
+  $If]gd)l$G$If]gd)l^kd E&amp;$$IfFr
 #r
-^%#    4ayttx &gt;        ?        M        S        e                 +^%#    4ayttx 
+
+
+  z   $If]gd)l$G$If]gd)l^kdgE&amp;$$IfFr
 #r
-^%#    4ayttx                                 
-
-2^kdF&amp;$$IfFr
+^%#    4ayttx z {     2^kdF&amp;$$IfFr
 #r
 ^%#    4ayttx $G$If]gd)l^kdE&amp;$$IfFr
 #r
-^%#    4ayttx 
-
-
-D
-E
-X
-^
-
-^kdxF&amp;$$IfFr
+^%#    4ayttx         ^kdxF&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l
-
-
-
-  2^kd.G&amp;$$IfFr
+^%#    4ayttx $G$If]gd)l    Y +Z +2^kd.G&amp;$$IfFr
 #r
 ^%#    4ayttx $G$If]gd)l^kdF&amp;$$IfFr
 #r
-^%#    4ayttx          ~q +^%#    4ayttx Z +o +u +23?EW~q  $If]gd)l^kdG&amp;$$IfFr
 #r
-^%#    4ayttx n$G$If]gd)l$G$If]gd)l    { -~n$G$If]gd)l$G$If]gd)l^kdG&amp;$$IfFr
+^%#    4ayttx n$G$If]gd)l$G$If]gd)l + + + + + + + +2?  +(6hs)DM9HSTc):no*&quot;#Mb8my +JT$0Ⱦشد        h)l5
+h)lCJh
+P&lt;h
+P&lt;CJOJQJh)lCJOJQJ
+h)lNHh)l$hwXh)lCJNHOJQJ^JaJ hwXh)lCJOJQJ^JaJE(~n$G$If]gd)l$G$If]gd)l^kdG&amp;$$IfFr
 #r
-^%#    4ayttx { -| - - - - -2^kdH&amp;$$IfFr
+^%#    4ayttx ()6&lt;hi2^kdH&amp;$$IfFr
 #r
 ^%#    4ayttx $G$If]gd)l^kd?H&amp;$$IfFr
 #r
-^%#    4ayttx  - - -no|T^kdH&amp;$$IfFr
+^%#    4ayttx isy)/^kdH&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)lTUbf~~$G$If]gd)l +^%#    4ayttx $G$If]gd)l9~~$G$If]gd)l  ($G$If]gd)l^kdPI&amp;
 $$IfFr
 #r
-^%#    4ayttx ~~$G$If]gd)l +^%#    4ayttx 9:HKS~~$G$If]gd)l  ($G$If]gd)l^kdI&amp;$$IfFr
 #r
-^%#    4ayttx         |jk}uvbcV`w$4&quot;4&gt;IX        
-/067@pq*_kcnƿӸ -h)l5NH hh)lhh)lCJOJQJ        h)l5
-h)lCJh
-P&lt;h
-P&lt;CJOJQJ
-h)lNHh)lh)lCJOJQJH        2^kdaJ&amp;$$IfFr
+^%#    4ayttx STci2^kdaJ&amp;$$IfFr
 #r
 ^%#    4ayt\($G$If]gd\(^kdJ&amp;$$IfFr
 #r
-^%#    4ayttx          {|h$G$If]gd)l^kdJ&amp;$$IfFr
+^%#    4ayttx ():@$G$If]gd)l^kdJ&amp;$$IfFr
 #r
-^%#    4ayt\($G$If]gd\(hijkl}:KkdrK&amp;$$If0C%#4ayttx $G$If]gd)l
+^%#    4ayt\($G$If]gd\(*0:KkdrK&amp;$$If0C%#4ayttx $G$If]gd)l
 $G$Ifgd)l^kdK&amp;$$IfFr
 #r
-^%#    4ayttx ^kdK&amp;$$IfFr
+^%#    4ayttx 0M^kdK&amp;$$IfFr
 #r
-^%#    4ayttx $G$If]gd)l +^%#    4ayttx $G$If]gd)lMNbd  $If]gd)l$G$If]gd)l^kdL&amp;$$IfFr
 #r
-^%#    4ayttx ;k +^%#    4ayttx 8  $If]gd)l$G$If]gd)l^kduL&amp;$$IfFr
 #r
-^%#    4ayttx X8kd+M&amp;$$If###4ayttx $G$If]gd)l^kdL&amp;$$IfFr
+^%#    4ayttx 89mny{X8kd+M&amp;$$If###4ayttx $G$If]gd)l^kdL&amp;$$IfFr
 #r
-^%#    4ayttx VW2^kdM&amp;$$IfFr
+^%#    4ayttx 2^kdM&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdjM&amp;$$IfFr
 h#r
-#    4ayttx W`d^kd N&amp;$$IfFr
+#    4ayttx  +JKTX^kd N&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l vw +#    4ayttx $G$If]gd)l#$  $If]gd)l$G$If]gd)l^kd{N&amp;$$IfFr
 h#r
-#    4ayttx wx2^kd1O&amp;$$IfFr
+#    4ayttx $%042^kd1O&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdN&amp;$$IfFr
 h#r
-#    4ayttx $%46jK^kdO&amp;$$IfFr
+#    4ayttx IJWK^kdO&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l8kdO&amp;$$If###4ayttx $G$If]gd)l&quot; +$If]gd)l8kdO&amp;$$If###4ayttx $G$If]gd)lIWgx,~ .ju          !g!s!!!!!y&quot;&quot;&quot;
 #B#a#|#####$$8$J$p$z$$$$쾷챧h)l0J[OJQJ
+h)l0J[ h+h)lh+h)lCJOJQJ +h)l5NH hh)lhh)lCJOJQJ
+h)lNHh)lh)lCJOJQJ        h)l5BWYghxz  $If]gd)l^kd&amp;P&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l&quot;#4;&gt;?2^kdP&amp;$$IfFr
+#    4ayttx $G$If]gd)l2^kdP&amp;$$IfFr
 h#r
 #    4ayttx $G$If]gd)l^kdP&amp;$$IfFr
 h#r
-#    4ayttx ?IJXa67K^kdvQ&amp;$$IfFr
+#    4ayttx /gK^kdvQ&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)l8kd7Q&amp;$$If###4ayttx $G$If]gd)l7@F *X8kd,R&amp;$$If###4ayttx ^kdQ&amp;$$IfFr
+$If]gd)l8kd7Q&amp;$$If###4ayttx $G$If]gd)l,-X8kd,R&amp;$$If###4ayttx ^kdQ&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l        *+_`koXKK +#    4ayttx $G$If]gd)l          +&gt;cXKK  $If]gd)l8kdR&amp;$$If###4ayttx $G$If]gd)l^kdkR&amp;$$IfFr
 h#r
-#    4ayttx 5Icdn$G$If]gd)l^kdS&amp;$$IfFr
+#    4ayttx $G$If]gd)l^kdS&amp;$$IfFr
 h#r
 #    4ayttx -$If]gd)lnoX^kdS&amp;$$IfFr
+$If]gd)l.ijkuX^kdS&amp;$$IfFr
 h#r
-#    4ayttx $G$If]gd)l8kd`S&amp;$$If###4ayttx !Q\   4 E   H!Y!!!!!!&quot; &quot;U&quot;a&quot;&quot;&quot;&quot;&quot;&quot; ##D#U####k$l$u$w$x$$%%%%9%%%%%0&amp;B&amp;u&amp;&amp;&amp;&amp;#'1'''''(V(h(((h)lCJNHOJQJ
-h)lNHh)l0J[OJQJ
-h)l0J[ h+h)lh+h)lCJOJQJh)lCJOJQJ        h)l5h)lH +#    4ayttx $G$If]gd)l8kd`S&amp;$$If###4ayttx uv  
 x
 $If]gd)l  x
-$G$If]gd)l$G$If]gd)l8kdS&amp;$$If###4ayttx 0!X8kdT&amp;$$If###4ayttx $G$If]gd)l^kd9T&amp;$$IfFr
+$G$If]gd)l$G$If]gd)l8kdS&amp;$$If###4ayttx  X8kdT&amp;$$If###4ayttx $G$If]gd)l^kd9T&amp;$$IfFr
 h#r
-#    4ayttx !&quot;QR\bXK +#    4ayttx             !!;!g!XK  $If]gd)l8kd.U&amp;$$If###4ayttx $G$If]gd)l^kdT&amp;$$IfFr
 h#r
-#    4ayttx   $G$If]gd)l^kdmU&amp;$$IfF|
+#    4ayttx g!h!s!u!!!$G$If]gd)l^kdmU&amp;$$IfF|
 X#|
-#    4ayttx       4 5 2^kd#V&amp;$$IfF|
+#    4ayttx !!!!!!2^kd#V&amp;$$IfF|
 X#|
 #    4ayttx $G$If]gd)l^kdU&amp;$$IfF|
 X#|
-#    4ayttx 5 E M      !G!^kd~V&amp;$$IfF|
+#    4ayttx !!!;&quot;y&quot;z&quot;&quot;&quot;&quot;&quot;^kd~V&amp;$$IfF|
 X#|
-#    4ayttx $G$If]gd)l        G!H!Y!_!!!2^kd4W&amp;$$IfF|
+#    4ayttx $G$If]gd)l        &quot;&quot;# #B#C#2^kd4W&amp;$$IfF|
 X#|
 #    4ayttx $G$If]gd)l^kdV&amp;$$IfF|
 X#|
-#    4ayttx !!!!!!!!!&quot;x0kdW&amp;$$If##4a0HkdW&amp;$$If06
+#    4ayttx C#D#a#p#|#}#####x0kdW&amp;$$If##4a0HkdW&amp;$$If06
 #r
 44
-la0 $G$If]n        &quot;&quot; &quot;U&quot;V&quot;a&quot;&quot;SHkd_X&amp;$$If06
+la0 $G$If]n        ###$$$8$SHkd_X&amp;$$If06
 #r
 44
 la0n$G$If] $G$If]HkdX&amp;$$If06
 #r
 44
-la0&quot;&quot;&quot;&quot;&quot;&quot;cHkdX&amp;$$If06
+la08$9$J$p$q$z$cHkdX&amp;$$If06
 #r
 44
 la0 $G$If]HkdX&amp;$$If06
 #r
 44
-la0&quot;&quot;&quot; # -##D#zHkdvY&amp;$$If06
+la0z${$$$$$$zHkdvY&amp;$$If06
 #r
 44
-la0 $G$If]0kd4Y&amp;$$If##4a0D#E#U#####YHkdZ&amp;$$If06
+la0 $G$If]0kd4Y&amp;$$If##4a0$$%%%%&amp;&amp;&quot;&amp;$&amp;%&amp;;&amp;&amp;&amp;&amp;&amp;&amp;3'K'''''&quot;(2(j(y(((3)B))))**h*x***A+W+++,%,x,,,,?-Q---.'./.S.\.......//#/./b/g///////0$0R0c00000h)lCJNHOJQJ
+h)lNHh)l0J[OJQJh)lCJOJQJh)lT$$%.%%%%YHkdZ&amp;$$If06
 #r
 44
 la0
 $If] $G$If]HkdY&amp;$$If06
 #r
 44
-la0###u$v$$$%zp
+la0%%%&quot;&amp;#&amp;;&amp;z&amp;&amp;zp
 $If]HkdZ&amp;$$If06
 #r
 44
-la0 $G$If]0kdKZ&amp;$$If##4a0%%% %9%%z0kd[&amp;$$If##4a0 $G$If]HkdZ&amp;$$If06
+la0 $G$If]0kdKZ&amp;$$If##4a0&amp;&amp;&amp;&amp;&amp;3'z0kd[&amp;$$If##4a0 $G$If]HkdZ&amp;$$If06
 #r
 44
-la0%%%%%%0&amp;cHkd[&amp;$$If06
+la03'4'K'''''cHkd[&amp;$$If06
 #r
 44
 la0 $G$If]Hkd][&amp;$$If06
 #r
 44
-la00&amp;1&amp;B&amp;u&amp;v&amp;&amp;&amp;cHkd2\&amp;$$If06
+la0'''&quot;(#(2(j(cHkd2\&amp;$$If06
 #r
 44
 la0 $G$If]Hkd[&amp;$$If06
 #r
 44
-la0&amp;&amp;&amp;&amp;#'$'1'U''YHkd\&amp;$$If06
+la0j(k(y((((()3)YHkd\&amp;$$If06
 #r
 44
 la0
 $If] $G$If]Hkdy\&amp;$$If06
 #r
 44
-la0'''''''YHkdN]&amp;$$If06
+la03)4)B)g))))YHkdN]&amp;$$If06
 #r
 44
 la0
 $If] $G$If]Hkd]&amp;$$If06
 #r
 44
-la0''(V(W(h((zHkd]&amp;$$If06
+la0)))***h*zHkd]&amp;$$If06
 #r
 44
-la0 $G$If]0kd]&amp;$$If##4a0(((')()&lt;))cHkde^&amp;$$If06
+la0 $G$If]0kd]&amp;$$If##4a0h*i*x****A+cHkde^&amp;$$If06
 #r
 44
 la0 $G$If]Hkd^&amp;$$If06
 #r
 44
-la0(')&lt;)))**i*x***.+&lt;++++,p,z,,,,,,-        -.-4-T-Y-v------..0.&lt;.q.w.....9/J//////0        0(0/0O0Y0i0s000001111T1U111112 2A2I2~222222        3hv
-hvNH
-h)lNHh)l0J[OJQJh)lCJOJQJh)lU)))***i*cHkd^&amp;$$If06
+la0A+B+W++++,cHkd^&amp;$$If06
 #r
 44
 la0 $G$If]Hkd^&amp;$$If06
 #r
 44
-la0i*j*x****.+cHkd_&amp;$$If06
+la0,,%,x,y,,,cHkd_&amp;$$If06
 #r
 44
 la0 $G$If]Hkd:_&amp;$$If06
 #r
 44
-la0.+/+&lt;+++++cHkd`&amp;$$If06
+la0,,,?-@-Q--cHkd`&amp;$$If06
 #r
 44
 la0 $G$If]Hkd_&amp;$$If06
 #r
 44
-la0++,N,p,q,z,YHkd`&amp;$$If06
+la0----..'.YHkd`&amp;$$If06
 #r
 44
 la0
 $If] $G$If]HkdV`&amp;$$If06
 #r
 44
-la0z,{,,,,,,zHkd&amp;a&amp;$$If06
+la0'.(./.S.T.\..zHkd&amp;a&amp;$$If06
 #r
 44
-la0 $G$If]0kd`&amp;$$If##4a0,,,--        -.-cHkda&amp;$$If06
+la0 $G$If]0kd`&amp;$$If##4a0.......cHkda&amp;$$If06
 #r
 44
 la0 $G$If]Hkdma&amp;$$If06
 #r
 44
-la0.-/-4-T-U-Y-v-cHkdBb&amp;$$If06
+la0...///#/cHkdBb&amp;$$If06
 #r
 44
 la0 $G$If]Hkda&amp;$$If06
 #r
 44
-la0v-w------cHkdb&amp;$$If06
+la0#/$/./b/c/g//cHkdb&amp;$$If06
 #r
 44
 la0 $G$If]Hkdb&amp;$$If06
 #r
 44
-la0---...0.cHkd^c&amp;$$If06
+la0///////cHkd^c&amp;$$If06
 #r
 44
 la0 $G$If]Hkdc&amp;$$If06
 #r
 44
-la00.1.&lt;.q.r.w..cHkdc&amp;$$If06
+la0///00$0R0cHkdc&amp;$$If06
 #r
 44
 la0 $G$If]Hkdc&amp;$$If06
 #r
 44
-la0......9/cHkdzd&amp;$$If06
+la0R0S0c00000cHkdzd&amp;$$If06
 #r
 44
 la0 $G$If]Hkd3d&amp;$$If06
 #r
 44
-la09/:/J////cHkde&amp;$$If06
+la00003141=1cHkde&amp;$$If06
 #r
 44
 la0 $G$If]Hkdd&amp;$$If06
 #r
 44
-la0///00        0(0zHkde&amp;$$If06
+la0031=1D1111111122 202&gt;2q22222233u3v3333333+40444O4q4r4444455g5n5666#6$696X6\6]6q66666#7,77777        88B8N8y888888&quot;9/9[9h9hPrh)lCJNHOJQJhv
+hvNH
+h)lNHh)lCJOJQJh)l0J[OJQJh)lO=1&gt;1D11111zHkde&amp;$$If06
 #r
 44
-la0 $G$If]0kdOe&amp;$$If##4a0(0)0/0O0P0Y0i0cHkdf&amp;$$If06
+la0 $G$If]0kdOe&amp;$$If##4a01111122cHkdf&amp;$$If06
 #r
 44
 la0 $G$If]Hkde&amp;$$If06
 #r
 44
-la0i0j0s00000cHkdf&amp;$$If06
+la022 20212&gt;2q2cHkdf&amp;$$If06
 #r
 44
 la0 $G$If]Hkdff&amp;$$If06
 #r
 44
-la00001111cHkd;g&amp;$$If06
+la0q2r222222cHkd;g&amp;$$If06
 #r
 44
 la0 $G$If]Hkdf&amp;$$If06
 #r
 44
-la01111112cHkdg&amp;$$If06
+la02223333cHkdg&amp;$$If06
 #r
 44
 la0 $G$If]Hkdg&amp;$$If06
 #r
 44
-la022 2A2B2I2~2cHkdWh&amp;$$If06
+la0333333+4cHkdWh&amp;$$If06
 #r
 44
 la0 $G$If]Hkdh&amp;$$If06
 #r
 44
-la0~222!3&quot;3'3[3THkdh&amp;$$If06
+la0+4,4044445THkdh&amp;$$If06
 #r
 44
 la0$G$If]gdv $G$If]Hkdh&amp;$$If06
 #r
 44
-la0        3
-3!3'3[3b333g4q4r4v4w4444444445v55556/6\6i6666677&lt;7I7u777777 8-8Y8f8888899A9O9|999999%:1:\:i:::::        ;H;Q;X;\;e;l;hh\thPrh)lCJNHOJQJh)l0J[OJQJh)lCJOJQJh)l
-h)lNHM[3\3b3333g4cHkdsi&amp;$$If06
+la05        55g5h5n56cHkdsi&amp;$$If06
 #r
 44
 la0 $G$If]Hkd,i&amp;$$If06
 #r
 44
-la0g4h4q4r4s444cT$G$If]gd)lHkdj&amp;$$If06
+la06666 696X6cT$G$If]gd)lHkdj&amp;$$If06
 #r
 44
 la0 $G$If]Hkdi&amp;$$If06
 #r
 44
-la0444445&quot;5E5v5cYL +la0X6Y6q666666#7cYL  $If]gd)l
 $If]Hkdj&amp;$$If06
 #r
@@ -2740,96 +2739,100 @@
 la0 $G$If]HkdHj&amp;$$If06
 #r
 44
-la0v5w55555556YHkdk&amp;$$If06
+la0#7$7,7V7q77777YHkdk&amp;$$If06
 #r
 44
 la0
 $If] $G$If]Hkdj&amp;$$If06
 #r
 44
-la066/6\6]6i66cHkdk&amp;$$If06
+la0777        8
+88B8cHkdk&amp;$$If06
 #r
 44
 la0 $G$If]Hkddk&amp;$$If06
 #r
 44
-la06666667cHkd9l&amp;$$If06
+la0B8C8N8y8z888cHkd9l&amp;$$If06
 #r
 44
 la0 $G$If]Hkdk&amp;$$If06
 #r
 44
-la0777&lt;7=7I7u7cHkdl&amp;$$If06
+la0888888&quot;9cHkdl&amp;$$If06
 #r
 44
 la0 $G$If]Hkdl&amp;$$If06
 #r
 44
-la0u7v777777cHkdUm&amp;$$If06
+la0&quot;9#9/9[9\9h99cHkdUm&amp;$$If06
 #r
 44
 la0 $G$If]Hkdm&amp;$$If06
 #r
 44
-la0777 8!8-8Y8cHkdm&amp;$$If06
+la0h99999::?:L:x::::::);6;b;o;;;;;        &lt;&lt;B&lt;O&lt;}&lt;&lt;&lt;&lt;&lt;&lt;=        ======= =!=#=$=&amp;=+=,=-=/=4=5=6=8=9=:=T=U=V=ȴȝjhMH1h+0JXCJUjDs&amp;h+Ujr&amp;h+Uh+j r&amp;h+UhMH1h+CJ
+h+CJh^jh^U h
+&amp;hhh\th)lCJOJQJh)l:999999:cHkdm&amp;$$If06
 #r
 44
 la0 $G$If]Hkdm&amp;$$If06
 #r
 44
-la0Y8Z8f88888cHkdqn&amp;$$If06
+la0:::?:@:L:x:cHkdqn&amp;$$If06
 #r
 44
 la0 $G$If]Hkd*n&amp;$$If06
 #r
 44
-la0888999A9cHkdn&amp;$$If06
+la0x:y::::::cHkdn&amp;$$If06
 #r
 44
 la0 $G$If]Hkdn&amp;$$If06
 #r
 44
-la0A9B9O9|9}999cHkdo&amp;$$If06
+la0:::);*;6;b;cHkdo&amp;$$If06
 #r
 44
 la0 $G$If]HkdFo&amp;$$If06
 #r
 44
-la0999999%:cHkdp&amp;$$If06
+la0b;c;o;;;;;cHkdp&amp;$$If06
 #r
 44
 la0 $G$If]Hkdo&amp;$$If06
 #r
 44
-la0%:&amp;:1:\:]:i::cHkdp&amp;$$If06
+la0;;;        &lt;
+&lt;&lt;B&lt;cHkdp&amp;$$If06
 #r
 44
 la0 $G$If]Hkdbp&amp;$$If06
 #r
 44
-la0::::::        cHkd7q&amp;$$If06
+la0B&lt;C&lt;O&lt;}&lt;~&lt;&lt;&lt;cHkd7q&amp;$$If06
 #r
 44
 la0 $G$If]Hkdp&amp;$$If06
 #r
 44
-la0        
-;;@;A;B;C;D;E;F;G;c^YYYYYgd)lgd)lHkdq&amp;$$If06
+la0&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;c^YYYYYgd)lgd)lHkdq&amp;$$If06
 #r
 44
 la0 $G$If]Hkd~q&amp;$$If06
 #r
 44
 la0
-G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z;[;\;];^;_;`;a;b;c;d;gd)ld;e;f;g;h;i;j;k;l;m;o;p;r;s;u;v;x;y;;;;;;;;;;p -gd)lo$
 a$gd)logd)lgd)ll;m;n;p;q;s;t;v;w;y;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;޳Ҋ޳ނ{ hRh+j|t&amp;h+Ujs&amp;h+Uh}A9h+CJh620JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUjDs&amp;h+Ujr&amp;h+Uh+j r&amp;h+UhMH1h+CJ
-h+CJhOOjhOOU h
-&amp;h.;;;;;;;;;;;;;;;;;;;;;;;'(*Qo$a$gd)lgd)logd)lp -gd)l;;;;;;&quot;#%&amp;'()*DEFLMOPQ^cdefglmnpqrĹĬģĹĬģӓӋĹĬ{jx&amp;h+Uj$x&amp;h+Ujw&amp;h+Ujv&amp;h+UjPv&amp;h+UhRh+CJh620JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+
 CJ
-h+CJUju&amp;h+Uh+ hRh+ju&amp;h+U0WRF-ARW V3: Users Guide        6- PAGE 44 +&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;=========        =
+= = = +=====gd)l============= =&quot;=#=%=&amp;=,=.=/=5=7=8=:=a=b=p +gd)lo$a$gd)logd)lgd)lV=\=]=_=`=a=b=c=d=~==
 ======================================&gt; 
+ ̖̾̾̾̾̅̾̃UjPv&amp;h+UhRh+CJju&amp;h+Uju&amp;h+U hRh+j|t&amp;h+UhMH1h+CJ
+h+CJjs&amp;h+Uh+h}A9h+CJhF0JXCJmHnHujhMH1h+0JXCJUhMH1h+0JXCJ3b=d==========================o$a$gd)lgd)logd)lp +gd)l===&gt;                 
+        F G I q r s pgd)lp +gd)lo$a$gd)logd)l   - -WRF-ARW V3: Users Guide        6- PAGE 43       @@ -2838,11 +2841,6 @@
      - - - - -  WRFDA     @@ -2850,7 +2848,7 @@
      -WRF-ARW V3: Users Guide                6- PAGE 70 +WRF-ARW V3: Users Guide                6- PAGE 72      WRF-ARW V3: Users Guide                6- PAGE 71 @@ -2861,12 +2859,12 @@
      -QRSTUVWXYZ[\]^dfgmoprpgd)lp -gd)lo$a$gd)logd)lÿ
  h
-&amp;hhOOh+ hRh+h620JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUhMH1h+CJ
-h+CJ gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRF-VarDyK _Installing_WRF-VarqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _
 Radiance_Data_Assimilations}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1Dy
 K _Hybrid_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_1DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$\
-
-C 8A wrfda_flowchartb; U&quot;to ճ         n U&quot;to ճPNG
+
+            9 : ; A B D E F G H I d e f l m o p q v w x 񿴿ޟ񿴿ޛ h
+&amp;hh^jx&amp;h+UhF0JXCJmHnHuhMH1h+0JXCJjhMH1h+0JXCJUj$x&amp;h+Ujw&amp;h+Uh+ hRh+jv&amp;h+UhMH1h+CJ
+h+CJ!s t u v w x gd)l/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p)l/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% 
 DyK _Introduction_1DyK _Installing_WRF-VarDyK _Installing_WRF-VarqDyK WRFPlusDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _
 Radiance_Data_Assimilations}DyK PrecipitationDyK _Updating_WRF_lateral_1DyK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1Dy
 K _Hybrid_Data_Assimilation_2DyK _ETKF_Data_AssimilationDyK _Description_of_Namelist_1DyK yK fhttp://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd3R$\
+
+C 8A wrfda_flowchartb; U&quot;to ճ        ?n U&quot;to ճPNG
 
   IHDR
@@ -4070,8 +4068,8 @@
 C+Ati *pS`8pl5aHu|ے+vk`*S^?7o7[Pmfàjsl-W&gt;=LS6 8Q߁տfjh7[a`5˧K~:agÐ8Oşu?6YSѨ0D IENDB`DyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK $_Running_Observation_Preprocessor_1DyK _Running_gen_be_1DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html
 }$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / a}$$IfN!vh#vL#v:V 5L5/ / / / aDyK y
 K http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmyX;H,]ą'cDyK yK |http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html1DyK  yK http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmyX;H,]ą'cformatDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDdf;
 !
 T
-
- 0Ab&quot;AP)9% n&quot;AP)9%PNG
+
+ 0Ab&quot;AP)9%?n&quot;AP)9%PNG
 
   IHDR=4 ̱IiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -4957,9 +4955,9 @@
 B82糪\*Ը5&lt;61cm5%Z\WʘAۋ6_O*#}3锦g ?hD\pX`S]kFo~{Ee @@@ \8[fF@@ m|:L)?Dįb.caW*[U,S4lb!TrJtVSЉ|VWpԂ;&quot;X5:`lQMP*:=C@@nK@@@@@@@`HjE̋              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      JktIDATxO@{!      kL   
    wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL       wMWIENDB`DyK _Description_of_Namelist_1D
 yK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlDyK yK 2http://www.ncl.ucar.edu/xDd;7
 !
 T
-
- 0AbWx;DY
-3#E3xZ n+x;DY
+
+ 0AbWx;DY
+3#E3xZ?n+x;DY
 3#EPNG
 
  @@ -6225,8 +6223,8 @@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@D@D@D@D@D@D`p\
 g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_1$$If!vh#v        #v #v :V T,5        5 5 / / / / al$$If!vh#v        #v #v :V T,5        5 5 / / / alDy
 K &quot;_Running_Observation_Preprocessor$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh#v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1DyK _Additional_WR
 FDA_Exercises:_1DyK _Running_WRF-Var_1E$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aE$$Ifd!vh#v|#v :V 5|5 aK$$Ifd!vh#v|#v :V 5|5 ayt
 P&lt;DyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlDyK yK ~http://research.metoffice.gov.uk/
 research/interproj/nwpsaf/rtmDyK yK fftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMyX;H,]ą'cDyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If
 !vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55@$$If!vh#v#v:V 55DyK yK thttp://data.eol.ucar.edu/codiac/dss/id=21.093yX;H,]ą'cDyK yK hhttp://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/!gDd/=,,
-
- vA?2008020518Picture 12008020518&quot;3fW\UZ[pfĂ @=fW\UZ[ph
+
+ vA?2008020518Picture 12008020518&quot;3fW\UZ[pfĂ?@=fW\UZ[ph
 !dvzex\sp%L7zm;`cۛضnlll۶m6wz{󫙪ր &lt;  @,&amp;'Hؤ8;.O(t=)8?mpSBTJ?w\Y_,qQ[(8 #y};13%??191&quot;eb&amp;q kg          ;XAdL)ױ=P;&lt;Ĩd8D7 @@ -9102,9 +9100,9 @@
 #z:Ct38#&gt;ԡ;WAGӝ=}ڹ^-ܬPqs}4*\K/]fӐ:;sT2n\sZb+&gt;VԌz4RoFIRq?x3l?'ڹs~_kљOGtu4z͞gq{4ә|ZLR3^YhAME:u^nz:NoM3lj)5sj⧚v 3bطO馯tWN;}$fiOևSUo.xw+^,'!2w;k+A%ЩN=r+39os:=5us5Ù&gt;:̣. t'C2gV&lt;s񠳒9w%QzɡƙZ,&lt;Sύkg69{XbUI_.ûZş~-6N&amp;2W$6-։MģmI6ijK,1SU71GjJQYPloH\ 4787s☒X`)gIJ~a2Rs! 837'qYxĬ&amp;w&amp;'{%7ᤣ&amp;t8I{MRnS-iK*s4Bs屭ȞIGL\R1q^J&lt;gVQ_rۼȞa  z/W\&amp;Kjz1^w+۸XfDCdÐDyK yK http://www.mmm.ucar.edu/wrf/u
 sers/wrfda/download/precip_converter.tar.gzyX;H,]ą'cDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html1i Dd*22
 qT
-
- 0Abh ҟrSseh  - n]h ҟrSsPNG
+
+ 0Abh ҟrSseh  +?n]h ҟrSsPNG
 
   IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -14002,7 +14000,7 @@
 7ܰa?G&gt;K A;viy@@@@@@@@@ #֟t'B B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -3UuW{IENDB`DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_update
 d_for_cv6.pdfyX;H,]ą'c$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 
 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/}$$If!vh#v$        #v(:V 5$        5(/ / / / a/DyK yK xhttp://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html6yDd
 T
 
- 0AbxPdc%jx\ nbxPdc%PNG
+ 0AbxPdc%jx\?nbxPdc%PNG
 
   IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -14576,7 +14574,7 @@
 AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
 
- 0Ab}ezn 9''YeP nQezn 9''PNG
+ 0Ab}ezn 9''YeP?nQezn 9''PNG
 
   IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -15162,7 +15160,7 @@
 x)  T
 
- 0Ab/@4|&lt; nt/@4PNG
+ 0Ab/@4|&lt;?nt/@4PNG
 
   IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -17520,7 +17518,7 @@
 )m  T
         
- 0A        b-sJg&quot;-L  n-sJg&quot;PNG
+ 0A        b-sJg&quot;-L ?n-sJg&quot;PNG
 
   IHDR^ciCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -20853,20 +20851,20 @@
 3 3&quot;((Dd!&lt;P
 
 3 3&quot;((Dd!&lt;P
+
+3 3&quot;((Dd!&lt;P
 
-3 3&quot;((Dd!&lt;P
-
 3 3&quot;((        Dd!&lt;P
-
+
 3 3&quot;((
 Dd!&lt;P
-
+
 3 3&quot;(( ^ 0000h
 _HmH        nH        sH        tH        H`H Normal1$CJPJ_HaJmH        sH        tHV@V         Heading 1  &lt;$5CJ KHOJQJmHsHF@F         Heading 2
 5CJ$mHsHF@F         Heading 3
 5CJmHsHB@B         Heading 4$6PJ mHsHB@B         Heading 5$5PJ mHsHL@L         Heading 6 $$a$5CJ PJ mHsHR@R         Heading 7@&amp;
 &amp; F
-&amp; F$&gt;*PJ mHsHDA D Default Paragraph FontVi@V 0 Table Normal :V 44
+&amp; F$&gt;*PJ mHsHDA`D Default Paragraph FontVi@V 0 Table Normal :V 44
 la (k (  No List 2o2         WW8Num1z0OJQJ2o2         WW8Num2z0OJQJ2o2         WW8Num3z0OJQJ2o!2         WW8Num5z0OJQJ6o16         WW8Num6z0 CJOJQJJ/AJ Absatz-StandardschriftartP/QP WW-Absatz-StandardschriftartR/aR WW-Absatz-Standardschriftart1T/qT WW-Absatz-Standardschriftart11V/V WW-Absatz-Standardschriftart111X/X  WW-Absatz-Standardschriftart1111Z/Z !WW-Absatz-Standardschriftart11111$/$ ؞k=W[SO&amp;/&amp;
 ؞k=W[SO1\/\ &quot;WW-Absatz-Standardschriftart111111^/^ #WW-Absatz-Standardschriftart11111116o6         WW8Num7z0 CJOJQJ&gt;o&gt;         WW8Num8z0CJOJ  PJQJ @@ -21012,25 +21010,24 @@
 ,.aic21h:qm@RN;d`o7gK(M&amp;$R(.1r'JЊT8V&quot;AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!0C)theme/theme/theme1.xmlPK-!  ѐ'        theme/theme/_rels/themeManager.xml.relsPK]
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
-&lt;a:clrMap xmlns:a=&quot;http://schemas.openxmlformats.org/drawingml/2006/main&quot; bg1=&quot;lt1&quot; tx1=&quot;dk1&quot; bg2=&quot;lt2&quot; tx2=&quot;dk2&quot; accent1=&quot;accent1&quot; accent2=&quot;accent2&quot; accent3=&quot;accent3&quot; accent4=&quot;accent4&quot; accent5=&quot;accent5&quot; accent6=&quot;accent6&quot; hlink=&quot;hlink&quot; folHlink=&quot;folHlink&quot;/&gt;CRDRuzyz31f         Hrrrtvxz|~-XZ\_
+&lt;a:clrMap xmlns:a=&quot;http://schemas.openxmlformats.org/drawingml/2006/main&quot; bg1=&quot;lt1&quot; tx1=&quot;dk1&quot; bg2=&quot;lt2&quot; tx2=&quot;dk2&quot; accent1=&quot;accent1&quot; accent2=&quot;accent2&quot; accent3=&quot;accent3&quot; accent4=&quot;accent4&quot; accent5=&quot;accent5&quot; accent6=&quot;accent6&quot; hlink=&quot;hlink&quot; folHlink=&quot;folHlink&quot;/&gt;SS&quot;|&amp;|f5 &amp; 1&amp; f&amp; &amp; &amp;         Hrrrtvxz|~-XZ\_
 D l!h'-
 2DJ  QnU=Y]bh@mx|ρt.շkom -XN wl ~ &quot;w%(*+15p8R&gt;NZekRo_q v -{Tģ)`o}~a.'4(        3l;; !#$&amp;,-/24678;&lt;=?ABDIJPVWY[^`afgijkmnpruwx{$6J_s$7$%Y%%.7?/H$PZY|]hrIσ;{:aI#         7@H
 TT%y'l*3h9BTr[ibjo -v{_|M}Y~QVêX -(eAt.Ck%bqP&amp;w [NVf%u.Fr+X&gt;.X&quot;&quot;&gt;                
-
-  { - -T        hWw&quot;?7*n!  5 G!!&quot;&quot;&quot;D##%%0&amp;&amp;''()i*.++z,,.-v--0..9//(0i0012~2[3g44v5667u77Y88A99%::        G;d;;Q&quot;%'()*+.01359:&gt;@CEFGHKLMNOQRSTUXZ\]_bcdehloqstvyz|}~        
+XN wl ~ &quot;w%(*+.41468A:&lt;u&gt;F%T^jortyʓ
+OŽg]u^#:F  +$0h9V=
+ x !&quot;$%'-.035789&lt;=&gt;@BCEJKQWXZ\_abghjklnoqsvxy|%7I\r$7$%Y%%.7?/H$PZY|]hrIσ;{:aI#         7@HTT%y'l*42+6:KY`eor|}v~فC*L.Bv89\tIYjQyO!6]r-VlZ~0o=$}M
 X&quot;8ab\GJxOM5\k        N
+
+z   Z +(i9S0M8$Wu g!!!&quot;C##8$z$$%&amp;3''j(3))h*A+,,-'...#///R00=112q223+456X6#77B88&quot;99:x::b;;B&lt;&lt;&lt;=b==s x  #&amp;()*+,/1246:;?ADFGHILMNOPRSTUVY[]^`cdefimprtuwz{}~        
    - !&quot;#%&amp;'()*+,-./012345789:;&lt;=&gt;?@ABCDEFGHIKLMNOPQRSTUVWXYZ[\]^`abcdefghijklmnopqrtuvwxyz{|}~5Wdf V  + !&quot;#$&amp;'()*+,-./012345689:;&lt;=&gt;?@ABCDEFGHJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqst
 uvwxyz{|}~5Wdf V   .^`+-YE\^        =      \5&quot;&quot;#_OOOVV9WYZZ-[B[[[^=_|_&gt;ckccqmmmnnotttdzzzz{{|}]}̣ޣ1a|и޸@s3p\N? -'c :R/keIII[lllw)xexƂK3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ @H 0(        
+'c :R/kK_KKn^nnyyzseÚf5XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4XXXXXXX;BEelo '*KRU_!!!!!!@ @H 0(        
 0(        
 0
 # = @@ -21062,11 +21059,11 @@
 precipitation  _Hlt320873510  _Hlt384064512 -_Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1!_Running_Observation_Preprocessor_Running_WRF-Var_WRF-Var_Diagnostics_Updating_WRF_lateralSchedulesetup diagnostics(_Additional_WRF-Var_Exercises%2525252525_Additional_WRFDA_Exercises:_Additional_WRFDA_Exercises:_1_Hybrid_Data_Assimilation_Hybrid_Data_Assimilation_1_WRFDA_with_Multivariate_1_WRFDA_with_Multivariate_2_WRF-Var_Diagnostics_1_Hybrid_Data
 _Assimilation_2_Description_of_Namelist_Description_of_Namelist_1_ETKF_Data_AssimilationfAAAAO^z        9MMU[[Cx[B_p$p$&amp;24DRDRDRDRDRDRDRDRDRDR___Ei@v3@@@@@@@@@        @
+_Hlt321356843_Updating_WRF_lateral_1_Updating_WRF_Boundaryupdate_Running_gen_be_1!_Running_Observation_Preprocessor_Running_WRF-Var_WRF-Var_Diagnostics_Updating_WRF_lateralSchedulesetup diagnostics(_Additional_WRF-Var_Exercises%2525252525_Additional_WRFDA_Exercises:_Additional_WRFDA_Exercises:_1_Hybrid_Data_Assimilation_Hybrid_Data_Assimilation_1_WRFDA_with_Multivariate_1_WRFDA_with_Multivariate_2_WRF-Var_Diagnostics_1_Hybrid_Data_Assimilation_2_Description_of_Namelist_D
 escription_of_Namelist_1_ETKF_Data_AssimilationfAAAAO^z        9MMU[[Cx[B_p$p$%5SSSSSSSSSS\a\a\ajw[g5@@@@@@@@@        @
 @ @ @ -@@@@@;@@@@@@@ !&quot;@#@$@%&amp;'()*+,-./012345678:&lt;9gBBBBP_{        9MMU[[Cx[B`p$p$&amp;24DRDRDRDRDRDRDRDRDRDR___Ei@v5/2/23Dxix&amp;,֝؝HJ!~(DR 9?T[
+@@@@@;@@@@@@@ !&quot;@#@$@%&amp;'()*+,-./012345678:&lt;9gBBBBP_{        9MMU[[Cx[B`p$p$%5SSSSSSSSSS\a\a\ajw[33g5Dxix&amp;,֝؝HJ!~(DR 9?T[
  ^`ЭҭKY~ӱڱ)27&gt;ktúûλԻ߻6BLX%-`i!* ,6NTps#IT@CMQOT]bv{`e -#7&lt;&lt;ET]`e{*6ouF[zZ]:@pu !+03%(]`iy                $        (        )        -        R        V                                        
+#7&lt;&lt;ET]`e{*6ouF[zZ]pu!+03%(]`iy                $        (        )        -        R        V                                        
 
 
 
@@ -21106,30 +21103,32 @@
     &amp;07=`e/4eu
-$0')DFXZ]_(3:FM[z        Q!Y!8&quot;9&quot;$$U$V$$$$$'$'(()){)~)))))7*C*}************++?+K+d+n+++++, -,,,-----....B.C...../O/[/_/m/n/////////!0&quot;090:0V0W0s0t00000000000f12222222 3 3/323f3g3333333        4
-4-434B4 ::????@@@@SFYFGGGGBILIII7J9JDJFJJJJJ&quot;K$KlKnKKKnL|LMMMMMMANGNOOCOIOOOSO_OcOoOrOOOOOOO/QAQLQ^QQRRS\SSSTTUUUU&quot;U*U3U=UEUOUcUmU|UUUUUUUU WWwW|W&gt;YLYYY1[4[[[]^&quot;^0^r^~^k_z_w``aaaaBbIbbbbbccDcGczc}ccccc1d&lt;dqdtdddeeeegftffffffff -ggg*g7gGgWggggggggggghh(h6hhhhh,j6j]kckmmDnJn*p4p&gt;pLpq        rpr|rrrNs[sss&lt;tKtttHuUuuuxxxxyyyy%z,z1z8zzzzzw||o}~}}}}}{/
 2&lt;?VYcfmp{~֌]`gilw        !=@[^zACšŚ˚ԚƛțĜ *Sry&amp;PSVZbm\^orɡˡnp{~.34:ӥե#%:&lt;HPS[`gkm٦LUht{ǧΧۧGPS\^go{ǩݩ-/26kmN[
-+.*+@BOPpʲϲ(3;FSj*/?DX]tyIR~ ANP^%'/0&lt;= #ch,IY_qt        -/6=fhxz\`w~ &quot;Tf1&gt;tv -:CJds%4BI^ft+4orsu
 v         9&lt;O[cow)1=ERZfnz$&amp;24@BMVfhrtPZ~,68Cgpr#%1U^`n(1?JWc~ -&quot;/;SVep} -&amp;IUbn        al jwNXMWXb9COYfp,6\fpyO]jyTem~+4
 @qy+3aj -&amp;4GO[j-A&quot;)w
-9HJZ\iky5D(7-:BQo~3EV`tjv]iCOdi{jzZ        j                
-
-
-
-       E M      - +$0')DFXZ]_(3:FM[z        Q!Y!8&quot;9&quot;$$U$V$,'/'x''''.(1(7(@((((((() )#)/)H)Q)}))))))))**#*&amp;*|**4+A+&amp;,3,5,f,g,s,,,,,,,,,,--6-7-T-q-r-'./.I/P/a/c/f/o///////////70T0U0q0r0w00000011-10171H1U1X1d1}11111111 22&gt;2E22233
+444&quot;4555;;XAbAtAAAA_BeBHHVIfIpIIJJKKKKKK;L=LLLLLMMcMeMN)NSOVO_OeOgOyOOOPPPPPQ QQQQDQJQPQTQ`QfQRRR SSST        UXUfUVVVVVVVVVVVVWW)W3WNWXW}WWWWXX$Y)YZZX[][\\]]____`+`a'a$b.bFcOc]cccccodrddddddd'e*eLeWeeeeef!fff3g@gcgpgh!h3h?hMh[hhhhhhhhhhi1iAiYifihipiyiiiiiiiimjpjjjkk
+mmOoUoooqqqqsst)ttttueusuuusvvvwnw|wPzWz\zcz{{{{{{{{f|m|r|y|$~2~+.=|(7܄߄1&gt;/23:;&gt;ƆJM,;(+58
+ +$T]eg˔Δ '/3:OU_orxsuqמ&amp;EKӟjLN         aflnvx(+ۤ9;KN&gt;@GIQSЧҧ +EGWZ!(6;JM]gt{`i         (htګܫ߫Ve:Gدۯjװذ5IJUfmw|.;hv05NSkp
+!&amp;:?V[rw+./5OT Ubdqs,-:&lt;IKXZgivxEK[\ !_g%'FHdf         +$+6D]a1A~KZcr{BO!#HX :?W\ps| !0@M09hv}#-&gt;J$08DLX`mu'0&lt;EQZen|
 !-+35?ckmy/S\^h  +03CFJS`o+7DPq}*6alyJVco38low/2$AKGPuoy&lt;F        &amp;KQu{
+&amp;6&gt;+9H&amp;OWfn^m8GIK_ace&lt;L$4Uay        &amp;Zi.;CRy=KP_+wH\ +!,4Cq{#W`
+2;NS(50        9        B        P                        
+'
+    &lt; O   \  f -p   - - - - - -!!8E%-Y`lyNX8;]nVaLU@I`d#2[2]2^2`2a2c2d2f2g233
 
 
 !#4                        
          
+ + + + + +9AS]cms}8DVek~?KV_~&amp;]j
+&lt;CDJdsFOil=Hox +9=V`hu4
+4 4 +444444d5g5
 
 
 !#4                                 
 &quot;
 U
 W
@@ -21148,16 +21147,20 @@
 5
      -CrY\DF]_{}_cgEz      .!1!?$C$p$$))))o*q*****-+2+++++'-....\/^/l/n/////// 0&quot;080:0U0W0r0t0000000000011^1_111222222333333/434A444F9H9::; &lt;C&gt;T&gt;;ABADJGJJJJJ&quot;K%KlKoKKK(N.NnNtNNNNNO&quot;O.O4OOODR_RUU1[4[aaBbIbbbcc1d&lt;deeeegftffffffff -g*g7gGgWggggggggghh(h6hHhLhhhEi~iXp]pBvSvxx}}gmp
 ]`gi        Џy ACƛț$,œ $۝%ž\^נnp~}#%ƦȦƨ\^}Ū ]bN`ޭ,/]eٲijͳԳahڴ -AHkr׵ݵ!([a8=02ϸѸ=?ln0248kn48λл35BF&amp;(ݽ޽?BjknpUVY[DIX^ou| (3;FSj
  -)/&gt;DW]sy7#bfY]pt         -,/ehwzSou4#*$&amp;~        ORag!'^dtzQWGM'-HQ+2!SW        MSx        {        
-
-u -x -!QW}&lt;Brx 'DJ=#D#))+++&quot;+[2]2^2`2a2c2d2f2g2l2p2u2{2222222223323K3P3T3Y3_3{333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333p$p$gfffffff
 fff -gGgWggghhCiZ2[222223323=3{333332&lt;&amp;Hq
+CrY\DF]_{}_cgEz      .!1!?$C$p$$7'G' (&quot;(C(E((((((!)#)F)H)^)`){)}))))))))) ***%,3,5,e,g,,,,,,,,,--5-7-S-U-q-r-t-b.F/I/d/f////////70-101V1X1{1}11111G2&amp;4(44@5555555t6y6::;;o==?@BBKK;L&gt;LLLLLMMcMfMOOP!P]PcPPPPPPP.Q4QS TKWMW\\bbccddLeWeee3g@gcgpgh!h3h?hMh[hhhhhhhhi1iAiYifiyiiiiiiiiiijjj+kr
+rwxPzWz|9CQă
+ +46egh\}]_&amp;8knOUsuѝٝoўҟijo         kafOb+5*,9;&gt;@QSЧҧsuks         *-gr
+ILjl +HJdfٳܳ
+7&gt;]dȴʴahz:?Ƿ̷ηշ,.ĸƸƹȹݹ߹UW|~&gt;Bݻ߻9;@C\^{}Ӿվ,.EIae &quot;)/].;hv/5MSjp
+ &amp;9?U[qwGHU,-DGZ\
+!^g$'EHcf&quot;UYps`fPS+-4969HN}ADSY !'8&gt;agpsu{S]3=ms8;hn=D9@                /
+5
+% (   &quot;%*12M%ipho1 8 V \ $$v+}+,,,,4
+4 4 +44444444&quot;4(4C4R4m4444444444455 5(575S5d5g533333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333///502F2G2G22
+33Q44C4N4m4x44444(535S5^5g52&lt;&amp;Hq
 zBb(i`!4b    5LhXDbZ6FBZ8aT3jZ&quot;juZ&quot;jz&quot;j0}6:x ^`OJQJo( 8^8`OJQJo(^`OJQJ^Jo(o         p^        `OJ @@ -21242,17 +21245,19 @@
 z0}8aT    5FWW8Num2WW8Num3WW8Num4WW8Num5WW8Num6                                                                        l@y                                                                h
-9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @{zpD|Y0&lt;}[+11        N &quot; tx /se8Gh2ncV&quot;L7#}#\(        *jJ*O021c45~9
-P&lt;Y&lt;&gt;zBbC6CnCsE`qEV2IJKMi#N OOO_OQ]iRSMU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cV#h)l&lt;mhnmnrjoAq\tEuew@g}gm(:&amp;3CmD c(g+2y@KY{nn@!vw}Prl{        &gt;Fr#-&gt;rTMyAf1SR&quot;kam\DhlqbqVe~}62[2]2@p$p$p$p$4!&quot;23@*X@(
+9                                                                l@y                                                                                                                                                                                                                l@y                                                                l@y                                                                l@y                                                                                                                                                @        0@ @pD|Ye0&lt;}[+11        N &quot; tx /se8Gh2ncV&quot;L7#}#\(        *jJ*O021c45~9
+P&lt;Y&lt;&gt;zBbC6CnCsE`qEV2I`IJKMi#N O$OOO_OQ]iRSMU8oVoX*Y&lt;qY!6\5W^?_`L[`&quot;#cV#hij)l&lt;mhnmn)0orjoAq\tEuew@g}gRm(:&amp;&lt;R3CmoD c(g+2y@KY{n^n@!vw}Prl{]t        &gt;Fr#-&gt;rFTMyA(f1SR&quot;kalm\uDhlqbqVKfe~}624
+4@....4!&quot;4f5@*X@@
 @UnknownNCAR MMM Dong-mei Xu
-Junmei BanCraig SG*Ax        Times New Roman5Symbol3. *Cx        ArialO1        CourierCourier NewSMonotype SortsSymbol?=        *Cx        Courier New;P([SOSimSun3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
+Junmei BanCraig SG*Ax        Times New Roman5Symbol3. *Cx        Arial71        CourierSMonotype SortsSymbol?=        *Cx        Courier New;P([SOSimSun3*Ax        Times7@Cambria;. *Cx        Helvetica7. [ @VerdanaG=
         jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MSGDejaVu LGC Sans[BookmanBookman Old StyleC 
-PLucida GrandeA$BCambria Math#AhgS$ʃgvSlGSlG24&lt;1&lt;1 K#q?'9 Chapter 6: WRF-VARkavulichMeT                 
+PLucida GrandeA$BCambria Math#AhgU$ʃg
+w/TH /TH 2422 K#q?'9 Chapter 6: WRF-VARkavulichkavulichT                 
  -     Oh+'0x        
-( 4 @ -LX`hpChapter 6: WRF-VAR kavulichNormalMe3Microsoft Office Word@O\@-@@:UGSl
 
 
 
 ՜.+,D՜.+,D hp  - NCAR&lt;1 Chapter 6: WRF-VAR Titlep 8@ _PID_HLINKSA(DO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://ww
 w.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw
 &lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg~?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm{dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'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_1udi_Additional_WRFDA_Exercises:_1&amp;f_WRF-Var_Diagnostics_15;c?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 Oy`_Running_gen_be;]&quot;_Running_Observation_PreprocessorQ
+     Oh+'0        
+0 &lt; H +T`hpxChapter 6: WRF-VAR kavulichNormal kavulich10Microsoft Office Word@*4@-@@aOCUH/T
 
 
 
 ՜.+,D՜.+,D hp  + NCAR 2 Chapter 6: WRF-VAR Titlep 8@ _PID_HLINKSA(DO4^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzP`_Updating_WRF_Boundaryxw&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlV*Ghttp://ww
 w.mmm.ucar.edu/wrf/users/wrfda/Docs/WRFDA_updated_for_cv6.pdf5;?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlJ.http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/O,Ihttp://www.mmm.ucar.edu/wrf/users/wrfda/download/precip_converter.tar.gze74http://www.emc.ncep.noaa.gov/mmb/ylin/pcpanl/QandA/V.http://data.eol.ucar.edu/codiac/dss/id=21.093xw
 &lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html|='ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTMbg~?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm{dhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/docs_rttov10/users_guide_10_v1.5.pdf'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_1udi_Additional_WRFDA_Exercises:_1&amp;f_WRF-Var_Diagnostics_15;c?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 Oy`_Running_gen_be;]&quot;_Running_Observation_PreprocessorQ
 Z_Description_of_Namelist_1XWhttp://www.ncl.ucar.edu/xwT&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlQ
 Q_Description_of_Namelist_15;N?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html\IKKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformatF Hchttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2012_July/tutorial_presentation_summer_2012.html|CE@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html B&gt;http://ww
 w.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlbg??http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmfZ&lt;Ahttp://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html*&amp;9_Running_gen_be_1I]6$_Running_Observation_Preprocessor_15;3?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html`-03http://www.mmm.ucar.edu/wrf/users/
 wrfda/index.htmlQ
 -_Description_of_Namelist_1yY*_ETKF_Data_Assimilationjk'_Hybrid_Data_Assimilation_2&amp;$_WRF-Var_Diagnostics_1\!_WRFDA_with_Multivariate_2*U_Additional_WRFDA_Exercises:*&amp;_Running_gen_be_1WC_Updating_WRF_lateral_1Precipitation0_Radiance_Data_A
 ssimilations6_Running_WRF-Var_1I] $_Running_Observation_Preprocessor_1}w        WRFPlus@_Installing_WRF-Var@_Installing_WRF-VarCC_Introduction_1        
@@ -21261,7 +21266,7 @@
      !&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{|}~
         
    @@ -21810,14 +21815,13 @@
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./012345789:;&lt;=?@ABCDEFGHIJKLM|}Root Entry        F=UData
-\y&amp;1Table;WordDocument
-SummaryInformation(6DocumentSummaryInformation8&gt;MsoDataStore0hU@SU1L1WZ3P3==20hU@SUItem
-        PropertiesUCompObj
-r         &lt;b:Sources SelectedStyle=&quot;\APA.XSL&quot; StyleName=&quot;APA Fifth Edition&quot; xmlns:b=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot; xmlns=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;&gt;&lt;/b:Sources&gt;
-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;ds:datastoreItem ds:itemID=&quot;{EDFCB66C-AC68-4E9F-99DE-A77B94FF2577}&quot; xmlns:ds=&quot;http://schemas.openxmlformats.org/officeDocument/2006/customXml&quot;&gt;&lt;ds:schemaRefs&gt;&lt;ds:schemaRef ds:uri=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;/&gt;&lt;/ds:schemaRefs&gt;&lt;/ds:datastoreItem&gt;
+ !&quot;#$%&amp;'()*+,-./0123456789:&lt;=&gt;?@ABDEFGHIJKLMNOPQR
 Root Entry        F`aCUData
+\y&amp;1TableWordDocument
+'SummaryInformation(;DocumentSummaryInformation8CMsoDataStore0aaCUpaCULQLYDFGJF2CC==20aaCUpaCUItem
+        PropertiesUCompObj
+r         &lt;b:Sources SelectedStyle=&quot;\APA.XSL&quot; StyleName=&quot;APA Fifth Edition&quot; xmlns:b=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot; xmlns=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;&gt;&lt;/b:Sources&gt;&lt;?xml version=&quot;1.0&quo
 t; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;ds:datastoreItem ds:itemID=&quot;{8F0BB4CC-0336-4117-8994-5B33C3A7020A}&quot; xmlns:ds=&quot;http://schemas.openxmlformats.org/officeDocument/2006/customXml&quot;&gt;&lt;ds:schemaRefs&gt;&lt;ds:schemaRef ds:uri=&quot;http://schemas.openxmlformats.org/officeDocument/2006/bibliography&quot;/&gt;&lt;/ds:schemaRefs&gt;&lt;/ds:datastoreItem&gt;
         F Microsoft Word 97-2003 Document
 MSWordDocWord.Document.89q
\ No newline at end of file

</font>
</pre>