- 积分
- 230
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-1-10
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
用Matlab读取一个.nc文件,里面的变量按理说不是都能读的吗?
不明白这个里面的SOM变量的dimension为什么是三个?也不知道怎么读。。
初学者,求各位指教!!!
ncdisp('F:\aa\dataset\SOM\SOM.nc','/', 'full')
Source:
F:\aa\dataset\SOM\SOM.nc
Format:
classic
Global Attributes:
Conventions = 'CF-1.0'
Dimensions:
depth = 8
lat = 4320
lon = 7560
Variables:
lon
Size: 7560x1
Dimensions: lon
Datatype: single
Attributes:
long_name = 'longitude'
units = 'degrees_east'
lat
Size: 4320x1
Dimensions: lat
Datatype: single
Attributes:
long_name = 'latitude'
units = 'degrees_north'
depth
Size: 8x1
Dimensions: depth
Datatype: single
Attributes:
long_name = 'depth to the bottom of a soil layer'
units = 'centimeter'
SOM
Size: 7560x4320x8
Dimensions: lon,lat,depth
Datatype: single
Attributes:
missing_value = -999
units = '% of weight'
long_name = 'soil organic matter'
谢谢!
|
|