You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

I tried to convert the 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

srad = ct.cube.resample(srad, freq='day', dim='time',how='mean', closed='right')

srad_daily = srad/86400  or srad_daily = srad/3600

  • No labels