From 5120e679736ae61aebaef9bf126cc8d557baf297 Mon Sep 17 00:00:00 2001 From: Dan Nowacki Date: Wed, 28 Feb 2024 09:50:04 -0800 Subject: [PATCH] Tiny --- stglib/vec/nc2waves.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stglib/vec/nc2waves.py b/stglib/vec/nc2waves.py index 8ac2a176..244ad2df 100644 --- a/stglib/vec/nc2waves.py +++ b/stglib/vec/nc2waves.py @@ -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"