|
LMDZ
|
Functions/Subroutines | |
| 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) |
Variables | |
| logical, save | use_filtre_fft |
| real, dimension(:,:), allocatable, save | filtre_u |
| real, dimension(:,:), allocatable, save | filtre_v |
| real, dimension(:,:), allocatable, save | filtre_inv |
| 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 250 of file mod_filtre_fft_loc.F90.
| 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 187 of file mod_filtre_fft_loc.F90.
| 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 11 of file mod_filtre_fft_loc.F90.
| 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.