Go to the source code of this file.
|
subroutine | mod_filtre_fft::init_filtre_fft (coeffu, modfrstu, jfiltnu, jfiltsu, coeffv, modfrstv, jfiltnv, jfiltsv) |
|
subroutine | mod_filtre_fft::filtre_u_fft (vect_inout, nlat, jj_begin, jj_end, nbniv) |
|
subroutine | mod_filtre_fft::filtre_v_fft (vect_inout, nlat, jj_begin, jj_end, nbniv) |
|
subroutine | mod_filtre_fft::filtre_inv_fft (vect_inout, nlat, jj_begin, jj_end, nbniv) |
|
|
logical, save | mod_filtre_fft::use_filtre_fft |
|
real, dimension(:,:), allocatable, save | mod_filtre_fft::filtre_u |
|
real, dimension(:,:), allocatable, save | mod_filtre_fft::filtre_v |
|
real, dimension(:,:), allocatable, save | mod_filtre_fft::filtre_inv |
|