repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update version info for release v4.6.1 (#2122)
[WRF.git]
/
var
/
da
/
da_ffts
/
module_ffts.f90
blob
bdaa73c5a765c32030c74570d73fa795e6207534
1
module
module_ffts
2
3
!---------------------------------------------------------------------------
4
! Purpose: Routines to perform Fourier transforms.
5
!---------------------------------------------------------------------------
6
7
implicit none
8
9
contains
10
11
#
include
"fft551.inc"
12
#
include
"fft661.inc"
13
#
include
"qpassm.inc"
14
15
end module
module_ffts