Skip to content

Commit

Permalink
specify frequency/period as scale
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang authored and tomvothecoder committed Feb 10, 2025
1 parent ee833eb commit 1550e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm_diags/driver/qbo_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def _get_psd_from_wavelet(data: np.ndarray) -> Tuple[np.ndarray, np.ndarray]:
Tuple(np.ndarray, np.ndarray)
The period and PSD arrays.
"""

period = np.arange(1, 55 + 1)
widths = period

Expand Down

0 comments on commit 1550e01

Please sign in to comment.