- 积分
- 17
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-6-16
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
*************水汽通量***************
'reinit'
'sdfopen d:/2020nc/uwnd.2020.nc'
'sdfopen d:/2020nc/vwnd.2020.nc'
'sdfopen d:/2020nc/shum.2020.nc'
'set lon 110 125'
'set lat 20 35'
'set lev 700'
'set t 619'
'set mpdset cnworld'
'set gxout shaded'
'set rbcols auto'
'set cmin 2'
'define vv=mag(uwnd,vwnd.2)'
'define shui=1000*shum.3'
'define shuiq=1/9.8*shui*vv'
'd shuiq'
'cbar 1.0 0'
'set gxout vector'
'set arrscl 0.5 30'
'd uwnd;vwnd.2'
'draw title 06032000_700hPa moisture flux & wind'
'enable print d:/2020nc/shuiq/20h700.gmf'
'print'
'disable print'
;
|
|