36 real(kind=kind(1.0d0)),
dimension(state_dim),
intent(in) :: x
38 integer,
intent(in) :: particle
39 integer,
intent(in) :: tag
45 model_states(:,particle) = x
a module that can be used to store the data for when the model is a subroutine of empire...
Module that stores the dimension of observation and state spaces.
subroutine model_as_subroutine_start(x, particle, tag)
subroutine to increment the model when the model is a subroutine of empire. This is comms_v4 routine...