- 积分
- 2729
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我想把夏季平均月降水量的阴影图和夏季平均温度的等值线图叠加,同时打开了两个NC文件,但是第二个等值线就报错,两个NC分开画又都能出图...应该是有文件1和文件2的区别,但是不知道该怎么设置...GS如下,求帮忙帮我调一下...
'reinit'
'sdfopen E:\data\NCEP-2\monthly\precip.mon.mean.nc'
'set mpdset cnworld cnriver'
'set map 1'
'set lon 73 135.52'
'set lat 17 55'
'set z 1'
'set grid off'
'set grads off'
'set gxout shaded'
'set cint 20'
'e=ave(precip,t=6,t=416,12)'
'f=ave(precip,t=7,t=416,12)'
'g=ave(precip,t=8,t=416,12)'
'h=(e+f+g)/3*30'
'cnbasemap h'
'cbarn 1.0 0'
'sdfopen E:\data\NCEP-2\monthly\air.2m.mon.mean.nc'
'set mpdset cnworld cnriver'
'set map 1'
'set lon 73 135.52'
'set lat 17 55'
'set z 1'
'set grid off'
'set grads off'
'set gxout contour'
'a=ave(air,t=6,t=416,12)'
'b=ave(air,t=7,t=416,12)'
'c=ave(air,t=8,t=416,12)'
'd=(a+b+c)/3'
'cnbasemap d-273.5'
'd:\GRADS19\lib\southsea.gs'
在GRADS里run之后的提示是如下:
|
|