爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1797|回复: 9

WRF运行错误./real运行不成功

[复制链接]
发表于 2023-11-8 15:16:31 | 显示全部楼层 |阅读模式
50金钱
error如下:

taskid: 14 hostname: c02n01 module_io_quilt_old.F        2931 F
Quilting with   1 groups of   0 I/O tasks.
Ntasks in X            4 , ntasks in Y            7
*************************************
Configuring physics suite 'conus'

         mp_physics:      8
         cu_physics:      6
      ra_lw_physics:      4
      ra_sw_physics:      4
     bl_pbl_physics:      2
  sf_sfclay_physics:      2
sf_surface_physics:      2
*************************************
  Domain # 1: dx =  1000.000 m
WRF V4.4 MODEL
No git found or not a git repository, git commit version not available.
*************************************
Parent domain
ids,ide,jds,jde            1          97           1          97
ims,ime,jms,jme           42          79          36          62
ips,ipe,jps,jpe           49          72          43          55
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
   alloc_space_field: domain            1 ,               40347264  bytes allocated
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:      70
program wrf: error opening wrfinput_d01 for reading ierr=       -1021
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 14



namelist.input
&time_control
run_days                            = 4,
run_hours                           = 0,
run_minutes                         = 0,
run_seconds                         = 0,
start_year                          = 2023, 2019,
start_month                         = 07,   09,
start_day                           = 29,   04,
start_hour                          = 00,   12,
end_year                            = 2023, 2019,
end_month                           = 08,   09,
end_day                             = 02,   06,
end_hour                            = 00,   00,
interval_seconds                    = 21600
input_from_file                     = .true.,.true.,
history_interval                    = 60,  60,
frames_per_outfile                  = 1, 1,
restart                             = .false.,
restart_interval                    = 7200,
io_form_history                     = 2
io_form_restart                     = 2
io_form_input                       = 2
io_form_boundary                    = 2
/

&domains
time_step                           = 60,
time_step_fract_num                 = 0,
time_step_fract_den                 = 1,
max_dom                             = 1,
e_we                                = 97,    220,
e_sn                                = 97,    214,
e_vert                              = 45,     45,
dzstretch_s                         = 1.1
p_top_requested                     = 5000,
num_metgrid_levels                  = 34,
num_metgrid_soil_levels             = 4,
dx                                  = 1000,
dy                                  = 1000,
grid_id                             = 1,     2,
parent_id                           = 1,     1,
i_parent_start                      = 1,     53,
j_parent_start                      = 1,     25,
parent_grid_ratio                   = 1,     3,
parent_time_step_ratio              = 1,     3,
feedback                            = 1,
smooth_option                       = 0
/

&physics
physics_suite                       = 'CONUS'
mp_physics                          = -1,    -1,
cu_physics                          = -1,    -1,
ra_lw_physics                       = -1,    -1,
ra_sw_physics                       = -1,    -1,
bl_pbl_physics                      = -1,    -1,
sf_sfclay_physics                   = -1,    -1,
sf_surface_physics                  = -1,    -1,
radt                                = 15,    15,
bldt                                = 0,     0,
cudt                                = 0,     0,
icloud                              = 1,
num_land_cat                        = 21,
sf_urban_physics                    = 0,     0,
fractional_seaice                   = 1,
/

&fdda
/

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

&bdy_control
spec_bdy_width                      = 5,
specified                           = .true.
/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/



namelist.wps
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2023-07-29_00:00:00','2019-09-04_12:00:00',
end_date   = '2023-08-02_00:00:00','2019-09-04_12:00:00',
interval_seconds = 21600
/
&geogrid
parent_id         =   1,   1,
parent_grid_ratio =   1,   3,
i_parent_start    =   1,  53,
j_parent_start    =   1,  25,
e_we              =  97, 220,
e_sn              =  97, 214,
geog_data_res = 'default','default',
dx = 1000,
dy = 1000,
map_proj = 'lambert',
ref_lat   =  40.22,
ref_lon   = 116.23,
truelat1  =  30.0,
truelat2  =  60.0,
stand_lon = 116.23, geog_data_path = '/nuist/p/public/data/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
/




密码修改失败请联系微信:mofangbao
发表于 2023-11-8 16:50:23 | 显示全部楼层
你这报错看着像运行wrf.exe但是没有先运行real.exe啊,你./real.exe报的这个错?
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

 楼主| 发表于 2023-11-8 18:22:47 | 显示全部楼层
miluanhuahai66 发表于 2023-11-8 16:50
你这报错看着像运行wrf.exe但是没有先运行real.exe啊,你./real.exe报的这个错?

我提交作业的脚本是./real在上面呀
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

 楼主| 发表于 2023-11-8 18:26:18 | 显示全部楼层
lcc123 发表于 2023-11-8 18:22
我提交作业的脚本是./real在上面呀

这个是rsl.error文件里的
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

发表于 2023-11-9 08:12:39 | 显示全部楼层
lcc123 发表于 2023-11-8 18:22
我提交作业的脚本是./real在上面呀

在目录下手动运行real,再看看rsl.error报的啥呢
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

 楼主| 发表于 2023-11-9 17:42:24 | 显示全部楼层
miluanhuahai66 发表于 2023-11-9 08:12
在目录下手动运行real,再看看rsl.error报的啥呢

我在学校服务器提交运行的,无法自己手动提交./real
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

发表于 2023-11-9 20:39:19 | 显示全部楼层
有可能是垂直层不够多,可以增大dzstretch_s或者层数多点,你可以用虚拟机上单核运行real看看
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

 楼主| 发表于 2023-11-9 21:07:55 | 显示全部楼层
xiyang 发表于 2023-11-9 20:39
有可能是垂直层不够多,可以增大dzstretch_s或者层数多点,你可以用虚拟机上单核运行real看看

好呐,我试试看
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

发表于 2023-11-10 13:53:51 | 显示全部楼层
lcc123 发表于 2023-11-9 17:42
我在学校服务器提交运行的,无法自己手动提交./real

方便看你的提交脚本吗
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

 楼主| 发表于 2023-11-13 16:26:00 | 显示全部楼层
miluanhuahai66 发表于 2023-11-10 13:53
方便看你的提交脚本吗

已经解决了,就是垂直层数不匹配,3q
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

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

本版积分规则

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

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

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