- 积分
- 230
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请教各位大神,可能问题有点菜鸟,希望能指点下哈!
我有两个变量
1)Variable: tmp
Dimensions and sizes: [nj_o | 384] x [ni_o | 320]
Coordinates:
2)Variable: field
Number of Dimensions: 2
Dimensions and sizes: [lat | 196] x [lon | 362]
Coordinates:
lat: [90..-78]
lon: [ 0..361]
然后我想对这两个变量做减法,但是格点不能对应,我想把tmp转换成196*362的格式。所以我用了conform函数:
令tmp2 = conform(tmp,field,(/0,1/))
但是报错显示:fatal:conform: the dimensions sizes of the second argument do not match those indicated by the third argument
想请教下,我应该怎么处理?
|
|