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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v6 v7  
    2424It is recommended to create a personal configuration file by copying the default configuration file {{{.ncl.config.}}} default to the PALM working directory {{{~/palm/current_version}}} and naming it {{{.ncl.config.}}} It is used by NCL directly. So, the parameters have to be written in {{{.ncl.config}}}  according to the rules of the scripting language NCL. The configuration file contains all steering parameters with a short description and can be modified to personal needs.
    2525==== Using {{{palmplot}}} ====
    26 
     26For controlling the parameters within the prompt, they need to be written as
     27{{{
     28palmplot plot_identifier parameter=value parameter=string
     29}}}
     30It 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.\\
     31Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}