Installation

Custom installation

If Anaconda python is not practical, a different python distribution can be used. Below is a list of packages the system requires:

  • Python 2.7+
  • Basemap to render the rasters
  • simplekml to build KMZ files
  • f90nml to manipulate Fortran namelists
  • pyproj to place domains dynamically in LCC projection
  • paramiko to communicate over SSH with remote hosts
  • netCDF4 to manipulate WPS and WRF files
  • MesoPy to retrieve fuel moisture observations from Mesowest

wrfxpy is installed by cloning a GitHub repository

git clone https://github.com/openwfm/wrfxpy.git

Configure wrfxpy by editing etc/conf.json as above and then continue with Quickstart.