We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50f0ff commit bff9c7cCopy full SHA for bff9c7c
regional_mom6/regional_mom6.py
@@ -2768,12 +2768,6 @@ def regrid_velocity_tracers(
2768
"units": time_units,
2769
}
2770
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
- }
2777
# Here, keep in mind that 'var' keeps track of the mom6 variable names we want, and self.tracers[var]
2778
# will return the name of the variable from the original data
2779
0 commit comments