A question about eca_gsl
Added by Guilong Li about 11 years ago
Hi,
I am using eca_gsl to calculate growing season length and start date of growing season. The problem is the length of growing season seems reasonable, but start date of growing season is unresonable large (1e+19). My first guess is the output in second, but when I divide it into 86400(24*60*60) and try to covert to day, I still have very large value. Does anybody know why?
Here is the code: cdo eca_gsl,5,5 tmean.nc gs.nc
Thanks,
Guilong
Replies (2)
RE: A question about eca_gsl - Added by Guilong Li about 11 years ago
Sorry, the code should be cdo eca_gsl,5,5 tmean.nc tmean.nc gs.nc
where I use tmean.nc as a mask
RE: A question about eca_gsl - Added by Uwe Schulzweida about 11 years ago
Hi Guilong,
Thanks for this information!
The start date of growing season is wrong on those points where the length of growing season is zero.
This bug will be fixed in the next CDO release.
Cheers,
Uwe