Changeset 205

Show
Ignore:
Timestamp:
06/06/08 15:36:18
Author:
dan
Message:

--

Files:

Legend:

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

    r204 r205  
    229229  #DWR v1.1.0.0 6/2/2008 
    230230  #Added use of $iLastNTimeStamps. 
    231   #fixed_point_1($this_station_id_top_ts, $FileCreationOption, $strObsKMLDir, $iLastNTimeStamps ); 
    232   fixed_point($this_station_id_top_ts, $FileCreationOption, $strObsKMLDir, $iLastNTimeStamps ); 
     231  fixed_point_1($this_station_id_top_ts, $FileCreationOption, $strObsKMLDir, $iLastNTimeStamps ); 
     232  #fixed_point($this_station_id_top_ts, $FileCreationOption, $strObsKMLDir, $iLastNTimeStamps ); 
    233233} 
    234234elsif ($format_category_value eq 'moving-point-2D') { 
     
    244244  fixed_map(); 
    245245} 
    246 =comment 
    247246sub fixed_point_1 () { 
    248247 
     
    29812980  } 
    29822981} 
    2983 =cut 
  • scout/trunk/cdl_fixed_point.pl

    r204 r205  
    445445  if( $time_values[-1] < $ThreeDaysAgo ) 
    446446  { 
    447     print( "Time Lag::Last time value older than 3 days Platform: $institution_code_value.$platform_code_value.$package_code_value Last Date: $time_formatted_values[-1] File: $net_cdf_file\n" ); 
     447    print( "\n***Time Lag::Last time value older than 3 days Platform: $institution_code_value.$platform_code_value.$package_code_value Last Date: $time_formatted_values[-1] File: $net_cdf_file\n" ); 
    448448  } 
    449449