Changeset 958 for palm/trunk/SCRIPTS/NCL/.ncl.config.default
- Timestamp:
- Jul 23, 2012 8:59:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/.ncl.config.default
r951 r958 823 823 ; example: var = ",u,v,w,w*pt*,w"+dq+"pt"+dq+",wpt," 824 824 ; 825 ; default: "all" (all available variables are plotted) 825 ; default: ",cross_profiles," (profiles are plotted together according 826 ; to the d3par parameter cross_profiles) 826 827 ;*************************************************** 827 828 if (.not. isvar("var"))then … … 1049 1050 ; data type: integer 1050 1051 ; 1051 ; default: -1 1052 ; default: -1 (profiles are plotted according 1053 ; to the d3par parameter profile_columns) 1052 1054 ;*************************************************** 1053 1055 if (.not. isvar("no_columns"))then … … 1065 1067 ; data type: integer 1066 1068 ; 1067 ; default: -1 1069 ; default: -1 (profiles are plotted according 1070 ; to the d3par parameter profile_rows) 1068 1071 ;*************************************************** 1069 1072 if (.not. isvar("no_rows"))then
Note: See TracChangeset
for help on using the changeset viewer.