getes: Calculate the energy score given vectors of u and v ensemble...

Description Usage Arguments Value Author(s) Examples

Description

Calculate the energy score given vectors of u and v ensemble forecasts

Usage

1
getes(ob.u, ob.v, ens.us, ens.vs)

Arguments

ob.u

u-component of verifying wind observation

ob.v

v-component of verifying wind observation

ens.us

u-components of ensemble wind forecasts

ens.vs

v-components of ensemble wind forecasts

Value

numeric ... the raw ensemble energy score

Author(s)

Bryan Holman

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# the verifying observation
u <- 4.5
v <- -3.6

# synthetic ensembles
ens.us <- c(4.6, 3.5, 2.9, 5.3)
ens.vs <- c(-4.8, -2.1, -3.9, -3.0)

# calculate energy score
es <- getes(u, v, ens.us, ens.vs)

bhlmn/WindVerification documentation built on May 12, 2019, 8:28 p.m.