My Project
 All Classes Files Functions Variables Macros
mod_filtre_fft Module Reference

Public Member Functions

subroutine init_filtre_fft (coeffu, modfrstu, jfiltnu, jfiltsu, coeffv, modfrstv, jfiltnv, jfiltsv)
subroutine filtre_u_fft (vect_inout, nlat, jj_begin, jj_end, nbniv)
subroutine filtre_v_fft (vect_inout, nlat, jj_begin, jj_end, nbniv)
subroutine filtre_inv_fft (vect_inout, nlat, 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 5 of file mod_filtre_fft.F90.

Member Function/Subroutine Documentation

subroutine mod_filtre_fft::filtre_inv_fft ( real, dimension(iim+1,nlat,nbniv), intent(inout)  vect_inout,
integer, intent(in)  nlat,
integer, intent(in)  jj_begin,
integer, intent(in)  jj_end,
integer, intent(in)  nbniv 
)

Definition at line 240 of file mod_filtre_fft.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_filtre_fft::filtre_u_fft ( real, dimension(iim+1,nlat,nbniv), intent(inout)  vect_inout,
integer, intent(in)  nlat,
integer, intent(in)  jj_begin,
integer, intent(in)  jj_end,
integer, intent(in)  nbniv 
)

Definition at line 117 of file mod_filtre_fft.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_filtre_fft::filtre_v_fft ( real, dimension(iim+1,nlat,nbniv), intent(inout)  vect_inout,
integer, intent(in)  nlat,
integer, intent(in)  jj_begin,
integer, intent(in)  jj_end,
integer, intent(in)  nbniv 
)

Definition at line 178 of file mod_filtre_fft.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_filtre_fft::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 14 of file mod_filtre_fft.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

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

Definition at line 10 of file mod_filtre_fft.F90.

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

Definition at line 8 of file mod_filtre_fft.F90.

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

Definition at line 9 of file mod_filtre_fft.F90.

logical, save mod_filtre_fft::use_filtre_fft

Definition at line 7 of file mod_filtre_fft.F90.


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