- 积分
- 897
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-4-6
- 最后登录
- 1970-1-1
|
发表于 2023-4-6 10:30:18
|
显示全部楼层
我也是WRF4.0,加入楼主建议的一行参数设置后,依旧报错,用的两层嵌套,麻烦能帮我看看错误吗?
这是参数化方案
&physics
physics_suite = 'CONUS'
mp_physics = 3, 3, 3,
cu_physics = 1, 1, 0,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
bl_pbl_physics = 2, 2, 2,
sf_sfclay_physics = 2, 2, 2,
sf_surface_physics = 2, 2, 2,
surface_input_source = 1, 1, 1,
radt = 27, 27, 27,
bldt = 0, 0, 0,
cudt = 0, 0, 0,
icloud = 1,
num_land_cat = 21,
sf_urban_physics = 0, 0, 0,
这时报错
taskid: 0 hostname: localhost.localdomain
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist physics ------
Maybe here?: sf_surface_physics = 2, 2, 2,
Maybe here?: surface_input_source = 1, 1, 1,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 10851
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1
:
system msg for write_line failure : Bad file descriptor |
|