NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 303

Show
Ignore:
Timestamp:
12/09/09 19:39:36
Author:
cbc
Message:

Change u,v,w units.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/branches/raw2proc-dev/proc_scintec_maindata_sfas.py

    r302 r303  
    173173              'long_name': 'East/West Component of Wind', 
    174174              'standard_name': 'eastward_wind', 
    175               'units': 'cm s-1', 
     175              'units': 'm s-1', 
    176176             }, 
    177177        'v': {'short_name' : 'v', 
    178178              'long_name': 'North/South Component of Wind', 
    179179              'standard_name': 'northward_wind',                           
    180               'units': 'cm s-1', 
     180              'units': 'm s-1', 
    181181             }, 
    182182        'w': {'short_name' : 'w', 
    183183              'long_name': 'Vertical Component of Wind', 
    184184              'standard_name': 'upward_wind',                           
    185               'units': 'cm s-1', 
     185              'units': 'm s-1', 
    186186             }, 
    187187        'sigw': {'short_name' : 'sigw',