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

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

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


Revision 1.3.6.1 - (show annotations) (download)
Wed Feb 6 15:48:09 2002 UTC (23 years, 1 month ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e32, ecco_c50_e33, ecco_c50_e30, ecco_c50_e31, ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, icebear5, icebear4, icebear3, icebear2, ecco_c50_e29, ecco_c50_e28, ecco_c44_e19, ecco_c44_e18, ecco_c44_e17, ecco_c44_e16, ecco_c50_e33a, ecco_c51_e34, ecco_ice2, ecco_ice1, ecco_c44_e22, ecco_c44_e25, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5
Branch point for: c24_e25_ice, icebear
Changes since 1.3: +35 -4 lines
File MIME type: text/plain
Updating ecco-branch-mod1 to checkpoint44.
Will be tagged ecco-branch-mod2.

1 C $Header: /u/gcmpack/MITgcm/pkg/zonal_filt/ZONAL_FILT.h,v 1.4 2001/12/11 14:47:32 jmc Exp $
2 C $Name: $
3
4 #ifdef ALLOW_ZONAL_FILT
5
6 C- Package flag and logical parameters :
7 C zonal_filt_uvStar :: filter applied to u*,v* (before SOLVE_FOR_P)
8 C zonal_filt_TrStagg :: if using a Stager time-step, filter T,S before
9 C computing PhiHyd ;
10 C has no effect if syncr. time step is used
11
12 LOGICAL zonal_filt_uvStar, zonal_filt_TrStagg
13 COMMON /ZONAL_FILT_PARM_L/
14 & zonal_filt_uvStar, zonal_filt_TrStagg
15
16 C- Zonal Filter integer parameters :
17 C zonal_filt_cospow :: Latitude dependance of the damping function
18 C = ( cos Lat / cos zonal_filt_lat )**cospow
19 C zonal_filt_sinpow :: zonal mode dependance of the damping function
20 C = 1 / ( sin pi.kx/Nx )**sinpow
21 C zonal_filt_mode2dx :: to specify how to treat the 2.dx mode :
22 C = 0 : damped like other modes.
23 C = 1 : removed in regions where Zonal_filt apply
24 C = 2 : removed every where.
25
26 INTEGER zonal_filt_cospow, zonal_filt_sinpow, zonal_filt_mode2dx
27 COMMON /ZONAL_FILT_PARM_I/
28 & zonal_filt_cospow, zonal_filt_sinpow, zonal_filt_mode2dx
29
30 C- Zonal Filter (real) parameters :
31 C zonal_filt_lat :: Low latitude for FFT filtering of latitude
32 C circles
33 _RL zonal_filt_lat
34 COMMON /ZONAL_FILT_PARAMS/
35 & zonal_filt_lat
36
37 C Amplitude factor as function of mode number and latitude (U,T points)
38 COMMON /ZONAL_FFT/ ampFactor,ampFactorV
39 C _RL ampFactor( Nx, 1-Oly:sNy+Oly, nSx, nSy )
40 C _RL ampFactorV( Nx, 1-Oly:sNy+Oly, nSx, nSy )
41 _RL ampFactor( 1-Olx:sNx+Olx, 1-Oly:sNy+Oly, nSx, nSy )
42 _RL ampFactorV( 1-Olx:sNx+Olx, 1-Oly:sNy+Oly, nSx, nSy )
43
44 #endif /* ALLOW_ZONAL_FILT */

  ViewVC Help
Powered by ViewVC 1.1.22