source: trunk/WRF.COMMON/WRFV3/README.VAR @ 3431

Last change on this file since 3431 was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

File size: 2.5 KB
Line 
1------------------------
2WRF-VAR PUBLIC DOMAIN NOTICE
3------------------------
4
5WRF-Var was developed at the National Center for Atmospheric Research
6(NCAR) which is operated by the University Corporation for
7Atmospheric Research (UCAR). NCAR and UCAR make no proprietary
8claims, either statutory or otherwise, to this version and
9release of WRF-Var and consider WRF-Var to be in the public domain for
10use by any person or entity for any purpose without any fee or
11charge. UCAR requests that any WRF-Var user include this notice on
12any partial or full copies of WRF-Var. WRF-Var is provided on an "AS
13IS" basis and any warranties, either express or implied,
14including but not limited to implied warranties of
15non-infringement, originality, merchantability and fitness for a
16particular purpose, are disclaimed. In no event shall
17UCAR be liable for any damages, whatsoever, whether direct,
18indirect, consequential or special, that arise out of or in
19connection with the access, use or performance of WRF-Var, including
20infringement actions.
21
22
23======================================
24This is the main directory for the WRF-Var Version 3 source code release.
25======================================
26
27V3 Release Notes:
28------------------
29
30- For directions on compiling WRF-Var, see below or Users Web page.
31- For more information on WRF-Var  release, visit WRF-Var Users home page
32  http://www.wrf-model.org/development/group/WG4
33
34For questions, send mail to wrfhelp@ucar.edu
35
36======================================
37
38WRF update history:
39
40- V3.0: Apr 4, 2008
41
42======================================
43
44How to compile and run?
45-----------------------
46
47- In WRFDA directory, type 'configure wrfda - this will create a configure.wrf
48  file that has appropriate compile options for the supported computers.
49
50  Note: WRF-Var requires netCDF, BLAS, LAPACK, BUFR libraries. If your WRF-Var package include
51        radiance assimilation capability, the CRTM and RTTOV are needed.
52        If your netCDF library is installed in some odd directory
53        , set environment variable NETCDF before you type
54        'configure wrfda'. For example,
55
56        setenv NETCDF /usr/local/netcdf-pgi
57        setenv BLAS /usr/local/blas
58        setenv LAPACK /usr/local/lapack
59        setenv BUFR /usr/local/bufr
60
61        setenv CRTM /usr/local/lapack
62        setenv RTTOV /usr/local/bufr
63
64- Type 'compile all_wrfvar' when your ae ready:
65
66- If sucessful, this will create da_wrfvar.exe and a set of utilities
67  in directory var/da/.
68
69
70======================================
71
Note: See TracBrowser for help on using the repository browser.