Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed Jun 11, 2024
1 parent 77ffb16 commit 2bc07b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stglib/core/waves.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def make_diwasp_pres(ds):
SMout, EPout = pyDIWASP.dirspec.dirspec(
ID, SM, EP, ["MESSAGE", 0, "PLOTTYPE", 0]
)
print(f"{EPout=}")
# print(f"{EPout=}")
S[burst, :, :] = SMout["S"]

H[burst], Tp[burst], DTp[burst], Dp[burst] = pyDIWASP.infospec.infospec(SMout)
Expand Down
2 changes: 1 addition & 1 deletion stglib/rsk/nc2waves.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def nc_to_waves(nc_filename):
utils.check_compliance(nc_filename, conventions=ds.attrs["Conventions"])

if dodiwasp:
diwasp_filename = ds.attrs["filename"] + "_diwasp-cal.nc.nc"
diwasp_filename = ds.attrs["filename"] + "_diwasp-cal.nc"
diwasp.to_netcdf(diwasp_filename)
utils.check_compliance(diwasp_filename, conventions=ds.attrs["Conventions"])

Expand Down

0 comments on commit 2bc07b2

Please sign in to comment.