【发布时间】:2019-01-14 22:37:42
【问题描述】:
我在尝试合并三个要平均的文件时遇到问题。我什至不确定如何开始。我有三个文件
“nday1.06.nc,nday1.07.nc,nday.08.nc”
每个都有变量
"filling on), ('SST', <class 'netCDF4._netCDF4.Variable'>
float32 SST(time, nlat, nlon)
long_name: Surface Potential Temperature
units: degC
coordinates: TLONG TLAT time
grid_loc: 2110
cell_methods: time: mean time: mean time: mean
_FillValue: 9.96921e+36
missing_value: 9.96921e+36
unlimited dimensions: time
current shape = (1, 2400, 3600)
我只需要对 SST 变量进行平均,然后使用平均值生成一个输出文件
【问题讨论】:
标签: linux netcdf nco cdo-climate