- 积分
- 154
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 Mr.治愈系 于 2013-4-27 19:46 编辑
我还是一个GRADS的新手,在用NC画图的时候,突然发现还是出了问题- -。。。
这是我的gs。。
'reinit'
'sdfopen E:\NC\uwnd.2011.nc'
'sdfopen E:\NC\vwnd.2011.nc'
'sdfopen E:\NC\shum.2011.nc'
'set grads off'
'set lat 28 48'
'set lon 108 128'
'set lev 850'
'set t 168'
'define u=uwnd.1*shum.4*1e3/9.8'
'define v=vwnd.2*shum.4*1e3/9.8'
'set mpdraw on'
'set poli on'
'set map 1'
'set mproj latlon'
'set mpvals 108 128 28 48'
'set mpdset cnworld'
'set frame circle'
'set gxout contour'
'set clab %.1f'
'a=hdivg(u,v)*(1e5)'
'd a'
'printim E:\NC\123213123123213.png white'
'disable print'
|
|