- 积分
- 452
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-2-21
- 最后登录
- 1970-1-1
|
发表于 2020-8-8 20:41:26
|
显示全部楼层
本帖最后由 李小毛123 于 2020-8-8 20:42 编辑
'reinit'
'open F:\fnl\fnl072000.ctl'
'set grads off'
'set csmooth on'
'set zlog on'
'set x 1'
'set y 1'
'set lev 1000 100'
lon1 =113.8
lon2 =118.2
lat1 =36.5
lat2 = 41.8
lon = lon1
'collect 1 free'
while (lon <= lon2)
lat = lat1 + (lat2-lat1)*(lon-lon1) / (lon2-lon1)
'collect 1 gr2stn(UGRDprs,'lon','lat')'
lon = lon + 1
endwhile
*set map 15 1 9'
'set xlopts 1 6 0.14'
'set ylopts 1 6 0.14'
'set font 0'
*'set xaxis 'lon1' 'lon2
'set xlabs 36.5N,113.8E|41.8N,118.2E'
'set clab on'
'set gxout shaded'
'set cmax 0'
'd coll2gr(1,-u)'
'set gxout contour'
'set cthick 11'
'd coll2gr(1,-u)'
'enable print F:\fnl\AB.gmf white'
'print white'
'disable print'
'c'
'reinit'
大神,这个是我的gs文件,运行之后报错,不知道什么原因,垂直坐标是气压 |
|