module for doing things related to the LETKS:  
 More...
module for doing things related to the LETKS: 
Definition at line 31 of file letks.f90.
 
      
        
          | subroutine letks_data::allocate_letks  | 
          ( | 
          integer, intent(in)  | 
          N | ) | 
           | 
        
      
 
 
      
        
          | subroutine letks_data::deallocate_letks  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | subroutine letks_data::letks_filter_stage  | 
          ( | 
           | ) | 
           | 
        
      
 
subroutine to compute the data for the LETKS, so that the increments can subsquently be computed 
- Todo:
 - update to allow for non-diagonal R matrices to be used. 
 
The observation 
Definition at line 54 of file letks.f90.
 
 
      
        
          | subroutine letks_data::letks_increment  | 
          ( | 
          real(kind=rk), dimension(state_dim,pf%count), intent(in)  | 
          psi,  | 
        
        
           | 
           | 
          real(kind=rk), dimension(state_dim,pf%count), intent(out)  | 
          inc  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
subroutine to compute the LETKS increments 
- Parameters
 - 
  
    | [in] | psi | input ensemble | 
    | [out] | inc | LETKS increment  | 
  
   
Definition at line 398 of file letks.f90.
 
 
      
        
          | type (letks_local), dimension(:), allocatable letks_data::lsd | 
        
      
 
 
The documentation for this module was generated from the following file: