Index: sodar/branches/raw2proc-dev/proc_scintec_maindata_sfas.py =================================================================== --- sodar/branches/raw2proc-dev/proc_scintec_maindata_sfas.py (revision 302) +++ sodar/branches/raw2proc-dev/proc_scintec_maindata_sfas.py (revision 303) @@ -173,15 +173,15 @@ 'long_name': 'East/West Component of Wind', 'standard_name': 'eastward_wind', - 'units': 'cm s-1', + 'units': 'm s-1', }, 'v': {'short_name' : 'v', 'long_name': 'North/South Component of Wind', 'standard_name': 'northward_wind', - 'units': 'cm s-1', + 'units': 'm s-1', }, 'w': {'short_name' : 'w', 'long_name': 'Vertical Component of Wind', 'standard_name': 'upward_wind', - 'units': 'cm s-1', + 'units': 'm s-1', }, 'sigw': {'short_name' : 'sigw',