Skip to content

Commit

Permalink
Merge branch 'main' into enso_plots
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 authored Dec 4, 2024
2 parents 8ff5c25 + 0153e3c commit 34c0d64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
2 changes: 1 addition & 1 deletion pcmdi_metrics/mean_climate/lib/load_and_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load_and_regrid(
'[WARNING]: calendar info not found for time axis. ds.time.attrs["calendar"] is adjusted to standard'
)

# time bound check #1 -- add proper time bound info if cdms-generated annual cycle is loaded
# time bound check #1 -- add proper time bound info if non-xcdat-generated annual cycle is loaded
if isinstance(
ds.time.values[0], np.float64
): # and "units" not in list(ds.time.attrs.keys()):
Expand Down
1 change: 0 additions & 1 deletion pcmdi_metrics/variability_mode/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
linear_regression,
linear_regression_on_globe_for_teleconnection,
)
from .landmask import data_land_mask_out, estimate_landmask # noqa
from .lib_variability_mode import ( # noqa
search_paths,
check_start_end_year,
Expand Down
78 changes: 0 additions & 78 deletions pcmdi_metrics/variability_mode/lib/landmask.py

This file was deleted.

0 comments on commit 34c0d64

Please sign in to comment.