爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 5720|回复: 6

real.exe运行错误

[复制链接]

新浪微博达人勋

发表于 2015-5-19 16:37:19 | 显示全部楼层 |阅读模式

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

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

x
按照网上教程跑WRF模式,运行real.exe时总是出现错误,错误信息如下图所示,请问各位大神是什么原因? 错误1.png 错误2.png 错误3.png 错误4.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-19 16:51:33 | 显示全部楼层
报错提示写得很清楚呢 你namelist里设置的num_metgrid_solil_levels=2,但你metgrid.exe生成的met_em文件中的num_metgrid_solil_levels=0,不匹配就报错了
你看看你metgrid这步哪儿有问题,一般来说不应该会是0吧,要真是0,你就把namelist的2改为0试试。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-19 17:45:09 | 显示全部楼层
更换官网新的Vtable
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-5-20 10:19:58 | 显示全部楼层
Mid_Farmer 发表于 2015-5-19 16:51
报错提示写得很清楚呢 你namelist里设置的num_metgrid_solil_levels=2,但你metgrid.exe生成的met_em文件中 ...

把namelist的2改为0之后运行,结果也是不对,提示信息是:
Error reading namelist &logging from namelist.input.  Using default logging config.
Error reading namelist &logging from namelist.input.  Using default logging config.
Namelist dfi_control not found in namelist.input. Using registry defaults for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for variables in tc
Namelist noah_mp not found in namelist.input. Using registry defaults for variables in noah_mp
Namelist scm not found in namelist.input. Using registry defaults for variables in scm
Namelist fire not found in namelist.input. Using registry defaults for variables in fire
Namelist diags not found in namelist.input. Using registry defaults for variables in diags
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 for all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 for all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 for 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 sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      1, setting obs nudging interval and ending 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.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      2, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      2, setting obs nudging interval and ending 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 sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain      3, setting obs nudging interval and ending time to 0 for that domain.
bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: num_soil_layers has been set to      4
REAL_EM V3.4.1 PREPROCESSOR
  *************************************
  Parent domain
  ids,ide,jds,jde            1         160           1         110
  ims,ime,jms,jme           -4         165          -4         115
  ips,ipe,jps,jpe            1         160           1         110
  *************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
    alloc_space_field: domain            1 ,             407103312  bytes allocated
Time period #   1 to process = 2015-04-24_00:00:00.
Time period #   2 to process = 2015-04-24_06:00:00.
Time period #   3 to process = 2015-04-24_12:00:00.
Time period #   4 to process = 2015-04-24_18:00:00.
Time period #   5 to process = 2015-04-25_00:00:00.
Total analysis times to input =    5.
  
-----------------------------------------------------------------------------
  
Domain  1: Current date being processed: 2015-04-24_00:00:00.0000, which is loop #   1 out of    5
configflags%julyr, %julday, %gmt:        2015         114   0.0000000   
  metgrid input_wrf.F first_date_input = 2015-04-24_00:00:00
  metgrid input_wrf.F first_date_nml = 2015-04-24_00:00:00
d01 2015-04-24_00:00:00 Timing for input          3 s.
Max map factor in domain 1 =  1.15. Scale the dt in the model accordingly.
Using sfcprs3 to compute psfc
Converged znw(kte) should be about 0.0 =  -2.99999883E-08
d01 2015-04-24_00:00:00 Old data, no inland lake information
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:    1507
Not enough soil temperature data for Noah LSM scheme.
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:    1507
Not enough soil temperature data for Noah LSM scheme.
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-20 16:03:30 | 显示全部楼层
echozf90 发表于 2015-5-20 10:19
把namelist的2改为0之后运行,结果也是不对,提示信息是:
Error reading namelist &logging from namel ...

由于改为0了你就没有土壤温度数据了 但是Noah LSM又需要这个数据 就报错了 要不换方案 要不检查你的土壤层数试试
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-22 19:31:03 | 显示全部楼层
make一下我也有遇到过~
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-11-21 12:43:01 | 显示全部楼层
{:eb502:}{:eb502:}
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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