avatar
d*g
1
有没有人使用过World Ocean Database 2005 (WOD05)的数据。我想用里面的盐度数据
,但是不太清楚怎么把数据倒到matlab里面
还有其它的盐度数据可以推荐一下吗?
多谢!
avatar
l*G
2
0)install netcdf-3.6.1
1) use NCO (netcdf operator) to extract from the WOA to your local region
and save into separate netcdf file
2) use matlab + mexnc+netcdf_toolbox to read into matlab
you can find mexnc and netcdf_toolbox on sourceforge.
How to use netcdf_toolbox (on linux/unix)
matlab -nojvm
> f=netcdf('filename.nc');
>
> variablename=f{'variable'}(:);
>
>whos
>
where variable is a variable name in the netcdf file. Use ncdump -h
filename.nc to find out what is

【在 d*******g 的大作中提到】
: 有没有人使用过World Ocean Database 2005 (WOD05)的数据。我想用里面的盐度数据
: ,但是不太清楚怎么把数据倒到matlab里面
: 还有其它的盐度数据可以推荐一下吗?
: 多谢!

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。