- 积分
- 1906
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-11-9
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
编写了一个GS文件,然后想设置一下时间,另外再编一个GS,想调用前一个GS,不是很会表述啊。
这是第一个GS文件
'reinit'
'sdfopen F:\WAVE\uwnd.2013.nc'
'sdfopen F:\WAVE\vwnd.2013.nc'
'set gxout fwrite'
'set fwrite F:\WAVE\MS_idx1_2013.dat'
'set x 1'
'set y 1'
*-----------------------------------------------------------------------
i=1
while(i<=365)
'set t 'i''
'set lev 850'
'd aave((uwnd+vwnd.2)/1.414,lon=110,lon=120,lat=10,lat=20)'
'd aave(uwnd, lon=110,lon=120,lat=10,lat=20)'
'd aave(vwnd.2,lon=110,lon=120,lat=10,lat=20)'
i=i+1
endwhile
*-----------------------------------------------------------------------
'reinit'
现在主要是想绘制四月到十月的图,可是不知道怎么调用啊,自己瞎捉摸了一个GS,不过有问题运行不了,求大神指导
'reinit'
*----------------------------------------------------
'open F:\WAVE\MS_idx1_2013.ctl'
*----------------------------------------------------
'enable print F:\WAVE\MS_idx_T.gmf'
*----------------------------------------------------
'set time 1apr2013 31oct2013'
'clear'
'set grads off'
'd ms85'
'print'
*--------------------------------------------
'disable print'
*'reinit'
这个是显示出现的问题
ga-> run F:\WAVE\MS.gs
No hardcopy metafile open
All files closed; all defined objects released;
All GrADS attributes have been reinitialized
Syntax Error: Invalid Operand
'ms85' not a variable or function name
Error ocurred at column 1
DISPLAY error: Invalid expression
Expression = ms85
Hardcopy output file is closed
|
|