<p><b>xinzhang</b> 2009-03-23 10:44:55 -0600 (Mon, 23 Mar 2009)</p><p>Save for Chapter 6 updates.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-18 20:14:32 UTC (rev 145)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-23 16:44:55 UTC (rev 146)
@@ -1,5 +1,5 @@
-ࡱ
-
+
Running WRF-Var requires a Fortran 90 compiler. We currently support the following platforms: IBM, SGI, PC/Linux, Cray-X1, and Apple. Please let us know if this does not meet your requirements, and we will attempt to add other machines to our list of supported architectures as resources allow. Although we are interested to hear of your experiences on modifying compile options, we do not yet recommend making changes to the configure file used to compile WRF-Var.
Installing WRF-Var
-Before compiling the WRF-Var code, it is necessary to have installed the NetCDF, BLAS and LAPACK libraries. If any of the BLAS and LAPACK libraries are not available on the computer, they need to be installed first. The source code for these libraries can be freely downloaded from HYPERLINK "http://netlib.org/blas/" http://netlib.org/blas/ and HYPERLINK "http://netlib.org/lapack/" http://netlib.org/lapack/, Note: These external libraries can be compiled by using the
scripts under WRFDA/var/scripts/compile_external. Assuming, for example, that these libraries have been installed in subdirectories of /usr/local, the necessary environment variables might be set with
+Before compiling the WRF-Var code, it is necessary to have at least installed the NetCDF, BLAS and LAPACK libraries. If any of the BLAS and LAPACK libraries are not available on the computer, they need to be installed first. The source code for these libraries can be freely downloaded from HYPERLINK "http://netlib.org/blas/" http://netlib.org/blas/ and HYPERLINK "http://netlib.org/lapack/" http://netlib.org/lapack/, Note: The scripts under WRFDA/var/scripts/compile_external can be used as references to compile the libraries on different platforms. Assuming, for example, that these libraries have been installed in subdirectories of /usr/local, the necessary environment variables might be set with
setenv BLAS /usr/local/blassetenv LAPACK /usr/l
ocal/lapack
-Hint: Make sure the required libraries were all!
compile
d using the same compiler that will be used to build WRF-Var, since the libraries produced by one compiler may not be compatible with code compiled with another. For BLAS, LAPACK and BUFR libraries compilation, please make sure they are all compiled with realsize = 8, which required by WRF-Var.
-If only conventional observational data from LITTLE_R format file was used, then NETCDF, BLAS and LAPACK libraries are mandatory. If you intend to use observational data with PREBUFR format, the BUFR library has to be installed too and can be downloaded from HYPERLINK "http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/" http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/. If you intend to assimilate satellite radiance data, in addition to BUFR library, either CRTM (V1.2) or RTTOV (8.7) have to be installed and can be downloaded from HYPERLINK "ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/"ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/ and HYPERLINK "http://www.me
toffice.gov.uk/science/creating/working_together/nwpsaf_public.html" http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html, the necessary environment variables might be set with
+Hint: Make sure the required libraries were all compiled using the same compiler that will be used to build WRF-Var, since the libraries produced by one compiler may not be compatible with code compiled with another. For BLAS, LAPACK and BUFR libraries compilation, they have to be compiled with the size of real variables = 8, which required by WRF-Var.
+If only conventional observational data from LITTLE_R format file was used, only NETCDF, BLAS and LAPACK libraries are mandatory. If you intend to use observational data with PREBUFR format, the BUFR library has to be installed too and can be downloaded from HYPERLINK "http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/" http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/. If you intend to assimilate sa
tellite radiance data, in addition to BUFR library, either C!
RTM (V1.
2) or RTTOV (8.7) have to be installed and they can be downloaded from HYPERLINK "ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/"ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/ and HYPERLINK "http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html" http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html, the additional necessary environment variables might be set with
setenv BUFR /usr/local/bufr
setenv RTTOV /usr/local/rttov87setenv CRTM /usr/local/crtm
Assuming all required libraries are available, the WRF-Var Version 3.1 source code can be downloaded from HYPERLINK "http://www.mmm.ucar.edu/wrf/users/download/get_source.html" http://www.mmm.ucar.edu/wrf/users/download/get_source.html. After the tar file is unzipped (gunzip WRFDAV3.TAR.gz) and untarred (untar WRFDAV3.TAR), the directory WRFDA should be created; this directory contains the WRF-Var source code.
To configure WRF-Var, change to
the WRFDA directory and type
> ./configure wrfda
-A list of configuration options for your computer should appear. Each option combines a compiler type and a parallelism option; since the configuration script doesnt check which compilers are actually available, be sure to only select among the options for compilers that are available on your system. The parallelism option allows for a single-processor (serial) compilation, distributed-memory parallel (dmpar) compilation. For example, on a Linux computer, the above steps look like:
+A list of configuration options for your computer should appear. Each option combines a compiler type and a parallelism option; since the configuration script doesnt check which compilers are actually available, be sure to only select among the options for compilers that are available on your system. The parallelism option allows for a single-processor (serial) compilation, distributed-memory parallel (dmpar) compilation. For example, on a
Macintosh computer, the above steps look like:
> ./conf!
igure wr
fda
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
-Will use NETCDF in dir: /karri/users/xinzhang/external/netcdf/netcdf-3.6.1/pgi_x86_64
+Will use NETCDF in dir: /users/noname/work/external/g95/netcdf-3.6.1
PHDF5 not set in environment. Will configure WRF for use without.
$JASPERLIB or $JASPERINC not found in environment, configuring to build without grib2 I/O...
------------------------------------------------------------------------
Please select from among the following supported platforms.
- 1. Linux x86_64, PGI compiler with gcc (serial)
- 2. Linux x86_64, PGI compiler with gcc (dmpar)
- 3. Linux x86_64 i486 i586 i686, ifort compiler with icc (serial)
- 4. Linux x86_64 i486 i586 i686, ifort compiler with icc (dmpar)
- 5. Linux i486 i586 i686 x86_64, PathScale compiler with pathcc (serial)
- 6. Linux i486 i586 i686 x86_64, PathScale compiler with pathcc (dmpar)
- 7. x86_64 Linux, gfortran compiler with gcc (s
erial)
- 8. x86_64 Linux, gfortran compiler with gcc (dmpar)
- 9. Cray XT Catamount/Linux x86_64, PGI compiler with gcc (serial)
- 10. Cray XT Catamount/Linux x86_64, PGI compiler with gcc (dmpar)
- 11. Cray XT CNL/Linux x86_64, PGI compiler with gcc (serial)
- 12. Cray XT CNL/Linux x86_64, PGI compiler with gcc (dmpar)
- 13. Cray XT CNL/Linux x86_64, Pathscale compiler with gcc (serial)
- 14. Cray XT CNL/Linux x86_64, Pathscale compiler with gcc (dmpar)
-
+ 1. Darwin (MACOS) PGI compiler with pgcc (serial)
+ 2. Darwin (MACOS) PGI compiler with pgcc (dmpar)
+ 3. Darwin (MACOS) intel compiler with icc (serial)
+ 4. Darwin (MACOS) intel compiler with icc (dmpar)
+ 5. Darwin (MACOS) intel compiler with cc (serial)
+ 6. Darwin (MACOS) intel compiler with cc (dmpar)
+ 7. Darwin (MACOS) g95 with gcc (serial)
+ 8. Darwin (MACOS) g95 with gcc (dmpar)
+ 9. Darwin (MACOS) xlf (serial)
+ 10. Darwin (MACOS) xlf (dmpar)
-Enter selection [1-14] : 2
+Enter selection [1-10] : 7
--!
--------
--------------------------------------------------------------
-Compile for nesting? (1=basic, 2=preset moves, 3=vortex following) [default 1]:
-Configuration Successful. To build the model type compile.
+Compile for nesting? (0=no nesting, 1=basic, 2=preset moves, 3=vortex following) [default 0]:
+Configuration successful. To build the model type compile .
-After running the configure script and choosing a compilation and nesting option, a configure.wrf file will be created. Because of the variety of ways that a computer can be configured, if the WRF-Var build ultimately fails, there is a chance that minor modifications to the configure.wrf file may be needed.
-If you have compiled WRF code, you may notice the build mechanism of WRF and WRFDA looks very similar. This is because WRF and WRFDA share the same build mechanism. But caution needs to be paid when compiling WRFDA.
+After running the configure script and choosing a compilation option, a configure.wrf file wi
ll be created. Because of the variety of ways that a computer can be configured, if the WRF-Var build ultimately fails, there is a chance that minor modifications to the configure.wrf file may be needed.
Note: WRF compiles with r4 option while WRFDA compiles with r8. For this reason, WRF and WRFDA cannot reside and be compiled under the same directory.
Hint: It is helpful to start with something simple, such as the serial build. If it is successful, move on to build dmpar code. Remember to type clean a between each build.
To compile the code, type
> ./compile all_wrfvar
-Successful compilation of all_wrfvar will produce several executables in the var/da directory, including da_wrfvar.exe. 3dvar_obs.exe is also found in var/obsproc/src directory. You can list these executables by issuing the command (from WRFDA directory)
-> ls -l var/da/*exe
-
--rwxr-xr-x 1 2450389 Jun 16 11:45 var/da/da_advance_time.exe
--rwxr-xr-x 1 2622925 Jun 16 11:46 var/da/da_tune_ob
s_desroziers.exe
--rwxr-xr-x 1 2599307 Jun 16 11:46 var/da/d!
a_tune_o
bs_hollingsworth1.exe
--rwxr-xr-x 1 2469588 Jun 16 11:46 var/da/da_tune_obs_hollingsworth2.exe
--rwxr-xr-x 1 2786060 Jun 16 11:46 var/da/da_update_bc.exe
--rwxr-xr-x 1 3046675 Jun 16 11:46 var/da/da_verif_anal.exe
--rwxr-xr-x 1 2518174 Jun 16 11:45 var/da/da_verif_obs.exe
--rwxr-xr-x 1 23928871 Jun 16 11:45 var/da/da_wrfvar.exe
-lrwxrwxrwx 1 26 Jun 16 11:46 var/da/gen_be_cov2d.exe -> ../gen_be/gen_be_cov2d.exe
-lrwxrwxrwx 1 26 Jun 16 11:46 var/da/gen_be_cov3d.exe -> ../gen_be/gen_be_cov3d.exe
-lrwxrwxrwx 1 26 Jun 16 11:46 var/da/gen_be_diags.exe -> ../gen_be/gen_be_diags.exe
-lrwxrwxrwx 1 31 Jun 16 11:46 var/da/gen_be_diags_read.exe -> ../gen_be/gen_be_diags_read.exe
-lrwxrwxrwx 1 28 Jun 16 11:46 var/da/gen_be_ensmean.exe -> ../gen_be/gen_be_ensmean.exe
-lrwxrwxrwx 1 26 Jun 16 11:46 var/da/gen_be_ensrf.exe -> ../gen_be/gen_be_ensrf.exe
-lrwxrwxrwx 1 24 Jun 16 11:46 var/da/gen_be_ep1.exe -> ../gen_be/gen_be_ep1.exe
-lrwxrwxrwx 1 24 Jun 16 11:46 var/da/gen_
be_ep2.exe -> ../gen_be/gen_be_ep2.exe
-lrwxrwxrwx 1 25 Jun 16 11:46 var/da/gen_be_etkf.exe -> ../gen_be/gen_be_etkf.exe
-lrwxrwxrwx 1 31 Jun 16 11:46 var/da/gen_be_stage0_wrf.exe -> ../gen_be/gen_be_stage0_wrf.exe
-lrwxrwxrwx 1 33 Jun 16 11:46 var/da/gen_be_stage1_1dvar.exe -> ../gen_be/gen_be_stage1_1dvar.exe
-lrwxrwxrwx 1 27 Jun 16 11:46 var/da/gen_be_stage1.exe -> ../gen_be/gen_be_stage1.exe
-lrwxrwxrwx 1 3 Jun 16 11:46 var/da/gen_be_stage2_1dvar.exe -> ../gen_be/gen_be_stage2_1dvar.exe
-lrwxrwxrwx 1 28 Jun 16 11:46 var/da/gen_be_stage2a.exe -> ../gen_be/gen_be_stage2a.exe
-lrwxrwxrwx 1 27 Jun 16 11:46 var/da/gen_be_stage2.exe -> ../gen_be/gen_be_stage2.exe
-lrwxrwxrwx 1 27 Jun 16 11:46 var/da/gen_be_stage3.exe -> ../gen_be/gen_be_stage3.exe
-lrwxrwxrwx 1 34 Jun 16 11:46 var/da/gen_be_stage4_global.exe -> ../gen_be/gen_be_stage4_global.exe
-lrwxrwxrwx 1 36 Jun 16 11:46 var/da/gen_be_stage4_regional.exe -> ../gen_be/gen_be_stage4_regional.
exe
+Successful compilation of all_wrfvar will produce 31 !
executab
les in the var/build directory which are linked in var/da directory, as well as obsproc.exe in var/obsproc/src directory. You can list these executables by issuing the command (from WRFDA directory)
+> ls -l var/build/*exe var/obsproc/src/obsproc.exe
+-rwxr-xr-x 1 noname users 641048 Mar 23 09:28 var/build/da_advance_time.exe
+-rwxr-xr-x 1 noname users 954016 Mar 23 09:29 var/build/da_bias_airmass.exe
+-rwxr-xr-x 1 noname users 721140 Mar 23 09:29 var/build/da_bias_scan.exe
+-rwxr-xr-x 1 noname users 686652 Mar 23 09:29 var/build/da_bias_sele.exe
+-rwxr-xr-x 1 noname users 700772 Mar 23 09:29 var/build/da_bias_verif.exe
+-rwxr-xr-x 1 noname users 895300 Mar 23 09:29 var/build/da_rad_diags.exe
+-rwxr-xr-x 1 noname users 742660 Mar 23 09:29 var/build/da_tune_obs_desroziers.exe
+-rwxr-xr-x 1 noname users 942948 Mar 23 09:29 var/build/da_tune_obs_hollingsworth1.exe
+-rwxr-xr-x 1 noname users 913904 Mar 23 09:29 var/build/da_tune_obs
_hollingsworth2.exe
+-rwxr-xr-x 1 noname users 943000 Mar 23 09:28 var/build/da_update_bc.exe
+-rwxr-xr-x 1 noname users 1125892 Mar 23 09:29 var/build/da_verif_anal.exe
+-rwxr-xr-x 1 noname users 705200 Mar 23 09:29 var/build/da_verif_obs.exe
+-rwxr-xr-x 1 noname users 46602708 Mar 23 09:28 var/build/da_wrfvar.exe
+-rwxr-xr-x 1 noname users 1938628 Mar 23 09:29 var/build/gen_be_cov2d.exe
+-rwxr-xr-x 1 noname users 1938628 Mar 23 09:29 var/build/gen_be_cov3d.exe
+-rwxr-xr-x 1 noname users 1930436 Mar 23 09:29 var/build/gen_be_diags.exe
+-rwxr-xr-x 1 noname users 1942724 Mar 23 09:29 var/build/gen_be_diags_read.exe
+-rwxr-xr-x 1 noname users 1941268 Mar 23 09:29 var/build/gen_be_ensmean.exe
+-rwxr-xr-x 1 noname users 1955192 Mar 23 09:29 var/build/gen_be_ensrf.exe
+-rwxr-xr-x 1 noname users 1979588 Mar 23 09:28 var/build/gen_be_ep1.exe
+-rwxr-xr-x 1 noname users 1961948 Mar 23 09:28 var/build/gen_be_ep2.exe
+-rwxr-xr-x 1 nonam
e users 1945360 Mar 23 09:29 var/build/gen_be_etkf.exe
+-!
rwxr-xr-
x 1 noname users 1990936 Mar 23 09:28 var/build/gen_be_stage0_wrf.exe
+-rwxr-xr-x 1 noname users 1955012 Mar 23 09:28 var/build/gen_be_stage1.exe
+-rwxr-xr-x 1 noname users 1967296 Mar 23 09:28 var/build/gen_be_stage1_1dvar.exe
+-rwxr-xr-x 1 noname users 1950916 Mar 23 09:28 var/build/gen_be_stage2.exe
+-rwxr-xr-x 1 noname users 2160796 Mar 23 09:29 var/build/gen_be_stage2_1dvar.exe
+-rwxr-xr-x 1 noname users 1942724 Mar 23 09:29 var/build/gen_be_stage2a.exe
+-rwxr-xr-x 1 noname users 1950916 Mar 23 09:29 var/build/gen_be_stage3.exe
+-rwxr-xr-x 1 noname users 1938628 Mar 23 09:29 var/build/gen_be_stage4_global.exe
+-rwxr-xr-x 1 noname users 1938732 Mar 23 09:29 var/build/gen_be_stage4_regional.exe
+-rwxr-xr-x 1 noname users 1752352 Mar 23 09:29 var/obsproc/src/obsproc.exe
da_wrfvar.exe is the main executable for running WRF-Var. Make sure it is created after the compilation. Sometimes (unfortunately) it is possible that other utilities
get successfully compiled, while the main da_wrfvar.exe fails.
The basic gen_be utility for regional model consists of gen_be_stage0_wrf.exe, gen_be_stage1.exe, gen_be_stage2.exe, gen_be_stage2a.exe, gen_be_stage3.exe, gen_be_stage4_regional.exe, and gen_be_diags.exe.
da_updated_bc.exe is used for updating WRF boundary condition after a new WRF-Var analysis is done.
-da_advance_time.exe is a very handy and useful tool for date manipulation. Type da_advance_time to see its usage instruction.
-In addition to the executables for running WRF-Var, gen_be, obsproc.exe is created at this step too from version 3.1. Proceed to the next section to learn how to run OBSPROC.
+da_advance_time.exe is a very handy and useful tool for date manipulation. Type da_advance_time.exe to see its usage instruction.
+In addition to the executables for running WRF-Var, gen_be, obsproc.exe is compiled too, which is used for preparing conventional data for WRF-Var.
Installing WRFNL and WRFPL
US (For 4D-Var only)
If you intend to run WRF 4D-Var, it is!
necessa
ry to have installed the WRFNL (WRF nonlinear model) and WRFPLUS (WRF adjoint and tangent linear model). WRFNL is a modified WRF V3.1 and can only be used for 4D-Var purposes. WRFPLUS is the adjoint and tangent linear model based on a simplified WRF model, which only include some simple physical processes such as vertical diffusion and large-scale condensation.
To install WRFNL:
@@ -771,10 +770,10 @@
-WRF-ARW V3: Users Guide        6- PAGE 8
+WRF-ARW V3: Users Guide        6- PAGE 6
-WRF-ARW V3: Users Guide        6- PAGE 9
+WRF-ARW V3: Users Guide        6- PAGE 7
@@ -795,1401 +794,1344 @@
-
-h+t
-
-&
+h.
+
+&
-h+t
+
+h.
&
-&
+&
+
-Px4 #\'*.25@9
-&F
+Px4 #\'*.25@9
+
+#
+&F
+&F
&
-&
-&
-&F
+&
+h.
+&F
+&
&F
-&
-h+t
-&
-J
-v
-v
-
-X
-h+t
+&
+h.
+&
+M
+v
+v
+
+c
+h.
l
-l
+l
l
-l
+l
l
-l
+l
l
-l
J
-h+t
-
-
-
hj
+o
t
+z
+h.
+
+
+
-
-
-h+t
-h+t
-&
+`tgd.
+&
+h.
+h.
l
+
#
-l
-
-h+t
+l
#
l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-
+l
+h.
#
-l
-
+l
#
-l
+l
#
-l
+l
#
-l
+l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
#
l
-h+t
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
+
+h.
#
l
+
#
-l
+l
l
+
#
-l
+l
#
l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-h+t
+l
+
#
-l
+l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
+h.
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-h+t
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
+h.
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
#
-l
+l
#
-l
-
-h+t
+l
#
-l
+l
#
-l
+l
#
-l
-
+l
#
-l
-
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
+
+h.
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-h+t
+l
#
-l
+l
+
#
-l
+l
+
#
-l
+l
#
-l
+l
l
+
#
-l
+l
#
l
+
#
-l
+l
#
-l
+l
+
+h.
#
-l
+l
#
-l
+l
+
#
-l
+l
l
+
#
-l
+l
#
l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-h+t
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
+
+h.
+
#
l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-
-h+t
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
#
l
+
#
-l
+l
#
-l
+l
l
+
#
-l
+l
+h.
#
l
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
#
l
+
l
-
-
-h+t
+
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
+
+h.
#
-l
+l
#
-l
+l
#
-l
+l
l
+
#
-l
-
+l
d#
l
+
d#
-l
+l
d#
-l
+l
+
d#
-l
+l
d#
-l
+l
d#
-l
-h+t
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
+h.
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-h+t
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
+l
d#
-l
-
-
+l
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+h.
d#
-l
-
-
-
-
-
+l
d#
-l
-
-
-
-
-
+l
d#
-l
-
-
-
-
-
+l
d#
-l
-
-
-
-
-
+l
d#
-l
-
-
-
-
+l
+
+
+
d#
-l
-
-
-
-
+l
+
+
+
+
+
d#
-l
-
-
-
-
+l
+
+
+
+
+
d#
-l
-
-
-
-
-
+l
+
+
+
+
+
l
+
d#
-l
-
+l
+
+
+
+
+
#
l
+
#
-l
+l
#
-l
-h+t
+l
#
-l
+l
#
-l
+l
l
+
#
-l
+l
#
l
+
#
-l
+l
#
-l
+l
#
-l
+l
+h.
#
-l
+l
l
+
#
-l
l
#
l
l
#
l
+
#
l
-
+
+F
#
l
+
l
-
-
+
l
-h+t
-h+t
+
l
+
#
-l
+l
l
#
l
+
#
l
+
#
-l
+l
+h.
+h.
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
+l
#
-l
-&
+l
+&
#
-l
+l
l
+
#
-l
+l
#
l
+
#
-l
+l
#
l
+
l
+
#
-l
-h+t
+l
#
l
+
#
-l
+l
l
#
l
+
#
l
+
#
-l
+l
#
l
l
+h.
#
l
+
#
-l
#
@@ -2198,21 +2140,21 @@
#
l
#
l
#
l
#
-l
#
@@ -2220,16 +2162,16 @@
l
#
l
#
-l
#
@@ -2238,25 +2180,21 @@
#
l
#
l
#
l
#
-l
-h+t
+l
#
@@ -2266,7 +2204,7 @@
#
l
l
#
l
#
l
#
-l
+l
#
@@ -2294,21 +2232,26 @@
#
l
#
l
+h.
#
l
#
-l
#
@@ -2318,22 +2261,23 @@
#
l
#
l
#
l
#
-l
#
@@ -2342,7 +2286,7 @@
#
l
l
#
l
#
l
#
-l
#
@@ -2368,21 +2312,21 @@
#
l
#
l
#
l
#
-l
#
@@ -2391,25 +2335,21 @@
#
l
-h+t
#
l
#
l
#
-l
#
@@ -2418,21 +2358,25 @@
#
l
#
l
#
l
#
-l
+h.
#
@@ -2441,21 +2385,22 @@
#
l
+%
#
l
#
l
#
-l
#
@@ -2464,21 +2409,23 @@
#
l
#
l
#
l
#
-l
#
@@ -2487,21 +2434,21 @@
#
l
#
l
#
l
#
-l
#
@@ -2510,27 +2457,21 @@
#
l
#
l
#
l
#
-l
-h+t
#
@@ -2539,21 +2480,21 @@
#
l
#
l
#
l
#
-l
#
@@ -2563,17 +2504,22 @@
#
l
++
#
l
+
-)].w
+)].w
)].wPNG
eԳw@3]#;b69ώ
=Lw(
-clt0*V*z2uq*L2U垧JL
w
+clt0*V*z2uq*L2U垧JL
w
aߗ!,3@E
@@ -2928,7 +2874,7 @@
pg^%
31
-
+
@@ -3307,7 +3253,7 @@
ɹԝ0&3aOHm{H\vz        t|bAWěoSs1UsɰmLml,b|CCUǗxP,;#OѳVǃ
]/eGojϙOYȘoQbixʝy_/TjK8fFmTFh7mzWuvzk0nr7,xMD!5ʿqMQPe[m?Q}1вxQ8
-Vd
+Vd
@@ -3526,7 +3472,7 @@
l
-
+
Ts+--moo}3gvVuرCwU+WJ0<x+jyhMt|dOYfu(1&܅eee/Ic|fJJJ筍?AJ:3f#+_[uջwﮩ"EIG싋WU=4
-
+
4H wPs,y'Ђo]:!FN"0آbn;B1vZG܂h O_~C{QNS(:-:?yN#
-
+
-
+
@@ -5613,7 +5559,7 @@
-
+
/
?b
/
@@ -7181,7 +7127,7 @@
䣀"R@
H)Q@QL@u@u@u@u@u@u:HnMu@u@u@u@u`U]B
-
+
@@ -9869,7 +9815,7 @@
&F^
-l
Px4 #\'*.25@9
&
-
+
dh
+
-
+
-
-
-
+
+
+
+
ư
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
%]0
0
0
0
0
+
+i
+t
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+%
+
+<
%]0
0
0
0
0
#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+i
+t
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@
@
@@ -10017,122 +9994,110 @@
@
-@
0
0
-
-
-
-
-
-
-
-
-
-
-
+@
0
0
+
+
+
+
+
+
-
-
+
+
+
-
-
-
-
-
+
-
-
-
-
+
-E
-
-
-
;
-
-
-
-
-
-
-
-
-
-
-
+
+(
+)
+.
+i
+q
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+(
+M
+i
+m
+r
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
:
+
+
l,6
-
+
^Z
-^Z
+^Z
@@ -10322,62 +10287,76 @@
-
2X
-`GT^5bBJ>*N
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
2X
+`GT^5bBJ>*N
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-wwo~wo~o~ww
F1o{F1VcRVkZ^ZJRo{Zg9RR^cRJR^Z^kZJRo{R
+
+
+wwo~wo~o~ww
RR^cRJR^Z^kZJRo{R
RZg9kZ^ZRNswZNsVZRcwkZRNskZJR^ckZZg9s^VkZVZRs
swo{wo{o{ww
wwwww
+
r
-
-
+
+
+
+
+
        
@@ -10650,6 +10629,6 @@
-
\ No newline at end of file
+
+
\ No newline at end of file
</font>
</pre>