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

Changeset 125

Show
Ignore:
Timestamp:
03/20/08 17:35:50
Author:
haines
Message:

added short_names to proc_rdi_logdata_adcp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • raw2proc/trunk/raw2proc/proc_rdi_logdata_adcp.py

    r124 r125  
    11#!/usr/bin/env python 
    2 # Last modified:  Time-stamp: <2008-03-20 09:40:53 haines> 
     2# Last modified:  Time-stamp: <2008-03-20 16:27:50 haines> 
    33""" 
    44how to parse data, and assert what data and info goes into 
     
    214214               }, 
    215215        # data variables 
    216         'en' : {'long_name': 'Ensemble Number', 
     216        'en' : {'short_name' : 'en', 
     217                'long_name': 'Ensemble Number', 
    217218                 'standard_name': 'ensemble_number',                           
    218219                 'units': 'None', 
    219220                 }, 
    220         'u': {'long_name': 'East/West Component of Current', 
     221        'u': {'short_name' : 'u', 
     222              'long_name': 'East/West Component of Current', 
    221223              'standard_name': 'eastward_current', 
    222224              'units': 'm s-1', 
    223225              'reference': 'clockwise from True East', 
    224226              }, 
    225         'v': {'long_name': 'North/South Component of Current', 
     227        'v': {'short_name' : 'v', 
     228              'long_name': 'North/South Component of Current', 
    226229              'standard_name': 'northward_current',                           
    227230              'units': 'm s-1', 
    228231              'reference': 'clockwise from True North', 
    229232              }, 
    230         'water_depth': {'short_name': '', 
     233        'water_depth': {'short_name': 'wd', 
    231234                        'long_name': 'Water Depth', 
    232235                        'standard_name': 'water_depth',