SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
Data Types | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
MODE_SEARCHGRP Module Reference
Collaboration diagram for MODE_SEARCHGRP:
Collaboration graph
[legend]

List of all members.

Data Types

type  SOP_t

Public Member Functions

subroutine INI_SOPDATA (SOPDATA)
subroutine RECSEARCH (KTAB, SOPDATA)
subroutine INVERTCOL (ITAB, KX, KY)

Public Attributes

INTEGER, external FMINBITS_IN_WORD

Private Member Functions

recursive subroutine, private RECSEARCH_GRP (IND1, IND2, ITAB, ISEUIL)

Private Attributes

INTEGER, save, private IGRP
INTEGER, dimension(:),
allocatable, target, private 
IBEG
INTEGER, dimension(:),
allocatable, target, private 
IEND
INTEGER, dimension(:),
allocatable, target, private 
VALMAX
INTEGER, dimension(:),
allocatable, target, private 
VALMIN
INTEGER, parameter, private MAINSEUIL = 8
INTEGER, save, private IGRPMAX
INTEGER, save, private ICOUNT
INTEGER, dimension(16),
parameter, private 
MINELT = (/4,4,4,4,5,5,6,6,7,8,9,11,13,17,26,51/)

Detailed Description

Definition at line 7 of file mode_searchgrp.f90.


Member Function/Subroutine Documentation

subroutine MODE_SEARCHGRP::INI_SOPDATA ( TYPE(SOP_t), intent(out)  SOPDATA)

Definition at line 31 of file mode_searchgrp.f90.

subroutine MODE_SEARCHGRP::INVERTCOL ( INTEGER, dimension(kx,ky), intent(inout)  ITAB,
INTEGER, intent(in)  KX,
INTEGER, intent(in)  KY 
)

Definition at line 187 of file mode_searchgrp.f90.

subroutine MODE_SEARCHGRP::RECSEARCH ( INTEGER, dimension(:)  KTAB,
TYPE(SOP_t), intent(out)  SOPDATA 
)

Definition at line 42 of file mode_searchgrp.f90.

Here is the call graph for this function:

recursive subroutine, private MODE_SEARCHGRP::RECSEARCH_GRP ( INTEGER, intent(in)  IND1,
INTEGER, intent(in)  IND2,
INTEGER, dimension(:), intent(in)  ITAB,
INTEGER, intent(in)  ISEUIL 
) [private]

Definition at line 77 of file mode_searchgrp.f90.

Here is the call graph for this function:


Member Data Documentation

Definition at line 17 of file mode_searchgrp.f90.

INTEGER, dimension(:), allocatable, target, private MODE_SEARCHGRP::IBEG [private]

Definition at line 21 of file mode_searchgrp.f90.

INTEGER, save, private MODE_SEARCHGRP::ICOUNT [private]

Definition at line 24 of file mode_searchgrp.f90.

INTEGER, dimension(:), allocatable, target, private MODE_SEARCHGRP::IEND [private]

Definition at line 21 of file mode_searchgrp.f90.

INTEGER, save, private MODE_SEARCHGRP::IGRP [private]

Definition at line 20 of file mode_searchgrp.f90.

INTEGER, save, private MODE_SEARCHGRP::IGRPMAX [private]

Definition at line 23 of file mode_searchgrp.f90.

INTEGER, parameter, private MODE_SEARCHGRP::MAINSEUIL = 8 [private]

Definition at line 22 of file mode_searchgrp.f90.

INTEGER, dimension(16), parameter, private MODE_SEARCHGRP::MINELT = (/4,4,4,4,5,5,6,6,7,8,9,11,13,17,26,51/) [private]

Definition at line 25 of file mode_searchgrp.f90.

INTEGER, dimension(:), allocatable, target, private MODE_SEARCHGRP::VALMAX [private]

Definition at line 21 of file mode_searchgrp.f90.

INTEGER, dimension(:), allocatable, target, private MODE_SEARCHGRP::VALMIN [private]

Definition at line 21 of file mode_searchgrp.f90.


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