Index: raw2proc/trunk/raw2proc/proc_rdi_logdata_adcp.py =================================================================== --- raw2proc/trunk/raw2proc/proc_rdi_logdata_adcp.py (revision 124) +++ raw2proc/trunk/raw2proc/proc_rdi_logdata_adcp.py (revision 125) @@ -1,4 +1,4 @@ #!/usr/bin/env python -# Last modified: Time-stamp: <2008-03-20 09:40:53 haines> +# Last modified: Time-stamp: <2008-03-20 16:27:50 haines> """ how to parse data, and assert what data and info goes into @@ -214,19 +214,22 @@ }, # data variables - 'en' : {'long_name': 'Ensemble Number', + 'en' : {'short_name' : 'en', + 'long_name': 'Ensemble Number', 'standard_name': 'ensemble_number', 'units': 'None', }, - 'u': {'long_name': 'East/West Component of Current', + 'u': {'short_name' : 'u', + 'long_name': 'East/West Component of Current', 'standard_name': 'eastward_current', 'units': 'm s-1', 'reference': 'clockwise from True East', }, - 'v': {'long_name': 'North/South Component of Current', + 'v': {'short_name' : 'v', + 'long_name': 'North/South Component of Current', 'standard_name': 'northward_current', 'units': 'm s-1', 'reference': 'clockwise from True North', }, - 'water_depth': {'short_name': '', + 'water_depth': {'short_name': 'wd', 'long_name': 'Water Depth', 'standard_name': 'water_depth',