Skip to content

Commit

Permalink
/ Correct altitutde standard name and units
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Apr 16, 2020
1 parent f481730 commit 2476c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eurec4a_snd/L1_bufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ def main(args={}):
'altitude', 'f4', ('sounding', 'levels'),
fill_value=fillval,
zlib=True)
nc_alti.standard_name = 'altitude'
nc_alti.units = 'm'
nc_alti.standard_name = 'geopotential_height'
nc_alti.units = 'gpm'
nc_alti.coordinates = "flight_time longitude latitude pressure"
nc_pres = fo.createVariable(
'pressure', 'f4', ('sounding', 'levels'),
Expand Down

0 comments on commit 2476c65

Please sign in to comment.