staticconstcharCFD_LONGNAME[]="Consecutive frost days index is the greatest number of consecutive frost days in a given time period. Frost days is the number of days where minimum of temperature is below 0 degree Celsius. The time period should be defined by the bounds of the time coordinate.";
staticconstcharCFD_LONGNAME2[]="Number of cfd periods in given time period with more than 5 days. The time period should be defined by the bounds of the time coordinate.";
staticconstcharCSU_LONGNAME[]="Consecutive summer days index is the greatest number of consecutive summer days in a given time period. Summer days is the number of days where maximum of temperature is above 25 degree Celsius. The time period should be defined by the bounds of the time coordinate.";
staticconstcharCSU_LONGNAME2[]="Number of csu periods in given time period with more than 5 days. The time period should be defined by the bounds of the time coordinate.";
staticconstcharCWDI_LONGNAME[]="This is the number of days per time period where in intervals of at least %d consecutive days the daily minimum temperature is more than %1.0f degrees below a reference value. The reference value is calculated as the mean of minimum temperatures of a five day window centred on each calendar day of a given 30 year climate reference period. The time period should be defined by the bounds of the time coordinate.";