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

Module that stores the dimension of observation and state spaces. More...

Public Attributes

integer obs_dim
 size of the observations held on this process. For empire versions 1 and 2, this is the total number of observations More...
 
integer state_dim
 size of the state held on this process. For empire versions 1 and 2, this is the total size of the state vector More...
 
integer obs_dim_g
 global size of obs dim over all processes More...
 
integer state_dim_g
 global size of state dim over all processes More...
 

Detailed Description

Module that stores the dimension of observation and state spaces.

Definition at line 29 of file sizes.f90.

Member Data Documentation

integer sizes::obs_dim

size of the observations held on this process. For empire versions 1 and 2, this is the total number of observations

Definition at line 31 of file sizes.f90.

integer sizes::obs_dim_g

global size of obs dim over all processes

Definition at line 39 of file sizes.f90.

integer sizes::state_dim

size of the state held on this process. For empire versions 1 and 2, this is the total size of the state vector

Definition at line 35 of file sizes.f90.

integer sizes::state_dim_g

global size of state dim over all processes

Definition at line 40 of file sizes.f90.


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