geanders / futureheatwaves

Functions to Identify and Characterize Heatwaves in Climate Projections
3 stars 0 forks source link

For C++ function to ID heatwaves, take out `first.hw.day` #67

Closed geanders closed 8 years ago

geanders commented 8 years ago

We don't need this anymore. I'm working on taking it out of the R functions, but we can take it out from the C++ function, too. This column was a relic from using this id function for some epidemiology studies. This means that the dataframe returned from the ID heatwaves functions should only have two new columns: hw and hw.number (these are in addition to the date and tmpd columns it came in with).

ColinAE commented 8 years ago

I have taken out all logic involved with first.hw.day.

ColinAE commented 8 years ago

Although, it should be noted that I do not know what effect this will have far beyond the heatwave identification part.

geanders commented 8 years ago

I checked with the R ID heatwaves functions and we're fine. We weren't ever using that column again.