SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Public Member Functions | List of all members
mode_ekf Module Reference

Data Types

interface  b_big_loop
 
interface  choldc
 
interface  cholsl
 
interface  cofswi
 
interface  get_file_name
 
interface  inverse_matrix
 
interface  set_filein
 

Public Member Functions

subroutine get_file_name (KYEAR, KMONTH, KDAY, KHOUR, HMFILE)
 
subroutine b_big_loop (I, HACTION, HFILE, PTAB, PTAB_IN)
 
subroutine inverse_matrix (KN, PA, PP)
 
subroutine choldc (KN, PA, PP)
 
subroutine cholsl (KN, PA, PP, PB, PX)
 
subroutine cofswi (PCLAY, PCOFSWI)
 
subroutine set_filein (HFILE)
 

Detailed Description

Definition at line 5 of file mode_ekf.F90.

Member Function/Subroutine Documentation

subroutine mode_ekf::b_big_loop ( type(isba_t), intent(inout)  I,
character(len=4), intent(in)  HACTION,
character(len=*), intent(in)  HFILE,
real, dimension(:,:,:), intent(inout)  PTAB,
real, dimension(:), intent(in), optional  PTAB_IN 
)

Definition at line 65 of file mode_ekf.F90.

subroutine mode_ekf::choldc ( integer, intent(in)  KN,
real, dimension(kn,kn), intent(inout)  PA,
real, dimension(kn), intent(out)  PP 
)

Definition at line 171 of file mode_ekf.F90.

Here is the call graph for this function:

subroutine mode_ekf::cholsl ( integer, intent(in)  KN,
real, dimension (kn,kn), intent(in)  PA,
real, dimension (kn), intent(in)  PP,
real, dimension (kn), intent(in)  PB,
real, dimension (kn), intent(inout)  PX 
)

Definition at line 199 of file mode_ekf.F90.

subroutine mode_ekf::cofswi ( real, dimension(:), intent(in)  PCLAY,
real, dimension(:), intent(out)  PCOFSWI 
)

Definition at line 223 of file mode_ekf.F90.

subroutine mode_ekf::get_file_name ( integer, intent(in)  KYEAR,
integer, intent(in)  KMONTH,
integer, intent(in)  KDAY,
integer, intent(in)  KHOUR,
character(len=200), intent(inout)  HMFILE 
)

Definition at line 34 of file mode_ekf.F90.

Here is the call graph for this function:

subroutine mode_ekf::inverse_matrix ( integer, intent(in)  KN,
real, dimension (kn,kn), intent(inout)  PA,
real, dimension (kn), intent(in)  PP 
)

Definition at line 128 of file mode_ekf.F90.

subroutine mode_ekf::set_filein ( character(len=*), intent(in)  HFILE)

Definition at line 239 of file mode_ekf.F90.

Here is the call graph for this function:


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