Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/477#discussion_r163141416 --- 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 -- The original script compares the annual means for the year 1989 between cru (observation), two models, and an average of the models. I think using the start and end times of (1989, 1, 1) and (1989, 12, 1) are totally okay and drawing three plots for the three model datasets is reasonable.
---