Ignore:
Timestamp:
06/05/08 14:40:41 (16 years ago)
Author:
kolasinski
Message:

Remove ADDSCL_BEFORE keyword when calling read_ncdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/nc_read.pro

    r92 r111  
    5555 
    5656   lec_data = read_ncdf(var_name, time_1-1, time_2-1, BOXZOOM = boxzoom, FILENAME = directory+file_name, $ 
    57                         /TIMESTEP, /ADDSCL_BEFORE, TOUT = tout, /NOSTRUCT, /CONT_NOFILL, GRID = vargrid, $ 
     57                        /TIMESTEP, TOUT = tout, /NOSTRUCT, /CONT_NOFILL, GRID = vargrid, $ 
    5858                        ZINVAR = zinvar, ZINDEX = zindex) 
    5959   field_dim = (size(lec_data))[0] 
     
    6161 
    6262   IF debug_w THEN print, '     ' 
    63    IF debug_w THEN print,  '    boxzoom=', boxzoom 
     63   IF debug_w AND $ 
     64    keyword_set(boxzoom) THEN print,  '    boxzoom=', boxzoom 
    6465   IF debug_w THEN print,  '    firstxt,firstyt,firstzt=', firstxt, firstyt, firstzt 
    6566   IF debug_w THEN print,  '    lastxt,lastyt,lastzt=', firstxt, firstyt, firstzt    
Note: See TracChangeset for help on using the changeset viewer.