<p><b>kavulich@ucar.edu</b> 2012-03-22 15:58:06 -0600 (Thu, 22 Mar 2012)</p><p>Updating WRFDA-Hybrid section<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2012-03-19 22:03:25 UTC (rev 336)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2012-03-22 21:58:06 UTC (rev 337)
@@ -1,5 +1,5 @@
-ࡱ&gt;        'oqHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmn        bjbjqq        Gee]R)R)66666T6667 -96@CpDDD=EJL5777777$:r[-6L
 9E9ELL[66DD&quot;(L&gt;6D6D5L5|ӓD0*6iX!&lt;E$ӓ6@LLL[[LLLLLLL
 LLLLLLLLLR)         [5:         +ࡱ&gt;        (\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         bjbjqq        [ee]))        7        7        7        7        7T]7]7]779]71uAmDpDDDFKL^``````$r-        7eMEEeMeM        7        7DD&quot;8eMB        7D        7D^eM^6DKov
 ]7;bJH1 +8        7Φ|eMeMeMeMeMeM1eMeMeMeMeMeMeMeMeMeMeMeMeM)         5:        
   Chapter 6: WRF Data Assimilation    Table of Contents @@ -1139,71 +1139,68 @@
   a. Source Code   -Three executables are used in the hybrid system. If you have successfully compiled the WRFDA system, you will see the following: +Four executables are used in the hybrid system. If you have successfully compiled the WRFDA system, you will see the following:    WRFDA/var/build/gen_be_ensmean.exe  WRFDA/var/build/gen_be_ep2.exe  WRFDA/var/build/da_wrfvar.exe +WRFDA/var/build/gen_be_vertloc.exe   -gen_be_ensmean.exe is used to calculate the ensemble mean, while gen_be_ep2.exe is used to calculate the ensemble perturbations. As with 3DVAR/4DVAR, da_wrfvar.exe is the main WRFDA program. However, in this case, da_wrfvar.exe will run in the hybrid mode. +gen_be_ensmean.exe is used to calculate the ensemble mean, while gen_be_ep2.exe is used to calculate the ensemble perturbations. gen_be_vertloc.exe is used for vertical localization. As with 3DVAR/4DVAR, da_wrfvar.exe is the main WRFDA program. However, in this case, da_wrfvar.exe will run in the hybrid mode.  
  b. Running The Hybrid System    The procedure is the same as running 3DVAR/4DVAR, with the exception of some extra input files and namelist settings. The basic input files for WRFDA are LANDUSE.TBL, ob.ascii or ob.bufr (depending on which observation format you use), and be.dat (static background errors). Additional input files required by the hybrid are a single ensemble mean file (used as the fg for the hybrid application) and a set of ensemble perturbation files (used to represent flow-dependent background errors).    -A set of initial ensemble members must be prepared before the hybrid application can be started. These ensembles can be obtained from other ensemble model outputs or you can generate them yourself; for example, adding random noise to the initial conditions at a previous time and integrating each member to the desired time. Once you have the initial ensembles, the ensemble mean and perturbations can be calculated following the steps below: +A set of initial
  ensemble members must be prepared before the hybrid application can be started. The ensemble can be obtained from other ensemble model outputs, or you can generate them yourself. This can be done, for example, adding random noise to the initial conditions at a previous time and integrating each member to the desired time. A tutorial case with a test ensemble can be found at  HYPERLINK &quot;http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gz&quot; http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gz. In this example, the ensemble forecasts were initialized at 2006102712 and valid 2006102800.  A hybrid analysis at 2006102800 will be performed using the ensemble valid 2006102800 as input. Once you have the initial ensemble, the ensemble mean and perturbations can be calculated following the steps below:     +1)        Set an environment variable for your working directory and your data directory +
 &gt; setenv HYBRID_DIR your_hybrid_path &gt; setenv DAT_DIR your_data_path &gt; cd $HYBRID_DIR +2)        Calculate the ensemble mean   +From your working directory, copy or link the ensemble forecasts to your working directory. The ensemble members are identified by three-digit numbers following the valid time.  +&gt; ln sf $DAT_DIR/Hybrid/fc/2006102712/wrfout_d01_2006-10-28_00:00:00.e* . +Provide two template files  (ensemble mean and variance files) in your working directory.  These files will contain the ensemble mean and variance and will be overwritten by the program that calculates the ensemble mean and variance as discussed below. +&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  +Edit gen_be_ensmean_nl.nl (or copy it from $DAT_DIR/Hybrid/gen_be_ensmean_nl.nl). You will need to set the information i
 n 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!   +Link gen_be_ensmean.exe to your working directory and run it. +&gt; ln sf  WRFDA/var/build/gen_be_ensmean.exe .  &gt; ./gen_be_ensmean.exe +Check the output files. wrfout_d01_2006-10-28_00:00:00.mean is the ensemble mean; wrfout_d01_2006-10-28_00:00:00.vari is the ensemble variance   +3)        Calculate ensemble perturbations   -1) Calculate the ensemble mean +Create a sub-directory in which you will be working to create ensemble perturbations.   -Copy or
  link the ensemble forecasts to your working directory. In this example, the time is 2006102712. -&lt; ln -sf /wrfhelp/DATA/VAR/Hybrid/fc/2006102712.e0* . -Next, copy the directory that contains two template files (ensemble mean and variance files) to your working directory. In this case, the directory name is 2006102712, which contains the template ensemble mean file (wrfout_d01_2006-10-28_00:00:00) and the template variance file (wrfout_d01_2006-10-28_00:00:00.vari). These template files will be overwritten by the program that calculates the ensemble mean and variance as discussed below. -&lt; cp -r /wrfhelp/DATA/VAR/Hybrid/fc/2006102712 .  -Edit gen_be_ensmean_nl.nl (or copy it from /wrfhelp/DATA/VAR/Hybrid/gen_be_ensmean_nl.nl). You will need to set the following information in this script as follows: +&gt; mkdir p ./ep &gt; cd ./ep    -&lt; vi gen_be_ensmean_nl.nl -&amp;gen_be_ensmean_nl directory = './2006102712' filename = 'wrfout_d01_2006-10-28_00:00:00' num_members
  = 10 nv = 7 cv = 'U', 'V', 'W', 'PH', 'T', 'MU', 'QVAPOR' / - Here, -directory is the folder you just copied, -filename is the name of the ensemble mean file, -num_members is the number of ensemble members you are using, -nv is the number of variables, which must be consistent with the next cv option, and -cv is the name of variables used in the hybrid system.  +Run gen_be_ep2.exe. The executable requires four command-line arguments (DATE, NUM_MEMBER, DIRECTORY, and FILENAME) as shown below for the tutorial example:   -Next, link gen_be_ensmean.exe to your working directory and run it. -&lt; ln sf  WRFDA/var/build/gen_be_ensmean.exe .  &lt; ./gen_be_ensmean.exe -Check the output files. -2006102712/wrfout_d01_2006-10-28_00:00:00 is the ensemble mean -2006102712/wrfout_d01_2006-10-28_00:00:00.vari is the ensemble variance -2) Calculate ensemble perturbations +&gt; ln sf WRFDA/var/build/gen_be_ep2.exe  . &gt; ./gen_be_ep2.exe  2006102800  10  .  ../wrfout_d01_200
 6-10-28_00:00:00   -Create another sub-directory in which you will be working to create ensemble perturbations. -&lt; mkdir -p 2006102800/ep &lt; cd 2006102800/ep  -Next, run gen_be_ep2.exe. +Check the output files. A list of binary files should now exist. Among them, tmp.e* are temporary scratch files that can be removed.   -gen_be_ep2.exe requires four command-line arguments (DATE, NUM_MEMBER, DIRECTORY, FILENAME) as shown below: -&lt; ln sf WRFDA/var/build/gen_be_ep2.exe .  &lt; ./gen_be_ep2.exe  2006102800 10  ../../2006102712  wrfout_d01_2006-10-28_00:00:00 -Check the output files. +4)        Back in the working directory, create the input file for vertical localization.  This program requires one command-line argument: the number of vertical levels of the model configuration (same value as e_vert in the namelist; for the tutorial example, this should be 42).   -A list of binary files will be created under the 2006102800/ep directory. Among them, tmp.e* are temporar
 y scratch files that can be removed. +&gt; cd $HYBRID_DIR +&gt; ln sf WRFDA/var/build/gen_be_vertloc.exe .  +&gt; ./gen_be_vertloc.exe 42   -3) Run WRFDA in hybrid mode +The output is ./be.vertloc.dat in your working directory.   +5)        Run WRFDA in hybrid mode +  In your hybrid working directory, link all the necessary files and directories as follows:  -&lt; ln -fs 2006102800/ep ./ep (ensemble perturbation files should be under the ep subdirectory)  &lt; ln -fs 2006102712/wrfout_d01_2006-10-28_00:00:00 ./fg  (first guess is the ensemble mean)  &lt; ln -fs WRFDA/run/LANDUSE.TBL . &lt; ln -fs /wrfhelp/DATA/VAR/Hybrid/ob/2006102800/ob.ascii ./ob.ascii (or ob.bufr) &lt; ln -fs /wrfhelp/DATA/VAR/Hybrid/be/be.dat ./be.dat  &lt; ln fs WRFDA/var/build/da_wrfvar.exe . &lt; cp /wrfhelp/DATA/VAR/Hybrid/namelist.input .  -Edit namelist.input and pay special attention to the following hybrid-related settings: +&gt; ln -fs ./ep/* .  &gt; ln -fs ./wrfout_d01_2006-10-28_00:00:00.mean ./f
 g  (first guess is the ensemble mean)  &gt; ln -fs WRFDA/run/LANDUSE.TBL . &gt; ln -fs $DAT_DIR/Hybrid/ob/2006102800/ob.ascii ./ob.ascii (or ob.bufr) &gt; ln -fs $DAT_DIR/Hybrid/be/be.dat ./be.dat  &gt; ln fs WRFDA/var/build/da_wrfvar.exe . &gt; cp $DAT_DIR/Hybrid/namelist.input .  +Edit namelist.input, paying special attention to the following hybrid-related settings:  &amp;wrfvar7 je_factor = 2.0 / &amp;wrfvar16 ensdim_alpha = 10  alphacv_method = 2 alpha_corr_type=3 alpha_corr_scale = 1500.0 alpha_std_dev=1.000 /  -Next, run hybrid in serial mode (recommended for initial testing of the hybrid system), or in parallel mode +Finally, execute the WRFDA file, running in hybrid mode  &lt; ./da_wrfvar.exe &gt;&amp;! wrfda.log -Check the output files. +Check the output files; the output file lists are the same as when you run WRF 3D-Var.   -The output file lists are the same as when you run WRF 3D-Var. -  c. Hybrid namelist options    1) je_factor : ensemble covariance weighting
  factor. This factor controls the weighting component of ensemble and static covariances. The corresponding jb_factor = je_factor/(je_factor - 1).  @@ -1314,10 +1311,10 @@
      -WRF-ARW V3: Users Guide        6- PAGE 36 +WRF-ARW V3: Users Guide        6- PAGE 34     -WRF-ARW V3: Users Guide        6- PAGE 35 +WRF-ARW V3: Users Guide        6- PAGE 33       @@ -1338,7 +1335,7 @@
      -WRF-ARW V3: Users Guide        6- PAGE 42 +WRF-ARW V3: Users Guide        6- PAGE 40      WRF-ARW V3: Users Guide        6- PAGE 41 @@ -1362,10 +1359,10 @@
      -WRF-ARW V3: Users Guide                6- PAGE 62 +WRF-ARW V3: Users Guide                6- PAGE 48     -WRF-ARW V3: Users Guide                6- PAGE 61 +WRF-ARW V3: Users Guide                6- PAGE 53       @@ -1373,7 +1370,7 @@
      -56VWXdefg
+56VWXdefg
                  #        $        %        -        /        U        V        W        p        q        r        s                                                                                        
         
 
@@ -1512,17 +1509,17 @@
 h4iNH        h4i5h4i56PJh4i56PJ
 h4i0JVj?h4iUjh4iUh4iCJOJQJh4ihf8խ׮$AZiݯ&quot;Xİ0fgűޱ߱`gd4in^+X߲67jk~MNжѶ02
 n^
 ^
-^gd4i^@Xgikܴ5@DLPTU^t{
- NжѶU&quot;(*+tŶ鬤鬒}ldjh4iU!hk0h4iB*CJOJQJphh4iB*NHphh4i56B*phh4iB*phh4iNHmH        0sH        0h4imH        0sH        0h4iCJOJQJhlPh4iCJNHOJQJhlPh4iCJOJQJh4iB*phh8h4iB*phh4ihlPh4iCJOJQJh4iCJOJQJ$tuvĸʸ˸۸DEй2ºں        X[\gh޽޳ޯwqdUdh:{h4iCJNHOJQJh:{h4iCJOJQJ
-h4iNHh4iCJOJQJhlPh4i6OJQJhlPh4i6hlPh4iCJOJQJhk0h4iCJOJQJh4ih4iB*NHphhntB*phh4i6B*phh8nh4iB*OJQJphh4iB*ph
-h4i0JVjh4iUjh4iU hmqr{|        (IX]d
-().cfٽܽɾʾ˾Ǿ}}hlPh4iCJOJQJh4iCJOJQJ
-h4iCJhh4iCJOJQJhTC:h4iCJOJQJh4iCJOJQJhh4iNH hh4ihh4iCJOJQJh:{h4iCJOJQJhlPh4iCJOJQJh4i hk0h4i1&amp;+.8SJsEƀb'^gd4iJsEƀhb'^gd4is^gd4i^gd4is^        8bdgqؽڽݽ        '6ES_
 s^gd4iJsEƀb'^gd4i_lʾ˾(M$
+^gd4i^@Xgikܴ5@DLP^t{
+ NжѶU&quot;(*+tuv黳黡{shsbs
+h4i0JVjh4iUjh4iU!hk0h4iB*CJOJQJphh4iB*NHphh4i56B*phh4iB*phh4iNHmH        0sH        0h4imH        0sH        0h4iCJOJQJhlPh4iCJOJQJh4iB*phh8h4iB*phh4ihlPh4iCJOJQJh4iCJOJQJ&amp;ĸʸ˸۸DEй2ºں        X[\ghmqr{|ȻȮȮȦȐȊ}n}gȮ}g hk0h4ih:{h4iCJNHOJQJh:{h4iCJOJQJ
+h4iNHh4iCJOJQJhlPh4i6OJQJhlPh4i6hlPh4iCJOJQJhk0h4iCJOJQJh4ih4iB*NHphhntB*phh4i6B*phh8nh4iB*OJQJphh4iB*ph#        (IX]d
+().cfٽܽɾʾ˾̿Ϳ!&quot;(Mջջջջյ߫՞߆h4iB*phh&gt;Bh4iNH h&gt;Bh4ihlPh4iCJOJQJh4iCJOJQJ
+h4iCJhh4iCJOJQJhTC:h4iCJOJQJh4iCJOJQJh4ihh4iNH hh4ihh4iCJOJQJ1&amp;+.8SJsEƀb'^gd4iJsEƀhb'^gd4is^gd4i^gd4is^        8bdgqؽڽݽ        '6ES_
 s^gd4iJsEƀb'^gd4i_lʾ˾(M$
 ^
-gd4i^ss^gd4iJsEƀb'^gd4i˾̿Ϳ!&quot;(M#$GHIVW -6c)*쨳h4i56B*phh4iOJQJhk0h4iB*OJQJph
-h4i0JVjh4iUjh4iUh4iCJOJQJh4i5B*CJ OJQJph        h4i5h4iB*NHphh4iB*phh4ih&gt;Bh4iNH h&gt;Bh4i-:{^)*VW
-$$G$Ifa$^2&lt;CDiqBKABbc!SW%13?AMO[]gitv/6q诧h4i6B*phh4iB*phh4iB*OJQJph        h4i6h4ih4i56B*phhSh4iB*OJQJphh4iB*NHphh4iB*phhSh4iB*OJQJph:
+gd4i^ss^gd4iJsEƀb'^gd4i#$GHIVW +6c)*2&lt;CDiq·ƱhSh4iB*OJQJphh4i56B*phh4iOJQJhk0h4iB*OJQJph
+h4i0JVjh4iUh4ijh4iUh4iCJOJQJh4i5B*CJ OJQJph        h4i5h4iB*phh4iB*NHph2:{^)*VW
+$$G$Ifa$^BKABbc!SW%13?AMO[]gitv/6q诧jh4iUh8nh4iB*OJQJphh4i6B*phh4iB*phh4iB*OJQJph        h4i6h4ih4i56B*phh4iB*NHphhSh4iB*OJQJphh4iB*phhSh4iB*OJQJph2
 [Hkd$$If0d| 44
 la $G$If^$G$IfHkdP$$If0d| 44
 la4?@^i[HkdU$$If0d| 44
@@ -1530,10 +1527,10 @@
 laij[Hkd$$If0d| 44
 la $G$If^$G$IfHkd$$If0d| 44
 la78MNSFHkdZ$$If0d| 44
-la!':@3qy葃ytdh4i5B*CJ OJQJph        h4i5h4i0JYB*phh4i0JYB*CJaJph#h4i0JYB*CJOJQJaJphh4iB*OJQJphhntB*phh4iB*NHphh4i6B*ph
-h4i0JVjh4iUh4ijh4iUh4iB*phh8nh4iB*OJQJph#&quot;XY 0UVDEFGD#$$%)*}~        
-UVW6:OϺ˯˙ϺϤ        h4i5jh4iUh4i56B*phjh4iU
-h4i0JVjh4iUh4ijh4iUh4iCJOJQJh4iB*NHphh4iB*phh4iB*OJQJph8FGH$%3489:OP H89:MN#OP 8:MNXYgh%DE`EF]tu34ƺ虵虵h4i5B*CJOJQJph
 h4iB*OJQJph        h4i5h4i5B*CJ phh4iB*OJQJphh4ihntB*phh4iB*NHphh4iB*phh4i5B*CJ OJQJph&lt;#%DE`EF]`ay&lt;=BNay* +4;GMNc2op~
+la!':@3qy&quot;޻޳ާާޕ}ytd޻޻X޻h4iB*OJQJphh4i5B*CJ OJQJph        h4i5h4ih4i0JYB*phh4i0JYB*CJaJph#h4i0JYB*CJOJQJaJphh4iB*OJQJphhntB*phh4iB*NHphh4i6B*phh8nh4iB*OJQJphh4iB*ph
+h4i0JVjh4iUjh4iU&quot;XY 0UVDEFGD#$$%)*}~        
+UVW6:OϺ˯˙ϺϤ        h4i5jh4iUh4i56B*phjh4iU
+h4i0JVjh4iUh4ijh4iUh4iCJOJQJh4iB*OJQJphh4iB*NHphh4iB*ph5FGH$%3489:OP H89:MN#OP 8:MNXYgh%DE`EF]tu34ƺ虵虵h4i5B*CJOJQJph
 h4iB*OJQJph        h4i5h4i5B*CJ phh4iB*OJQJphh4ihntB*phh4iB*NHphh4iB*phh4i5B*CJ OJQJph&lt;#%DE`EF]`ay&lt;=BNay* +4;GMNc2op~
 BO&quot;~deqr|an#s谢h4i5B*OJQJphh4i5B*CJ OJQJphh4i5B*CJOJQJphh4iB*OJQJphh4iB*OJQJph        h4i5h4iB*phh4iB*NHph@ *+;MNc12op
 ABU  ^&quot;z|_an#rsz{$^a$^s~{
 1bklwxz#1OWXf^        f        t
@@ -1554,7 +1551,7 @@
      -Fh;=&gt;nude^h&quot;*9¸ܮ§œœœ–œ––œœ®®®
+Fh;=&gt;nude^h&quot;*9¸ܮ§œœœ–œ––œœ®®®
 h4iNHhLh4iOJQJ hu'h4ih4iCJOJQJh4i6B*phh4i  h4i6NH        h4i6h4iB*NHphh4iB*phhLh4iB*OJQJphh4iB*OJQJph9aHkd$$If0j,&quot;44
 la$If$G$IfHkd$$If0j,&quot;44
@@ -1601,12 +1598,12 @@
 h4i6CJ
 h4iCJ  h4i5CJhnthBh4iCJOJQJ
-h4iNH hbh4ih4iOJQJ        h4i5h4iCJOJQJh4i@AWWWWXdXsXXXXXXXXX YY&amp;Y'Y.YwY%Z&amp;ZsZZC^D^` `#`$``````aaRaYaZa]a^aeafaa
-bbbbbbbbb c!c$ch4iOJQJh4i6OJQJh4iCJOJQJ
+h4iNH hbh4ih4iOJQJ        h4i5h4iCJOJQJh4i@AWWWWXdXsXXXXXXX YY&amp;Y'Y.YwY%Z&amp;ZsZZC^D^` `#`$``````aaRaYaZa]a^aeafaa
+bbbbbbbbb c!c$ch4iOJQJh4i6OJQJh4iCJOJQJ
 h4i0JVjWLh4iUjh4iU
 h4iNHh4iCJNH  h4i6CJhBh4iCJOJQJ
-h4iCJ        h4i6h4i        h4i59wYsZZZZZ[sn$$G$Ifa$ n$G$IfJkdF$$If0&quot;$        (44
+h4iCJ        h4i6h4i        h4i57wYsZZZZZ[sn$$G$Ifa$ n$G$IfJkdF$$If0&quot;$        (44
 la/nv$G$If]vn$$G$Ifa$n$a$gd4i[[,[[[[[THkdG$$If0&quot;$        (44
 la/n$$G$Ifa$ n$G$IfHkdPG$$If0&quot;$        (44
 la/[[ \f\g\v\\THkdH$$If0&quot;$        (44
@@ -1622,553 +1619,560 @@
 la/$c%c&amp;c'c-chcocpctc{c|c}c~cccccydzdee&amp;e4e5e f)f/f&gt;f?f}fffff*g+gh3h5h?hAhhhhh*i+iiijjjjkkkkk
 llm_mmmmmmnnAoFoGoKoLoٺh4iCJNHOJQJj,h4iU
 h4iNH        h4i6h4iCJOJQJ        h4i5jvh4i5Uh4ij@Mh4i5UI}f5hpjkcldlelfl_mim}mmmmmnnnnxopsu -vvvvn^gd4in$a$gd4i^gd4ingd4iLooooooqqqqqqqr{rrisjsEtFttttuJuVuWu`uauuuuuuufvgvnvvv,wYwowswwwwx        xzzzz`{{{{||W|d|||||||}}}}}}~~~~
 hnthuACh4iOJQJ        h4i5jh4iUhuACh4iCJ
-h4iNH        h4i6h4iCJOJQJh4iLvw,wswwwwx?xzzzzz_{`{{{{{||||~$a$$n$a$gd4in`gd4ingd4i^gd4i~~N9ރ߃̈́&gt;х҅]
 w^w`~N9&gt;Rcd߃؅]u!uv}‡Ňԇ -1\^'-_ى||p|h4iNHOJQJaJhuACh4iOJQJaJh4iOJQJaJh4iCJOJQJaJh4iNHaJ
-h4iaJ
-h4i0JY
-h4iCJh4iOJQJ^JhuACh4iOJQJh4i0JaCJOJQJmHsHh4iCJOJQJmHsH
-h4iNHh4iCJOJQJh4i,]u !}ćŇ1Јш_`|}ى| !`ww^n6px|Z[\`a|ngؐ#*DOϑڑ opĒ˒ݒ23QeIJ}~0@OԽԱ櫡櫡
+vvvvn^gd4in$a$gd4i^gd4ingd4iLooooooqqqqqqqr{rrisjsEtFttttuJuVuWu`uauuuuuuufvgvnvvv,wYwowswwwwx        xzzzzzz_{{{{{$|2|d|k|r|v|h OJQJhuACh OJQJhuACh4iOJQJh CJOJQJh         h4i5jh4iUhuACh4iCJ
+h4iNH        h4i6h4iCJOJQJh4iAvw,wswwwwx?xzzzzz^{_{{{{{{}}8}9}$a$gd $a$$n$a$gd4in`gd4ingd4i^gd4iv||||||||}8}}}}})~/~~~~~/0||}~=|}*+-&lt;ƷΪƣhE6CJOJQJhECJOJQJhCJOJQJhNX hxhEhEhE0JVCJaJj!hECJUaJhECJaJjhE
 CJUaJhE
+h4iNH        h4i5hnthuACh4iOJQJh4ih 29}&amp;'\{|.yvR}؈و^^gdh^hgd8^8gdw8^8gd
+&amp; F^gdw^gd h^h`gdNX&lt;JKOPQ[\^_|ȃɃ؃-.07FxypqvxļĬĸvĬfVLhECJOJQJhE0JaCJOJQJmHsHh0JaCJOJQJmHsHhEh4iCJOJQJaJhECJOJQJaJhEhECJOJQJaJhCJOJQJaJ
+hENH
+h4iNHh4ih#:hNXhEh\/CJOJQJhCJOJQJhhCJOJQJh6CJOJQJhE6CJOJQJ݅%-KRVWkx|}†Z|}͇Շ *\^hiǸұ҉ҭ҅ұҭҭxxxxxr
+hNHhh0JCJaJh N
+h4iNHhh4iCJOJQJaJhhCJOJQJaJh hh4ihh4iCJOJQJaJhh4iCJaJh4ih0JaCJOJQJmHsHhECJOJQJhE0JaCJOJQJmHsH,ňLj׈وڈ݈!1GI^tvӉaܾ~~zzqkq
+haJhh4iaJhNX
+h4iNHhh4iCJOJQJaJh0JY6CJOJQJaJ#hh4i0JY6CJOJQJaJh4iCJOJQJhCJOJQJhh4i0JCJaJ hh4ih4ihh0JCJaJhhhCJOJQJaJ'ij#$45w]`gd
+&amp; F
+^gd w^gd?B
+&amp; F
+^gd'4q w^gd w8^8gdwgd
+&amp; F
+^gd h^h`gdNXgdabhiyzϊӊՊߊ!&quot;#%ٶ~~q~q~qbq[Oh?BCJOJQJaJ h'4qh4ih'4qh?BNHOJQJaJh'4qh?BOJQJaJh'4qh4iCJOJQJaJh'4qh4iOJQJaJh'4qh- OJQJaJh'4qh- CJOJQJaJh'4qh- OJQJaJh- CJOJQJaJh4iCJOJQJhCJOJQJaJ hh4ihh4iaJhh4iNHaJ%.MNOPabcmnoqrsuyȋ؋ !&quot;z{ˌ̌456FG蹯|phNXCJOJQJaJhNXCJOJQJhCJOJQJ
+hNHhhNXh4ihh4iOJQJaJhOJQJaJhh4iOJQJaJh'4qCJOJQJaJh- CJOJQJaJh4iCJOJQJh?BCJOJQJaJh4iCJOJQJaJ'5Fw͍̍F~֐w^
+&amp; F ^gdNXw8^8gdNX
+&amp; F ^gd h^h`gdNXgd        gdo-kG +`gdo+kGw]`gdw]`gdojkGGuwxˍ͍̍΍ύЍFGOQSUYZbcӎԎ܎$,HIqrv~z~֐ཱǧǽ˘ hNXhNX hNXh4ih4iOJQJhNX0JCJaJh4i0J_CJOJQJh4iCJOJQJh4ihNXhKvhCJOJQJhhNXCJOJQJhCJOJQJhCJOJQJaJ6֐'()-.I;~4rĔŔWbĕؕ&lt;=hyĖ2U_newJK +&amp;1Ǜћܛ
+ ſűŵŵŵŵŵūŵŵŵŵūŵſŵūūŵſŵūŵſū
+h4iCJ
 h4iNHhnth4iCJOJQJ
-h4i0J[h4i0J_CJOJQJh4i5CJOJQJh4iCJOJPJQJh4iCJOJQJh4iOJQJh4ih4iCJOJQJh4i0J_CJOJQJ;`a|}=|ɏ&amp;ghΐϐ[kd!$$IfF[        P#r
-#    4a[ $G$If]snϐِؐ#$*0DX[kdC!$$IfF[        P#r
-#    4a[        $7$G$If5kd!$$If[P###4a[ $G$If]        DEOT;[kd/!$$IfF[        P#r
-#    4a[ $G$If][kd!$$IfF[        P#r
-#    4a[ϑБڑܑ[kd!$$IfF[        P#r
-#    4a[ $G$If] 8]kd!$$If4F[        P#r
-`#    4a[ $G$If]]kd!$$IfhF[        P#r
-#    4a[Ēʒ˒]kd!$$If4F[        P#r
- #    4a[n$G$If] $G$If]˒̒ݒ9]kd        !$$If4F[        P#r
- #    4a[ $G$If]]kd!$$If4F[        P#r
- #    4a[QRej        $7$G$If[kd        !$$IfF[        P#r
-#    4a[
-$If] $G$If]aW
-$If]5kdy
-!$$If[P###4a[ $G$If][kd
+h4i0J[h4ih4i0J_CJOJQJh4i5CJOJQJh4iCJOJPJQJh4iCJOJQJhNXCJOJQJA֐-.IJ
+{I45Wr $G$If]sn `gdNXaX        $7$G$If5kd&gt;!$$If[P###4a[ $G$If][kd!$$IfF[        P#r
+#    4a[;[kd!$$IfF[        P#r
+#    4a[ $G$If][kd!$$IfF[        P#r
+#    4a[!WXbg[kdt!$$IfF[        P#r
+#    4a[ $G$If]ĕŕؕ9]kd`!$$IfhF[        P#r
+#    4a[ $G$If][kd!$$IfF[        P#r
+#    4a[ؕޕhiyn$G$If]]kd!$$If4F[        P#r
+`#    4a[ $G$If]9]kd        !$$If4F[        P#r
+ #    4a[ $G$If]]kdX        !$$If4F[        P#r
+ #    4a[Ėʖ
+$If]]kdT
+!$$If4F[        P#r
+ #    4a[ $G$If]27UV2[kdH !$$IfF[        P#r
+#    4a[        $7$G$If $G$If][kd
 !$$IfF[        P#r
-#    4a[ҕ0
-$If] $G$If][kd
-!$$IfF[        P#r
-#    4a[01@FOPY;[kd !$$IfF[        P#r
-#    4a[ $G$If][kd9 !$$IfF[        P#r
-#    4a[OYd×=&gt;јҘܘݘǙ2@FTZhn|šК֚&quot;(7=KQ_ft{guwxyߝ'S_Ǟ՞=O|Ÿhnt
-h4iCJ
-h4iNHh4ih4iCJOJQJ
-h4i0J[WYZdf˖W[kdo !$$IfF[        P#r
+#    4a[V_`nrdefw}W[kd !$$IfF[        P#r
 #    4a[
-$If] $G$If]5kd% !$$If[P###4a[
-B×̗[kd !$$IfF[        P#r
+$If]5kd !$$If[P###4a[ $G$If]
+ + $G$If][kd~ !$$IfF[        P#r
 #    4a[
-$If] $G$If]
-a5kd -!$$If[P###4a[ $G$If][kd[ +$If]&amp;'13\{aWWWW
+$If]5kdj +!$$If[P###4a[ $G$If][kd !$$IfF[        P#r
+#    4a[
+^~
+$If] $G$If][kd  !$$IfF[        P#r
-#    4a[
-0
-$If] $G$If][kd!$$IfF[        P#r
-#    4a[Ǚ̙012
-$If] $G$If][kd!$$IfF[        P#r
-#    4a[23@EFGT9]kd!$$If4F[        P#r
- #    4a[ $G$If]]kd!$$If4F[        P#r
-`#    4a[TYZ[hmn]kd!$$If4F[        P#r
- #    4a[ $G$If]no|9]kd!$$If4F[        P#r
- #    4a[ $G$If]]kd!$$If4F[        P#r
- #    4a[]kd}!$$If4F[        P#r
- #    4a[ $G$If]šÚК9]kdy!$$If4F[        P#r
- #    4a[ $G$If]]kd!$$If4F[        P#r
- #    4a[К՚֚ך]kd!$$If4F[        P#r
- #    4a[ $G$If]9]kd!$$If4F[        P#r
- #    4a[ $G$If]]kdu!$$If4F[        P#r
- #    4a[&quot;'(]kdq!$$If4F[        P#r
- #    4a[ $G$If]()7&lt;=&gt;K9]kdm!$$If4F[        P#r
- #    4a[ $G$If]]kd!$$If4F[        P#r
- #    4a[KPQR_ef]kd!$$If4F[        P#r
- #    4a[ $G$If]fgtz{|9]kd!$$If4F[        P#r
- #    4a[ $G$If]]kdi!$$If4F[        P#r
- #    4a[]kde!$$If4F[        P#r
- #    4a[ $G$If]UΜCg
-$If] $G$If]]kd!$$If4F[        P#r
- #    4a[        ghu{ߝa[kd!$$IfF[        P#r
-#    4a[ $G$If]5kda!$$If[P###4a[ߝ';[kd!$$IfF[        P#r
-#    4a[ $G$If][kd!!$$IfF[        P#r
-#    4a['-ST_e[kd -!$$IfF[        P#r
-#    4a[ $G$If]ǞȞ՞;[kd!$$IfF[        P#r
-#    4a[ $G$If][kd!$$IfF[        P#r
-#    4a[՞۞=[kdo!$$IfF[        P#r
-#    4a[ $G$If]=&gt;OU|}-]kd[!$$If)F[        P#r
-#    4a[ n$G$If] $G$If][kd!$$IfF[        P#r
-#    4a[}Ÿȟ[kd!$$IfF[        P#r
-#    4a[ $G$If]cd2[kd!$$IfF[        P#r
-#    4a[        $7$G$If $G$If][kdQ!$$IfF[        P#r
-#    4a[cmo}СݡUc56ERף(6devޤ$%S[!بLM^i'5&gt;LEFgu̮ڮ4?h        h4i5
-h4iNHh4iCJOJQJ
-h4i0J[h4iYdmop}СѡݡN[kd!$$IfF[        P#r
-#    4a[        $7$G$If5kd=!$$If[P###4a[
-$If] $G$If]ݡ!U[kd!$$IfF[        P#r
-#    4a[ $G$If]UVcg;[kd!$$IfF[        P#r
-#    4a[ $G$If][kds!$$IfF[        P#r
-#    4a[E[kd_ !$$IfF[        P#r
-#    4a[ $G$If]EFRV;[kdK!!$$IfF[        P#r
-#    4a[ $G$If][kd !$$IfF[        P#r
-#    4a[ףأ([kd!!$$IfF[        P#r
-#    4a[ $G$If]()67vw;[kd&quot;!$$IfF[        P#r
-#    4a[ $G$If][kd7&quot;!$$IfF[        P#r
-#    4a[ޤa[kdm#!$$IfF[        P#r
-#    4a[ $G$If]5kd##!$$If[P###4a[ޤߤ
-$If] $G$If][kd#!$$IfF[        P#r
-#    4a[         ?haQGG
+#    4a[Ǜ
+$If] $G$If][kd*!$$IfF[        P#r
+#    4a[Ǜțћқܛa5kd!$$If[P###4a[ $G$If][kd!$$IfF[        P#r
+#    4a[ ij +!'5;IO]crxǞ͞۞
+,3AHV]m4BDEFp~ ,XfТݢ
+IUͣ0:&lt;Jܥ&quot;0sæЦ
+h4i0J[hnth4iCJOJQJ
+h4iNHh4iYל_
+$If] $G$If][kd`!$$IfF[        P#r
+#    4a[Ν
+$If] $G$If][kd!$$IfF[        P#r
+#    4a[ +!9]kd!$$If4F[        P#r
+ #    4a[ $G$If]]kdL!$$If4F[        P#r
+`#    4a[!&amp;'(5:;]kdH!$$If4F[        P#r
+ #    4a[ $G$If];&lt;INOP]9]kdD!$$If4F[        P#r
+ #    4a[ $G$If]]kd!$$If4F[        P#r
+ #    4a[]bcdrwx]kd!$$If4F[        P#r
+ #    4a[ $G$If]xy9]kd!$$If4F[        P#r
+ #    4a[ $G$If]]kd@!$$If4F[        P#r
+ #    4a[]kd&lt;!$$If4F[        P#r
+ #    4a[ $G$If]Ǟ̞͞Ξ۞9]kd8!$$If4F[        P#r
+ #    4a[ $G$If]]kd!$$If4F[        P#r
+ #    4a[۞]kd!$$If4F[        P#r
+ #    4a[ $G$If]        
+ 9]kd!$$If4F[        P#r
+ #    4a[ $G$If]]kd4!$$If4F[        P#r
+ #    4a[,23]kd0!$$If4F[        P#r
+ #    4a[ $G$If]34AGHIV9]kd,!$$If4F[        P#r
+ #    4a[ $G$If]]kd!$$If4F[        P#r
+ #    4a[V\]^mrs]kd!$$If4F[        P#r
+ #    4a[ $G$If]st&quot;aР4
+$If] $G$If]]kd(!$$If4F[        P#r
+ #    4a[        45BHpq~a[kd!$$IfF[        P#r
+#    4a[ $G$If]5kd!$$If[P###4a[;[kd!$$IfF[        P#r
+#    4a[ $G$If][kdf!$$IfF[        P#r
+#    4a[ !,2X[kdR!$$IfF[        P#r
+#    4a[ $G$If]XYfl;[kd&gt;!$$IfF[        P#r
+#    4a[ $G$If][kd!$$IfF[        P#r
+#    4a[ТѢݢ
+[kd!$$IfF[        P#r
+#    4a[ $G$If]
+ &quot;IJ-]kd!$$If)F[        P#r
+#    4a[ n$G$If] $G$If][kd*!$$IfF[        P#r
+#    4a[JU[[kd !$$IfF[        P#r
+#    4a[ $G$If]ͣӣ012[kd !$$IfF[        P#r
+#    4a[        $7$G$If $G$If][kd!$$IfF[        P#r
+#    4a[1:&lt;=JON[kd!$$IfF[        P#r
+#    4a[        $7$G$If5kd!$$If[P###4a[
+$If] $G$If]ܥݥ&quot;[kdB !$$IfF[        P#r
+#    4a[ $G$If]&quot;#04st;[kd.!!$$IfF[        P#r
+#    4a[ $G$If][kd !$$IfF[        P#r
+#    4a[æĦЦԦ[kd!!$$IfF[        P#r
+#    4a[ $G$If]ЦXm12CMZry©թߩhp (YZgo+6^lޮm{~ guѱ߱4Byz 5T/7Ya$Ƶ        h4i5h4iCJOJQJ
+h4iNHh4i[#XYm;[kd&quot;!$$IfF[        P#r
+#    4a[ $G$If][kd&quot;!$$IfF[        P#r
+#    4a[mn[kd#!$$IfF[        P#r
+#    4a[ $G$If]CDM;[kd#!$$IfF[        P#r
+#    4a[ $G$If][kd|#!$$IfF[        P#r
+#    4a[MNZ\rsy}a[kd$!$$IfF[        P#r
+#    4a[ $G$If]5kdh$!$$If[P###4a[Ĩթ
+$If] $G$If][kd(%!$$IfF[        P#r
+#    4a[թ֩ߩ 5haQGG
 $If] -$G$If]5kd$!$$If[P###4a[ $G$If][kdY$!$$IfF[        P#r
-#    4a[S -$G$If] $G$If][kd%!$$IfF[        P#r
-#    4a[ST[` -$G$If] $G$If][kd%!$$IfF[        P#r
-#    4a[!&amp;ب -$G$If] $G$If][kd&amp;!$$IfF[        P#r
-#    4a[ب٨ -$G$If] $G$If][kd{&amp;!$$IfF[        P#r
-#    4a[^ -$G$If] $G$If][kd&amp;!$$IfF[        P#r
-#    4a[^_ik;[kd'!$$IfF[        P#r
-#    4a[ $G$If][kdg'!$$IfF[        P#r
-#    4a[#[kdS(!$$IfF[        P#r
-#    4a[ $G$If]'(5;[kd?)!$$IfF[        P#r
-#    4a[ $G$If][kd(!$$IfF[        P#r
-#    4a[59ì&gt;[kd)!$$IfF[        P#r
-#    4a[ $G$If]&gt;?LP;[kd*!$$IfF[        P#r
-#    4a[ $G$If][kd+*!$$IfF[        P#r
-#    4a[g$G$If[kd+!$$IfF[        P#r
-#    4a[ $G$If]ghuy̮ͮڮ;[kd,!$$IfF[        P#r
-#    4a[ $G$If][kd+!$$IfF[        P#r
-#    4a[ڮޮ45?Ch -$G$If][kdy,!$$IfF[        P#r
-#    4a[ $G$If]hi}~ba5kde-!$$If[P###4a[ $G$If][kd,!$$IfF[        P#r
-#    4a[h !bjMWDZ+Paųٳ$/|еTtӷԷ\]LMz{[\ %0;FVcn{λϻ+_`
-h4i0J[h4iCJOJQJ
-h4iNHh4i        h4i5Xbcjl;[kd%.!$$IfF[        P#r
-#    4a[ $G$If][kd-!$$IfF[        P#r
-#    4a[M[kd.!$$IfF[        P#r
-#    4a[ $G$If]MNWYDZ;[kd/!$$IfF[        P#r
-#    4a[ $G$If][kd/!$$IfF[        P#r
-#    4a[DZʱ+.P[kd/!$$IfF[        P#r
-#    4a[ $G$If]PQad;[kd0!$$IfF[        P#r
-#    4a[ $G$If][kds0!$$IfF[        P#r
-#    4a[ųƳٳ߳[kd_1!$$IfF[        P#r
-#    4a[ $G$If];[kdK2!$$IfF[        P#r
-#    4a[ $G$If][kd1!$$IfF[        P#r
-#    4a[
-$[kd2!$$IfF[        P#r
-#    4a[ $G$If]$%/4|};[kd3!$$IfF[        P#r
-#    4a[ $G$If][kd73!$$IfF[        P#r
-#    4a[еѵT[kd#4!$$IfF[        P#r
-#    4a[ $G$If]TUtua5kd5!$$If[P###4a[ $G$If][kd4!$$IfF[        P#r
-#    4a[޶BaWW
-$If][kd5!$$IfF[        P#r
-#    4a[ $G$If]5kdY5!$$If[P###4a[
-$7$If        $7$G$If $G$If][kd6!$$IfF[        P#r
-#    4a[)
-$If] $G$If][kd6!$$IfF[        P#r
-#    4a[  -;[kd{7!$$IfF[        P#r
-#    4a[ $G$If][kd7!$$IfF[        P#r
-#    4a[%'01;a[kd;8!$$IfF[        P#r
-#    4a[ $G$If]5kd7!$$If[P###4a[;&lt;FHVWcena[kd8!$$IfF[        P#r
-#    4a[ $G$If]5kd8!$$If[P###4a[no{};[kd9!$$IfF[        P#r
-#    4a[ $G$If][kdq9!$$IfF[        P#r
-#    4a[+0]kd]:!$$IfJF[        P#r
-#    4a[ $G$If]˼мXYg;[kdM;!$$IfF[        P#r
-#    4a[ $G$If][kd:!$$IfF[        P#r
-#    4a[˼12Xg{|]^app -&amp;YZIJwx~Yf;I{/=#M\gyUVh`aMNv
-h4iCJ        h4i5
-h4iNHh4ih4iCJOJQJYglM
-$If][kd;!$$IfF[        P#r
-#    4a[ $G$If]9[kd&lt;!$$IfF[        P#r
-#    4a[ $G$If]]kd9&lt;!$$IfF[        P#r
-#    4a[qr[kd)=!$$IfF[        P#r
-#    4a[ $G$If]UVe;[kd&gt;!$$IfF[        P#r
-#    4a[ $G$If][kd=!$$IfF[        P#r
-#    4a[eik[kd&gt;!$$IfF[        P#r
-#    4a[ $G$If]kl|;[kdw?!$$IfF[        P#r
-#    4a[ $G$If][kd?!$$IfF[        P#r
-#    4a[no~n$$G$If]a$[kd?!$$IfF[        P#r
-#    4a[ $G$If][&lt;kd@!$$If^[P###44
-la[ $G$If][kdc@!$$IfF[        P#r
-#    4a[aaW
-$If][kdhA!$$IfF[        +P#r
-^%#    4a[ $G$If]5kdA!$$If[P###4a[        abpv}
+$G$If]5kd&amp;!$$If[P###4a[ $G$If][kd%!$$IfF[        P#r
+#    4a[hipu  +$G$If] $G$If][kd^&amp;!$$IfF[        P#r
+#    4a[ !(- +$G$If] $G$If][kd&amp;!$$IfF[        P#r
+#    4a[ +$G$If] $G$If][kdJ'!$$IfF[        P#r
+#    4a[g +$G$If] $G$If][kd'!$$IfF[        P#r
+#    4a[ghot+ +$G$If] $G$If][kd6(!$$IfF[        P#r
+#    4a[+,68^_l;[kd&quot;)!$$IfF[        P#r
+#    4a[ $G$If][kd(!$$IfF[        P#r
+#    4a[lpޮ߮m[kd)!$$IfF[        P#r
+#    4a[ $G$If]mn{;[kd*!$$IfF[        P#r
+#    4a[ $G$If][kd*!$$IfF[        P#r
+#    4a[~ [kd*!$$IfF[        P#r
+#    4a[ $G$If]  ghu;[kd+!$$IfF[        P#r
+#    4a[ $G$If][kdp+!$$IfF[        P#r
+#    4a[uyѱұ߱4$G$If[kd\,!$$IfF[        P#r
+#    4a[ $G$If]45BF;[kdH-!$$IfF[        P#r
+#    4a[ $G$If][kd,!$$IfF[        P#r
+#    4a[ 5 +$G$If][kd-!$$IfF[        P#r
+#    4a[ $G$If]56JKTU/a5kd.!$$If[P###4a[ $G$If][kd4.!$$IfF[        P#r
+#    4a[/079YZa;[kdj/!$$IfF[        P#r
+#    4a[ $G$If][kd.!$$IfF[        P#r
+#    4a[ac[kd/!$$IfF[        P#r
+#    4a[ $G$If]$&amp;;[kd0!$$IfF[        P#r
+#    4a[ $G$If][kdV0!$$IfF[        P#r
+#    4a[[kdB1!$$IfF[        P#r
+#    4a[ $G$If]Ƶǵ.deitķҷsIS!AL\mwnoƻ)*GHcy()žپ#0;HXg,-%4HI*+Zk
+h4i0J[        h4i5h4iCJOJQJh4i
+h4iNHY.1ijt;[kd.2!$$IfF[        P#r
+#    4a[ $G$If][kd1!$$IfF[        P#r
+#    4a[ty[kd2!$$IfF[        P#r
+#    4a[ $G$If]÷ķŷҷ;[kd3!$$IfF[        P#r
+#    4a[ $G$If][kd3!$$IfF[        P#r
+#    4a[ҷ׷st[kd4!$$IfF[        P#r
+#    4a[ $G$If]IJS;[kd4!$$IfF[        P#r
+#    4a[ $G$If][kd|4!$$IfF[        P#r
+#    4a[SX![kdh5!$$IfF[        P#r
+#    4a[ $G$If]!&quot;ABLa5kdT6!$$If[P###4a[ $G$If][kd5!$$IfF[        P#r
+#    4a[LM\_mnwxaWW
+$If][kd6!$$IfF[        P#r
+#    4a[ $G$If]5kd6!$$If[P###4a[
+ƻȻ}c$7$If        $7$G$If $G$If][kd^7!$$IfF[        P#r
+#    4a[cdyh
+$If] $G$If][kd7!$$IfF[        P#r
+#    4a[ž˾پھ;[kd8!$$IfF[        P#r
+#    4a[ $G$If][kdJ8!$$IfF[        P#r
+#    4a[a[kd9!$$IfF[        P#r
+#    4a[ $G$If]5kd69!$$If[P###4a[        #$02;a[kd@:!$$IfF[        P#r
+#    4a[ $G$If]5kd9!$$If[P###4a[;&lt;HJXYg;[kd,;!$$IfF[        P#r
+#    4a[ $G$If][kd:!$$IfF[        P#r
+#    4a[gl]kd;!$$IfJF[        P#r
+#    4a[ $G$If]%&amp;4;[kd&lt;!$$IfF[        P#r
+#    4a[ $G$If][kd&lt;!$$IfF[        P#r
+#    4a[49U
+$If][kd=!$$IfF[        P#r
+#    4a[ $G$If]UVei9[kd=!$$IfF[        P#r
+#    4a[ $G$If]]kd~=!$$IfF[        P#r
+#    4a[&gt;?MQ[kdn&gt;!$$IfF[        P#r
+#    4a[ $G$If]&quot;#2;[kdZ?!$$IfF[        P#r
+#    4a[ $G$If][kd&gt;!$$IfF[        P#r
+#    4a[268[kd?!$$IfF[        P#r
+#    4a[ $G$If]89IM;[kd@!$$IfF[        P#r
+#    4a[ $G$If][kdF@!$$IfF[        P#r
+#    4a[;&lt;KOn$$G$If]a$[kd2A!$$IfF[        P#r
+#    4a[ $G$If]Z[&lt;kdB!$$If^[P###44
+la[ $G$If][kdA!$$IfF[        P#r
+#    4a[Z[km.aW
+$If][kdB!$$IfF[        +P#r
+^%#    4a[ $G$If]5kdcB!$$If[P###4a[        .==Mis&amp;'xDEKa&amp;3vHS
+)4Fz{&quot;#5-.XmCxU_/;Tbr        h4i5
+h4iCJ
+h4iNHh4iCJOJQJh4iY./=CU}
 $If] $G$If] -:$G$If][kdA!$$IfF[        +P#r
-^%#    4a[p
-$If] $G$If][kdTB!$$IfF[        +P#r
-^%#    4a[pq -
-$If] $G$If][kdB!$$IfF[        +P#r
-^%#    4a[ -&quot;4
-$If] $G$If][kd@C!$$IfF[        +P#r
-^%#    4a[;[kd,D!$$IfF[        +P#r
-^%#    4a[ $G$If][kdC!$$IfF[        +P#r
-^%#    4a[&amp;,[kdD!$$IfF[        +P#r
-^%#    4a[ $G$If]~;[kdE!$$IfF[        +P#r
-^%#    4a[ $G$If][kdE!$$IfF[        +P#r
-^%#    4a[YZfl~}
-$If][kdF!$$IfF[        +P#r
-^%#    4a[n$G$If] $G$If];n$G$If] $G$If][kdzF!$$IfF[        +P#r
-^%#    4a[;&lt;IO{|;[kdfG!$$IfF[        +P#r
-^%#    4a[ $G$If][kdF!$$IfF[        +P#r
-^%#    4a[/0=C[kdG!$$IfF[        +P#r
-^%#    4a[ $G$If]#'M $G$If] -($G$If][kdRH!$$IfF[        +P#r
-^%#    4a[MN\_g $G$If] -($G$If][kdH!$$IfF[        +P#r
-^%#    4a[ghyST;[kdI!$$IfF[        +P#r
-^%#    4a[ $G$If][kd&gt;I!$$IfF[        +P#r
-^%#    4a[TUVWhnF[kdJ!$$IfF[        +P#r
-^%#    4a[Hkd*J!$$If0[y%#4a[ $G$If]$G$If
-$If][kdK!$$IfF[        +P#r
-^%#    4a[ $G$If]&amp;Vv
-$If] $G$If][kdvK!$$IfF[        +P#r
-^%#    4a[vwa5kdbL!$$If[P###4a[ $G$If][kdK!$$IfF[        +P#r
-^%#    4a[ABK;[kd&quot;M!$$IfF[        P#r
-#    4a[ $G$If][kdL!$$IfF[        P#r
-#    4a[AKbn -)4C!st -$`k|nz5?Q{)3Dr9CVkh4iCJNHOJQJh4i0J[OJQJ
-h4i0J[ -h4i5NH
-h4iNH        h4i5h4iCJOJQJh4iMKO[kdM!$$IfF[        P#r
-#    4a[ $G$If]ab
-$If] $G$If][kdN!$$IfF[        P#r
-#    4a[bcnr;[kdN!$$IfF[        P#r
-#    4a[ $G$If][kdN!$$IfF[        P#r
-#    4a[!UW[kdO!$$IfF[        P#r
+:$G$If][kd#C!$$IfF[        +P#r
+^%#    4a[=
+$If] $G$If][kdC!$$IfF[        +P#r
+^%#    4a[=&gt;MPb
+$If] $G$If][kdD!$$IfF[        +P#r
+^%#    4a[i
+$If] $G$If][kdD!$$IfF[        +P#r
+^%#    4a[ijsy;[kdqE!$$IfF[        +P#r
+^%#    4a[ $G$If][kdD!$$IfF[        +P#r
+^%#    4a[x[kdE!$$IfF[        +P#r
+^%#    4a[ $G$If]xyKLa;[kdF!$$IfF[        +P#r
+^%#    4a[ $G$If][kd]F!$$IfF[        +P#r
+^%#    4a[ag&amp;'39Kv}
+$If][kdIG!$$IfF[        +P#r
+^%#    4a[n$G$If] $G$If]vwn$G$If] $G$If][kdG!$$IfF[        +P#r
+^%#    4a[        HIS;[kdH!$$IfF[        +P#r
+^%#    4a[ $G$If][kd5H!$$IfF[        +P#r
+^%#    4a[SY
+[kd!I!$$IfF[        +P#r
+^%#    4a[ $G$If] $G$If] +($G$If][kdI!$$IfF[        +P#r
+^%#    4a[),4 $G$If] +($G$If][kd +J!$$IfF[        +P#r
+^%#    4a[45FL !;[kdJ!$$IfF[        +P#r
+^%#    4a[ $G$If][kdJ!$$IfF[        +P#r
+^%#    4a[!&quot;#$5;F[kdK!$$IfF[        +P#r
+^%#    4a[HkdoK!$$If0[y%#4a[ $G$If]$G$IfXYmo
+$If][kdEL!$$IfF[        +P#r
+^%#    4a[ $G$If]#C
+$If] $G$If][kdL!$$IfF[        +P#r
+^%#    4a[CDxya5kdM!$$If[P###4a[ $G$If][kd1M!$$IfF[        +P#r
+^%#    4a[;[kdgN!$$IfF[        P#r
+#    4a[ $G$If][kdM!$$IfF[        P#r
+#    4a[UV_c[kdN!$$IfF[        P#r
+#    4a[ $G$If]./
+$If] $G$If][kdSO!$$IfF[        P#r
+#    4a[/0;?;[kd?P!$$IfF[        P#r
+#    4a[ $G$If][kdO!$$IfF[        P#r
+#    4a[&quot;TUbdrW[kdP!$$IfF[        P#r
 #    4a[
-$If] $G$If]5kdpO!$$If[P###4a[         -
-$If] $G$If][kd0P!$$IfF[        P#r
-#    4a[ -&amp;)*4;[kdQ!$$IfF[        P#r
-#    4a[ $G$If][kdP!$$IfF[        P#r
-#    4a[45CLm!&quot;W[kdQ!$$IfF[        P#r
+$If] $G$If]5kdP!$$If[P###4a[        rs
+$If] $G$If][kduQ!$$IfF[        P#r
+#    4a[;[kdaR!$$IfF[        P#r
+#    4a[ $G$If][kdQ!$$IfF[        P#r
+#    4a[:rQW[kd!S!$$IfF[        P#r
 #    4a[
-$If] $G$If]5kdQ!$$If[P###4a[a[kdR!$$IfF[        P#r
-#    4a[ $G$If]5kdRR!$$If[P###4a[ -3X}
-$If] $G$If]5kdS!$$If[P###4a[ $_`a5kdS!$$If[P###4a[ $G$If][kd\S!$$IfF[        P#r
-#    4a[`akl|aQC +$If] $G$If]5kdR!$$If[P###4a[@AQ`-8Iit;GM\ HS?Nw#89FPj0asTbh4iCJNHOJQJh4i0J[OJQJ
+h4i0J[ +h4i5NH        h4i5
+h4iNHh4ih4iCJOJQJMQR`{a[kdS!$$IfF[        P#r
+#    4a[ $G$If]5kdS!$$If[P###4a[%J]n
+$If] $G$If]5kdWT!$$If[P###4a[ ,-a5kdU!$$If[P###4a[ $G$If][kdT!$$IfF[        P#r
+#    4a[-.89IdhiaQC  x
 $If]  x
-$G$If]5kdT!$$If[P###4a[ $G$If][kdT!$$IfF[        P#r
-#    4a[a5kdRU!$$If[P###4a[ $G$If][kdT!$$IfF[        P#r
-#    4a[Bn^RRRH
-$If] $G$If]5kdV!$$If[P###4a[$G$If]gd4i[kdU!$$IfF[        P#r
-#    4a[noz|;[kdV!$$IfF[        H#|
-#    4a[ $G$If][kd\V!$$IfF[        H#|
-#    4a[B[kdHW!$$IfF[        H#|
-#    4a[ $G$If];[kd4X!$$IfF[        H#|
-#    4a[ $G$If][kdW!$$IfF[        H#|
-#    4a[)56?@Q{x0kdY!$$If##4a0HkdX!$$If06
+$G$If]5kdU!$$If[P###4a[ $G$If][kdaU!$$IfF[        P#r
+#    4a[ijtua5kdV!$$If[P###4a[ $G$If][kd!V!$$IfF[        P#r
+#    4a[;^RRRH
+$If] $G$If]5kdWW!$$If[P###4a[$G$If]gd4i[kdV!$$IfF[        P#r
+#    4a[;&lt;GIo;[kdX!$$IfF[        H#|
+#    4a[ $G$If][kdW!$$IfF[        H#|
+#    4a[M[kdX!$$IfF[        H#|
+#    4a[ $G$If]MN\c;[kdyY!$$IfF[        H#|
+#    4a[ $G$If][kdY!$$IfF[        H#|
+#    4a[  +Hx0kdFZ!$$If##4a0HkdY!$$If06
 #r
 44
-la0 $G$If]n        {|SHkdY!$$If06
+la0 $G$If]n        HISSHkdZ!$$If06
 #r
 44
-la0n$G$If] $G$If]HkdKY!$$If06
+la0n$G$If] $G$If]HkdZ!$$If06
 #r
 44
-la0)*3cHkdPZ!$$If06
+la0cHkd[!$$If06
 #r
 44
-la0 $G$If]HkdY!$$If06
+la0 $G$If]Hkd&gt;[!$$If06
 #r
 44
-la034DrszHkdZ!$$If06
+la0?@NwzHkd6\!$$If06
 #r
 44
-la0 $G$If]0kdZ!$$If##4a09:CYHkd[!$$If06
+la0 $G$If]0kd[!$$If##4a0wxYHkd\!$$If06
 #r
 44
 la0
-$If] $G$If]HkdH[!$$If06
+$If] $G$If]Hkd\!$$If06
 #r
 44
-la0CDV1yzp
-$If]Hkd@\!$$If06
+la0#Fzp
+$If]Hkd]!$$If06
 #r
 44
-la0 $G$If]0kd[!$$If##4a0klyPc!0OYi/fv/&gt;`s
-7Afm9Dx}        U[78gm(6h4iCJOJQJh4i0J[OJQJh4i
-h4iNHYyzz0kd\!$$If##4a0 $G$If]Hkd\!$$If06
+la0 $G$If]0kd;]!$$If##4a0FGPQjz0kd3^!$$If##4a0 $G$If]Hkd]!$$If06
 #r
 44
-la0PQccHkd]!$$If06
+la00acHkd^!$$If06
 #r
 44
-la0 $G$If]Hkd8]!$$If06
+la0 $G$If]Hkd}^!$$If06
 #r
 44
-la0!cHkd=^!$$If06
+la0abscHkd_!$$If06
 #r
 44
-la0 $G$If]Hkd]!$$If06
+la0 $G$If]Hkd+_!$$If06
 #r
 44
-la0!&quot;0UYHkd^!$$If06
+la0&quot;TUbYHkd0`!$$If06
 #r
 44
 la0
-$If] $G$If]Hkd^!$$If06
+$If] $G$If]Hkd_!$$If06
 #r
 44
-la0OPYYHkd_!$$If06
+la0&amp;YHkd`!$$If06
 #r
 44
 la0
-$If] $G$If]HkdB_!$$If06
+$If] $G$If]Hkd`!$$If06
 #r
 44
-la0YZizHkd:`!$$If06
+la0&amp;6Xm3C _m-@3:_eEJam&quot;(j{4:Y`?IJO4&lt;qy?
+h4iNHh4ih4iCJOJQJh4i0J[OJQJY&amp;'6zHkda!$$If06
 #r
 44
-la0 $G$If]0kd_!$$If##4a0 /cHkd`!$$If06
+la0 $G$If]0kd5a!$$If##4a0XYmcHkd-b!$$If06
 #r
 44
-la0 $G$If]Hkd`!$$If06
+la0 $G$If]Hkda!$$If06
 #r
 44
-la0fgvcHkda!$$If06
+la034CcHkdb!$$If06
 #r
 44
-la0 $G$If]Hkd?a!$$If06
+la0 $G$If]Hkdb!$$If06
 #r
 44
-la0/0&gt;cHkdDb!$$If06
+la0 _cHkdc!$$If06
 #r
 44
-la0 $G$If]Hkda!$$If06
+la0 $G$If]Hkd2c!$$If06
 #r
 44
-la0`cHkdb!$$If06
+la0_`m-cHkd7d!$$If06
 #r
 44
-la0 $G$If]Hkdb!$$If06
+la0 $G$If]Hkdc!$$If06
 #r
 44
-la0`asYHkdc!$$If06
+la0-.@YHkdd!$$If06
 #r
 44
 la0
-$If] $G$If]HkdIc!$$If06
+$If] $G$If]Hkdd!$$If06
 #r
 44
-la0
- 7zHkdAd!$$If06
+la0zHkde!$$If06
 #r
 44
-la0 $G$If]0kdc!$$If##4a078AfgmcHkdd!$$If06
+la0 $G$If]0kd&lt;e!$$If##4a034:_cHkd4f!$$If06
 #r
 44
-la0 $G$If]Hkdd!$$If06
+la0 $G$If]Hkde!$$If06
 #r
 44
-la0cHkde!$$If06
+la0_`ecHkdf!$$If06
 #r
 44
-la0 $G$If]HkdFe!$$If06
+la0 $G$If]Hkdf!$$If06
 #r
 44
-la09cHkdKf!$$If06
+la0cHkdg!$$If06
 #r
 44
-la0 $G$If]Hkde!$$If06
+la0 $G$If]Hkd9g!$$If06
 #r
 44
-la09:Dxy}cHkdf!$$If06
+la0EFJacHkd&gt;h!$$If06
 #r
 44
-la0 $G$If]Hkdf!$$If06
+la0 $G$If]Hkdg!$$If06
 #r
 44
-la0        cHkdg!$$If06
+la0abmcHkdh!$$If06
 #r
 44
-la0 $G$If]HkdPg!$$If06
+la0 $G$If]Hkdh!$$If06
 #r
 44
-la0        
-UV[cHkdUh!$$If06
+la0&quot;#(jcHkdi!$$If06
 #r
 44
-la0 $G$If]Hkdg!$$If06
+la0 $G$If]HkdCi!$$If06
 #r
 44
-la0cHkdi!$$If06
+la0jk{cHkdHj!$$If06
 #r
 44
-la0 $G$If]Hkdh!$$If06
+la0 $G$If]Hkdi!$$If06
 #r
 44
-la0ghmzHkdi!$$If06
+la045:YzHkdj!$$If06
 #r
 44
-la0 $G$If]0kdZi!$$If##4a0cHkdRj!$$If06
+la0 $G$If]0kdj!$$If##4a0YZ`cHkdk!$$If06
 #r
 44
-la0 $G$If]Hkdi!$$If06
+la0 $G$If]Hkd@k!$$If06
 #r
 44
-la0(cHkdk!$$If06
+la0cHkdEl!$$If06
 #r
 44
-la0 $G$If]Hkdj!$$If06
+la0 $G$If]Hkdk!$$If06
 #r
 44
-la0()6rs|}cHkdk!$$If06
+la0?@IJcHkdl!$$If06
 #r
 44
-la0 $G$If]HkdWk!$$If06
+la0 $G$If]Hkdl!$$If06
 #r
 44
-la06r|},-;Cgo#$rx ;M+;iz$P\2?kx$Q_ -9Ep|(T` h
-&amp;h4i
-h4iNHh4iCJOJQJh4i0J[OJQJh4iT}~;&lt;CgcHkd\l!$$If06
+la0JKO        4cHkdm!$$If06
 #r
 44
-la0 $G$If]Hkdl!$$If06
+la0 $G$If]HkdJm!$$If06
 #r
 44
-la0ghocHkd
-m!$$If06
+la045&lt;qrycHkdOn!$$If06
 #r
 44
-la0 $G$If]Hkdl!$$If06
+la0 $G$If]Hkdm!$$If06
 #r
 44
-la0rsxcHkdm!$$If06
+la0?@EycHkdn!$$If06
 #r
 44
-la0 $G$If]Hkdam!$$If06
+la0 $G$If]Hkdn!$$If06
 #r
 44
-la0  cHkdfn!$$If06
+la0?Ey6Gt)Ta 8Eq~,Yg=It!-`abdeghjkmrshMH1h4iCJ
+h4iCJh8Ijh8IU h
+&amp;h4ih4i0J[OJQJh4ih4iCJOJQJKyzcHkdo!$$If06
 #r
 44
-la0 $G$If]Hkdn!$$If06
+la0 $G$If]HkdTo!$$If06
 #r
 44
-la0cHkdo!$$If06
+la0cHkdYp!$$If06
 #r
 44
-la0 $G$If]Hkdn!$$If06
+la0 $G$If]Hkdp!$$If06
 #r
 44
-la0;&lt;MncYY
-$If]Hkdo!$$If06
+la0        ;^cYY
+$If]Hkdq!$$If06
 #r
 44
-la0 $G$If]Hkdko!$$If06
+la0 $G$If]Hkdp!$$If06
 #r
 44
-la0+,;iYHkdpp!$$If06
+la06YHkdq!$$If06
 #r
 44
 la0
-$If] $G$If]Hkdp!$$If06
+$If] $G$If]Hkd^q!$$If06
 #r
 44
-la0ijzcHkdq!$$If06
+la067GtucHkdcr!$$If06
 #r
 44
-la0 $G$If]Hkdp!$$If06
+la0 $G$If]Hkd r!$$If06
 #r
 44
-la0$PcHkdq!$$If06
+la0cHkds!$$If06
 #r
 44
-la0 $G$If]Hkduq!$$If06
+la0 $G$If]Hkdr!$$If06
 #r
 44
-la0PQ\cHkdzr!$$If06
+la0)TUacHkds!$$If06
 #r
 44
-la0 $G$If]Hkd#r!$$If06
+la0 $G$If]Hkdhs!$$If06
 #r
 44
-la02cHkd(s!$$If06
+la0cHkdmt!$$If06
 #r
 44
-la0 $G$If]Hkdr!$$If06
+la0 $G$If]Hkdt!$$If06
 #r
 44
-la023?klxcHkds!$$If06
+la0 89EqcHkdu!$$If06
 #r
 44
-la0 $G$If]Hkds!$$If06
+la0 $G$If]Hkdt!$$If06
 #r
 44
-la0cHkdt!$$If06
+la0qr~cHkdu!$$If06
 #r
 44
-la0 $G$If]Hkd-t!$$If06
+la0 $G$If]Hkdru!$$If06
 #r
 44
-la0$QR_cHkd2u!$$If06
+la0,YcHkdwv!$$If06
 #r
 44
-la0 $G$If]Hkdt!$$If06
+la0 $G$If]Hkd v!$$If06
 #r
 44
-la0cHkdu!$$If06
+la0YZgcHkd%w!$$If06
 #r
 44
-la0 $G$If]Hkdu!$$If06
+la0 $G$If]Hkdv!$$If06
 #r
 44
-la0 -9:EpcHkdv!$$If06
+la0=cHkdw!$$If06
 #r
 44
-la0 $G$If]Hkd7v!$$If06
+la0 $G$If]Hkd|w!$$If06
 #r
 44
-la0pq|cHkd&lt;w!$$If06
+la0=&gt;ItucHkdx!$$If06
 #r
 44
-la0 $G$If]Hkdv!$$If06
+la0 $G$If]Hkd*x!$$If06
 #r
 44
-la0(TcHkdw!$$If06
+la0!cHkd/y!$$If06
 #r
 44
-la0 $G$If]Hkdw!$$If06
+la0 $G$If]Hkdx!$$If06
 #r
 44
-la0TU`c^YYYYYgd4igd4iHkdx!$$If06
+la0!&quot;-XYZ[\]^_c^YYYYYgd4igd4iHkdy!$$If06
 #r
 44
-la0 $G$If]HkdAx!$$If06
+la0 $G$If]Hkdy!$$If06
 #r
 44
 la0
-        
-p -gd4io$a$gd4iogd4igd4i乮}乮ph0JXCJmHnHujz!h4iUh}A9h4iCJ jhMH1h4i0JXCJU*h0JXCJmHnHu*hMH1h4i0JXCJjhMH1h4i0JXCJUj'z!h4iUjy!h4iUh4ijx!h4iUhMH1h4iCJ
-h4iCJh)Bjh)BU(
-   -!#$&amp;MNPwxyz{|}~p -gd4io$a$gd4igd4iogd4i !&quot;#$%&amp;@ABHIKLMNOPjklrsuvwݾݾzrjj!h4iUjk~!h4iUj}!h4iUj3}!h4iUhRh4iCJ jhMH1h4i0JXCJU*h3i0JXCJmHnHu*hMH1h4i0JXCJjhMH1h4i0JXCJUj|!h4iUj{!h4iUhMH1h4iCJ
-h4iCJh4i hRh4ij_{!h4iU)~gd4ipgd4ip -gd4io$a$gd4iogd4iȷȷ h
-&amp;h4ih)Bj!h4iUh4i hRh4i jhMH1h4i0JXCJU*h3i0JXCJmHnHu*hMH1h4i0JXCJjhMH1h4i0JXCJUhMH1h4iCJ
-h4iCJ/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p4i/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% DyK _Introduction_1DyK _Installing_WRF-VarDyK _Installing_WRF-VarD
 yK _Installing_WRFNL_andqDyK WRFPlusDyK _Installing_WRFNL_andDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_Data_AssimilationsDyK _Updating_WRF_lateral_1D
 yK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybrid_Data_Assimilation_2DyK _Description_of_Namelist_1DyK yK fhttp://ww
 w.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd4cfJ
+_`acdfgijlmsuv|~p +gd4io$a$gd4iogd4igd4istv{|} +źŭŤźŭŤ䔍䅍}źŭj}!h4iUj@}!h4iU hRh4ij|!h4iUj|!h4iUh}A9h4iCJhNX0JXCJmHnHuhMH1h4i0JXCJjhMH1h4i0JXCJUjl{!h4iUjz!h4iUhMH1h4iCJ
+h4iCJh4ij4z!h4iU/DEFGHIJKp +gd4io$a$gd4igd4iogd4i789?@BCDQVWXYZ_`acde͵ܭܞ͇vn͇vj!h4iU jhMH1h4i0JXCJU*hNX0JXCJmHnHu*jL!h4iUj!h4iU hRh4ij!h4iUhNX0JXCJmHnHuhMH1h4i0JXCJjhMH1h4i0JXCJU
 hMH1h4iCJ
+h4iCJjx~!h4iUh4ihRh4iCJ+KLMNOPQWYZ`bcegd4ipgd4ip +gd4io$a$gd4iogd4i
  h
+&amp;h4ih8Ih4i/        01h/ =!&quot;#$% 3        01h/ =!&quot;#$% P 5        01h:p4i/ =!&quot;#$% 3        01h/ =!&quot;#$% P /        01h/ =!&quot;#$% DyK _Introduction_1DyK _Installing_WRF-VarDyK _Installing_WRF-VarD
 yK _Installing_WRFNL_andqDyK WRFPlusDyK _Installing_WRFNL_andDyK $_Running_Observation_Preprocessor_1DyK _Running_WRF-Var_1DyK _Radiance_Data_AssimilationsDyK _Updating_WRF_lateral_1D
 yK _Running_gen_be_1DyK _Additional_WRFDA_Exercises:DyK _WRFDA_with_Multivariate_2DyK _WRF-Var_Diagnostics_1DyK _Hybrid_Data_Assimilation_2DyK _Description_of_Namelist_1DyK yK f
 http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlDd4cfJ
 &gt;8.*XXT
-
- 0AbU7SIaS1
-n)7SIaSPNG
+
+ 0AbU7SIaS1
+v +n)7SIaSPNG
 
   IHDR}S%iCCPICC ProfilexMHaї$T&amp; R+SeL        b}wg-E&quot;u.VDNC:DuE^&quot;;cT03y|URcE4`λޘvztLUF\)s:k-iYj6|vP4*wd&gt;,y&lt;/&lt;5g$4!7CN-lCTS3q&quot;;-E#+c&gt; vڴ=S԰79 ڸ@`ӋmvUl5`P=Gj)kP*}6~^/~.~a2
@@ -2710,8 +2714,9 @@
 %E@CNA8 c]vŮ:3gNs6$_~'x&quot;09_ػGiݺTsE@D@D miGDPlgyfg϶#FGcǎ45m#|rOmĉ6G˙رcm-(j@5#{$ {Fi@6o޼0avm1G[ha[oժU+P?c&gt;|ժUA9e־}{|jڵ5kȝ&quot; &quot; ՙF1H.o.$۷otוE蟙F5wX&quot;0=.1]vmBENѨW^%jWQ:97ID@D@D@D@'EZ &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&q
 uot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; }&quot; &quot; &quot; &quot; ED@tu*&quot; &quot; &quot; &quot;=Z &quot; &quot; &quot; &quot;PDd@Qg&quot; &quot; &quot; &quot; 7g,IENDB`DyK yK ~http://www.mmm.ucar
 .edu/wrf/users/wrfda/download/testdata.htmlDyK $_Running_Observation_Preprocessor_1DyK _Running_gen_be_1DyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/download/get_source.html$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5
 L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / a$$IfN!vh5L5#vL#v:V 5L5/ / / / aDyK yK |http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.html1DyK  yK
  http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmyX;H,]ą'cformatDdf;
 !
 T
-
- 0Ab&quot;AP)9%,n&quot;AP)9%PNG
+
+ 0Ab&quot;AP)9%,v +n&quot;AP)9%PNG
 
   IHDR=4 ̱IiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -3596,8 +3601,9 @@
 ׋7ZRqfR9oBujikgM#O           J6ܛ@@@o@ZNj0HAC䕞UM(gm6cժmWCCcr\iSsKw5,
 B82糪\*Ը5&lt;61cm5%Z\WʘAۋ6_O*#}3锦g ?hD\pX`S]kFo~{Ee @@@ \8[fF@@ m|:L)?Dįb.caW*[U,S4lb!TrJtVSЉ|VWpԂ;&quot;X5:`lQMP*:=C@@nK@@@@@@@`HjE̋              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      JktIDATxO@{!      kL   
    wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL      wOX              FD      xO@{!      kL       wMWIENDB`DyK _Description_of_Namelist_1D
 yK _Description_of_Namelist_10DdG 
 MT
-
- 0Ab&quot;09&gt;z`k0/ n/9&gt;z`k0PNG
+
+ 0Ab&quot;09&gt;z`k0/ v +n/9&gt;z`k0PNG
 
   IHDR        iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -4908,9 +4914,10 @@
 ^''88ot~C@`HZ؋i3G~ Q4:H+&gt;.Y_C~YBV=&quot;Fg}@T@A =0=77mO=۪/vxˮr^k`Vdmɀۖ|{۲[Z#`R  @'@@OT\qdmGiMuȤV|T[e&gt;JBYC╙mk K~ A  @A  ܇BA  @A  &gt;@C(׃@A  @A #:l@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`8  @A  @qA  @A  &amp;=Rn        A  @A  :&lt;@A  @A`rگqIENDB`xDd;7
 !
 T
-
- 0AbWx;DY
-3#E3xQn+x;DY
+
+ 0AbWx;DY
+3#E3xQv +n+x;DY
 3#EPNG
 
  @@ -6176,8 +6183,9 @@
 9ͥЉ        A:,r.KuX4 \4B'&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; ' &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;hAh.NDD@D@D@D@D@D@D@D@D@D@D@D@O@B3D@D@D@D@D@D@D@D@D@D@D@D@D`p\
 g#! ᢹ:?9XGEC@Es)t&quot;&quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot;r &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; &quot; RDD@D@D@D@D@D@D@D@D@D@D@D@D?:1-߹IENDB`DyK _Description_of_Namelist_1$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / / al$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alD
 yK &quot;_Running_Observation_Preprocessor$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alDyK _Running_gen_be$$If!vh5        5 5 #v        #v #v :V T,5        5 5 / / / alDyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlDyK _WRF-Var_Diagnostics_1D
 yK _Additional_WRFDA_Exercises:_1DyK yK zhttp://www.dtcenter.org/com-GSI/users/support/faqs/index.phpDyK _Running_WRF-Var_1U$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 aU$$Ifd!vh5|5 #v|#v :
 V 5|5 aU$$Ifd!vh5|5 #v|#v :V 5|5 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/rtmP$$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!vh55#v#v:V 55P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55
 P$$If!vh55#v#v:V 55P$$If!vh55#v#v:V 55DyK yK ~http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html1i Dd*22
 qT
-
- 0Abh ҟrSseh n]h ҟrSsPNG
+
+ 0Abh ҟrSseh v +n]h ҟrSsPNG
 
   IHDR LIiCCPICC Profilexy899yc!Iّ2B%cJ!PɔdHd&amp;!Q}ww]ϳk=ϻ&amp;90        ٟĒ
@@ -11074,8 +11082,9 @@
 6ؠtM7޸ViOE!S@S+R-ZTYti$-K~e JG_\o‌J6@@@@Lw/bdɒx g{-e  7ܰa?G&gt;K A;viy@@@@@@@@@ #֟t'B B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -Х!!!!!!!!!!3@3mDӟiK Ai;tix@@@@@@@@@L#L'B B B B B B B B B B`H~]!!!!!!!!!!0$h?F4        C@@@@@@@@@@4        ϴMB B B B B B B B B B -3UuW{IENDB`$$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%jxMnbxPdc%PNG
+
+ 0AbxPdc%jxMv +nbxPdc%PNG
 
   IHDRAz,iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -11648,8 +11657,9 @@
 ٠Bl0&gt;]SY&quot;a5bB@ kaEl&gt;O&amp;2ol6&amp;?Xj]K&lt;Cѧ1S3XO#Z]k\3]1{]kNȬ^cF 06B @D|N!!D        ar w]nCe2'1l왮m6C 3W4B  AKơ8!!3oL!!@2ubw@,  AKcE@@@@&quot;f!!!!!K@DҘx!!!!!0&amp;1AY@@@@ 41^@@@@@I &quot;hLPi!!!!!4+ go'a IENDB`%fDd@
 s!T
-
- 0Ab}ezn 9''YenQezn 9''PNG
+
+ 0Ab}ezn 9''Yev +nQezn 9''PNG
 
   IHDR8' iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -12234,8 +12244,9 @@
 uܘ@9M~_{ߘ2uJLx{MfS3ew&gt;        dp9eD @&quot;MÛ֒@&quot;D &gt;        dp9eD @&quot;MlrZK*@&quot;D $缗u&quot;D @6I i-D @&quot;@g^@&quot;D $ &amp;&quot;D @&quot;O}{YG @&quot;D`28֒@&quot;D &gt;        dp9eD @&quot;MlrZK*@&quot;D $缗u&quot;D @6I i-D @&quot;@g^@&quot;D $ &amp;&quot;D @&quot;O}{YG @&quot;D`28֒@&quot;D &gt;        dp9eD @&quot;MlrZK*@&quot;D $/9֐d        tHIENDB`HDdI6
 x)  T
-
- 0A        b/@4|,nt/@4PNG
+
+ 0Ab/@4|,v +nt/@4PNG
 
   IHDR9iCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -14592,8 +14603,9 @@
 : ؆         `p+_+;c\^5w+LqgA        X{![қ{lo;w0oӒ?c&lt;\`W ٶ驨1U%UasJW:}zC9߁B'){b:}C#Fv b =m}b#dOR]9],E&quot;P@(E  @(E&quot;P@89׳@(E&quot;P@0Z\S@(E&quot;Py9]@(E&quot;P!&quot;.H&quot;P@(E&quot;PCEy&quot;P@(E&quot;P. O&amp;A1IENDB`.Dd
 )m  T
-
- 0Ab-sJg&quot;-'n-sJg&quot;PNG
+
+ 0A        b-sJg&quot;-'v +n-sJg&quot;PNG
 
   IHDR^ciCCPICC ProfilexKPOfJRԺ E:0(tMGXBLddB&amp;Bu¥K)좋YvӅW&quot;鹹 Enzw?}}i Ϗ+' 2ȘV56EZZnXU'䆀$Y&quot;(x;
@@ -17203,7 +17215,7 @@
 A  @A`&amp;Rx|n@A  zH[G @A  fB LA  @A ^u4  A  @A`&amp;Rx|n@A  zH[G @A  fB LA  @A ^u4  A  @A`&amp;Rx|n@A  zH[G @A  fB LA  @A ^u4 -A  @A`&amp;Rx|n@A  z`(        sIENDB`t$$If[!vh5r
+A  @A`&amp;Rx|n@A  z`(        sIENDB`EDyK yK http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzyX;H,]ą'ct$$If[!vh5r
 55#vr
 #v#v:V #5r
 554
@@ -18155,33 +18167,33 @@
 5#vr
 #v:V 5r
 5a0Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
-
+
 3 3&quot;((Dd!&lt;P
+
+3 3&quot;((Dd!&lt;P
 
-3 3&quot;((Dd!&lt;P
-
-
 3 3&quot;((Dd!&lt;P
+
+3 3&quot;((Dd!&lt;P
         
-3 3&quot;((Dd!&lt;P
- 
 3 3&quot;((Dd!&lt;P
  
 3 3&quot;((Dd!&lt;P
-
+
+
 3 3&quot;((        Dd!&lt;P
   
 3 3&quot;((
 Dd!&lt;P
-
-3 3&quot;(( ^ 
 _HmH        nH        sH        tH        H`H Normal1$CJPJ_HaJmH        sH        tHNN         Heading 1 + 
+3 3&quot;(( ^ 
 _HmH        nH        sH        tH        H`H Normal1$CJPJ_HaJmH        sH        tHNN         Heading 1  &lt;$OJQJCJ 5KH&gt;@&gt;         Heading 2
 CJ$5&gt;@&gt;         Heading 3
 CJ5:@:         Heading 4$6PJ        ::         Heading 5$5PJ        DD         Heading 6 $$a$ CJ 5PJ
@@ -18258,7 +18270,8 @@
 DD Balloon TextOJQJCJaJ6        6  Footnote TextBO        B         stylecodeOJQJCJPJ        aJ4&quot;        4 Comment Text@j!        &quot;        @ Comment Subject5\FYB        F Document Map-D(M
 &lt;OR        &lt; Table Contents $FQ        b        F -Table Heading $ $a$5\.r        . yblFhe,gCJaJPK![Content_Types].xmlj0Eжr(΢Iw},-j4        wP-t#bΙ{UTU^hd}㨫)*1P'        ^W0)T9&lt;l#$yi};~@(Hu* Dנz/0ǰ $ X3aZ,D0j~3߶b~i&gt;3\`?/[G\!-Rk.sԻ..a濭?PK!֧6 _rels/.relsj0 }Q%v/C/}(h&quot;O
+Table Heading $ $a$5\.r        . yblFhe,gCJaJ4O        4 vi
+^ CJOJQJ:O        : vi CharOJPJQJaJtHPK![Content_Types].xmlj0Eжr(΢Iw},-j4        wP-t#bΙ{UTU^hd}㨫)*1P'        ^W0)T9&lt;l#$yi};~@(Hu* Dנz/0ǰ $ X3aZ,D0j~3߶b~i&gt;3\`?/[G\!-Rk.sԻ..a濭?PK!֧6 _rels/.relsj0 }Q%v/C/}(h&quot;O
 = C?hv=Ʌ%[xp{۵_Pѣ&lt;1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M
  @}w7c(EbˮCAǠҟ7՛K  Y, @@ -18282,45 +18295,50 @@
 ,.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;;;zY~YHF1FfFFF         Hrrrtvxz|~-XZ\_9
-$95.FUO%W\h0p[x}Ъ@th˾Os !&amp;4C'NAW$cLo~Ohk6
- - %+./046;&lt;&gt;@CFNPRSVYZacfht         &quot;em!!L&quot;&quot;)#*25;VCLP\dVpwyyvzzl]I~9Dխ8_iF#        %#4AGMwY[[\]^}fv~]`ϐD˒0Y2TnК(Kfgߝ'՞=}dݡUE(ޤSب^5&gt;gڮhbMDZP$T;ngekap -;MgTvKb -4`n{
 3Cy!Y`79        (}giP2pT
-~          !&quot;#$&amp;'()*,-1235789:=?ABDEGHIJKLMOQTUWX[\]^_`bdegijklmnopqrsuvwxyz{|}~
+&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;;;zY~YZ1ZfZZZ         Hrrrtvxz|~-XZ\_9
+$95.FUO%W\h0p[x}Ъ@Os !&amp;4C'NAW$cLov|&lt;a%G֐ ЦƵ?s          &quot;'-01268=&gt;@BEHPRTUX[\cegijkmnpq(*,em!!L&quot;&quot;)#*25;VCLP\dVpwyyvzzl]I~9Dխ8_iF#        %#4AGMwY[[\]^}fv9}5֐ؕVǛ!;]x۞3Vs4X
+J1&quot;mMթh g+lm u45/atҷS!Lc;g4U28Z.=ixavS4!C/rQ-i;MHwFa&amp;_-_ajYJ4y6qY=!_K
+  +!#$%&amp;()*+,./34579:;&lt;?ACDFGIJKLMNOQSVWYZ]^_`abdfhlorstuvwxyz{|}~        
    -!5Wdf
+ !&quot;#$%&amp;')+5Wdf
  $-.Vpr
 9^`+-YGi\ &quot;  a      LpAECCCWHHHZIII
-MzMMR;R]RS'TITjjksppppq'qsPssa:ˮy,iD_3222V.WjWHXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;BEelo '*KRU_!!!!!!@  
+MzMMR;R]RS'TITjjksppppq'qsPssa:ˮy,iD_3222V.WjWwtwwXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;BEelo '*KRU_!!!!!!@  
         @H 0(        
 0(        
 0
 # _&quot;  _Hlt162937718 Introduction_Introduction_1_Setting_up_WRF-Var  _Hlt179952233_Installing_WRF-Var_Installing_WRFNL_andWRFPlus#_Running_Observation_Preprocessor_1_Running_WRF-Var_1_Radiance_Data_Assimilations_WRFDA_with_Multivariate_Running_gen_be_Updating_WRF_lateral_1update_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_1zmme         -G&quot;A#A^GPn![ [ ] o;;;;;;;;;;}H}H}H~HGUsnI@ @        
+G&quot;A#A^GPn![ [ ] o;;;;;;;;;;}H}H}H~HGUsn@ @        
  -!{ye        G&quot;AOA^GPn![ [ ] o;;;;;;;;;;}H}H}H~HGUsnI5e         ,WZ[`adflmq        
-BCGHUVXY_!&quot;,Z_`deqr|}  HSTVW_`jmyz~)        c        e        g        b +!{ye        G&quot;AOA^GPn![ [ ] o;;;;;;;;;;}H}H}H~HGUsn5e         ,WZ[`adflmq        
+BCGHUVXY_!&quot;,Z_`deqr|}  HSTVW_`jmyz~e        g                                        
+
+/
+1
+
+
+  b  d  f  g +k +     -        xy
-:Dz!BDIJMdj!.3;&gt;Anrtxz
+        #Lxyiqeh:Dz!BDIJMdj!.3;&gt;Anrtxz
 {_apvY_ !##$$$$'%,%%%%%%%%%%%''''''''''#('(*(/(G(L([(^((((((((((((((())) )$)))[)`)t)y)))))))))*        *3*6*9*&gt;*V*Y*{*~***--..8.=.H.d.n........//
-/ //m/o/s/v/////////////////00-0102040U0X0q0u0v0x0000000000001&quot;1%1&gt;1B1C1E1f1i111111111112        202425272X2[2w2{2|2~2222222223333(3+3D3H3I3K3l3o33333333333334444?4B4e4i4j4l4444444445 5 55/525K5O5P5R5s5v55555555555666&quot;6#6%6F6I6b6f6g6i666666666666677)7-7.707Q7T7l7p7q7s7777777777888&amp;8)8I8M8N8P8q8t8888888888889&quot;9&amp;9'9)9J9M9h9l9m9o9999999999999:!:
 ;:?:@:B:c:f::::::::::::;;; ;&quot;;C;F;a;e;f;h;;;;;;;&lt;&lt;&gt;&gt; ????????????????@@ABBCCCCCCDDD#D%D?DFDeDjDDDDDDDDDuE{EEEG'G)G+G-G/G0G3G&amp;O.OPPPPPP P*PQQQQQQQQQQKRSRRRRR2SBSRSZSaSqS7T?TTTAUHU`XiXsX}XXXXXXXp\x\\\{]]]]'^/^{^^^^f`n`x`~```````rawa~aaaaaa`bcbc cechcwczcccccddeeee{f~fffffffgggggg4hAh[hhhhhhhhhi)i^ibifiqiriiiiiiiij jjjjk*k1k_kmkrkk
 kkkkkk!l.lXlclmmqqqqqrr,rrrsst tttww*x2x4x6xrxzx{x}xxxxxyy        y yGyOyPyRyyyyyyy/|2|f|h|o|r|||||||||||||}}}}&gt;}F}s}{}}}}}}}}}F~O~a~o~~~~~~~~~~ adshwǀ)3Yhp}3BkzĂςԂ݂        &quot;*.:&gt;CGLRWYacny}ăՃك &amp;*5EHXcxńrząƅ-5J[69:?JMNS PV$)Y^Êʊ
 ?HtznqŎǎEHvxɏ,/1468KWsvx{}ĐƐِ&quot;&amp;ؘ֘        ik̙ә&quot;)18@GOVnu}ۚ'.6=ELT[_aț +/ //m/o/s/v/////////////////00-0102040U0X0q0u0v0x0000000000001&quot;1%1&gt;1B1C1E1f1i111111111112        202425272X2[2w2{2|2~2222222223333(3+3D3H3I3K3l3o33333333333
 334444?4B4e4i4j4l4444444445 5 55/525K5O5P5R5s5v55555555555666&quot;6#6%6F6I6b6f6g6i666666666666677)7-7.707Q7T7l7p7q7s7777777777888&amp;8)8I8M8N8P8q8t8888888888889&quot;9&amp;9'9)9J9M9h9l9m9o9999999999999:!:;:?:@:B:c:f::::::::::::;;; ;&quot;;C;F;a;e;f;h;;;;;;;&lt;&lt;&gt;&gt; ????????????????@@ABBCECCCCCCCCCCCDDD#D%D?DFDeDjDDDDDDDDDuE{EEEG'G)G+G-G/G0G3GWHHHHH
 HHHHHHHHHHHZIIIIII&amp;O.OPPPPPP P*PQQQQQQQQQQRGRHRJRKRSRTR^R_RbRRRRR2SBSRSZSaSqS7T?TTTAUHU`XiXsX}XXXXXXXp\x\\\{]]]]'^/^{^^^^f`n`x`~```````rawa~aaaaaa`bcbc cechcwczcccccddeeee{f~fffffffgggggg4hAh[hhhhhhhhhi)i^ibifiqiriiiiiiiij jjjjjjjjkkkkk*k1k_kmkrkkkkkkkk!l.lXlclmmspppppppppqqq q(q)q1q2q5qqqqrr,rrrsssssssst tttww*x2x4x6xrxzx{x}xxxxxy
 y        y yGyOyPyRyyyyyyy/|2|f|h|o|r|||||||||||||}}}}&gt;}F}s}{}}}}}}}}}F~O~a~o~~~~~~~~~~ adshwǀ)3Yhp}3BkzĂςԂ݂        &quot;*.:&gt;CGLRWYacny}ăՃك &amp;*5EHXcxńrząƅ-5J[69:?JMNS PV$)Y^Êʊ?HtznqŎǎEHvxɏ
 ,/1468KWsvx{}ĐƐِ&quot;&amp;ؘ֘        ik̙ә&quot;)18@GOVnu}ۚ'.6=ELT[_aț  MT\ckrzƜ͜ќӜ -$+3:RYahpw&amp;)N]{ FUt̡FN:H£ƣԣ֣أڣPVåťǥ57DFHJz|~ &quot;RTVXçŧ!#1379;=VXZ\ߨ 
 %/blʫѫ׫٫۫ݫ yzx~ 27u} &amp;;CðɰʰҰ&quot;0goαѱANP_dmr~۲ -dzֳ4@AJNX_jox}´Ҵڴʵ׵ȷQSU]#+3cq,/&gt;LQSUWƻлӻջ׻ٻ +-/18;@HLTdfhjqtyüżǼɼ
-PZEO7A6@`jZb w}QWsv%+,4BK$/[c (goUa%-_RU/35:nocd
+$+3:RYahpw&amp;)N]{ FUta̡%&amp;01&lt;=@AEFN:H£ƣԣ֣أڣPVåťǥ57DFHJz|~ &quot;RTVXçŧ!#1379;=VXZ\ߨ ɩ%/blʫѫ׫٫۫ݫ yzx~          27u} &amp;;CðɰʰҰ&quot;0goαѱANP_dmr~۲ +dzֳ
 4@AJNX_jox}´Ҵڴʵ׵ȷQSU]x#+3cq,/&gt;LQSUWƻлӻջ׻ٻ +-/18;@HLTdfhjqtyüżǼɼ
+PZEO7A6@`jZb jlopqw}QWsv%+,4BK$/[c (goUa%-_RU/35:nocd
 ~#+16!&amp;MV{nw&amp;(05&gt;bjAF[`nv
 OU&amp;;|yOX
 QS&quot;imnrvyz}CE[]%+35&gt;G
@@ -18347,30 +18365,118 @@
 
 ) - 1 ; B L R V Z d k u           I N         ow #)27C\e*CMsuwy%)68?Zg!3&gt;L[ey.5PXdvOWcu  &quot;&quot;h%q%{(((())%*+*B*E*F*L*a*g*****++G,U,--..../
-/!/'/`0n0w000022223333\3^33333:4&lt;444&lt;5J5t6w66677888!8&quot;8,8-8182848=8@8e8k8q8u8v8888 &lt;*&lt;y&lt;&lt;========&gt; &gt;&gt;&gt;1&gt;;&gt;J&gt;T&gt;o&gt;y&gt;&gt;&gt;&gt;&gt;??E@J@ BByB~BCDDDHFPFFFFF@GLG9HHHTI\IhIrIJJtK~KKKKKKKLL?MEMNN+O5OAOOOrOzOQQuQQQQSR`RRRASPSSSMTZTTTVkWlWoWpWwWWWWWXXXX*Y1Y6Y=YYYYY|[[[[[[p\\\\\\\\^        ^z^^```aab bbSb`bUcXcYc`cacdccccccccc%d5d&lt;d?dlgogh -hIhXh?kfkkkkk2l5ll
 l$m'm.m0m3m&gt;mnmwmmmmmmmmmoooprrssssssttpwrwtwvw_yfyyyPzazzzzzzzV{a{{{{{{{n|p|r|t||||}}}}}}}}~~~~~~ce}1357CEHJ|~Àŀ&lt;DGOT[_acegnɁځMViu|ȂɃփ߃LWktwC`Յ&quot;2͆Ն/?&amp;/N`gw
-&quot;2;L*2&lt;IȊʊڌ %9&lt;EKY}ԍ܍        [dnw :HO^dm&quot;,FIsvŐѐِ%-8@OWckwɑґޑ.8@JLXZfhs|r|ؔ*NXZeȕѕӕݕ         ;EGUjmƖҖ'2?Kfr
-#;&gt;MX 2 T^jt)*Rͥ
-JoNZ{Yv֬
-:IKMacegŭǭɭ˭&gt;Nܰ=MnzűбHJSUY[]^%0OZ
-5@FI
 
 
 
 
 @|C|G}G};~;~E[yEMrr&amp;*15NP|,=b`bc((((%0OZ
-5@I@|C|G}G};~;~E[yEMrr&amp;*15NP|,=b`bc((((%0OZ
-5@Ihh^h`OJQJ.88^8`.L^`L.                ^        `.  ^ `.xLx^x`L.88^8`.^`.L^`L.hh^h`OJQJ^`OJQJ
 ^`.^`OJQJ ^`OJQJCJWW8Num2WW8Num3WW8Num4WW8Num5WW8Num6        @
-        k)Bn\3intZ(-4if@*'*'P*'*'(VV H@(T@UnknownNCAR MMMG*Ax        Times New Roman5Symbol3. *Cx        Arial71        Courier_Monotype SortsEuclid Extra?=        *Cx        Courier New1Q0'mffoe0}fԚOP'mffo[SOArial Unicode MS3*Ax        TimesG=
-        jMS Mincho-3 fg;|i0Batang;WingdingsS&amp;Liberation SansArialGDejaVu LGC Sans[BookmanBookman Old StylemLucida GrandeESRI NIMA VMAP1&amp;2 PTA$BCambria Math#hK''&quot;SIY&gt;~IY&gt;~q%
 4d J#q?'9 Chapter 6: WRF-VAR MMM Userkavulich$      Oh+'0        
+/!/'/`0n0w00002232222223333\3^33333:4&lt;444&lt;5J5t6w66677888!8&quot;8,8-8182848=8@8e8k8q8u8v8888 &lt;*&lt;y&lt;&lt;========&gt; &gt;&gt;&gt;1&gt;;&gt;J&gt;T&gt;o&gt;y&gt;&gt;&gt;&gt;&gt;??E@J@ BByB~BCDDDHFPFFFFF@GLG9HHHTI\IhIrIJJLL?MEMNN+O5OAOOOrOzOQQuQQQQSR`RRRASPSSSMTZTTTVkWlWoWpWwWWWWWXXXX*Y1Y6Y=YYYYY|[[[[[[p\\\\\\\\^        ^z^^```aab bbSb`bUcXcYc`cacdccccccccc%d(d2d5d&lt;d?dlgogh +hIhXhEkHkRkUkkkkk2l5ll
 lllll$m'm.m0m3m&gt;mnmwmmmmmmmmmoooprrss6t&gt;tBtIttt^ydypyyyyyyyyzzzzzz{{||4|8|&lt;|?||||||&lt;}M}}}}}}}}}\~f~i~m~u~~~~~~oqsu}€ǀ̀πҀԀ׀ـ|~&lt;ACIRZ
+ +-/1PX[chosuwy܅OXkw~ʆ$8ADMOXcoԈ-RdLY -4DΌ׌uÍ        R_̎ӏTb}АՐ        &amp;JQhwƑ֑(1;Dwϒؒ+1:“̓ݓ@CVbjv~ǔϔޔ +$08DLYamu• +%'35@IY[egs?Imuwߘ%'2V_aqΙؙ֙&quo
 t;7:R[ 3?ʜל %̝؝أ!+7Abmզoת&lt;M'HQ&amp;CxḬ̇װ.024l{} γ
+;G_hz &quot;&amp;(*+'do +
 
 
 
 
  y +yyyDEFG
 uvwx̓΃#$%&amp;؄݄)*2:qrzDžȅ̅ԅ
+Ԇۆ݆ BE'do +5efqr        
+_`,-j b + +LBECCWHHZIIR^Rjksppp(qssa;        yj_322VkWww y +yyyDEFG܀܀.u$%&amp;@@؄݄        )*2:qrzDžȅ̅ԅ
+Ԇۆ݆ BE'do + (iXDbZ63jZ&quot;juZ&quot;jz&quot;jhh^h`OJQJ.88^8`.L^`L.                ^        `.
   ^ `.xLx^x`L.88^8`.^`.L^`L.hh^h`OJQJ^`OJQJ^`.^`OJQJ ^`OJQJCJ8^8`o()
+^`hH.
+        L^        `LhH.
+ ^ `hH.
+x^x`hH.
+HL^H`LhH.
+^`hH.
+^`hH.
+L^`LhH.8^8`o()
+^`hH.
+        L^        `LhH.
+ ^ `hH.
+x^x`hH.
+HL^H`LhH.
+^`hH.
+^`hH.
+L^`LhH.h^h`o()
+^`hH.
+L^`LhH.
+p^p`hH.
+@ ^@ `hH.
+L^`LhH.
+^`hH.
+^`hH.
+L^`LhH.^`o()
+p^p`hH.
+@ L^@ `LhH.
+^`hH.
+^`hH.
+L^`LhH.
+^`hH.
+P^P`hH.
+ L^ `LhH.h^h`o()
+^`hH.
+L^`LhH.
+p^p`hH.
+@ ^@ `hH.
+L^`LhH.
+^`hH.
+^`hH.
+L^`LhH. (uZXD3jZz WW8Num2WW8Num3WW8Num4WW8Num5WW8Num6 l@y                                                                l@y                                                                l@y                                                                l@y                                                                l@y                                                                        @k!_!)B NNXn\3i'4qnt#:Z- E\/ (-?BF4i8If@EENEE(VV @(T@UnknownNCAR MMMCraig SG*Ax        Times 
 New Roman5Symbol3. *Cx        Arial71        Courier_Monotype SortsEuclid Extra?=        *Cx        Courier New1Q0'mffoe0}fԚOP'mffo[SOArial Unicode MS3*Ax        TimesG=
+        jMS Mincho-3 fg;|i0Batang;Wingdingsi&amp;Liberation SansArial Unicode MS[DejaVu LGC SansMS Mincho[BookmanBookman Old StylemLucida GrandeESRI NIMA VMAP1&amp;2 PTA$BCambria Math#hK'/&quot;J&gt;&quot;J&gt;#
 4d J#q?'9 Chapter 6: WRF-VAR MMM Userkavulich8                 
+ Oh+'0        
 4 @ L -Xdlt| Chapter 6: WRF-VAR  MMM UserNormal kavulich34Microsoft Office Word@[/@@,xE@@&gt;IY
 
 
 
 ՜.+,D՜.+,D hp  - NCAR~  Chapter 6: WRF-VAR  Title 8@ _PID_HLINKSAlxwx&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html5;u?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlbgr?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm'oV
 http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.html'lVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlA[i=http://www.dtcenter.org/com-GSI/users/support/faqs/index.php6f_Running_WRF-Var_1A[c=http://www.dtcenter.org/com-GSI/users/support/faqs/index.phpud`_Additional_WRFDA_Exercises:_1&amp;]
 _WRF-Var_Diagnostics_15;Z?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlOyW_Running_gen_be;T&quot;_Running_Observation_PreprocessorQ
-Q_Description_of_Namelist_1Q
-N_Description_of_Namelist_1Q
-K_Description_of_Namelist_1BHbhttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2010_Aug/tutorial_presentation_summer_2010.html|CE@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.html\IBKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformat ?&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlfZ&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_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_10_Radiance_Data_Assimilations6_Running_WRF-Var_1I]$_Run
 ning_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 kavulich47Microsoft Office Word@5&lt;@@,xE@@8v&gt;&quot;J
 
 
 
 ՜.+,D՜.+,D hp  + NCAR  Chapter 6: WRF-VAR  Title 8@ _PID_HLINKSA\O4{^http://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2011_July/data/wrfda_hybrid_testdata.tar.gzv +xwx&lt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.htmlv +5;u?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.html
 v +bgr?http://research.metoffice.gov.uk/research/interproj/nwpsaf/rtmv +'oVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlv +'lVhttp://research.metoffice.gov.uk/research/interproj/nwpsaf/rtm/rttov_description.htmlv +A[i=http://www.dtcenter.org/com-GSI/users/support/faqs/index.phpv +6fv +_Running_WRF-Var_1A[c=http://www.dtcenter.
 org/com-GSI/users/support/faqs/index.phpv +ud`v +_Additional_WRFDA_Exercises:_1&amp;]v +_WRF-Var_Diagnostics_15;Z?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlv +OyWv +_Running_gen_be;Tv +&quot;_Running_Observation_PreprocessorQ
+Qv +_Description_of_Namelist_1Q
+Nv +_Description_of_Namelist_1Q
+Kv +_Description_of_Namelist_1BHbhttp://www.mmm.ucar.edu/wrf/users/wrfda/Tutorials/2010_Aug/tutorial_presentation_summer_2010.htmlv +|CE@http://www.mmm.ucar.edu/wrf/users/wrfda/download/free_data.htmlv +\IBKhttp://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap7.htmformat ?&gt;http://www.mmm.ucar.edu/wrf/users/wrfda/download/wrfplus.htmlv +fZ&lt;Ahttp://ww
 w.mmm.ucar.edu/wrf/users/wrfda/download/get_source.htmlv +*&amp;9v +_Running_gen_be_1I]6v +$_Running_Observation_Preprocessor_15;3?http://www.mmm.ucar.edu/wrf/users/wrfda/download/testdata.htmlv +`-03http://www.mmm.ucar.edu/wrf/users/wrfda/index.htmlv +Q
+-v +_Description_of_Namelist_1jk*v +_Hybrid_Data_Assimilation_2&amp;'v +_WRF-Var_Diagnostics_1\$v +_WRFDA_with_Multivariate_2*U!v +_Additional_WRFDA_Exercises:*&amp;v +_Running_gen_be_1WCv +_Updating_WRF_lateral_10v +_Radiance_Data_Assimilations6v +_Running_WRF-Var_1I]v +$
 _Running_Observation_Preprocessor_1; v +_Installing_WRFNL_and}w v +WRFPlus;         v +_Installing_WRFNL_and@v +_Installing_WRF-Var@v +_Installing_WRF-VarCCv +_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{|}~
         
    @@ -18913,9 +19019,14 @@
      !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
         
    - !&quot;#$%&amp;'()*+,-./012356789:;=&gt;?@ABCDEFGpRoot Entry        FP^rData
-$?!1TableМWordDocumentGSummaryInformation(4DocumentSummaryInformation8&lt;CompObjy
 
+ !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGIJKLMNOQRSTUVWXYZ[
 Root Entry        FPyvData
+.!1TableSWordDocument
+[SummaryInformation(HDocumentSummaryInformation8PMsoDataStore&gt;vKovLK21VMA==2&gt;vKovItem
+        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;{D6FAFA8A-F2AC-422E-9CBA-AE286E357A30}&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
+MSWordDocWord.Document.89q
\ No newline at end of file

</font>
</pre>