LMDZ
mod_filtre_fft Module Reference

Functions/Subroutines

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)
 

Variables

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

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 241 of file mod_filtre_fft.F90.

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 118 of file mod_filtre_fft.F90.

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 179 of file mod_filtre_fft.F90.

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 15 of file mod_filtre_fft.F90.

Here is the caller graph for this function:

Variable 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.