在跑wrf做自动化运行的时候,当执行到./real.exe时报错

DY898850285 2015-02-02 04:57:49
在跑wrf做自动化运行的时候,当执行到./real.exe时报错:BB = 0.0000000 0.0000000
specie=DMS
BB = 0.0000000 0.0000000
specie=SO4
BB = 0.0000000 0.0000000
specie=ASH
BB = 0.0000000 0.0000000
Biomass burning emission + plumerise data for wrf: WRF-T-2015-01-28-000000-g1-bb.bin
=> ------------------------------------------------------
=> Volcanoes Eruption Section ---------------------------
=> ------------------------------------------------------
=> Gocart Background Section ---------------------------
writing spc = DMS 40 40 12
DMS for month = 1
gocart_bg_spc_name DMS
writing spc = EROD 40 40 3
writing spc = H2O2 40 40 55
writing spc = OH 40 40 55
writing spc = NO3 40 40 55
ln: creating symbolic link `wrf_gocart_backg': File exists
ln: creating symbolic link `emissopt3_d01': File exists
ln: creating symbolic link `emissfire_d01': File exists
namelist.input
Error reading namelist &logging from namelist.input. Using default logging config.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 675
Mismatch between namelist and global attribute NUM_METGRID_SOIL_LEVELS
说namelist和数据不匹配,我把namelist.input里的 num_metgrid_soil_levels=4改成了2还不可以,继续报这个错误,然后我把这行删除了继续报这个错误,好像是得和namelist.wps 里面的一样,但是我的namelist.wps里面根本就没有这个啊,不清楚怎么改

我把namelist,wps贴出来大家看看
&share
2 wrf_core = 'ARW',
3 max_dom = 1,
4 start_date = '2015-01-28_00:00:00','2015-01-28_00:00:00',
5 end_date = '2015-01_28_12:00:00','2015-01-28_12:00:00',
6 interval_seconds = 10800,
7 io_form_geogrid = 2,
8 opt_output_from_geogrid_path='/home/wrf/serial/domain',
9 debug_level = 0,
10 /
11 12 &geogrid
13 parent_id = 1, 1,
14 parent_grid_ratio = 1, 3,
15 i_parent_start = 1, 31,
16 j_parent_start = 1, 27,
17 s_we = 1, 1,
18 e_we = 40, 112,
19 s_sn = 1, 1,
20 e_sn = 40, 97,
21 geog_data_res = '10m','2m',
22 dx = 60000,
23 dy = 60000,
24 map_proj = 'polar',
25 ref_lat = 40.00,
26 ref_lon = -115.00,
27 truelat1 = 40.00,
28 truelat2 = 35.00,
29 stand_lon = -115.00,
30 geog_data_path = '/home/wrf/serial/GEOG/'
31 /
32
33 &ungrib
34 out_format = 'WPS',
35 prefix = 'FILE',
36 /
37
38 &metgrid
39 fg_name = 'FILE'
40 io_form_metgrid = 2,
41 opt_output_from_metgrid_path = '/home/wrf/serial/domain/',
42 /
43 &mod_levs
44 press_pa = 201300 , 200100, 100000 ,
45 95000 , 90000,
46 85000 , 80000,
47 75000 , 70000,
48 65000 , 60000,
49 55000 , 50000,
50 45000 , 40000,
51 35000 , 30000,
52 25000 , 20000,
53 15000 , 10000,
54 5000 , 1000
55 /


namelist.input:
1 &time_control
2 run_days = 0,
3 run_hours = 12,
4 run_minutes = 0,
5 run_seconds = 0,
6 start_year = 2015,
7 start_month = 01,
8 start_day = 28,
9 start_hour = 00,
10 start_minute = 00,
11 start_second = 00,
12 end_year = 2015,
13 end_month = 01,
14 end_day = 28,
15 end_hour = 12,
16 end_minute = 00,
17 end_second = 00,
18 interval_seconds = 10800,
19 input_from_file = .true.,
20 history_interval = 60,
21 frames_per_outfile = 1,
22 restart = .false.,
23 restart_interval = 5000,
24 io_form_history = 2,
25 io_form_restart = 2,
26 io_form_input = 2,
27 io_form_boundary = 2,
28 io_form_auxinput4 = 2,
29 io_form_auxinput5 = 2,
30 auxinput6_inname = 'wrfbiochemi_d01',
31 auxinput7_inname = 'wrffirechemi_d<domain>',
32 auxinput8_inname = 'wrfchemi_gocart_bg_d<domain>
33 auxinput12_inname = 'wrf_chem_input',
34 auxinput13_inname = 'wrfchemv_d<domain>',
35 auxinput5_interval_m = 60,
36 auxinput1_inname = "met_em.d<domain>.<date>",
37 debug_level = 0,
38 /
39
40 &domains
41 time_step = 360,
42 time_step_fract_num = 0,
43 time_step_fract_den = 1,
44 max_dom = 1,
45 e_we = 40,
46 e_sn = 40,
47 e_vert = 28,
48 p_top_requested = 5000,
49 num_metgrid_levels = 27,
50 dx = 60000,
51 dy = 60000,
52 grid_id = 1,
53 parent_id = 1,
54 i_parent_start = 1,
55 j_parent_start = 1,
56 parent_grid_ratio = 1,
57 parent_time_step_ratio = 1,
58 feedback = 1,
59 smooth_option = 0
60 /
61
62 &dfi_control
63 /
64
65 &physics
66 mp_physics = 6,
67 ra_lw_physics = 1,
68 ra_sw_physics = 1,
69 radt = 30,
70 sf_sfclay_physics = 1,
71 sf_surface_physics = 2,
72 bl_pbl_physics = 1,
73 bldt = 0,
74 cu_physics = 3,
75 cudt = 5,
76 isfflx = 1,
77 ifsnow = 0,
78 icloud = 1,
79 surface_input_source = 1,
80 num_soil_layers = 4,
81 sf_urban_physics = 0,
82 maxiens = 1,
83 maxens = 3,
84 maxens2 = 3,
85 maxens3 = 16,
86 ensdim = 144,
87 cu_diag = 1,
88 /
89
90 &fdda
91 /
92
93 &dynamics
94 w_damping = 0,
95 diff_opt = 1,
96 km_opt = 4,
97 diff_6th_opt = 0,
98 diff_6th_factor = 0.12,
99 base_temp = 290.
100 damp_opt = 0,
101 zdamp = 5000.,
102 dampcoef = 0.2,
103 khdif = 0,
104 kvdif = 0,
105 non_hydrostatic = .true.,
106 moist_adv_opt = 1,
107 scalar_adv_opt = 1,
108 /
109
110 &bdy_control
111 spec_bdy_width = 5,
112 spec_zone = 1,
113 relax_zone = 4,
114 specified = .true.,
115 nested = .false.,
116 /
117
118 &grib2
119 /
120
121 &namelist_quilt
122 nio_tasks_per_group = 0,
123 nio_groups = 1,
124 /
125
126 &chem
127 kemit = 1,
128 chem_opt = 0,
129 io_style_emissions = 1,
130 emiss_inpt_opt = 1,
131 emiss_opt = 2,
132 emiss_opt_vol = 0,
133 bio_emiss_opt = 1,
134 biomass_burn_opt = 0,
135 /
...全文
4349 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
yesyesnotion 2015-03-18
  • 打赏
  • 举报
回复 1
请问,这个脚本怎么获取?
DY898850285 2015-02-03
  • 打赏
  • 举报
回复
问题解决了,不是我的问题,wrf新出了一个Vtable.gfs,用新数据必须用新脚本

2,760

社区成员

发帖
与我相关
我的任务
社区描述
搜索引擎的服务器通过网络搜索软件或网络登录等方式,将Internet上大量网站的页面信息收集到本地,经过加工处理建立信息数据库和索引数据库。
社区管理员
  • 搜索引擎技术社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