Ignore:
Timestamp:
Jul 23, 2012 8:59:48 AM (12 years ago)
Author:
hoffmann
Message:

minor changes in palmplot pr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/.ncl.config.default

    r951 r958  
    823823      ; example: var = ",u,v,w,w*pt*,w"+dq+"pt"+dq+",wpt,"
    824824      ;
    825       ; default:   "all" (all available variables are plotted)
     825      ; default:   ",cross_profiles," (profiles are plotted together according
     826      ;                                to the d3par parameter cross_profiles)
    826827      ;***************************************************
    827828      if (.not. isvar("var"))then
     
    10491050      ; data type: integer
    10501051      ;
    1051       ; default:   -1
     1052      ; default:   -1      (profiles are plotted according
     1053      ;                     to the d3par parameter profile_columns)
    10521054      ;***************************************************
    10531055      if (.not. isvar("no_columns"))then         
     
    10651067      ; data type: integer
    10661068      ;
    1067       ; default:   -1
     1069      ; default:   -1      (profiles are plotted according
     1070      ;                     to the d3par parameter profile_rows)
    10681071      ;***************************************************
    10691072      if (.not. isvar("no_rows"))then   
Note: See TracChangeset for help on using the changeset viewer.