Github user huikyole commented on a diff in the pull request:
https://github.com/apache/climate/pull/477#discussion_r161660107
--- Diff: examples/model_ensemble_to_rcmed.py ---
@@ -125,6 +125,11 @@
wrf311_dataset, temporal_resolution='annual')
cru31_dataset = dsp.temporal_rebin(cru31_dataset,
temporal_resolution='annual')
+# Rebinning annual pushes the start date to the middle of the year
--- End diff --
This example has not been updated for a while, but start_time = end_time
does not make any sense. I will take a look at this example again.
---