Difference between revisions of "User:Jmandel/WRF-Fire output to VAPOR conversion"
Jump to navigation
Jump to search
(corr) |
|||
Line 2: | Line 2: | ||
===WRF to VAPOR=== | ===WRF to VAPOR=== | ||
− | The '''wrfvdfcreate'''/'''wrf2vdf''' convert '''wrfout''' files to '''.vdf''' format. These are executables not scripts, and controlled by command-line arguments. The conversion should involve computing node height from the [[Wikipedia:Geopotential|geopotential]] to node vertical cartesian coordinates and the interpolation from staggered wind mesh. Supplied with VAPOR. | + | The '''wrfvdfcreate'''/'''wrf2vdf''' convert '''wrfout''' files to '''.vdf''' format. These are executables not scripts, and controlled by command-line arguments. The conversion should involve computing node height from the [[Wikipedia:Geopotential|geopotential]] to node vertical cartesian coordinates (variable ELEVATION) and the interpolation from staggered wind mesh. Supplied with VAPOR. |
Documentation: | Documentation: | ||
− | * [http://www.vapor.ucar.edu/docs/reference/index.php?id=man/wrf2vdf man page] | + | * [http://www.vapor.ucar.edu/docs/reference/index.php?id=man/wrf2vdf wrf2vdf man page] |
+ | * [http://www.vapor.ucar.edu/docs/reference/index.php?id=man/wrfvdfcreate wrfvdfcreate man page] | ||
* [http://www.vapor.ucar.edu/docs/usage/wrfprep/WRFsupport.pdf usage manual] | * [http://www.vapor.ucar.edu/docs/usage/wrfprep/WRFsupport.pdf usage manual] | ||
Revision as of 13:39, 8 July 2010
VAPOR conversion tools
WRF to VAPOR
The wrfvdfcreate/wrf2vdf convert wrfout files to .vdf format. These are executables not scripts, and controlled by command-line arguments. The conversion should involve computing node height from the geopotential to node vertical cartesian coordinates (variable ELEVATION) and the interpolation from staggered wind mesh. Supplied with VAPOR.
Documentation:
Examples:
NetCDF to VAPOR
ncdf2vdf is a more general utility.
- Is it possible to convert and use data at different resolutions (fire mesh, atmospheric mesh?
- What about staggering of the wind mesh?
- And conversion of geopotential to node height?
Documentation:
Examples:
- conversion of EULAG output (page 11)
NetCDF manipulation utilities
We could use a command line tool to subset wrfout files to leave only variables of interest. There are several packages of utilities that can be used to build a script to do this. However many areout of date.