
Roll every ensemble member forward and stack the forecasts
Source:R/temporal_posterior.R
temporal_convlstm_ensemble_rollout.RdProduces the (K_ens, T_future, H, W) array that
temporal_kalman_update() and
as_edaphos_posterior() consume.
Arguments
- object
An
edaphos_temporal_convlstm_ensemble.- past_sequence, future_drivers
Passed through to
temporal_convlstm_rollout()for each member.