Ignore:
Timestamp:
Sep 30, 2010 1:37:58 PM (14 years ago)
Author:
heinze
Message:

Formatting of all NCL scripts.
Items of .ncl.config are re-sorted and xyc, xzc and yzc are no parameters any more.
Parameters start_f_1/end_f_1 are renamed to start_f/end_f in profiles.ncl.
Bugfix in cross_sections: enable vector plot if var is set explicitly.
Deletion of NCL user guide because guide is no available online.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmplot

    r549 r566  
    1414    # 01/04/10 - Rieke - bugfix - treatment of special character *
    1515    #                    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
    1618
    1719
     
    2426     printf "\n   script_identifier has to be one of the following:"
    2527     printf "\n    xy, xz, yz, pr, ts, sp"
    26      printf "\n   in dependence of the data that wants to be plotted\n"
     28     printf "\n   in dependence on the data that wants to be plotted\n"
    2729     printf "\n   the further arguments control the plot"
    2830     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")
    3033     exit
    3134 fi
Note: See TracChangeset for help on using the changeset viewer.