爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 13294|回复: 11

wps运行plotgrids.ncl 出错

[复制链接]

新浪微博达人勋

发表于 2014-7-17 14:54:24 | 显示全部楼层 |阅读模式
GrADS
系统平台: linux intel
问题截图: -
问题概况: 修改namelist.wps之后,用 plotgrids.ncl看选定的区域,出现错误fatal:Dimension sizes of left hand side and right hand side of assignment do not match
fatal:["Execute.c":8567]:Execute: Error occurred at or near line 75 in file plotgrids.ncl
我看过提问的智慧: 看过
自己思考时长(天): 3

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
千辛万苦装好 wrf 等待我的又是各种错误,求大神解决
修改后的namelist.wps:
                                &share wrf_core = 'ARW', max_dom = 1, start_date = '2012-07-21_00:00:00','2012-07-21_00:00:00', end_date   = '2012-07-22_00:00:00','2012-07-21_00:00:00', interval_seconds = 21600 io_form_geogrid = 2,/&geogrid parent_id         =   1,   1, parent_grid_ratio =   1,   3, i_parent_start    =   1,  31, j_parent_start    =   1,  17, e_we              =  139, 112, e_sn              =  112,  97, geog_data_res     = '2m','2m', dx = 9000, dy = 9000, map_proj = 'lambert', ref_lat   =  39.5, ref_lon   = 115.5, truelat1  =  30.0, truelat2  =  60.0, stand_lon = 116.0, geog_data_path = '/disk4/pingf/mjh/WRFV3.6/geog'/&ungrib out_format = 'WPS', prefix = 'ECPRS',/&metgrid fg_name = 'ECSFC','ECPRS' io_form_metgrid = 2, /     

plotgrids.ncl中出现错误的语句是:
plotvar = wrf_wps_read_nml(filename)
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-7-17 15:32:52 | 显示全部楼层
你改过plotgrids.ncl的代码吧!
maxdom = 21
nvar = 17
这两行不要动。
我把你的geogrid块直接复制过来,运行plotgrids.ncl,一点问题都没有!

wps_show_dom.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-7-17 16:04:23 | 显示全部楼层
longlivehj 发表于 2014-7-17 15:32
你改过plotgrids.ncl的代码吧!
maxdom = 21
nvar = 17

我没改,看了一下,是一样的,这怎么办
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-7-17 16:09:41 | 显示全部楼层
JensenCJ 发表于 2014-7-17 16:04
我没改,看了一下,是一样的,这怎么办

加一句
print(wrf_wps_read_nml(filename))
看看
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-7-17 16:12:09 | 显示全部楼层
longlivehj 发表于 2014-7-17 16:09
加一句
print(wrf_wps_read_nml(filename))
看看

