Changeset 951 for palm/trunk/SCRIPTS/NCL/.ncl.config.default
- Timestamp:
- Jul 19, 2012 2:22:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/.ncl.config.default
r782 r951 828 828 829 829 830 var = " all"830 var = ",cross_profiles," 831 831 832 832 … … 1049 1049 ; data type: integer 1050 1050 ; 1051 ; default: 11051 ; default: -1 1052 1052 ;*************************************************** 1053 1053 if (.not. isvar("no_columns"))then 1054 1054 1055 1055 1056 no_columns = 11056 no_columns = -1 1057 1057 1058 1058 … … 1065 1065 ; data type: integer 1066 1066 ; 1067 ; default: 21067 ; default: -1 1068 1068 ;*************************************************** 1069 1069 if (.not. isvar("no_rows"))then 1070 1070 1071 1071 1072 no_rows = 21072 no_rows = -1 1073 1073 1074 1074
Note: See TracChangeset
for help on using the changeset viewer.