- 积分
 - 1210
 
	- 贡献
 -  
 
	- 精华
 
	- 在线时间
 -  小时
 
	- 注册时间
 - 2016-7-2
 
	- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
	
 
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册 
 
 
 
x
 
 本帖最后由 FrankieLJY 于 2017-12-1 00:14 编辑  
 
各位家园的小伙伴: 
我转了一个月的WRF模式数据,得到的结果想做月平均的逐小时温度(我的输出是每天24小时输出一次),但是得到的逐小时平均温度在每天上午的七八点就达到最大值,这个和常理应该很不符合吧,查了一些文献,基本都是12-14点的达到一天中最高温度值,下面是我的namelist.input相关数据,希望有经验的小伙伴给指点一下,为什么会出现这样的情况呢? 
 
 start_year                          = 2000, 2000, 2000, 
 start_month                         = 01, 01, 01, 
start_day = 01, 01, 01, 
 start_hour                          = 00, 00, 00, 
 start_minute                        = 00, 00, 00, 
 start_second                        = 00, 00, 00, 
 end_year                            = 2000, 2000, 2000, 
 end_month                           = 02, 02, 02, 
end_day = 01, 01,01, 
 end_hour                            = 00,00,00, 
 end_minute                          = 00,00,00, 
 end_second                          = 00,00,00, 
 interval_seconds                    = 21600 
 input_from_file                     = .true.,  .true., .true., .true., 
 fine_input_stream                   = 0,       0,      0,      0, 
 history_interval                    = 60,      60,     60,     60, 
 frames_per_outfile                  = 24,      24,     24,     24, 
 restart                             = .false., 
 restart_interval                    = 1440, 
 
 
 |   
 
 
 
 |