sweq_stack: SWEQ stack state

Description Usage Arguments Value Examples

View source: R/utils_geom.R

Description

Stack a state vector from the h,u and r components. Basically the oposite of sweq_split.

Usage

1
sweq_stack(h, u, r)

Arguments

h, u,

r

Value

state vector or matrix

Examples

1
2
state0 <- .sweq_init(10, umean=0, unoise=FALSE, topo=1)
state <- sweq_stack(state0$h, state0$u, state0$r)

robertsy/assimilr documentation built on May 27, 2019, 10:33 a.m.