EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
three_d_var_all_particles.f90
Go to the documentation of this file.
1 
3  use comms
4  use pf_control
5  implicit none
6 
7  integer :: i
8 
9  do i = 1,pf%count
10  call three_d_var(pf%psi(:,i))
11  end do
12 
13 
14 end subroutine three_d_var_all_particles
Module containing EMPIRE coupling data.
Definition: comms.f90:57
subroutine three_d_var_all_particles
subroutine to call 3DVar for each particle
subroutine three_d_var(x)
Definition: three_d_var.f90:29
module pf_control holds all the information to control the the main program
Definition: pf_control.f90:29