Changeset 236 for palm/trunk/SCRIPTS/NCL/ncl_preferences.ncl
- Timestamp:
- Feb 12, 2009 2:58:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/ncl_preferences.ncl
r219 r236 30 30 31 31 32 file_1 = " file_1"32 file_1 = "File in" 33 33 34 34 … … 41 41 ; data type: integer 42 42 ; 43 ; example: start_f = 3 (if first file: example_ ts.3.nc)43 ; example: start_f = 3 (if first file: example_xy_av.3.nc) and 0 (if first file: example_xy_av.nc) 44 44 ; 45 45 ; default: -1 … … 59 59 ; data type: integer 60 60 ; 61 ; example: end_f = 48 (if last file: example_ ts.48.nc)61 ; example: end_f = 48 (if last file: example_xy_av.48.nc) and 0 (if last file: example_xy_av.nc) 62 62 ; 63 63 ; default: -1 … … 688 688 ; data type: integer 689 689 ; 690 ; example: 3 (if first file: example_ ts.3.nc)690 ; example: 3 (if first file: example_pr.3.nc) and 0 (if first file: example_pr.nc) 691 691 ; 692 692 ; default: -1 … … 706 706 ; data type: integer 707 707 ; 708 ; example: 48 (if last file: example_ ts.48.nc)708 ; example: 48 (if last file: example_pr.48.nc) and 0 (if last file: example_pr.nc) 709 709 ; 710 710 ; default: -1 … … 713 713 714 714 715 end_f_1 = -1 715 end_f_1 = -1 716 716 717 717 … … 829 829 830 830 831 legend = 0831 legend = 1 832 832 833 833 … … 1634 1634 ; data type: integer 1635 1635 ; 1636 ; example: start_f = 3 (if first file: example_ ts.3.nc)1636 ; example: start_f = 3 (if first file: example_sp.3.nc) and 0 (if first file: example_sp.nc) 1637 1637 ; 1638 1638 ; default: -1 … … 1652 1652 ; data type: integer 1653 1653 ; 1654 ; example: end_f = 48 (if last file: example_ ts.48.nc)1654 ; example: end_f = 48 (if last file: example_sp.48.nc) and 0 (if last file: example_sp.nc) 1655 1655 ; 1656 1656 ; default: -1 … … 2049 2049 ; data type: integer 2050 2050 ; 2051 ; example: start_f = 3 (if first file: example_ts.3.nc) 2051 ; example: start_f = 3 (if first file: example_ts.3.nc) and 0 (if first file: example_ts.nc) 2052 2052 ; 2053 2053 ; default: -1 … … 2067 2067 ; data type: integer 2068 2068 ; 2069 ; example: end_f = 48 (if last file: example_ts.48.nc) 2069 ; example: end_f = 48 (if last file: example_ts.48.nc) and 0 (if last file: example_ts.nc) 2070 2070 ; 2071 2071 ; default: -1
Note: See TracChangeset
for help on using the changeset viewer.