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

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

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


Revision 1.2 - (hide annotations) (download)
Fri Feb 2 21:36:30 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +10 -0 lines
File MIME type: text/plain
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 adcroft 1.2 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