Skip to contents

Produces the (K_ens, T_future, H, W) array that temporal_kalman_update() and as_edaphos_posterior() consume.

Usage

temporal_convlstm_ensemble_rollout(object, past_sequence, future_drivers)

Arguments

object

An edaphos_temporal_convlstm_ensemble.

past_sequence, future_drivers

Passed through to temporal_convlstm_rollout() for each member.

Value

A 4-D numeric array (K_ens, T_future, H, W).