source: lmdz_wrf/WRFV3/README.DA @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 6.8 KB
Line 
1------------------------
2WRFDA PUBLIC DOMAIN NOTICE
3------------------------
4
5WRF Data Assimilation System (WRFDA) was developed at the National
6Center for Atmospheric Research (NCAR) which is operated by the
7University Corporation for Atmospheric Research (UCAR). NCAR and
8UCAR make no proprietary claims, either statutory or otherwise,
9to this version and release of WRFDA and consider WRFDA to be in
10the public domain for use by any person or entity for any purpose
11without any fee or charge. UCAR requests that any WRFDA user include
12this notice on any partial or full copies of WRFDA. WRFDA is provided
13on an "AS IS" basis and any warranties, either express or implied,
14including but not limited to implied warranties of non-infringement,
15originality, merchantability and fitness for a particular purpose,
16are disclaimed. In no event shall UCAR be liable for any damages,
17whatsoever, whether direct, indirect, consequential or special, that
18arise out of or in connection with the access, use or performance of
19WRFDA, including infringement actions.
20
21======================================
22This is the main directory for the WRFDA Version 3 source code release.
23======================================
24
25V3.3 Release Notes:
26-----------------------
27
28Version 3.3 is released on April 5, 2011.
29
30- RTTOV interfaces has been upgraded to version 10.0
31  Please download RTTOV v10.0 and install it in appropriate location
32  if you want to use RTTOV to assimilate radiance observation with bufr format
33
34- crtm_atmosphere is removed from the namelist.
35  Now the CRTM reference climatology is determined inside WRFDA based on
36  latitude and month.
37
38- New WRF 4D-Var
39  The WRFPLUS (WRF adjoint and tangent linear model) has been upgraded to V3.3
40  and it is consistent with the released WRFV version 3.3. However, only dry dynamic
41  processes are included in WRFPLUS version 3.3 and only serial run is supported
42  at this release.
43  WRFDA is also upgraded to consistent with WRFPLUS version 3.3 and the new 4D-Var
44  system is a single executable application. Please refer to Users' guide for the
45  details.
46
47- Lots of bug fixes.
48
49V3.2.1 Release Notes:
50-----------------------
51
52Version 3.2.1 is released on August 18, 2010.
53
54- CRTM interface for radiance assimilation has been upgraded to version 2.0.2.
55
56- CRTM V2.0.2 has been included as an internal library in WRFDA codes.
57  Setting environmental variable CRTM to ANYTHING to activate the CRTM installation
58  during WRFDA compilation.
59
60- Multivariate gen_be method which considers the correlations between moisture and
61  other variables is included, but the support for the new capability will be very
62  limited.
63
64- Lots of bug fixes.
65
66V3.2 Release Notes:
67-----------------------
68
69Version 3.2 is released on March 31, 2010.
70
71- Improvements on  multiple outer loop which handling nonlinearity issue
72
73- Adjoint sensitivity tool
74
75- Improved software performance
76
77- Improved WRF adjoint codes.
78
79V3.1.1 Release Notes:
80-----------------------
81
82Version 3.1.1 is released on July 31, 2009.
83
84- Radiance data assimilation using K Matrix capability is completed in V3.1.1 release,
85  which dramatically speedup the analysis. To use K Matrix , please
86  set USE_CRTM_KMATRIX=true in wrfvar14@namelist.input.
87  Note: it only applied on CRTM in V3.1.1.
88
89- Improved software portability; only NETCDF library is mandatory
90  if only LITTLE_R formated conventional observational data to be used.
91  To use Prepbufr observational files, just set environmental variable
92  BUFR equal to 1 before the code is compiled. To use radiance BUFR
93  format data, CRTM or RTTOV is needed.
94
95
96V3.1 Release Notes:
97-----------------------
98
99Version 3.1 is released on April 9, 2009.
100
101- For more information on WRFDA, visit the new WRFDA Users home page
102  http://www.mmm.ucar.edu/wrf/users/wrfda/index.html
103  and read the online User's Gudie.
104
105- 4DVAR and radiance data assimilation capabilities are included in V3.1.
106
107- New README files under WRFDA/var (README.namelist, README.basics,
108  README.radiance)
109
110- WRFDA V3.1 executable will work with V3.0 wrfinput/wrfbdy (but requires
111  inserting a new namelist variable use_baseparam_fr_nml in &dynamics).
112  However, rerunning V3.1 WPS/real.exe is recommended.
113
114- Changes to namelist variables.
115    * Some obsolete or unused namelist variables are removed, some new namelist
116      variables are added, purposes of some namelist variables are changed.
117      See WRFDA/var/README.namelist for descriptions of supported namelist
118      variables.
119
120- Changes to obsproc:
121    * the executable is renamed to be obsproc.exe from 3dvar_obs.exe and
122      namelist.3dvar_obs is renamed to be namelist.obsproc to reflect
123      its capabilitiy of producing WRFDA-ready observations for 3DVAR, FGAT,
124      or 4DVAR applications.
125      See WRFDA/var/obsproc/README.
126    * compilation of obsproc.exe is included in "compile all_wrfvar"
127
128- Changes to diagnostic output files
129    * gts_omb_oma becomes gts_omb_oma_01 (01 indicates outer loop index)
130    * observations that fail check_max_iv are listed in rej_obs_conv_01.000
131      ( 01 is outer loop index, 000 is processor id)
132    * qcstat_conv_01 (01 indicates outer loop index) contains observation
133      number counts
134
135- Most of the scripts under WRFDA/var/scripts are removed from the main source
136  code tar file. They can still be downloaded separately.
137  See http://www.mmm.ucar.edu/wrf/users/wrfda/download/tools.html
138
139For questions, send mail to wrfhelp@ucar.edu
140
141======================================
142
143WRFDA update history:
144
145- V3.0:     Apr  4, 2008
146- V3.0.1:   Aug  6, 2008
147- V3.0.1.1: Aug 29, 2008
148- V3.1:     Apr  9, 2009
149- V3.1.1:   Jul 31, 2009
150- V3.2:     Mar 31, 2010
151- V3.2.1:   Aug 18, 2010
152
153======================================
154
155How to compile and run?
156-----------------------
157
158- In WRFDA directory, type 'configure wrfda - this will create a configure.wrf
159  file that has appropriate compile options for the supported computers.
160
161  Note: WRFDA only requires netCDF library starting with V3.1.1.
162        Install netCDF library with the same compiler that will be used to compile WRFDA.
163        NCEP BUFR and CRTM 2.0.2 libs are included in the WRFDA tar file.
164        Set environment variables properly according to your applications
165        before you type 'configure wrfda'. For example,
166
167        setenv NETCDF /usr/local/netcdf-pgi
168        setenv BUFR 1 (optional, set to compile WRFDA with NCEP BUFR capability)
169        setenv CRTM 1 (optional, set to compile WRFDA with CRTM capability)
170        setenv RTTOV /usr/local/rttov10 (optional, set to compile WRFDA with RTTOV capability)
171
172- Type 'compile all_wrfvar' when your are ready:
173
174- If sucessful, this will create da_wrfvar.exe and a set of utilities
175  in directory WRFDA/var/build/.
176
177- cd to the appropriate test or run directory to run WRFDA.
178
179     Some basic instruction/namelist.input are available in sub-directories
180     of WRFDA/var/test.
181
Note: See TracBrowser for help on using the repository browser.