WRF was developed at the National Center for Atmospheric Research
(NCAR) which is operated by the University Corporation for
Atmospheric Research (UCAR). NCAR and UCAR make no proprietary
claims, either statutory or otherwise, to this version and
release of WRF and consider WRF to be in the public domain for
use by any person or entity for any purpose without any fee or
charge. UCAR requests that any WRF user include this notice on
any partial or full copies of WRF. WRF is provided on an “AS
IS” basis and any warranties, either express or implied,
including but not limited to implied warranties of
non-infringement, originality, merchantability and fitness for a
particular purpose, are disclaimed. In no event shall
UCAR be liable for any damages, whatsoever, whether direct,
indirect, consequential or special, that arise out of or in
connection with the access, use or performance of WRF, including
infringement actions.
======================================
This is the main directory for the WRF Version 2 source code release.
======================================
V2.2 Release Notes:
For directions on compiling WRF, see below or Users Web page.
If sucessfully, this will create either real.exe or ideal.exe and wrf.exe
in directory main/, and the appropriate executables will be linked into
the test directoires under test/case_name, or run/.
cd to the appropriate test or run direcotry to run ideal/real/wrf.
If it is one of the idealized cases (b_wave, hill2d_x, grav2d_x, quarter_ss,
squall2d_x or squall2d_y), cd the the appropriate directory, type
ideal.exe
to produce wrfinput_d01 file for wrf model. Then type
wrf.exe
to run.
If it is real-data case (real), place files from SI (wrf_real_input_em.*)
in the appropriate directory, type
sub-grid turbulence (constant K diffusion/ 2-D Smagorinsky/ predicted TKE /
2-D, 6th order diffusion)
land-use categories determine surface properties
three-dimensional analysis nudging (since 2.2)
observation nudging (since 2.2)
Software
Hierarchical software architecture that insulates scientific code
(Model Layer) from computer architecture (Driver Layer)
Multi-level parallelism supporting shared-memory (OpenMP), distributed-memory (MPI),
and hybrid share/distributed modes of execution
Active data registry: defines and manages model state fields, I/O,
nesting, configuration, and numerous other aspects of WRF through a single file,
called the Registry
Two-way nesting:
Easy to extend: forcing and feedback of new fields specified by
editing a single table in the Registry
Efficient: 5-8% overhead on 64 processes of IBM
Moving nests.
Enhanced I/O options:
NetCDF and Parallel HDF5 formats
Five auxiliary history output streams separately controllable through the namelist
Output file names and time-stamps specifiable through namelist
Special output stream for 3DVAR
Efficient execution on a range of computing platforms:
IBM SP systems, (e.g. NCAR “bluesky” Power4-based system)
HP/Compaq Alpha/OSF workstation, SMP, and MPP systems (e.g. Pittsburgh
PGI and Intel compilers supported
Alpha Linux (NOAA/FSL Jet system)
Sun Solaris (single threaded and SMP)
Cray X1, X1e (vector), X1D (Opteron)
Mac G5, xlf compiler (no DM-parallel yet)
HP-UX
Other ports under development:
NEC SX/6
Fujitsu VPP 5000
RSL_LITE: optional new communication layer, scalable to very
large domains, support nesting.
ESMF Time Management, including exact arithmetic for fractional
time steps (no drift).
ESMF integration - WRF can be run as an ESMF component.
Improved documentation, both on-line (web based browsing tools) and in-line
WRF Model Version 2.2 (December 2006) http://www.mmm.ucar.edu/wrf/users/
WRF PUBLIC DOMAIN NOTICE
WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an “AS IS” basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions.
====================================== This is the main directory for the WRF Version 2 source code release. ======================================
V2.2 Release Notes:
For questions, send mail to wrfhelp@ucar.edu
======================================
V2.1 Release Notes:
======================================
V2 update history:
======================================
How to compile and run?
In WRFV2 directory, type ‘configure’ - this will create a configure.wrf file that has appropriate compile options for the supported computers.
Note: WRF requires netCDF library. If your netCDF library is installed in
Type ‘compile case_name’ where you can find the case_names by simply typing compile. The following are available:
If sucessfully, this will create either real.exe or ideal.exe and wrf.exe in directory main/, and the appropriate executables will be linked into the test directoires under test/case_name, or run/.
cd to the appropriate test or run direcotry to run ideal/real/wrf.
If it is one of the idealized cases (b_wave, hill2d_x, grav2d_x, quarter_ss, squall2d_x or squall2d_y), cd the the appropriate directory, type
ideal.exe
to produce wrfinput_d01 file for wrf model. Then type
wrf.exe
to run.
If it is real-data case (real), place files from SI (wrf_real_input_em.*) in the appropriate directory, type
real.exe
to produce wrfbdy_d01 and wrfinput_d01. Then type
wrf.exe
to run.
If you use mpich, type
mpirun -np number-of-processors wrf.exe
For information on how to make nested runs, visit http://www.mmm.ucar.edu/wrf/users/
======================================
What is in WRF V2?
Advanced Research WRF (ARW) solver: Eulerian mass, hydrostatic and non-hydrostatic
Two-way nesting:
One-way nesting (since 2.0.2)
Moving nest (since 2.1)
Physics options:
Software