-------------------
New Features
~~~~~~~~~~~~
- Add a new flag to both ``get_bycoords`` and ``get_bygeom`` functions
called ``snow`` which separates snow from the precipitation using
the `Martinez and Gupta (2010) <https://doi.org/10.1029/2009WR008294>`__ method.
Internal Changes
~~~~~~~~~~~~~~~~
- Add elevation data when computing PET regardless of the ``pet`` method.
- Match the chunk size of ``elevation`` with that of the climate data.
- Drop ``time`` dimension from ``elevation``, ``lon``, and ``lat`` variables.
Bug Fixes
~~~~~~~~~
- Fix a bug in setting dates for monthly timescales. For monthly timescale
Daymet calendar is at 15th or 16th of the month, so input dates need to be
adjusted accordingly.