Implement frost indices
In the current Precilience project we want to compute frost indices.
-
Read data from gsstart and tasmin. After the gsstart and before 1st of August compute the number of days with tasmin<0C.
-
Read data from gsend and tas. After gsend compute the number of days with tas>5C.