EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
model_as_subroutine_data Module Reference

a module that can be used to store the data for when the model is a subroutine of empire, i.e. using comms_version 4 More...

Public Attributes

logical, save initialised =.false.
 
integer num_of_ensemble_members
 
integer first_ptcl
 
integer final_ptcl
 
real(kind=kind(1.0d0)), dimension(:,:), allocatable model_states
 

Detailed Description

a module that can be used to store the data for when the model is a subroutine of empire, i.e. using comms_version 4

Definition at line 30 of file model_as_subroutine_data.f90.

Member Data Documentation

integer model_as_subroutine_data::final_ptcl

Definition at line 35 of file model_as_subroutine_data.f90.

integer model_as_subroutine_data::first_ptcl

Definition at line 34 of file model_as_subroutine_data.f90.

logical, save model_as_subroutine_data::initialised =.false.

Definition at line 32 of file model_as_subroutine_data.f90.

real(kind=kind(1.0d0)), dimension(:,:), allocatable model_as_subroutine_data::model_states

Definition at line 36 of file model_as_subroutine_data.f90.

integer model_as_subroutine_data::num_of_ensemble_members

Definition at line 33 of file model_as_subroutine_data.f90.


The documentation for this module was generated from the following file: