Changeset 244

Show
Ignore:
Timestamp:
10/31/08 14:42:43
Author:
dan
Message:

Changes: Added in the eastward_current variable for the obskml.
Convert the current_speed into cm_s-1 from m_s-1.
get_mag_dir changed the formatting from %d to %f.

Files:

Legend:

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

    r234 r244  
    411411      } 
    412412    } 
     413   elsif( $iLastNTimeStamps > $iTimeCnt ) 
     414   { 
     415    print( "fixed_point()::iLastNTimeStamps: $iLastNTimeStamps is greater than total number of times in file. Resetting to iLastNTimeStamps to $iTimeCnt\n" ); 
     416    $iLastNTimeStamps = $iTimeCnt; 
     417   } 
    413418  } 
    414419  # get the units 
     
    25712576                obsKMLSubRoutines::KMLAddObsToHash( 'current_speed',  
    25722577                                                    $KMLTimeStamp[$k], 
    2573                                                     @VectorDataVal[0], 
     2578                                                    ( @VectorDataVal[0] * 100.0 ), #Convert to cm_s-1 
    25742579                                                    1, 
    25752580                                                    $strPlatformID, 
    25762581                                                    $Height, 
    2577                                                     'm_s-1', 
     2582                                                    'cm_s-1', 
    25782583                                                    $rObsHash ); 
    25792584                $strUnits = '';