Skip to content

andrewsoong/WRF-GoogleEarth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been depreciated.  See new script at 
https://github.com/jbeezley/wrf2kmz

WRF-GoogleEarth repository

Authors:
Jonathan Beezley  University of CO, Denver
Lin Zhang         University of UT, SLC

This repository contains scripts for creating KMZ files from WRF output files
as well as classes that can be extended for customizing the output.  A description
of the code can be found at http://www.openwfm.org/wiki/Visualization_in_Google_Earth.
The main script, nc2kmz.py, generates a file called fire.kmz, which when opened
in Google Earth shows the heat flux coming from the fire as a ground overlay.  This
script will not work on idealized simulations because they cannot be geolocated.
The script take one argument, the output NetCDF file,

python nc2kmz.py <wrfout>

Python modules required:
  matplotlib
  netCDF4  or  Scientific



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%