Ignore:
Timestamp:
11/27/07 18:01:34 (16 years ago)
Author:
kolasinski
Message:

Add some debug_w in nc_build and nc_put

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/nc_build.pro

    r2 r13  
    1212 
    1313; grid 
     14   IF debug_w THEN print, ' ' 
     15   IF debug_w THEN print, '  ENTER nc_build...' 
    1416 
     17   IF debug_w THEN print, '    direc = ', direc 
    1518 
    1619   xpos = strpos(direc, 'x') 
     
    99102   cdf_description = str_x+str_y+str_z+str_t+',GLOBAL=global_attributes' 
    100103 
     104   IF debug_w THEN print, '    cdf_description = ', cdf_description 
     105   IF debug_w THEN print, '  ...EXIT nc_build' 
    101106   return, cdf_description 
    102107    
Note: See TracChangeset for help on using the changeset viewer.