- 积分
- 25
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-9-28
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2023-6-6 20:34:00
|
显示全部楼层
&share
wrf_core = 'ARW',
max_dom = 4,
start_date = '2016-01-01_00:00:00','2016-01-01_00:00:00','2016-01-01_00:00:00','2016-01-01_00:00:00',
end_date = '2018-12-31_18:00:00','2018-12-31_18:00:00','2018-12-31_18:00:00','2018-12-31_18:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1, 2, 3,
parent_grid_ratio = 1, 3, 3, 3,
i_parent_start = 1, 32, 19, 70,
j_parent_start = 1, 38, 15, 150,
e_we = 100, 112, 226, 250,
e_sn = 127, 157, 340, 250,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! 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 = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 33.23,
ref_lon = 106.8,
truelat1 = 32.0,
truelat2 = 34.0,
stand_lon = 106.8,
geog_data_path = '/nuist/scratch/hydro/liusy/wrf2023/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = '/nuist/scratch/hydro/liusy/wrf2023/WPS/un_result/FILE'
io_form_metgrid = 2,
/
您好,这是我的namelist文件 |
|