- 积分
- 773
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
大家晚上好,我在用grads做一页多图时,只有第一个图显示地图,后面的都不显示地图,每个虚页上我都加上了set mpdset cnworld,可就是不显示地图?求指导。程序如下:
'reinit'
'sdfopen hgt.2013.nc'
'sdfopen uwnd.2013.nc'
'sdfopen vwnd.2013.nc'
'sdfopen air.2013.nc'
'set grid off'
'set grads off'
'set mpdset cnworld'
'set parea 1 5.5 4.5 7.5'
'set lev 500'
********************first picture
'set t 1295'
'set lat 20 70'
'set lon 60 150'
'set mpdset cnworld'
'set gxout contour'
'set ccolor 1'
'set cint 8'
'define h=hgt.1/10.'
'set clskip 2'
'set cthick 4'
'd h'
'set gxout vector'
'set arrscl 0.5 50'
'set ccolor 1'
'set cthick 1'
'set strmden 1'
'd skip(uwnd.2,1);skip(vwnd.3,1)'
'set gxout contour'
'set ccolor 2'
'define t=air.4-273.15'
'set cint 4'
'set clab forced'
'set cstyle 3'
*'d t'
'set string 1 tl 5'
'set strsiz 0.2 0.2'
'draw string 1.1 7.4 (a)'
'set parea 6 10.5 4.5 7.5'
'set lev 700'
********************second picture
'set t 1295'
'set lat 20 70'
'set lon 60 150'
'set mpdset cnworld'
'set gxout contour'
'set ccolor 1'
'set cint 4'
'define h=hgt.1/10.'
'set clskip 2'
'set cthick 1'
'd h'
'set gxout vector'
'set arrscl 0.5 30'
'set ccolor 1'
'set strmden 1'
'd uwnd.2;vwnd.3'
'set gxout contour'
'set ccolor 2'
'define t=air.4-273.15'
'set cint 4'
'set clab forced'
'set cstyle 3'
*'d t'
'set string 1 tl 5'
'set strsiz 0.2 0.2'
'draw string 6.1 7.4 (b)'
'set parea 1 5.5 1 4'
'set lev 850'
********************third picture
'set t 1295'
'set lat 20 70'
'set lon 60 150'
'set mpdset cnworld'
'set gxout contour'
'set ccolor 1'
'set cint 4'
'define h=hgt.1/10.'
'set clskip 2'
'd h'
'set gxout vector'
'set arrscl 0.5 30'
'set ccolor 1'
'd uwnd.2;vwnd.3'
'set gxout contour'
'set ccolor 2'
'define t=air.4-273.15'
'set cint 4'
'set clab forced'
'set cstyle 3'
*'d t'
'set string 1 tl 5'
'set strsiz 0.2 0.2'
'draw string 1.1 3.9 (c)'
'set parea 6 10.5 1 4'
'set lev 925'
********************fourth picture
'set t 1295'
'set lat 20 70'
'set lon 60 150'
'set mpdset cnworld'
'set gxout contour'
'set ccolor 1'
'set cint 4'
'define h=hgt.1/10.'
'set clskip 2'
'd h'
'set gxout vector'
'set arrscl 0.5 30'
'd uwnd.2;vwnd.3'
'set gxout contour'
'set ccolor 2'
'define t=air.4-273.15'
'set cint 4'
'set clab forced'
'set cstyle 3'
*'d t'
'set string 1 tl 5'
'set strsiz 0.2 0.2'
'draw string 6.1 3.9 (d)'
'printim highlevel.gif white '
'disable print'
;
|
|