Changes between Version 26 and Version 27 of doc/app/ncl
- Timestamp:
- Sep 30, 2010 8:04:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v26 v27 21 21 ||sp ||spectra data ||{{{spectra.ncl}}} || 22 22 ||yz ||timeseries data ||{{{timeseries.ncl}}} || 23 Several [[../nclparlist|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 Several [[../nclparlist|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. \\\\ 24 When the PALM NCL scripts are used for the first time, the [[source:palm/trunk/SCRIPTS/NCL/.hluresfile|.hluresfile]] is copied to the home directory. It changes NCL's default graphical display and enlarges the height and width of the default x11 window. This file can also be modified to change other default settings. Further information are available [[http://www.ncl.ucar.edu/Document/Graphics/hlures.shtml|here]]. 25 24 26 == Using {{{.ncl.config}}} == 25 27 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 [[../nclparlist|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 [[../nclparlist|parameters]] with a short description and can be modified to personal needs.