graphics_vis5d.tex 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. \begin{quote}
  2. {\it ``Vis5D is a system for interactive visualization of large 5-D
  3. gridded data sets such as those produced by numerical weather
  4. models. One can make isosurfaces, contour line slices, colored slices,
  5. volume renderings, etc of data in a 3-D grid, then rotate and animate
  6. the images in real time. There's also a feature for wind trajectory
  7. tracing, a way to make text annotations for publications, support for
  8. interactive data analysis, etc.''}
  9. \par
  10. \end{quote}
  11. \begin{flushright}
  12. from the Vis5D home page,\\
  13. {\url{http://www.ssec.wisc.edu/~billh/vis5d.html}}
  14. \end{flushright}
  15. \par
  16. \noindent This powerful visualisation tool together with its documentation is
  17. available through the above home page. Vis5D uses its own data format
  18. which makes it necessary to transform your data. Depending on their
  19. format
  20. % (see also section \ref{Filestructure}
  21. and the flowchart on
  22. {\url{http://puma.dkrz.de/puma/download/map/}} you have the following
  23. choices: If
  24. \begin{itemize}
  25. \item{{\it your data is raw \verb#PUMA# output,}\\
  26. you need to process it with the \verb#pumaburner#
  27. postprocessor (see section \ref{Pumaburner}) in order to
  28. transform it to either
  29. \verb#NETCDF#} (option \verb#-n# or namelist parameter
  30. \verb#NETCDF=1#) or \verb#GRIB# (option \verb#-g# or namelist
  31. parameter \verb#GRIB=1#) and proceed from there.
  32. \item{{\it your data is in \verb#SERVICE# format,}\\
  33. you need to convert it to either \verb#GRIB#, for
  34. instance with the \verb#PINGO#s:
  35. \begin{quote}
  36. \verb#grb copy2 data.srv data_with_grib_metainfo.grb output.grb#,
  37. \end{quote}
  38. or \verb#NETCDF#,
  39. using the program \verb#puma2cdf#, which is available with the
  40. \verb#PUMA# postprocessing tools. Despite of its name this
  41. program cannot process raw \verb#PUMA# output but takes
  42. \verb#SERVICE# format as input. It can as well be called as
  43. \verb#srv2cdf# which changes its behaviour: oddities of model
  44. output such as the existence of February, $30^{th}$ are
  45. then no longer removed. Once the format is changed proceed from there.}
  46. \item{{\it your data is in \verb#NETCDF# format,}\\
  47. it can easily transformed to \verb#Vis5D#'s native format by
  48. means of the program \verb#cdf2v2d#, which is available with
  49. the \verb#PUMA# postprocessing tools.}
  50. \item{{\it your data is in \verb#GRIB# format,\\}
  51. you can find a transformation tool named \verb#Grib2V5d# at\\
  52. \verb#<http://grib2v5d.sourceforge.net># which offers various
  53. practical features.}
  54. \end{itemize}
  55. \noindent Once the conversion to \verb#Vis5D#'s native format is
  56. achieved please follow the instructions from the \verb#Vis5D#
  57. documentation or, if \verb#Vis5D# is already installed on your
  58. system, try finding your own way by typing:
  59. \begin{quote}
  60. \verb#vis5d my_data.v5d#
  61. \end{quote}