Skip to content

Commit bff9c7c

Browse files
committed
Ugh
1 parent a50f0ff commit bff9c7c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

regional_mom6/regional_mom6.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,12 +2768,6 @@ def regrid_velocity_tracers(
27682768
"units": time_units,
27692769
}
27702770

2771-
# This to change the time coordinate.
2772-
segment_out = rgd.add_or_update_time_dim(segment_out, times)
2773-
segment_out.time.attrs = {
2774-
"calendar": calendar,
2775-
"units": f"{self.time_units} since {self.startdate}",
2776-
}
27772771
# Here, keep in mind that 'var' keeps track of the mom6 variable names we want, and self.tracers[var]
27782772
# will return the name of the variable from the original data
27792773

0 commit comments

Comments
 (0)