/[MITgcm]/MITgcm/pkg/zonal_filt/FFTPACK.h
ViewVC logotype

Contents of /MITgcm/pkg/zonal_filt/FFTPACK.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3.22.1 - (show annotations) (download)
Thu Oct 2 18:18:34 2003 UTC (21 years, 4 months ago) by adcroft
Branch: branch-genmake2
Changes since 1.3: +7 -3 lines
File MIME type: text/plain
Converted to new pacakge configuration system.
 o made all packages consistent by referring to CPP_OPTIONS via PKG_OPTIONS.h
 o added CPP barriers (#ifndef PKG_OPTIONS_H) to instigate new policy
 o added plenty of missing or broken CVS $Header stuff

1 C $Header: /u/gcmpack/MITgcm/pkg/zonal_filt/FFTPACK.h,v 1.3 2001/02/04 14:38:50 cnh Exp $
2 C $Name: $
3
4 #include "ZONAL_FILT_OPTIONS.h"
5
6 #ifdef ALLOW_ZONAL_FILT
7
8 C Data structures/work-space for FFTPACK
9 COMMON /FFTPACKSUPPORT/ FFTPACKWS1,FFTPACKWS2,FFTPACKWS3
10 C Real*8 FFTPACKWS(2*Nx+15,nSy)
11 Real*8 FFTPACKWS1(Nx,nSy)
12 Real*8 FFTPACKWS2(Nx,nSy)
13 integer FFTPACKWS3(15,nSy)
14
15 #endif /* ALLOW_ZONAL_FILT */

  ViewVC Help
Powered by ViewVC 1.1.22