爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 6025|回复: 5

DX and DY do not match comparing namelist to the input file

[复制链接]
发表于 2017-12-28 19:04:15 | 显示全部楼层 |阅读模式

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

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

x
./real.exe的时候,报错说:DX and DY do not match comparing namelist to the input file
怎么回事
这个是我的input
&time_control
run_days                            = 0,
run_hours                           = 24,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 2017, 2017, 2017, 2017,
start_month                         = 07,   07,   07,   07,
start_day                           = 05,   05,   05,   05,
start_hour                          = 00,   00,   00,   00,
start_minute                        = 00,   00,   00,   00,
start_second                        = 00,   00,   00,   00,
end_year                            = 2017, 2017, 2017, 2017,
end_month                           = 07,   07,   07,   07,
end_day                             = 06,   06,   06,   06,
end_hour                            = 00,   00,   00,   00,
end_minute                          = 00,   00,   00,   00,
end_second                          = 00,   00,   00,   00,
interval_seconds                    = 86400
input_from_file                     = .true.,.true.,.true.,.true.,
history_interval                    = 60,  30,   30,   30,
frames_per_outfile                  = 1000, 1000, 1000, 1000,
restart                             = .false.,
restart_interval                    = 21600,
io_form_history                     = 2
io_form_restart                     = 2
io_form_input                       = 2
io_form_boundary                    = 2
debug_level                         = 0
/

&domains
time_step                           = 180,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 4,
e_we                                = 100,   106,   94,   172,
e_sn                                = 100,   106,   94,   172,
e_vert                              = 47,    47,    47,   47,
p_top_requested                     = 10000,


密码修改失败请联系微信:mofangbao
 楼主| 发表于 2017-12-28 19:04:27 | 显示全部楼层
num_metgrid_levels                  = 32,
num_metgrid_soil_levels             = 4,
dx                                  = 6750,  2250,  750,   250,
dy                                  = 6750,  2250,  750,   250,
grid_id                             = 1,     2,     3,     4,
parent_id                           = 1,     1,     2,     2,
i_parent_start                      = 1,     32,    37,   18,
j_parent_start                      = 1,     32,    37,   18,
parent_grid_ratio                   = 1,     3,     3,     3,
parent_time_step_ratio              = 1,     3,     3,     3,
feedback                            = 1,
smooth_option                       = 0
/

&physics
mp_physics                          = 8,     8,     8,     8,
ra_lw_physics                       = 1,     1,     1,     1,
ra_sw_physics                       = 1,     1,     1,     1,
radt                                = 10,    10,    10,    10,
sf_sfclay_physics                   = 1,     1,     1,     1,
sf_surface_physics                  = 2,     2,     2,     2,
bl_pbl_physics                      = 1,     1,     1,     1,
bldt                                = 0,     0,     0,     0,
cu_physics                          = 1,     1,     0,     0,
cudt                                = 5,     5,     5,     5,
icloud                              = 1,
num_soil_layers                     = 4,
num_land_cat                        = 24,
sf_urban_physics                    = 1,     1,     1,     1,
/

&fdda
/
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2017-12-28 19:05:08 | 显示全部楼层
这是我的namelist.wps
&share
wrf_core = 'ARW',
max_dom = 4,
start_date = '2017-07-05_00:00:00','2017-07-05_00:00:00','2017-07-05_00:00:00','2017-07-05_00:00:00',
end_date   = '2017-07-06_00:00:00','2017-07-06_00:00:00','2017-07-06_00:00:00','2017-07-06_00:00:00',
interval_seconds = 86400
io_form_geogrid = 2,
/

&geogrid
parent_id         =   1,   1,   2,   2,
parent_grid_ratio =   1,   3,   3,   3,
i_parent_start    =   1,  32,   37,  18,
j_parent_start    =   1,  32,   37,  18,
e_we              = 100, 106,   94, 172,
e_sn              = 100, 106,   94, 172,
!
geog_data_res = 'usgs_2m+topo_gmted2010_30s','usgs_2m+topo_gmted2010_30s','usgs_2m+topo_gmted2010_30s','usgs_2m+topo_gmted2010_30s',
dx = 6750,   
dy = 6750,
map_proj = 'lambert',
ref_lat   =  45.75,
ref_lon   =  126.65,
truelat1  =  30.0,
truelat2  =  60.0,
stand_lon =  126.65,
geog_data_path = '/root/Build_WRF/shuju/geog/'
/

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

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
密码修改失败请联系微信:mofangbao
发表于 2017-12-29 08:56:23 | 显示全部楼层
本帖最后由 气象wzl 于 2017-12-29 09:00 编辑

你的namelist.input中dx和dy有问题


密码修改失败请联系微信:mofangbao
 楼主| 发表于 2017-12-29 10:15:22 | 显示全部楼层
气象wzl 发表于 2017-12-29 08:56
你的namelist.input中dx和dy有问题

已经解决了,是parent_id设置的有问题
密码修改失败请联系微信:mofangbao
发表于 2018-11-2 16:46:38 | 显示全部楼层
你好!请问你parent_id设置是有什么问题呢?
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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