- 积分
- 513
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-11-21
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2016-7-23 17:44:13
|
显示全部楼层
对不起,新手不太会用,刚才弄错了,程序是这个……
reinit
sdfopen E:\shum.mon.mean.nc
sdfopen E:\uwnd_mon_mean.nc
sdfopen E:\vwnd_mon_mean.nc
enable print E:\SHUIQIx1000,9.gmf
set grads off
set grid off
set mpdset cnworld
set gxout shaded
set lon 114 136
set lat 38 56
set lev 1000
set cmin 0.1
set cint 0.05
define shum=ave(shum.1,t=9,t=816,12)
define u=ave(uwnd.2,t=9,t=816,12)
define v=ave(vwnd.3,t=9,t=816,12)
define a=sqrt(u*u+v*v)
define q1=shum/(1+shum)
d a*q1/9.8
d u;v
run cbarn.gs
print
disable print
|
|