Changeset 566 for palm/trunk/SCRIPTS/palmplot
- Timestamp:
- Sep 30, 2010 1:37:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmplot
r549 r566 14 14 # 01/04/10 - Rieke - bugfix - treatment of special character * 15 15 # in NCL variables containing lists corrected 16 # 23/08/10 - Rieke - bugfix - "" had to be added in if-queries 17 # 30/09/10 - Rieke - Link to new online documentation of PALM NCL scripts 16 18 17 19 … … 24 26 printf "\n script_identifier has to be one of the following:" 25 27 printf "\n xy, xz, yz, pr, ts, sp" 26 printf "\n in dependence o fthe data that wants to be plotted\n"28 printf "\n in dependence on the data that wants to be plotted\n" 27 29 printf "\n the further arguments control the plot" 28 30 printf "\n they can also be set in the configuration file .ncl.config" 29 printf "\n a documentation is available at $PALM_BIN/\NCL\/UserGuide_for_NCLscripts.pdf\n\n") 31 printf "\n a documentation is available at" 32 printf "\n http://palm.muk.uni-hannover.de/wiki/doc/app/ncl \n\n") 30 33 exit 31 34 fi
Note: See TracChangeset
for help on using the changeset viewer.