- 积分
- 44252
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-5-13
- 最后登录
- 1970-1-1
|
发表于 2026-2-4 21:08:18
|
显示全部楼层
回帖奖励 +20 金钱
- # Extract variable
- ncks -O -v ${VAR},ilev $filename var_tmp.nc
- # Add layer interface 'ilev' as bounds of vertical coordinate 'lev’
- ncatted -a bounds,lev,c,c,"ilev" var_tmp.nc
- # Interpolate from hybrid sigma-pressure to pressure levels
- cdo ml2pl,3000.,5000.,7000.,10000.,15000.,20000.,25000.,30000.,35000.,40000. \
- var_tmp.nc var_ml2pl.nc
复制代码
参考了https://nordicesmhub.github.io/noresmdiagnostics/06-postprocess/没有报错 |
|