CDS-Beta可能有更新,以前的下载方法是否还能用仍需进一步探索 #按年来下载数据 import cdsapi import calendar c = cdsapi.Client() for year in range(begintime, endtime, 间隔时间): year_str = str(year) c.retrieve( 'reanalysis-era5-land', { 'year': year_str, 'month': [ '01', '02', ...
import cdsapi c = cdsapi.Client() c.retrieve( 'reanalysis-era5-land-monthly-means', { 'product_type': 'monthly_averaged_reanalysis', 'variable': 'runoff', 'year': [ '2020', '2021', ], 'month': [ '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', ...
关键词:ERA5-LAND;土壤冻融状态;冻土;时空变化;东北地区 Abstract The soil freeze-thaw cycle plays an important role in land surface processes. Repeated freeze-thaw cycles can have profound effects on land-atmosphere energy exchange, surface runoff, plant growth, ecosystems and soil carbon & nitrogen...
netCDF files from the new Climate Data Store Beta are not formatted the same as the old CDS. Some variables might be missing. See the open issuehere, as well as theECMWF discussion forum. A command line interface to download ERA5 data from theCopernicus Climate Data Store. ...