- 积分
- 853
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-7-27
- 最后登录
- 1970-1-1
|
发表于 2017-11-22 20:34:57
|
显示全部楼层
引用“传说中的谁”回答:
根据GrADS的说明文件:Wind Speed-Wind speeds are indicated with wind barbs which indicate both speed and directions. The wind direction is given as the direction from which the barb points. The wind speed is indicated by the number and size of the barbs where Whole barbs indicate 10 knots. 一个风杆代表的是10节(knots)。GrADS画图时是只管变量的数值而不管其单位的。通常我们用的气象资料风速都是以m/s来表示,这就是说,如果我们直接用"set gxout barb"、"d u;v"来画风杆的话,那么得到的结果将会是一个风杆代表10m/s的风速,这显然与我们想要的结果(一个风杆代表4m/s)不相符的。因此画图 时应该乘上一个系数。这个系数怎么确定呢?我们还是以10m/s的风速为例,根据习惯我们需要得到的结果是两个半的风杆,而在GrADS中两个半的风杆代表的是10*2.5=25的数值,25这个值就是GrADS中画出两个半的风杆所需要的数值,所以我们需要的放大系数就应该是25/10=2.5。 |
|