- 积分
- 2093
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-3-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
gs脚本如下:
'open d:\ectin\d\ctl\r.ctl'
'open d:\ectin\d\ctl\u.ctl'
'open d:\ectin\d\ctl\v.ctl'
'open d:\ectin\d\ctl\w.ctl'
'enable print d:\ectin\d\poumiantu\'fushun'.gmf'
'set timelab on'
'set grads off'
'set grid off'
'set x 57'
'set y 33'
'set z 1 7'
'set t 1 14'
'set vpage 0 11 0 8.5'
'set parea 1 10 1 7.5'
'set gxout shaded'
'set cint 10'
*'set xaxis 1 14 1'
'set ylevs 1000 925 850 700 500 200 100'
'd r'
'cbarn 1 1'
'set gxout barb'
'set ccolor 14'
'set ylevs 1000 925 850 700 500 200 100'
'd u.2*2.5;v.3*2.5'
'set gxout contour'
'set cint 2'
'set ccolor 1'
'set ccols 1'
'set cthick 4'
'set ylevs 1000 925 850 700 500 200 100'
'd w.4'
'set font 2'
'draw xlab Time'
'set font 2'
'draw ylab Isobaric Surface'
'set font 1'
'draw title Time Series of RH(%),Vertical Velocity,Wind'
'draw line 1 1 1 7.5'
'draw line 1 1 10 1'
'printim d:\ectin\d\poumiantu\fushun.png white x1200 y1000'
'print'
'reinit'
;
ctl如下:
DSET d:\ectin\d\grd\r.grd
TITLE Grid Data Sample
OPTIONS yrev
UNDEF 9999.0
XDEF 121 linear 110.000 0.25
YDEF 81 linear 30.000 0.25
ZDEF 7 levels 1000 925 850 700 500 200 100
TDEF 14 LINEAR 20Z14May2018 6hr
VARS 1
r 7 99 Grid Data
ENDVARS
所出的图形如下:
这里的时间间隔是12小时,怎样才能实现间隔较短例如间隔2小时或者3小时?
|
|