My Project
 All Classes Files Functions Variables Macros
mod_filtre_fft_loc Module Reference

Public Member Functions

subroutine init_filtre_fft (coeffu, modfrstu, jfiltnu, jfiltsu, coeffv, modfrstv, jfiltnv, jfiltsv)
subroutine filtre_u_fft (vect_inout, jjb, jje, jj_begin, jj_end, nbniv)
subroutine filtre_v_fft (vect_inout, jjb, jje, jj_begin, jj_end, nbniv)
subroutine filtre_inv_fft (vect_inout, jjb, jje, jj_begin, jj_end, nbniv)

Public Attributes

logical, save use_filtre_fft
real, dimension(:,:),
allocatable, save 
filtre_u
real, dimension(:,:),
allocatable, save 
filtre_v
real, dimension(:,:),
allocatable, save 
filtre_inv

Detailed Description

Definition at line 1 of file mod_filtre_fft_loc.F90.

Member Function/Subroutine Documentation

subroutine mod_filtre_fft_loc::filtre_inv_fft ( real, dimension(iim+1,jjb:jje,nbniv), intent(inout)  vect_inout,
integer, intent(in)  jjb,
integer, intent(in)  jje,
integer, intent(in)  jj_begin,
integer, intent(in)  jj_end,
integer, intent(in)  nbniv 
)

Definition at line 249 of file mod_filtre_fft_loc.F90.

Here is the call graph for this function:

subroutine mod_filtre_fft_loc::filtre_u_fft ( real, dimension(iim+1,jjb:jje,nbniv), intent(inout)  vect_inout,
integer, intent(in)  jjb,
integer, intent(in)  jje,
integer, intent(in)  jj_begin,
integer, intent(in)  jj_end,
integer, intent(in)  nbniv 
)

Definition at line 106 of file mod_filtre_fft_loc.F90.

Here is the call graph for this function:

subroutine mod_filtre_fft_loc::filtre_v_fft ( real, dimension(iim+1,jjb:jje,nbniv), intent(inout)  vect_inout,
integer, intent(in)  jjb,
integer, intent(in)  jje,
integer, intent(in)  jj_begin,
integer, intent(in)  jj_end,
integer, intent(in)  nbniv 
)

Definition at line 186 of file mod_filtre_fft_loc.F90.

Here is the call graph for this function:

subroutine mod_filtre_fft_loc::init_filtre_fft ( real, dimension(iim,jjm), intent(in)  coeffu,
integer, dimension(jjm), intent(in)  modfrstu,
integer, intent(in)  jfiltnu,
integer, intent(in)  jfiltsu,
real, dimension(iim,jjm), intent(in)  coeffv,
integer, dimension(jjm), intent(in)  modfrstv,
integer, intent(in)  jfiltnv,
integer, intent(in)  jfiltsv 
)

Definition at line 10 of file mod_filtre_fft_loc.F90.

Here is the call graph for this function:

Member Data Documentation

real, dimension(:,:), allocatable, save mod_filtre_fft_loc::filtre_inv

Definition at line 6 of file mod_filtre_fft_loc.F90.

real, dimension(:,:), allocatable, save mod_filtre_fft_loc::filtre_u

Definition at line 4 of file mod_filtre_fft_loc.F90.

real, dimension(:,:), allocatable, save mod_filtre_fft_loc::filtre_v

Definition at line 5 of file mod_filtre_fft_loc.F90.

logical, save mod_filtre_fft_loc::use_filtre_fft

Definition at line 3 of file mod_filtre_fft_loc.F90.


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