EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
user_perturb_particle.f90 File Reference

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...
 

Function/Subroutine Documentation

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]\)

Parameters
[in]nthe dimension of the state vector x
[in,out]xthe state to be perturbed

Definition at line 34 of file user_perturb_particle.f90.

Here is the call graph for this function:

Here is the caller graph for this function: