Changes between Version 6 and Version 7 of doc/app/ncl
- Timestamp:
- Sep 14, 2010 4:48:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v6 v7 24 24 It 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. 25 25 ==== Using {{{palmplot}}} ==== 26 26 For controlling the parameters within the prompt, they need to be written as 27 {{{ 28 palmplot plot_identifier parameter=value parameter=string 29 }}} 30 It 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*'}}}