Welcome to the DART-WRF documentation!
DART-WRF is a python package to run an Ensemble Data Assimilation system using the data assimilation suite DART and the weather research and forecast model WRF.
Installation
DART-WRF is available at github.com/lkugler/DART-WRF using the command line. To use it, you don't need to install it, but only its requirements:
git clone https://github.com/lkugler/DART-WRF.git
pip install xarray netCDF4 docopt pysolar==0.10.0
Note that pysolar is only necessary if you will be using satellite observations.
Other helpful resources
DART documentation [here] WRF user guide [here]
API
- :ref:`genindex`
- :ref:`modindex`
- :ref:`search`