Changes between Version 15 and Version 16 of doc/app/ncl
- Timestamp:
- Sep 15, 2010 8:57:38 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v15 v16 7 7 * [[source:palm/trunk/SCRIPTS/NCL/spectra.ncl|spectra.ncl]]: NCL spectra plots from spectra data 8 8 * [[source:palm/trunk/SCRIPTS/NCL/timeseries.ncl|timeseries.ncl]]: line plots from timeseries data 9 * [[source:palm/trunk/SCRIPTS/NCL/.ncl.config.default|.ncl.config.default] : default configuration file10 The shell script [[source:palm/trunk/SCRIPTS/palmplot|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:9 * [[source:palm/trunk/SCRIPTS/NCL/.ncl.config.default|.ncl.config.default]]: default configuration file 10 The shell script [[source:palm/trunk/SCRIPTS/palmplot|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: 11 11 {{{ 12 12 palmplot plot_identifier … … 22 22 Several parameters can be steered to change the output of the plots. They can be either written in the prompt, modified within the configuration file {{{.ncl.config.default}}} or both. 23 23 ==== Using {{{.ncl.config}}} ==== 24 It is recommended to create a personal configuration file by copying the default configuration file {{{.ncl.config. }}} defaultto 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 (see [[http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclDataTypes.shtml|NCL data types]]). The configuration file contains all steering parameters with a short description and can be modified to personal needs.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 (see [[http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclDataTypes.shtml|NCL data types]]). 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