Climate Indicators: Cold Nights Percent (tn10p)
收藏B2FIND2026-03-21 收录
下载链接:
https://b2find.eudat.eu/dataset/70e1caf2-cbb0-5fb6-958b-5de6ef260ff1
下载链接
链接失效反馈官方服务:
资源简介:
cdo -eca_tn10p -ydrunpctl,10,5 TNref.nc -ydrunmin,5 TNref.nc -ydrunmax,5 TNref.nc out.nc Percentage of cold nights: Let TNt be the daily minimum temperature on day t and let...
使用气候数据操作工具(cdo)执行如下指令以计算冷夜百分率:`cdo -eca_tn10p -ydrunpctl,10,5 TNref.nc -ydrunmin,5 TNref.nc -ydrunmax,5 TNref.nc out.nc`,其中`-eca_tn10p`为冷夜百分率计算指令,`-ydrunpctl,10,5`为滑动百分位数参数,`-ydrunmin,5`为滑动最小值参数,`-ydrunmax,5`为滑动最大值参数,输入参考文件为TNref.nc,计算结果输出至out.nc。设TNₜ为第t日的日最低气温,令……



