[2759] | 1 | ------------------------ |
---|
| 2 | WRF-VAR PUBLIC DOMAIN NOTICE |
---|
| 3 | ------------------------ |
---|
| 4 | |
---|
| 5 | WRF-Var was developed at the National Center for Atmospheric Research |
---|
| 6 | (NCAR) which is operated by the University Corporation for |
---|
| 7 | Atmospheric Research (UCAR). NCAR and UCAR make no proprietary |
---|
| 8 | claims, either statutory or otherwise, to this version and |
---|
| 9 | release of WRF-Var and consider WRF-Var to be in the public domain for |
---|
| 10 | use by any person or entity for any purpose without any fee or |
---|
| 11 | charge. UCAR requests that any WRF-Var user include this notice on |
---|
| 12 | any partial or full copies of WRF-Var. WRF-Var is provided on an "AS |
---|
| 13 | IS" basis and any warranties, either express or implied, |
---|
| 14 | including but not limited to implied warranties of |
---|
| 15 | non-infringement, originality, merchantability and fitness for a |
---|
| 16 | particular purpose, are disclaimed. In no event shall |
---|
| 17 | UCAR be liable for any damages, whatsoever, whether direct, |
---|
| 18 | indirect, consequential or special, that arise out of or in |
---|
| 19 | connection with the access, use or performance of WRF-Var, including |
---|
| 20 | infringement actions. |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | ====================================== |
---|
| 24 | This is the main directory for the WRF-Var Version 3 source code release. |
---|
| 25 | ====================================== |
---|
| 26 | |
---|
| 27 | V3 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 | |
---|
| 34 | For questions, send mail to wrfhelp@ucar.edu |
---|
| 35 | |
---|
| 36 | ====================================== |
---|
| 37 | |
---|
| 38 | WRF update history: |
---|
| 39 | |
---|
| 40 | - V3.0: Apr 4, 2008 |
---|
| 41 | |
---|
| 42 | ====================================== |
---|
| 43 | |
---|
| 44 | How 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 | |
---|