summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b85700d)
Put the comment right before the relevant code statement.
# The code assumes meteorological seasons.
# See http://en.wikipedia.org/wiki/Season
# The code assumes meteorological seasons.
# See http://en.wikipedia.org/wiki/Season
-#
-# Default seasons order is the one for the Northern hemisphere.
seasons_norhtern = ["Winter", "Spring", "Summer", "Autumn"]
seasons_southern = ["Summer", "Autumn", "Winter", "Spring"]
seasons_norhtern = ["Winter", "Spring", "Summer", "Autumn"]
seasons_southern = ["Summer", "Autumn", "Winter", "Spring"]
+# Default seasons order is the one for the Northern hemisphere
seasons = seasons_norhtern
months = ["January", "February", "March", "April", "May", "June", "July",
seasons = seasons_norhtern
months = ["January", "February", "March", "April", "May", "June", "July",