https://github.com/ClimateImpactLab/dscim/blob/8a870c3e2e16fbc3077f33972c5ef59a9278bb7e/src/dscim/menu/simple_storage.py#L134 xarray docs [say that .drop is deprecated](https://docs.xarray.dev/en/v2022.06.0/generated/xarray.Dataset.drop.html#xarray-dataset-drop) in favor of .drop_sel or other .drop_*s.
dscim/src/dscim/menu/simple_storage.py
Line 134 in 8a870c3
xarray docs say that .drop is deprecated in favor of .drop_sel or other .drop_*s.