41 integer,
parameter :: rk = kind(1.0d0)
45 logical,
parameter :: nan_check=.false.
48 if(.not. all(pf%psi .eq. pf%psi))
then
49 write(emp_e,*)
'NaN detected in deterministic_model before mp&
60 if(.not. all(pf%psi .eq. pf%psi))
then
61 write(emp_e,*)
'NaN detected in deterministic_model after mpi_recv from &
subroutine send_all_models(stateDim, nrhs, x, tag)
subroutine to send all the model states to the models
subroutine deterministic_model
subroutine to simply move the model forward in time one timestep
Module containing EMPIRE coupling data.
Module that stores the information about the outputting from empire.
subroutine recv_all_models(stateDim, nrhs, x)
subroutine to receive all the model states from the models after
Module that stores the dimension of observation and state spaces.
module pf_control holds all the information to control the the main program