Github user MichaelArthurAnderson commented on a diff in the pull request:

    https://github.com/apache/climate/pull/477#discussion_r161935915
  
    --- 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 example has 1 year of data.  1/1/1989 to 12/31/1989.
    
    The data is then rebinned to annual.
    
    That I believe that effectively pushes all the data to a single point a 
7/2/1989.
    
    I reset start date to the start date post rebinning.  Setting the end date 
to the start date was easiest, but I could have set it to the end date on the 
data set, but I believe that would have been 7/2/1989 too.



---

Reply via email to