EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
program | lorenz63 |
real(kind=kind(1.0d0)) function, dimension(3) | f (x, sigma, rho, beta) |
subroutine | initialise_mpi (mdl_id, cpl_root, cpl_mpi_comm) |
real(kind=kind(1.0d0)) function, dimension(3) lorenz63::f | ( | real(kind=kind(1.0d0)), dimension (3), intent(in) | x, |
real(kind=kind(1.0d0)), intent(in) | sigma, | ||
real(kind=kind(1.0d0)), intent(in) | rho, | ||
real(kind=kind(1.0d0)), intent(in) | beta | ||
) |
Definition at line 74 of file Lorenz63_empire.f90.
subroutine lorenz63::initialise_mpi | ( | integer, intent(out) | mdl_id, |
integer, intent(out) | cpl_root, | ||
integer, intent(out) | cpl_mpi_comm | ||
) |
Definition at line 81 of file Lorenz63_empire.f90.
program lorenz63 | ( | ) |