- 积分
- 47
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-1-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
WRF-CHEM作嵌套运算时需要设置排放源,
在使用prep-chem-sources.exe 准备排放数据时遇到问题,
依我的理解,prep-chem-sources.inp中设置如下,应该就可以生成3层嵌套排放源数据,不知道哪不对?
!---------------- For regional grids (polar or lambert)
NGRIDS = 1, ! Number of grids to run
NNXP = 114, 49, 97, ! Number of x gridpoints
NNYP = 156, 57, 97, ! Number of y gridpoints
NXTNEST = 0, 1, 2, ! Grid number which is the next coarser grid
DELTAX = 36000., 9000., 3000.,
DELTAY = 36000., 9000., 3000., ! X and Y grid spacing
! Nest ratios between this grid and the next coarser grid.
NSTRATX = 1,4,3, ! x-direction
NSTRATY = 1,4,3, ! y-direction
NINEST = 1,27,6, ! Grid point on the next coarser
NJNEST = 1,54,12, ! nest where the lower southwest
! corner of this nest will start.
! If NINEST or NJNEST = 0, use CENTLAT/LON
POLELAT = 45., !-89.99, ! If polar, latitude/longitude of pole point
POLELON = 123.5, ! If lambert, lat/lon of grid origin (x=y=0.)
STDLAT1 = 30., ! If polar for BRAMS, use 90.0 in STDLAT2
STDLAT2 = 60., ! If lambert, standard latitudes of projection
!(truelat2/truelat1 from namelist.wps, STDLAT1 < STDLAT2)
! If mercator STDLAT1 = 1st true latitude
CENTLAT = 45., !-89.99, -23., 27.5, 27.5,
CENTLON = 123.5, !0., -46.,-80.5, -80.5,
运行prep-chem-sources.exe报错:
Opening prep_chem_sources.inp file
At line 99 of file prep_chem_sources.F90 (unit = 5, file = 'prep_chem_sources.inp')
Fortran runtime error: Cannot match namelist object name 9000.
|
|