Beginning with version 4.0, the basic WRF tar file now includes
WRFDA, WRFPLUS, and WRF-Chem. Next to the WRFDA tar file link, there is
a link to 'updates.' Take a look at that for additional information
regarding this change. You can also find updated compiling instructions
in the Users Guide: http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.0/users_guide_chap6.html
The WRFDA system is in the public domain and is freely available for
community use. It is designed to be a flexible, state-of-the-art
atmospheric data assimilation system that is portable and efficient on
available parallel computing platforms. WRFDA is suitable for use in a
broad range of applications, across scales ranging from kilometers for
regional and mesoscale modeling to thousands of kilometers for global
scale modeling.
The Mesoscale and Microscale Meteorology (MMM) Laboratory of NCAR
currently maintains and supports a subset of the overall WRF code
(Version 4) that includes:
WRF Software Framework (WSF)
Advanced Research WRF (ARW) dynamic solver, including one-way,
two-way nesting and moving nests, grid and observation nudging
WRF Pre-Processing System (WPS)
WRF Data Assimilation System (WRFDA)
Numerous physics packages contributed by WRF partners and the
research community
############################## WRF ############################ source /home/wpsze/WRF/WRFv440/wrf_env.sh ################################################################## # Prior to version 4.0, WRFPlus code had been developed and maintained # in a separated branch from WRF. From V4.0, it is now fully integrated # into the same WRF branch. TLM/ADJ code is located in the 'wrftladj' directory.
# Now WRF, WRFDA, and WRFPLUS are stored in the same package which you can get from GitHub. # After downloading WRF package, decompress it three times, # rename it to WRF, WRFDA, and WRFPLUS.
cd$download_DIR
rm -rf WRFVDA4.5
cp -r WRFV4.4-raw WRFDAV4.4
cd WRFDAV4.4/
./clean -a
./configure wrfda
## rewrite: The character class \s will match the whitespace characters <tab> and <space>. ## and don't include $(DM_FC) # ** Not for all version ** sed -i "s/\s\stime\s//g" configure.wrf
./compile all_wrfvar 2>&1 | tee compile_wrfda.out
# After successful compilation, you can find the EXE file of WRFDA in the var/build/ directory # ./var/build/da_wrfvar.exe
but in this link i don't have a 4.0 testdata and the last testdata
that I have is for 3.9 So I've downloaded 3.9 testdata... As expected,
it complained about old 3.9 data, so I had to include >
force_use_old_data=True