本帖最后由 ade123 于 2020-9-8 12:31 编辑
求问各位大佬,在使用的是GRAPES资料驱动WRF时,在运行到metgrid模块时报错,ERROR:Error in ext_pkg_write_field,求问解决方法?
namelist如下:
&share wrf_core = 'ARW', max_dom = 2, start_date = '2020-07-23_03:00:00','2020-07-23_03:00:00', end_date = '2020-07-23_15:00:00','2020-07-23_15:00:00', interval_seconds = 43200 io_form_geogrid = 2, /
&geogrid parent_id = 1, 1, parent_grid_ratio = 1, 3, i_parent_start = 1, 31, j_parent_start = 1, 17, e_we = 74, 112, e_sn = 61, 97, ! !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! The default datasets used to produce the MAXSNOALB and ALBEDO12M ! fields have changed in WPS v4.0. These fields are now interpolated ! from MODIS-based datasets. ! ! To match the output given by the default namelist.wps in WPS v3.9.1, ! the following setting for geog_data_res may be used: ! ! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default', ! !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! geog_data_res = 'default','default', dx = 30000, dy = 30000, map_proj = 'lambert', ref_lat = 29.40, ref_lon = 91.08, truelat1 = 25.0, truelat2 = 45.0, stand_lon = 80.0, geog_data_path = '/home/lsqx/wrf/lib/WPS_GEOG' /
&ungrib out_format = 'WPS', prefix = 'SFC-FILE', /
&metgrid fg_name = 'SFC-FILE','UPA-FILE' io_form_metgrid = 2,
|