EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
program | linear |
program to implement a simple linear model of no use to anyone but for testing and debugging purposes :) More... | |
real(kind=kind(1.0d0)) function, dimension(n) | f (n, x) |
subroutine | initialise_mpi (mdl_id, cpl_root, cpl_mpi_comm) |
real(kind=kind(1.0d0)) function, dimension(n) linear::f | ( | integer, intent(in) | n, |
real(kind=kind(1.0d0)), dimension (n), intent(in) | x | ||
) |
subroutine linear::initialise_mpi | ( | integer, intent(out) | mdl_id, |
integer, intent(out) | cpl_root, | ||
integer, intent(out) | cpl_mpi_comm | ||
) |
program linear | ( | ) |
program to implement a simple linear model of no use to anyone but for testing and debugging purposes :)
NOTE: THIS PROGRAM ***MUST*** RECIEVE A COUPLET OF INTEGERS FROM THE DATA ASSIMILATION CODE CONTAINING
FIRST : THE SIZE OF THE DIMENSION OF THE MODEL
SECOND: THE NUMBER OF TIMESTEPS THE MODEL SHOULD DO
THIS IS A BIT WEIRD, AS NORMALLY THE MODEL DICTATES SUCH THINGS. BUT THIS IS A USELESS TOY MODEL. SO WE MIGHT AS WELL MAKE IT EASY TO USE TO TEST DA.
Definition at line 44 of file linear_empire_vader.f90.