Changes between Version 7 and Version 8 of doc/app/ncl
- Timestamp:
- Sep 14, 2010 4:53:18 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v7 v8 29 29 }}} 30 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*'}}} 31 Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}\\\\ 32 Setting of parameters in the configuration {{{.ncl.config}}} file will be ignored if parameters are specified in the prompt.\\\\ 33 A short introduction for using the shell script is given by using 34 {{{ 35 palmplot -? 36 }}}}