结果是
(0,0)         1
(0,1)        9000
(0,2)        9000
(0,3)        39.5
(0,4)        100
(0,5)        -999
(0,6)        -999
(0,7)        30
(0,8)        60
(0,9)        100
(0,10)         1
(0,11)         0
(0,12)         0
(0,13)         1
(0,14)         1
(0,15)         1
(0,16)         1
(0,17)        139
(0,18)        112
(1,0)        -999
(1,1)        -999
(1,2)        -999
(1,3)        -999
(1,4)        -999
(1,5)        -999
(1,6)        -999
(1,7)        -999
(1,8)        -999
(1,9)        -999
(1,10)        -999
(1,11)        -999
(1,12)        -999
(1,13)        -999
(1,14)        -999
(1,15)        -999
(1,16)        -999
(1,17)        -999
(1,18)        -999
(2,0)        -999
(2,1)        -999
(2,2)        -999
(2,3)        -999
(2,4)        -999
(2,5)        -999
(2,6)        -999
(2,7)        -999
(2,8)        -999
(2,9)        -999
(2,10)        -999
(2,11)        -999
(2,12)        -999
(2,13)        -999
(2,14)        -999
(2,15)        -999
(2,16)        -999
(2,17)        -999
(2,18)        -999
(3,0)        -999
(3,1)        -999
(3,2)        -999
(3,3)        -999
(3,4)        -999
(3,5)        -999
(3,6)        -999
(3,7)        -999
(3,8)        -999
(3,9)        -999
(3,10)        -999
(3,11)        -999
(3,12)        -999
(3,13)        -999
(3,14)        -999
(3,15)        -999
(3,16)        -999
(3,17)        -999
(3,18)        -999
(4,0)        -999
(4,1)        -999
(4,2)        -999
(4,3)        -999
(4,4)        -999
(4,5)        -999
(4,6)        -999
(4,7)        -999
(4,8)        -999
(4,9)        -999
(4,10)        -999
(4,11)        -999
(4,12)        -999
(4,13)        -999
(4,14)        -999
(4,15)        -999
(4,16)        -999
(4,17)        -999
(4,18)        -999
(5,0)        -999
(5,1)        -999
(5,2)        -999
(5,3)        -999
(5,4)        -999
(5,5)        -999
(5,6)        -999
(5,7)        -999
(5,8)        -999
(5,9)        -999
(5,10)        -999
(5,11)        -999
(5,12)        -999
(5,13)        -999
(5,14)        -999
(5,15)        -999
(5,16)        -999
(5,17)        -999
(5,18)        -999
(6,0)        -999
(6,1)        -999
(6,2)        -999
(6,3)        -999
(6,4)        -999
(6,5)        -999
(6,6)        -999
(6,7)        -999
(6,8)        -999
(6,9)        -999
(6,10)        -999
(6,11)        -999
(6,12)        -999
(6,13)        -999
(6,14)        -999
(6,15)        -999
(6,16)        -999
(6,17)        -999
(6,18)        -999
(7,0)        -999
(7,1)        -999
(7,2)        -999
(7,3)        -999
(7,4)        -999
(7,5)        -999
(7,6)        -999
(7,7)        -999
(7,8)        -999
(7,9)        -999
(7,10)        -999
(7,11)        -999
(7,12)        -999
(7,13)        -999
(7,14)        -999
(7,15)        -999
(7,16)        -999
(7,17)        -999
(7,18)        -999
(8,0)        -999
(8,1)        -999
(8,2)        -999
(8,3)        -999
(8,4)        -999
(8,5)        -999
(8,6)        -999
(8,7)        -999
(8,8)        -999
(8,9)        -999
(8,10)        -999
(8,11)        -999
(8,12)        -999
(8,13)        -999
(8,14)        -999
(8,15)        -999
(8,16)        -999
(8,17)        -999
(8,18)        -999
(9,0)        -999
(9,1)        -999
(9,2)        -999
(9,3)        -999
(9,4)        -999
(9,5)        -999
(9,6)        -999
(9,7)        -999
(9,8)        -999
(9,9)        -999
(9,10)        -999
(9,11)        -999
(9,12)        -999
(9,13)        -999
(9,14)        -999
(9,15)        -999
(9,16)        -999
(9,17)        -999
(9,18)        -999
(10,0)        -999
(10,1)        -999
(10,2)        -999
(10,3)        -999
(10,4)        -999
(10,5)        -999
(10,6)        -999
(10,7)        -999
(10,8)        -999
(10,9)        -999
(10,10)        -999
(10,11)        -999
(10,12)        -999
(10,13)        -999
(10,14)        -999
(10,15)        -999
(10,16)        -999
(10,17)        -999
(10,18)        -999
(11,0)        -999
(11,1)        -999
(11,2)        -999
(11,3)        -999
(11,4)        -999
(11,5)        -999
(11,6)        -999
(11,7)        -999
(11,8)        -999
(11,9)        -999
(11,10)        -999
(11,11)        -999
(11,12)        -999
(11,13)        -999
(11,14)        -999
(11,15)        -999
(11,16)        -999
(11,17)        -999
(11,18)        -999
(12,0)        -999
(12,1)        -999
(12,2)        -999
(12,3)        -999
(12,4)        -999
(12,5)        -999
(12,6)        -999
(12,7)        -999
(12,8)        -999
(12,9)        -999
(12,10)        -999
(12,11)        -999
(12,12)        -999
(12,13)        -999
(12,14)        -999
(12,15)        -999
(12,16)        -999
(12,17)        -999
(12,18)        -999
(13,0)        -999
(13,1)        -999
(13,2)        -999
(13,3)        -999
(13,4)        -999
(13,5)        -999
(13,6)        -999
(13,7)        -999
(13,8)        -999
(13,9)        -999
(13,10)        -999
(13,11)        -999
(13,12)        -999
(13,13)        -999
(13,14)        -999
(13,15)        -999
(13,16)        -999
(13,17)        -999
(13,18)        -999
(14,0)        -999
(14,1)        -999
(14,2)        -999
(14,3)        -999
(14,4)        -999
(14,5)        -999
(14,6)        -999
(14,7)        -999
(14,8)        -999
(14,9)        -999
(14,10)        -999
(14,11)        -999
(14,12)        -999
(14,13)        -999
(14,14)        -999
(14,15)        -999
(14,16)        -999
(14,17)        -999
(14,18)        -999
(15,0)        -999
(15,1)        -999
(15,2)        -999
(15,3)        -999
(15,4)        -999
(15,5)        -999
(15,6)        -999
(15,7)        -999
(15,8)        -999
(15,9)        -999
(15,10)        -999
(15,11)        -999
(15,12)        -999
(15,13)        -999
(15,14)        -999
(15,15)        -999
(15,16)        -999
(15,17)        -999
(15,18)        -999
(16,0)        -999
(16,1)        -999
(16,2)        -999
(16,3)        -999
(16,4)        -999
(16,5)        -999
(16,6)        -999
(16,7)        -999
(16,8)        -999
(16,9)        -999
(16,10)        -999
(16,11)        -999
(16,12)        -999
(16,13)        -999
(16,14)        -999
(16,15)        -999
(16,16)        -999
(16,17)        -999
(16,18)        -999
(17,0)        -999
(17,1)        -999
(17,2)        -999
(17,3)        -999
(17,4)        -999
(17,5)        -999
(17,6)        -999
(17,7)        -999
(17,8)        -999
(17,9)        -999
(17,10)        -999
(17,11)        -999
(17,12)        -999
(17,13)        -999
(17,14)        -999
(17,15)        -999
(17,16)        -999
(17,17)        -999
(17,18)        -999
(18,0)        -999
(18,1)        -999
(18,2)        -999
(18,3)        -999
(18,4)        -999
(18,5)        -999
(18,6)        -999
(18,7)        -999
(18,8)        -999
(18,9)        -999
(18,10)        -999
(18,11)        -999
(18,12)        -999
(18,13)        -999
(18,14)        -999
(18,15)        -999
(18,16)        -999
(18,17)        -999
(18,18)        -999
(19,0)        -999
(19,1)        -999
(19,2)        -999
(19,3)        -999
(19,4)        -999
(19,5)        -999
(19,6)        -999
(19,7)        -999
(19,8)        -999
(19,9)        -999
(19,10)        -999
(19,11)        -999
(19,12)        -999
(19,13)        -999
(19,14)        -999
(19,15)        -999
(19,16)        -999
(19,17)        -999
(19,18)        -999
(20,0)        -999
(20,1)        -999
(20,2)        -999
(20,3)        -999
(20,4)        -999
(20,5)        -999
(20,6)        -999
(20,7)        -999
(20,8)        -999
(20,9)        -999
(20,10)        -999
(20,11)        -999
(20,12)        -999
(20,13)        -999
(20,14)        -999
(20,15)        -999
(20,16)        -999
(20,17)        -999
(20,18)        -999
fatal:Dimension sizes of left hand side and right hand side of assignment do not match
fatal:["Execute.c":8567]:Execute: Error occurred at or near line 75 in file plotgrids.ncl
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-7-17 16:14:47 | 显示全部楼层
JensenCJ 发表于 2014-7-17 16:12
结果是
(0,0)         1
(0,1)        9000

