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

Annotation of /MITgcm/pkg/zonal_filt/ZONAL_FILT.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: +12 -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/ZONAL_FILT.h,v 1.1.2.1 2001/01/24 16:56:07 adcroft Exp $
2    
3     #ifdef ALLOW_ZONAL_FILT
4    
5     C Amplitide factor as function of mode number and latitude (U,T points)
6     COMMON /ZONAL_FFT/ ampFactor,ampFactorV
7     C _RL ampFactor( Nx, 1-Oly:sNy+Oly, nSx, nSy )
8     C _RL ampFactorV( Nx, 1-Oly:sNy+Oly, nSx, nSy )
9     _RL ampFactor( 1-Olx:sNx+Olx, 1-Oly:sNy+Oly, nSx, nSy )
10     _RL ampFactorV( 1-Olx:sNx+Olx, 1-Oly:sNy+Oly, nSx, nSy )
11    
12     #endif /* ZONAL_FILT */

  ViewVC Help
Powered by ViewVC 1.1.22