EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
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. More... | |
subroutine model_as_subroutine_start | ( | real(kind=kind(1.0d0)), dimension(state_dim), intent(in) | x, |
integer, intent(in) | particle, | ||
integer, intent(in) | tag | ||
) |
subroutine to increment the model when the model is a subroutine of empire. This is comms_v4 routine.
[out] | model_states(,particle) | |
[in] | x | the input state vector to be incremented |
[in] | particle | the particle number |
[in] | tag | the tag that controls whether to continue, finish or reset time |
Definition at line 32 of file model_as_subroutine_start.f90.