把nvar = 17改成nvar = 19
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-7-17 16:20:22 | 显示全部楼层
longlivehj 发表于 2014-7-17 16:14
把nvar = 17改成nvar = 19

warning:Attempt to reference attribute (map_proj) which is undefined
fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function
fatal:["Execute.c":8567]:Execute: Error occurred at or near line 3775 in file $NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl

fatal:["Execute.c":8567]:Execute: Error occurred at or near line 176 in file plotgrids.ncl
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-7-17 16:46:25 | 显示全部楼层
longlivehj 发表于 2014-7-17 16:14
把nvar = 17改成nvar = 19

会不会是我的wps 哪里没装好呢,我该有的exe    都有了呀。。。。。。。。。。。。。。。。。。。。。。。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-7-17 16:46:57 | 显示全部楼层
JensenCJ 发表于 2014-7-17 16:20
warning:Attempt to reference attribute (map_proj) which is undefined
fatal:The result of the cond ...

wps的util文件夹下有个plotgrids_new.ncl,用那个吧!
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-7-17 16:51:35 | 显示全部楼层
longlivehj 发表于 2014-7-17 16:46
wps的util文件夹下有个plotgrids_new.ncl,用那个吧!

额,出来了,这个。。。。我这个有这么非主流吗。。。。。
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表