frank0434 / Master

repo for the master project - water stress for APSIMX lucerne model
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

`NA` in `group_in_season` caused by Number of season - 1 #7

Closed frank0434 closed 3 years ago

frank0434 commented 3 years ago

Behaviour

     YearMonth MonthDay       Date    Season
    1:   2010-11    11-09 2010-11-09 2010/2011
    2:   2010-11    11-10 2010-11-10 2010/2011
    3:   2010-11    11-11 2010-11-11 2010/2011
    4:   2010-11    11-12 2010-11-12 2010/2011
    5:   2010-11    11-13 2010-11-13 2010/2011
   ---                                        
22851:   2012-07    07-27 2012-07-27      <NA>
22852:   2012-07    07-28 2012-07-28      <NA>
22853:   2012-07    07-29 2012-07-29      <NA>
22854:   2012-07    07-30 2012-07-30      <NA>
22855:   2012-07    07-31 2012-07-31      <NA>

caused by

https://github.com/frank0434/Master/blob/15ae582f9b127f74fab81249716fd45c87e1f7fe/R/functions.R#L519

frank0434 commented 3 years ago

Removed the -1 for now.

     YearMonth MonthDay       Date    Season
    1:   2010-11    11-09 2010-11-09 2010/2011
    2:   2010-11    11-10 2010-11-10 2010/2011
    3:   2010-11    11-11 2010-11-11 2010/2011
    4:   2010-11    11-12 2010-11-12 2010/2011
    5:   2010-11    11-13 2010-11-13 2010/2011
   ---                                        
22851:   2012-07    07-27 2012-07-27 2012/2013
22852:   2012-07    07-28 2012-07-28 2012/2013
22853:   2012-07    07-29 2012-07-29 2012/2013
22854:   2012-07    07-30 2012-07-30 2012/2013
22855:   2012-07    07-31 2012-07-31 2012/2013
frank0434 commented 3 years ago

675167d1010d4c0f20315db9f67a46ff58611557