EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
program | lorenz63_v2 |
real(kind=kind(1.0d0)) function, dimension(3) | f (x, sigma, rho, beta) |
subroutine | initialise_mpi_v2 (mdl_rank, cpl_root, cpl_mpi_comm) |
subroutine | empire_process_dimensions (N, cpl_root, cpl_mpi_comm) |
subroutine lorenz63_v2::empire_process_dimensions | ( | integer, intent(in) | N, |
integer, intent(in) | cpl_root, | ||
integer, intent(in) | cpl_mpi_comm | ||
) |
Definition at line 298 of file Lorenz63_empire_v2.f90.
real(kind=kind(1.0d0)) function, dimension(3) lorenz63_v2::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 90 of file Lorenz63_empire_v2.f90.
subroutine lorenz63_v2::initialise_mpi_v2 | ( | integer, intent(out) | mdl_rank, |
integer, intent(out) | cpl_root, | ||
integer, intent(out) | cpl_mpi_comm | ||
) |
Definition at line 98 of file Lorenz63_empire_v2.f90.
program lorenz63_v2 | ( | ) |