- 积分
- 945
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-9-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
用ncep的辐射资料计算面积平均的时间序列图,但现在有问题,按照理论应该是北京时间的14时达到最大值,但是现在图画出来确实08时最大,想询问下gs哪里有问题,谢谢。
*画辐射面积平均随时间改变
'reinit'
'sdfopen E:/5mydata/6data/2fushe/lhtfl.sfc.gauss.2012.nc'
'sdfopen E:/5mydata/6data/2fushe/shtfl.sfc.gauss.2012.nc'
'set parea 1 10.0 1 10'
'set grads off'
'set grid off'
'set xlopts 1 5 0.15'
'set ylopts 1 5 0.15'
'cbar_line -x 7.2 -y 7.2 -c 1 1 -l 2 1 -m 0 0 -t "Latent Heat Flux" "Sensible Heat Flux"'
'set dfile 1'
'set lon 0'
'set lat 0'
'set z 1'
'set t 226 240'
'set gxout line'
'define test1=tloop(aave(lhtfl.1,lon=113,lon=118,lat=42,lat=44))'
'set ccolor 1'
'set cstyle 2'
'set cthick 6'
'set cmark 2'
'set digsiz 0.1'
'set vrange -70 100'
'd test1'
'set dfile 2'
'set lon 0'
'set lat 0'
'set z 1'
'set t 226 240'
'set vrange -70 100'
'set ccolor 1'
'set cstyle 1'
'set cmark 2'
'define test2=tloop(aave(shtfl.2,lon=113,lon=118,lat=42,lat=44))'
'd test2'
'printim e:/5mydata/5pic/fushe_ave_2012_1.jpg white'
'enable print e:/5mydata/5pic/fushe_ave_2012_1.gmf'
'print'
|
-
|