Changes between Version 1 and Version 2 of doc/app/ncl
- Timestamp:
- Sep 14, 2010 3:40:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v1 v2 1 1 == Usage of PALM NCL scripts == 2 2 The standard output format of data in PALM is [[../netcdf|netCDF]]. PALM produces output of 3D volume data, 2D cross sections, profiles, timeseries and spectra. All these kinds of output can be plotted with the ''NCAR Command Language'' [[http://www.ncl.ucar.edu/|NCL]] which is an interpreted language designed specifically for scientific data analysis and visualization.\\\\ 3 For PALM users four NCL scripts and one configuation file exist in the repository [[http://palm.muk.uni-hannover.de/browser/palm/trunk/SCRIPTS/NCL|/trunk/SCRIPTS/NCL]] to receive a quick overview of the output data: 4 * {{{cross_sections.ncl}}}: produces contour, isoline or vector plots (of a 2-dimensional vector) from 2D or 3D data; instantaneous or time-averaged xy, xz, yz or 3D data can be used 5 * {{{profiles.ncl}}}: produces profile line plots from profile or 3D data 6 * {{{spectra.ncl}}}: produces NCL spectra plots from spectra data