Changeset 182

Show
Ignore:
Timestamp:
04/15/08 08:53:55
Author:
dan
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scout/trunk/cdl_0master.pl

    r179 r182  
    4545 
    4646# where the latest obs timestamps are 
    47 $latest_obs_by_station_id_dir = '/home/scscout/sc/obs/2.0/latest_obs_by_station_id'; 
     47#$latest_obs_by_station_id_dir = '/home/scscout/sc/obs/2.0/latest_obs_by_station_id'; 
     48$latest_obs_by_station_id_dir = '/home/dramage/netcdf/fetch_logs'; 
    4849 
    4950# 
     
    178179# get latest timestamp for this station_id if there is one 
    179180$this_station_id = $institution_code_value.'_'.$platform_code_value.'_'.$package_code_value; 
     181#print( "$latest_obs_by_station_id_dir.'/'.$this_station_id\n" ); 
    180182open (TS, $latest_obs_by_station_id_dir.'/'.$this_station_id); 
    181183while (<TS>) {