Implement frost indices

In the current Precilience project we want to compute frost indices.

  1. Read data from gsstart and tasmin. After the gsstart and before 1st of August compute the number of days with tasmin<0C.

  2. Read data from gsend and tas. After gsend compute the number of days with tas>5C.