- 积分
- 5572
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-10-31
- 最后登录
- 1970-1-1
|
20金钱
运行geogrid.exe,无论是将GEOGRID.TBL已经链接到工作目录下,还是在wps中写入opt_geogrid_tbl_path ,都会出现错误:
- ERROR: Could not open GEOGRID.TBL
复制代码 在.err文件中如下:
- application called MPI_Abort(MPI_COMM_WORLD, 0) - process 136
复制代码 namelist.wps如下:
- &share
- wrf_core = 'ARW',
- max_dom = 1,
- start_date = '2021-10-15_00:00:00','2006-08-16_12:00:00',
- end_date = '2021-10-17_18:00:00','2006-08-16_12:00:00',
- interval_seconds = 21600
- 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 = '10m','2m',
- dx = 30000,
- dy = 30000,
- map_proj = 'lambert',
- ref_lat = 40.1,
- ref_lon = 117.88,
- truelat1 = 30.0,
- truelat2 = 60.0,
- stand_lon = 117.88,
- geog_data_path = '/public/home/anjhao/software/WRF/GEOG/'
- opt_geogrid_tbl_path = '/public/home/anjhao/software/WRF/WPS/geogrid/GEOGRID.TBL'
- /
- &ungrib
- out_format = 'WPS',
- prefix = 'FILE',
- /
- &metgrid
- fg_name = 'FILE'
- io_form_metgrid = 2,
- /
复制代码
|
|