请选择 进入手机版 | 继续访问电脑版
爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 9296|回复: 12

WRF 运行real.exe 出错 求指点

[复制链接]

新浪微博达人勋

发表于 2017-3-21 17:19:23 | 显示全部楼层 |阅读模式

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

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

x
各位大神 我在学习wrf过程中,到了运行real.exe这一步,但是出现了以下错误信息
starting wrf task             0  of             1
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
运行 more rsl.out.0000,出现以下信息:
  Ntasks in X             1 , ntasks in Y             1
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to zero.
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 f
or all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 f
or all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 f
or all domains
--- NOTE: grid_fdda is 0 for domain      1, setting gfdda interval and ending time to
0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      1, setting sgfdd
a interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      1, setting obs nudging interval and endi
ng time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain      2, setting gfdda interval and ending time to
0 for that domain.
...skipping one line
--- NOTE: obs_nudge_opt is 0 for domain      2, setting obs nudging interval and endi
ng time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain      3, setting gfdda interval and ending time to
0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      3, setting sgfdd
a interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      3, setting obs nudging interval and endi
ng time to 0 for that domain.
--- NOTE: bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: RRTMG radiation is not used, setting:  o3input=0 to avoid data pre-processi
ng
--- NOTE: num_soil_layers has been set to      4
REAL_EM V3.7.1 PREPROCESSOR
*************************************
Parent domain
ids,ide,jds,jde             1          250            1          150
ims,ime,jms,jme            -4          255           -4          155
ips,ipe,jps,jpe             1          250            1          150
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain             1 ,                 978197788  bytes allocated
Time period #   1 to process = 2016-06-17_00:00:00.
Time period #   2 to process = 2016-06-17_06:00:00.
Time period #   3 to process = 2016-06-17_12:00:00.
Time period #   4 to process = 2016-06-17_18:00:00.
Time period #   5 to process = 2016-06-18_00:00:00.
Total analysis times to input =    5.
  
-----------------------------------------------------------------------------
  
Domain  1: Current date being processed: 2016-06-17_00:00:00.0000, which is loop #   1 out of    5
configflags%julyr, %julday, %gmt:         2016          169    0.000000   
metgrid input_wrf.F first_date_input = 2016-06-17_00:00:00
metgrid input_wrf.F first_date_nml = 2016-06-17_00:00:00
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:     849
input_wrf.F: SIZE MISMATCH:  namelist ide,jde,num_metgrid_levels=          250          150           27 ; input data ide,jde,num_metgrid_levels=          2
50          150           32
-------------------------------------------

之前看了帖子 说是可能因为 namelist.input 有问题 但是我对比了兰溪的,没有区别 ,求前辈指点,哪里有问题。感激不尽!


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

新浪微博达人勋

发表于 2017-3-21 17:21:56 | 显示全部楼层
num_metgrid_levels改成32就好了。16年5月层数增加了5层
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-3-21 21:06:18 | 显示全部楼层
遇到这种问题时,查看met_em.d0*数据的信息,ncdump -h 任意一个met_em数据 | head,可以看到它的num_metgrid_levels,也就是要在namelist设置的
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-3-26 08:36:10 | 显示全部楼层
请问问题得到解决了吗?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-3-27 23:01:45 | 显示全部楼层
MyOpenGFM 发表于 2017-3-26 08:36
请问问题得到解决了吗?

解决了  是namelist.input 设置问题
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-3-28 08:04:56 | 显示全部楼层
默默小哥 发表于 2017-3-27 23:01
解决了  是namelist.input 设置问题

能具体说说吗?我也遇到了相同问题
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-3-28 16:35:42 | 显示全部楼层
MyOpenGFM 发表于 2017-3-28 08:04
能具体说说吗?我也遇到了相同问题

你看下你的垂直层数    rsl .out.0000 可以看到你的错误在哪  我的是层数设置问题
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-4-11 17:00:56 | 显示全部楼层
你好能帮我解决一下我的问题吗  感激不尽
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-4-16 22:15:27 | 显示全部楼层
uppxia 发表于 2017-4-11 17:00
你好能帮我解决一下我的问题吗  感激不尽

你的问题是啥呀
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-4-18 16:07:12 | 显示全部楼层

我在安装WPS的时候说fortan和netcdf不能成功运行
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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