- 积分
- 6155
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-9-11
- 最后登录
- 1970-1-1
![[用户3898940107] 粉丝数:10 微博数:3 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
GrADS
系统平台: |
LINUX |
问题截图: |
|
问题概况: |
数据设置不匹配 |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
1 |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 小莹子 于 2018-7-26 19:33 编辑
新手一枚,很多思维性、逻辑性的东西不懂,请教各位,感谢各位的指点。
我用WRFDomain画的范围,刚开始跑了2007一个月的数据,数据类型是grib1。换成2017的grib2数据之后,出现了dx,dy不匹配问题。
dx and dy from file 30000.00 30000.00
dx and dy from namelist 45000.00 45000.00
d01 2017-01-01_00:00:00 ---- ERROR: DX and DY do not match comparing namelist to the input file
d01 2017-01-01_00:00:00 input_wrf.F: SIZE MISMATCH: namelist ide,jde,num_metgrid_levels= 100 73 27
d01 2017-01-01_00:00:00 input_wrf.F: SIZE MISMATCH: input file ide,jde,kde = 400 150 32
d01 2017-01-01_00:00:00 ---- ERROR: Mismatch between namelist and input file dimensions
NOTE: 2 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1142
NOTE: Please check and reset these options
返回将namelist.wps和namelist.input的dx,dy修改成30000之后,仍然残存问题:
d01 2017-01-01_00:00:00 input_wrf.F: SIZE MISMATCH: namelist ide,jde,num_metgrid_levels= 100 73 27
d01 2017-01-01_00:00:00 input_wrf.F: SIZE MISMATCH: input file ide,jde,kde = 400 150 32
d01 2017-01-01_00:00:00 ---- ERROR: Mismatch between namelist and input file dimensions
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1142
NOTE: Please check and reset these options
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1142
NOTE: Please check and reset these options
ncl_filedump + 文件名 输出变量
ncl_filedump: error: 'wrfout_d01_2007-02-01_00:00:00' does not have a recognizable suffix.
直接在文件名后添加.nc后缀即可解决
|
|