fix compatibility with caching
[WRF-GoogleEarth.git] / README
blobb72c109347f672d7d959b8f65f1557a47fccfe75
1 WRF-GoogleEarth repository
3 Authors:
4 Jonathan Beezley  University of CO, Denver
5 Lin Zhang         University of UT, SLC
7 This repository contains scripts for creating KMZ files from WRF output files
8 as well as classes that can be extended for customizing the output.  A description
9 of the code can be found at http://www.openwfm.org/wiki/Visualization_in_Google_Earth.
10 The main script, nc2kmz.py, generates a file called fire.kmz, which when opened
11 in Google Earth shows the heat flux coming from the fire as a ground overlay.  This
12 script will not work on idealized simulations because they cannot be geolocated.
13 The script take one argument, the output NetCDF file,
15 python nc2kmz.py <wrfout>
17 Python modules required:
18   matplotlib
19   netCDF4  or  Scientific