UKobs6(SpatialVx)
UKobs6()所属R语言包:SpatialVx
Example precipitation rate verification set (NIMROD)
例如沉淀率核查组(NIMROD)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Example precipitation rate verification set from the very short-range mesoscale Numerical Weather Prediction (NWP) system used operationally at the UK Met Office.
降水率验证的例子很短的范围的中尺度数值天气预报(NWP)系统,用于在英国气象局(Met Office)业务。
用法----------Usage----------
格式----------Format----------
The format is: chr "UKobs6"
其格式为:字符“UKobs6”
The format is: num [1:65536, 1:2] -11 -10.9 -10.9 -10.8 -10.7 ...
格式为:民1:65536,1:2] -11 -10.9 -10.9 -10.8 -10.7 ...
Details
详细信息----------Details----------
Precipitation rate (mm/h) verification set from the very short-range NWP system called NIMROD used operationally at the UK Met Office, and described in detail in Casati et al. (2004). In particular, this is case 6 from Casati et al. (2004), showing a front timing error. These data are made available for scientific purposes only. Please cite the source in any papers or presentations. The proper reference is the U.K. Met Office.
降水率(毫米/小时)的验证很短的距离数值预报系统称为NIMROD在英国气象局(Met Office)业务,在在卡萨蒂等详细和描述。 (2004)。特别是,这是从卡萨蒂等的壳体6。 (2004年),示出了前面的定时误差。这些数据可用于科学目的。请注明来源中的任何文件或演示文稿。正确的引用是英国气象局(Met Office)。
Refer to Casati et al. (2004) for more information on these data.
请参阅至卡萨蒂等。 (2004)对这些数据的更多信息。
The original lon/lat information is not available. 'UKloc' was created to match reasonably well with the figures in Casati et al. (2004), but should not be considered definite.
原来的经度/纬度信息不可用。 “UKloc的建立是为了合理地匹配卡萨蒂等的数字。 (2004),但不应该被认为是确定的。
源----------Source----------
UK Met Office
英国气象局
参考文献----------References----------
实例----------Examples----------
data(UKobs6)
data(UKfcst6)
data(UKloc)
zl <- range(c(c(UKobs6), c(UKfcst6)))
par(mfrow=c(1,2))
image(UKobs6, col=c("grey", tim.colors(64)), zlim=zl, main="analysis", axes=FALSE)
# par(usr=apply(UKloc, 2, range))[面值(USR应用(UKloc,2,范围))]
# map(add=TRUE)[图(添加= TRUE)]
image.plot(UKfcst6, col=c("grey", tim.colors(64)), zlim=zl, main="forecast", axes=FALSE)
# par(usr=apply(UKloc, 2, range))[面值(USR应用(UKloc,2,范围))]
# map(add=TRUE)[图(添加= TRUE)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|