Changes between Version 32 and Version 33 of doc/app/ncl
- Timestamp:
- May 23, 2012 3:55:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v32 v33 69 69 == Script crash == 70 70 If one of the scripts aborts and there is no comment, check your personal configuration file {{{.ncl.config}}} - the scripts should not abort with the default values. Be sure to use the right NCL data type (e.g.: integer = 2; float = 2.0; double = 2.0d; string = “name” ). 71 72 == User-defined NCL Routines == 73 In future we will collect useful NCL routines that have been developed by the PALM group and that users might use in their own NCL scripts. You can find these routines [./database here].