爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1524|回复: 7

求助,运行./real.exe时出现如下错误,请问各位大佬该如何解决此问题

[复制链接]
发表于 2025-4-24 10:42:03 | 显示全部楼层 |阅读模式

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

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

x
taskid: 0 hostname: ztc
module_io_quilt_old.F        2931 T
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:    5859
invalid parent id for domain            2
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

密码修改失败请联系微信:mofangbao
发表于 2025-4-24 15:21:23 | 显示全部楼层
嵌套网格配置错误
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

发表于 2025-4-24 22:46:23 | 显示全部楼层
嵌套网格报错了,看看namelist
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-4-25 14:54:00 | 显示全部楼层
QMA 发表于 2025-4-24 15:21
嵌套网格配置错误

我改过嵌套网格,但还是报一样的错误
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-4-25 14:57:59 | 显示全部楼层
G-Jay 发表于 2025-4-24 22:46
嵌套网格报错了,看看namelist

改了嵌套网格,但还是报一样的错误
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

发表于 2025-4-25 19:09:39 | 显示全部楼层
Tobias 发表于 2025-4-25 14:54
我改过嵌套网格,但还是报一样的错误

namelist以及rsl.out和rsl.error贴一下,光一个报错信息看不出什么东西
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-5-20 18:19:26 | 显示全部楼层
QMA 发表于 2025-4-25 19:09
namelist以及rsl.out和rsl.error贴一下,光一个报错信息看不出什么东西

&share
wrf_core             = 'ARW'
max_dom              = 3
start_date           = '2018-11-24_12:00:00', '2018-11-24_12:00:00', '2018-11-24_12:00:00'
end_date             = '2018-11-24_13:00:00', '2018-11-24_13:00:00', '2018-11-24_13:00:00'
interval_seconds     = 3600
io_form_geogrid      = 2
debug_level          = 0
/

&geogrid
parent_id            = 1, 1, 2
parent_grid_ratio    = 1, 3, 3
i_parent_start       = 1, 14, 57
j_parent_start       = 1, 14, 52
e_we                 = 104, 199, 292
e_sn                 = 91, 172, 253
geog_data_res        = 'default', 'default', 'default'
dx                   = 27000
dy                   = 27000
map_proj             = 'lambert'
ref_lat              = 43.736
ref_lon              = 87.788
truelat1             = 46.774
truelat2             = 46.774
pole_lat             = 90
pole_lon             = 0
stand_lon            = 88.783
geog_data_path       = '/home/ztc/Build_WRF/WPS_GEOG'
/

&ungrib
out_format           = 'WPS'
prefix               = 'FILE'
/

&metgrid
fg_name              = 'FILE'
io_form_metgrid      = 2
/

密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-5-20 18:43:24 | 显示全部楼层
QMA 发表于 2025-4-25 19:09
namelist以及rsl.out和rsl.error贴一下,光一个报错信息看不出什么东西

&time_control
run_days                            = 0,
run_hours                           = 1,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 2018,   2018,   2018,
start_month                         = 11,     11,     11,
start_day                           = 24,     24,     24,
start_hour                          = 12,     12,     12,
end_year                            = 2018,   2018,   2018,
end_month                           = 11,     11,     11,
end_day                             = 24,     24,     24,
end_hour                            = 13,     13,     13,
interval_seconds                    = 3600
input_from_file                     = .true.,.true.,.true.,
history_interval                    = 60,     60,     60,
frames_per_outfile                  = 1000,   1000,   1000,
restart                             = .false.,
restart_interval                    = 5000,
io_form_history                     = 2
io_form_restart                     = 2
io_form_input                       = 2
io_form_boundary                    = 2
/

&domains
time_step                           = 90,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 3,
e_we                                = 104,   199,   292,
e_sn                                = 91,   172,    253,
e_vert                              = 45,    45,    45,
dzstretch_s                         = 1.1
p_top_requested                     = 5000,
num_metgrid_levels                  = 38,
num_metgrid_soil_levels             = 4,
dx                                  = 27000,  9000,  3000,
dy                                  = 27000,  9000,  3000,
grid_id                             = 1,      2,     3,
parent_id                           = 1,      1,     2,
i_parent_start                      = 1,      14,    57,
j_parent_start                      = 1,      14,    52,
parent_grid_ratio                   = 1,      3,     3,
parent_time_step_ratio              = 1,      3,     3,
feedback                            = 1,
smooth_option                       = 0
eta_levels                          = 1.0000, 0.9946, 0.9875, 0.9789, 0.9685, 0.9562, 0.9413, 0.9238, 0.9037, 0.8813, 0.8514,
                                       0.8210, 0.7906, 0.7602, 0.7298, 0.6812, 0.6290, 0.5796, 0.5333, 0.4901, 0.4493, 0.4109,
                                       0.3746, 0.3412, 0.3098, 0.2802, 0.2524, 0.2267, 0.2028, 0.1803, 0.1593, 0.1398, 0.1219,
                                       0.1054, 0.0904, 0.0766, 0.0645, 0.0534, 0.0433, 0.0341, 0.0259, 0.0185, 0.0118, 0.0056, 0.
/

&physics
!physics_suite                      = 'CONUS'
mp_physics                          = 6,   6,   6,
cu_physics                          = 1,   1,   0,
ra_lw_physics                       = 4,   4,   4,
ra_sw_physics                       = 4,   4,   4,
bl_pbl_physics                      = 6,   6,   6,
sf_sfclay_physics                   = 1,   1,   1,
sf_surface_physics                  = 2,   2,   2,
radt                                = 30,  30,  30,
bldt                                = 0,   0,   0,
cudt                                = 5,   5,   5,
icloud                              = 1,
num_land_cat                        = 21,
sf_urban_physics                    = 0,   0,   0,
fractional_seaice                   = 1,
/

&fdda
/

&dynamics
hybrid_opt                          = 2,
w_damping                           = 0,
diff_opt                            = 2,      2,    2,
km_opt                              = 4,      4,    4,
diff_6th_opt                        = 0,      0,    0,
diff_6th_factor                     = 0.12,   0.12, 0.12,
base_temp                           = 290.
damp_opt                            = 3,
zdamp                               = 5000.,  5000., 5000.,
dampcoef                            = 0.2,    0.2,   0.2,
khdif                               = 0,      0,     0,
kvdif                               = 0,      0,     0,
non_hydrostatic                     = .true., .true.,  .true.,
moist_adv_opt                       = 1,      1,     1,
scalar_adv_opt                      = 1,      1,     1.
gwd_opt                             = 1,      0,     1,
/

&bdy_control
spec_bdy_width                      = 5,
spec_zone                           = 1,
relax_zone                          = 4,
specified                           = .true., .false., .false.,
nested                              = .false., .true., .true.,
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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