Ignore:
Timestamp:
Feb 12, 2009 2:58:16 PM (15 years ago)
Author:
letzel
Message:
  • NCL scripts in trunk/SCRIPTS/NCL updated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/ncl_preferences.ncl

    r219 r236  
    3030
    3131
    32          file_1 = "file_1"
     32         file_1 = "File in"
    3333         
    3434         
     
    4141      ; data type: integer
    4242      ;
    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)
    4444      ;
    4545      ; default:   -1 
     
    5959      ; data type: integer
    6060      ;
    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)
    6262      ;
    6363      ; default:   -1 
     
    688688      ; data type: integer
    689689      ;
    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)
    691691      ;
    692692      ; default:   -1 
     
    706706      ; data type: integer
    707707      ;
    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)
    709709      ;
    710710      ; default:   -1 
     
    713713     
    714714         
    715          end_f_1 = -1 
     715         end_f_1 = -1
    716716         
    717717         
     
    829829     
    830830         
    831          legend = 0
     831         legend = 1
    832832         
    833833         
     
    16341634      ; data type: integer
    16351635      ;
    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)
    16371637      ;
    16381638      ; default:   -1 
     
    16521652      ; data type: integer
    16531653      ;
    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)
    16551655      ;
    16561656      ; default:   -1 
     
    20492049      ; data type: integer
    20502050      ;
    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)
    20522052      ;
    20532053      ; default:   -1 
     
    20672067      ; data type: integer
    20682068      ;
    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)
    20702070      ;
    20712071      ; default:   -1 
Note: See TracChangeset for help on using the changeset viewer.