- 积分
- 14772
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-9-30
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
刚接触wrf的小白,我在WPS中运行metgrid.exe 时出现以下错误:
[chenq@ln01 ~/ssx/wrf3.8.1/WPS]$./metgrid.exe
Processing domain 1 of 2
Processing 2019-10-01_00
FILE
ERROR: Error in ext_pkg_write_field
FORTRAN STOP
以下是我的namelist.wps设置:
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2019-10-01_00:00:00','2019-10-01_00:00:00',
end_date = '2019-10-08_00:00:00','2019-10-08_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 19,
j_parent_start = 1, 19,
e_we = 52, 46,
e_sn = 52, 46,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the HGT_M, GREENFRAC,
! and LU_INDEX/LANDUSEF fields have changed in WPS v3.8. The HGT_M field
! is now interpolated from 30-arc-second USGS GMTED2010, the GREENFRAC
! field is interpolated from MODIS FPAR, and the LU_INDEX/LANDUSEF fields
! are interpolated from 21-class MODIS.
!
! To match the output given by the default namelist.wps in WPS v3.7.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 36.068,
ref_lon = 103.825,
truelat1 = 36.068,
truelat2 = 36.068,
stand_lon = 103.825,
geog_data_path = '/gpfsnewdata/chenq1/geog/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
请大神帮帮我
|
|