- 积分
- 1831
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我现在同化观测资料进GFS初始场
namelist.obsproc中的时间范围是1100-2200时,共同化进4个时次的观测资料(3小时一次),生成了11个obs_gts_2014-07-24_**:00:00.4DVAR文件。
我的wrfinput文件中时间范围是1200-1800(链接了俩个时次的GFS资料,1200与1800时)。
wrfvar中的namelist时间范围是这样的:
&wrfvar18
analysis_date="2014-07-24_11:00:00.0000",
/
&wrfvar19
/
&wrfvar20
/
&wrfvar21
time_window_min="2014-07-24_11:00:00.0000",
/
&wrfvar22
time_window_max="2014-07-24_22:00:00.0000",
/
&wrfvar23
/
&time_control
run_hours=11,
start_year=2014,
start_month=07,
start_day=24,
start_hour=11,
end_year=2014,
end_month=07,
end_day=24,
end_hour=22,
interval_seconds=39600,
debug_level=50
最后运行报错:
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1, 8957338588 bytes allocated
wrf main: calling open_r_dataset for wrfinput
med_initialdata_input: calling input_input
NetCDF error: NetCDF: Attribute not found
NetCDF error in ext_ncd_get_dom_ti.code CHAR, line 83 Element SIMULATION_INITIALIZATION_TYPE
mminlu = 'USGS'
NetCDF error: NetCDF: Attribute not found
NetCDF error in ext_ncd_get_dom_ti.code CHAR, line 83 Element SIMULATION_INITIALIZATION_TYPE
Time in file: 2014-07-24_12:00:00
Time on domain: 2014-07-24_11:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrfinput_d01 ...
1 input_wrf: wrf_get_next_time current_date: 2014-07-24_12:00:00 Status = -4
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 930
... Could not find matching time in input file wrfinput_d01
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
请问时间应该如何设置呢?谢谢大家!
|
|