Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What is VAPOR?

VAPOR stands for Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers. It is a software system providing an interactive 3D visualization environment that runs on most UNIX ,Windows and Mac systems equipped with modern 3D graphics cards. The home of the software is https://www.vapor.ucar.edu :

...

How to use VAPOR with Metview?

VAPOR has it own internal data model and NWP data has to be converted into the VAPOR format.  There are a set of command line tools that can convert NetCDF input data into the VAPOR format but there is no such tool available for GRIB.

Metview's VAPOR Prepare icon helps to overcome this difficulty and allows converting ECMWF GRIB data into the VAPOR format. Detailed instructions on how to use this icon can be found here.

Visualisation

Once the data has been converted just right-click Visualise the VAPOR Prepare icon to start up VAPOR with the newly created dataset

 

Image AddedImage Added

VAPOR data files

VAPOR input data is described by .vdf (VAPOR data Format) files. These are XML files containing the name and dimension all the variables and the path of the actual data files storing the data values.  VAPOR stores its actual data values in .vdc (VAPOR Data Collection) files. These are NetCDF files containing wavelet compressed 3D data. There is a separate file for each variable and timestep organized into a folder hierarchy.

...

VAPOR vertical grids

Vertically the input 3D data to be visualised can be:

  • regular: equidistant
  • layered: the height along a layer can change from point-to-point. The elevation above sea level of each layer has to be available as a variable called ELEVATION. VAPOR internally interpolate all the data to height levels. 
  • spherical: it is used mosltyused for solar physics

Level typeElevation present or can be derived (as z or h)Vertical grid typeSurface data can be used
pressureyeslayeredyes
pressurenoregularno
modelyeslayeredyes
modelnoregularno
heightyesregularyes

...