Skip to content

Commit

Permalink
Sensible Temperature is changed to Air Temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
PraveenKumar-NOAA authored and PraveenKumar-NOAA committed May 22, 2024
1 parent 1b980ec commit 5921530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/ioda/bufr2ioda/bufr2ioda_adpupa.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def bufr_to_ioda(config, logger):
# Air Temperature
obsspace.create_var('ObsValue/airTemperature', dtype=tmdb.dtype, fillval=tmdb.fill_value) \
.write_attr('units', 'K') \
.write_attr('long_name', 'Sensible Temperature') \
.write_attr('long_name', 'Air Temperature') \
.write_data(tmdb)

# DewPoint Temperature
Expand Down

0 comments on commit 5921530

Please sign in to comment.