Skip to content

Commit

Permalink
Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed Feb 28, 2024
1 parent 956d3b3 commit 5120e67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stglib/vec/nc2waves.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def ds_puv(ds):
if k in standard_name:
ds["puv_" + k].attrs["standard_name"] = standard_name[k]

# add in Hs
ds["puv_Hsp"] = np.sqrt(2) * ds["puv_Hrmsp"]
ds["puv_Hsp"].attrs["description"] = "Hs computed via sqrt(2) * Hrmsp"
ds["puv_Hsp"].attrs["standard_name"] = "sea_surface_wave_significant_height"
Expand Down

0 comments on commit 5120e67

Please sign in to comment.