Changeset 205
- Timestamp:
- 06/06/08 15:36:18
- Files:
-
- scout/trunk/cdl_0master.pl (modified) (3 diffs)
- scout/trunk/cdl_fixed_point.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/trunk/cdl_0master.pl
r204 r205 229 229 #DWR v1.1.0.0 6/2/2008 230 230 #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 ); 233 233 } 234 234 elsif ($format_category_value eq 'moving-point-2D') { … … 244 244 fixed_map(); 245 245 } 246 =comment247 246 sub fixed_point_1 () { 248 247 … … 2981 2980 } 2982 2981 } 2983 =cutscout/trunk/cdl_fixed_point.pl
r204 r205 445 445 if( $time_values[-1] < $ThreeDaysAgo ) 446 446 { 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" ); 448 448 } 449 449
