EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | user_perturb_particle (n, x) |
Subroutine to perturb state vector as defined by the user governed by the init option. More... | |
subroutine user_perturb_particle | ( | integer, intent(in) | n, |
real(kind=rk), dimension(n), intent(inout) | x | ||
) |
Subroutine to perturb state vector as defined by the user governed by the init option.
This should be considered an example routine. Here I shall implement a perturbation with a uniform variable on the interval \([-10,15]\)
[in] | n | the dimension of the state vector x |
[in,out] | x | the state to be perturbed |
Definition at line 34 of file user_perturb_particle.f90.