Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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.

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

 

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.

The input data must be defined on  a 3D grid,  which has to be regular horizontally. The vertical grids are described here.

VAPOR uses a right-handed coordinate system which means that :

  • the horizontal grid has to start at the SW corner
  • the vertical coordinates have to increase along the z axis (upwards).

VAPOR vertical grids

Vertically the input 3D data 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 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

 

 




 

 

 

  • No labels