Changes between Version 7 and Version 8 of doc/app/ncl


Ignore:
Timestamp:
Sep 14, 2010 4:53:18 PM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v7 v8  
    2929}}}
    3030It is necessary to set the string parameters which can contain lists (var, c_var, vec1, vec2, plotvec) in single quotes. The list itself has to be separated by blanks.\\
    31 Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}
     31Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}\\\\
     32Setting of parameters in the configuration {{{.ncl.config}}} file will be ignored if parameters are specified in the prompt.\\\\
     33A short introduction for using the shell script is given by using
     34{{{
     35palmplot -? 
     36}}}}