Surface solar radiation downwards in era5 land and era5 single level datasets into the units needed by crop models,but the result of my calculation is obviously wrong
I tried to convert thesrad = ct.cube.resample(srad, freq='day', dim='time',how='mean', closed='right')
srad_daily = srad/86400 or srad_daily = srad/3600