- 积分
- 263
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-6-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位大神,请教一下大家有关WRFDA中namelist.obsproc参数设置问题。谢谢大家啦脚本中有关record1;record2;和record8的说明如下
- &record1
- ;obs_gts_filename: name and path of decoded observation file
- ;fg_format : 'MM5' for MM5 application, 'WRF' for WRF application
- ;obserr.txt : name and path of observational error file
- ;<font color="#ff0000">first_guess_file: name and path of the first guess file, for MM5 application only</font>
- ;gts_from_mmm_archive: set to .true. if decoded observation file is from
- ; NCAR/MMM hsi:/BRESCH/RT/DATA/ccyymm/obs.ccyymmddhh.gz
- /
- &record2
- ;time_window_min = '2007-01-01_23:00:00',: The earliest time edge as ccyy-mm-dd_hh:mn:ss
- ;time_analysis = '2007-01-02_00:00:00', : The analysis time as ccyy-mm-dd_hh:mn:ss
- ;time_window_max = '2007-01-02_11:00:00',: The latest time edge as ccyy-mm-dd_hh:mn:ss
- ; Only observations between
- ; [time_window_min,time_window_max] will be kept.
- ;
- ; When no first guess as input file:
- ; time_window_min: Beginning of time window (included) as ccyy-mm-dd_hh:mn:ss
- ; time_window_max: End of time window (included) as ccyy-mm-dd_hh:mn:ss
- ; Only observations between [time_window_min, time_window_max] will be kept.
- /
- &record8
- ; For MM5 application, all these parameters, except IDD which is set by user,
- ; can be found in MM5 TERRAIN namelist
- ; For WRF application, these parameters can be found from WRFSI namelist
- ; file: wrfsi.nl (see note below).
- ;
- ; IDD: Domain ID (1=< ID =< MAXNES), Only the observations
- ; geographically located on that domain will be processed.
- ; For WRF application with XLONC /= STANDARD_LON, set IDD=2,
- ; otherwise set 1.
- ; MAXNES: Maximum numbe of domains as needed.
- ; NESTIX: The I(y)-direction dimension for each of the domains
- ; NESTJX: The J(x)-direction dimension for each of the domains
- ; DIS: The grid size for each of the domains
- ; <font color="#ff0000">For WRF application, always set NESTIX(1),NESTJX(1), and DIS(1)</font>
- ; <font color="#ff0000">based on the infomation in wrfinput.</font>
- ; NUMC: The mother domain ID number for each of the domains
- ; NESTI: The I location in its mother domain of the nest domain's low left
- ; corner -- point (1,1)
- ; NESTI: The J location in its mother domain of the nest domain's low left
- ; corner -- point (1,1)
- ; For WRF application, NUMC(1), NESTI(1), and NESTJ(1) are always set
- ; to be 1.
复制代码 请问,
(1)record1中,如果我用的WRF(而不是MM5),这里first_guess_file就不用写了吗?但是在record8中,却写着要根据为wrfinput来确定NESTIX(1),NESTJX(1), and DIS(1),这是不是有些矛盾?
(2)record1中,如果同化的是地面监测站的监测数据,这里是不是应该设置为false.
(3)record2中,这里的time_window_min和time_window_max该如何设置与time_analysis的间隔呢?随意设置吗?间隔1小时,2小时,3小时?均可以?还是要根据获得的同化数据的时间间隔设置?
例如:如果我获得的监测数据是间隔1小时的,这里的time_window_min(time_window_max)和time_analysis的时间间隔就为1小时?
(4)record8中, 如果设置了MAXNES=2或者3,就把按照wrf的的namelist设置下面的参数(NESTIX.......NESTJ )相应的前2列或3列的数值就可以吧?
|
|