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

Go to the source code of this file.

Functions/Subroutines

program lorenz96_hidden
 
real(kind=kind(1.0d0)) function, dimension(n, 3) g (X, N, F, alpha, delta, epsilon, gamma)
 
subroutine initialise_mpi (mdl_id, cpl_root, cpl_mpi_comm)
 

Function/Subroutine Documentation

real(kind=kind(1.0d0)) function, dimension(n,3) lorenz96_hidden::g ( real(kind=kind(1.0d0)), dimension(n,3), intent(in)  X,
integer, intent(in)  N,
real(kind=kind(1.0d0)), intent(in)  F,
real(kind=kind(1.0d0)), intent(in)  alpha,
real(kind=kind(1.0d0)), intent(in)  delta,
real(kind=kind(1.0d0)), intent(in)  epsilon,
real(kind=kind(1.0d0)), intent(in)  gamma 
)

Definition at line 117 of file Lorenz96_hidden_empire.f90.

Here is the caller graph for this function:

subroutine lorenz96_hidden::initialise_mpi ( integer, intent(out)  mdl_id,
integer, intent(out)  cpl_root,
integer, intent(out)  cpl_mpi_comm 
)

Definition at line 151 of file Lorenz96_hidden_empire.f90.

program lorenz96_hidden ( )

Definition at line 30 of file Lorenz96_hidden_empire.f90.

Here is the call graph for this function: