Changes between Version 4 and Version 5 of doc/app/ncl


Ignore:
Timestamp:
Sep 14, 2010 4:20:06 PM (14 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v4 v5  
    99The shell script **palmplot** is designed for running the NCL scripts interactively and can be found in [[source:palm/trunk/SCRIPTS|/trunk/SCRIPTS]]. The usage is as follows:\\\\
    1010{{{palmplot plot_identifier}}}\\\\
    11 {{{plot_identifier}}} has to be {{{xy}}}, {{{xz}}}, {{{yz}}}, {{{pr}}}, {{{sp}}}, {{{ts}}} in dependence of the data that is to be plotted:
     11{{{plot_identifier}}} has to be {{{xy}}}, {{{xz}}}, {{{yz}}}, {{{pr}}}, {{{sp}}} or {{{ts}}} in dependence on the data that is to be plotted:
     12||='''plot_identifier''' =||='''data ''' =||='''used ncl script''' =||
     13||xy  ||instantaneous or time-averaged xy or 3D data  ||{{{cross_sections.ncl}}}  ||
     14||xz  ||instantaneous or time-averaged xz or 3D data  ||{{{cross_sections.ncl}}}  ||
     15||yz  ||instantaneous or time-averaged yz or 3D data  ||{{{cross_sections.ncl}}}  ||
     16||pr  ||profile or 3D data  ||{{{profiles.ncl}}}  ||
     17||sp  ||spectra data  ||{{{spectra.ncl}}}  ||
     18||yz  ||timeseries data  ||{{{timeseries.ncl}}}  ||