Parent Directory
|
Revision Log
|
Revision Graph
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34) - substantial modifications to algorithm sequence (dynamics.F) - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics
1 | C $Header: /u/gcmpack/models/MITgcmUV/pkg/zonal_filt/Attic/FFTPACK.h,v 1.1.2.1 2001/01/24 16:56:07 adcroft Exp $ |
2 | |
3 | #include "CPP_OPTIONS.h" |
4 | |
5 | C Data structures/work-space for FFTPACK |
6 | COMMON /FFTPACKSUPPORT/ FFTPACKWS1,FFTPACKWS2,FFTPACKWS3 |
7 | C Real*8 FFTPACKWS(2*Nx+15,nSy) |
8 | Real*8 FFTPACKWS1(Nx,nSy) |
9 | Real*8 FFTPACKWS2(Nx,nSy) |
10 | integer FFTPACKWS3(15,nSy) |
ViewVC Help | |
Powered by ViewVC 1.1.22 |