Init_filtre_fft Subroutine

public subroutine Init_filtre_fft(coeffu, modfrstu, jfiltnu, jfiltsu, coeffv, modfrstv, jfiltnv, jfiltsv)

Uses

  • proc~~init_filtre_fft~2~~UsesGraph proc~init_filtre_fft~2 Init_filtre_fft module~mod_fft mod_fft proc~init_filtre_fft~2->module~mod_fft dimensions_mod dimensions_mod proc~init_filtre_fft~2->dimensions_mod module~mod_fft_wrapper mod_fft_wrapper module~mod_fft->module~mod_fft_wrapper

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: coeffu(iim,jjm)
integer, intent(in) :: modfrstu(jjm)
integer, intent(in) :: jfiltnu
integer, intent(in) :: jfiltsu
real, intent(in) :: coeffv(iim,jjm)
integer, intent(in) :: modfrstv(jjm)
integer, intent(in) :: jfiltnv
integer, intent(in) :: jfiltsv

Contents