diff --git a/compass/landice/tests/ismip6_forcing/ocean_thermal/process_thermal_forcing.py b/compass/landice/tests/ismip6_forcing/ocean_thermal/process_thermal_forcing.py index 1fb29fa9c9..760fe1f3b6 100644 --- a/compass/landice/tests/ismip6_forcing/ocean_thermal/process_thermal_forcing.py +++ b/compass/landice/tests/ismip6_forcing/ocean_thermal/process_thermal_forcing.py @@ -213,8 +213,6 @@ def rename_ismip6_thermal_forcing_to_mali_vars(self, ismip6_to_mali_dims = dict( z="nISMIP6OceanLayers", ncol="nCells") - ds["xtime"] = ("Time", ["2015-01-01_00:00:00".ljust(64)]) - ds["xtime"] = ds.xtime.astype("S") ds["thermal_forcing"] = ds["thermal_forcing"].expand_dims( dim="Time", axis=0) ds = ds.rename(ismip6_to_mali_dims)